﻿2025-08-20T20:43:24.1728141Z Current runner version: '2.328.0'
2025-08-20T20:43:24.1751767Z ##[group]Runner Image Provisioner
2025-08-20T20:43:24.1752557Z Hosted Compute Agent
2025-08-20T20:43:24.1753224Z Version: 20250818.377
2025-08-20T20:43:24.1753846Z Commit: 3c593e9f75fe0b87e893bca80d6e12ba089c61fc
2025-08-20T20:43:24.1754534Z Build Date: 2025-08-18T14:52:18Z
2025-08-20T20:43:24.1755253Z ##[endgroup]
2025-08-20T20:43:24.1755804Z ##[group]Operating System
2025-08-20T20:43:24.1756424Z Ubuntu
2025-08-20T20:43:24.1756943Z 24.04.2
2025-08-20T20:43:24.1757436Z LTS
2025-08-20T20:43:24.1758005Z ##[endgroup]
2025-08-20T20:43:24.1758550Z ##[group]Runner Image
2025-08-20T20:43:24.1759167Z Image: ubuntu-24.04
2025-08-20T20:43:24.1759731Z Version: 20250810.1.0
2025-08-20T20:43:24.1760933Z Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20250810.1/images/ubuntu/Ubuntu2404-Readme.md
2025-08-20T20:43:24.1762590Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20250810.1
2025-08-20T20:43:24.1763592Z ##[endgroup]
2025-08-20T20:43:24.1764938Z ##[group]GITHUB_TOKEN Permissions
2025-08-20T20:43:24.1766800Z Attestations: write
2025-08-20T20:43:24.1767562Z Contents: write
2025-08-20T20:43:24.1768164Z Metadata: read
2025-08-20T20:43:24.1768780Z Packages: write
2025-08-20T20:43:24.1769289Z ##[endgroup]
2025-08-20T20:43:24.1771476Z Secret source: Actions
2025-08-20T20:43:24.1772358Z Prepare workflow directory
2025-08-20T20:43:24.2081574Z Prepare all required actions
2025-08-20T20:43:24.2118008Z Getting action download info
2025-08-20T20:43:24.5659723Z Download action repository 'docker/setup-qemu-action@v3' (SHA:29109295f81e9208d7d86ff1c6c12d2833863392)
2025-08-20T20:43:24.8960179Z Download action repository 'docker/setup-buildx-action@v3' (SHA:e468171a9de216ec08956ac3ada2f0791b6bd435)
2025-08-20T20:43:25.2009707Z Download action repository 'actions/upload-artifact@v4' (SHA:ea165f8d65b6e75b540449e92b4886f43607fa02)
2025-08-20T20:43:25.3739288Z Download action repository 'actions/attest-build-provenance@v2.4.0' (SHA:e8998f949152b193b063cb0ec769d69d929409be)
2025-08-20T20:43:25.6885116Z Getting action download info
2025-08-20T20:43:25.8298109Z Download action repository 'actions/attest-build-provenance@1176ef556905f349f669722abf30bce1a6e16e01' (SHA:1176ef556905f349f669722abf30bce1a6e16e01)
2025-08-20T20:43:26.0003207Z Download action repository 'actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc' (SHA:ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc)
2025-08-20T20:43:26.2450241Z Complete job name: x86_64-Linux ==> (ghcr.io/pkgforge/bincache/gip/official)
2025-08-20T20:43:26.3159377Z ##[group]Run ##Presets
2025-08-20T20:43:26.3160524Z [36;1m##Presets[0m
2025-08-20T20:43:26.3161348Z [36;1mset +x ; set +e[0m
2025-08-20T20:43:26.3162214Z [36;1m#-------------#[0m
2025-08-20T20:43:26.3163309Z [36;1mif [[ "$(uname -m | tr -d '[:space:]')" == "aarch64" ]]; then[0m
2025-08-20T20:43:26.3164700Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "aarch64-Linux" ]]; then[0m
2025-08-20T20:43:26.3166037Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:43:26.3167187Z [36;1m  fi[0m
2025-08-20T20:43:26.3168238Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "loongarch64" ]]; then[0m
2025-08-20T20:43:26.3169704Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "loongarch64-Linux" ]]; then[0m
2025-08-20T20:43:26.3171228Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:43:26.3172350Z [36;1m  fi[0m
2025-08-20T20:43:26.3173338Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "riscv64" ]]; then[0m
2025-08-20T20:43:26.3174760Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "riscv64-Linux" ]]; then[0m
2025-08-20T20:43:26.3176064Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:43:26.3177178Z [36;1m  fi[0m
2025-08-20T20:43:26.3178159Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "x86_64" ]]; then[0m
2025-08-20T20:43:26.3179515Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "x86_64-Linux" ]]; then[0m
2025-08-20T20:43:26.3181154Z [36;1m     if [[ "ALL" == "riscv64-Linux" ||\[0m
2025-08-20T20:43:26.3182301Z [36;1m           "ALL" == "loongarch64-Linux" ]]; then[0m
2025-08-20T20:43:26.3183524Z [36;1m       echo "CONTINUE_GHRUN=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:43:26.3184638Z [36;1m     else[0m
2025-08-20T20:43:26.3185602Z [36;1m       echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:43:26.3186726Z [36;1m     fi[0m
2025-08-20T20:43:26.3187490Z [36;1m  fi[0m
2025-08-20T20:43:26.3188218Z [36;1mfi[0m
2025-08-20T20:43:26.3255065Z shell: /usr/bin/bash -e {0}
2025-08-20T20:43:26.3256271Z env:
2025-08-20T20:43:26.3257355Z   GH_TOKEN: ***
2025-08-20T20:43:26.3258197Z ##[endgroup]
2025-08-20T20:43:26.3583670Z ##[group]Run ##Presets
2025-08-20T20:43:26.3584690Z [36;1m##Presets[0m
2025-08-20T20:43:26.3585830Z [36;1mset +x ; set +e[0m
2025-08-20T20:43:26.3586789Z [36;1m#-------------#[0m
2025-08-20T20:43:26.3587971Z [36;1m# Check if any of the required secrets are missing[0m
2025-08-20T20:43:26.3590074Z [36;1mif [ -z "${RO_GHTOKEN##*[[:space:]]}" ] || [ -z "${RO_GLTOKEN##*[[:space:]]}" ] || [ -z "${MINISIGN_KEY##*[[:space:]]}" ]; then[0m
2025-08-20T20:43:26.3592066Z [36;1m  echo "::error::One or more required secrets are missing:"[0m
2025-08-20T20:43:26.3593730Z [36;1m  [ -z "${RO_GHTOKEN##*[[:space:]]}" ] && echo "- RO_GHTOKEN is missing"[0m
2025-08-20T20:43:26.3595352Z [36;1m  [ -z "${RO_GLTOKEN##*[[:space:]]}" ] && echo "- RO_GLTOKEN is missing"[0m
2025-08-20T20:43:26.3596999Z [36;1m  [ -z "${MINISIGN_KEY##*[[:space:]]}" ] && echo "- MINISIGN_KEY is missing"[0m
2025-08-20T20:43:26.3598460Z [36;1m  exit 1[0m
2025-08-20T20:43:26.3599350Z [36;1mfi[0m
2025-08-20T20:43:26.3638940Z shell: /usr/bin/bash -e {0}
2025-08-20T20:43:26.3640141Z env:
2025-08-20T20:43:26.3641307Z   RO_GHTOKEN: ***
2025-08-20T20:43:26.3642302Z   RO_GLTOKEN: ***
2025-08-20T20:43:26.3646628Z   MINISIGN_KEY: ***
2025-08-20T20:43:26.3647519Z ##[endgroup]
2025-08-20T20:43:26.3884107Z ##[group]Run ##Presets
2025-08-20T20:43:26.3885099Z [36;1m##Presets[0m
2025-08-20T20:43:26.3885892Z [36;1mset +x ; set +e[0m
2025-08-20T20:43:26.3886729Z [36;1m#-------------#[0m
2025-08-20T20:43:26.3887573Z [36;1m##Host Triplet[0m
2025-08-20T20:43:26.3888612Z [36;1m if [[ "x86_64-Linux" != "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T20:43:26.3890004Z [36;1m   export CROSS_COMPILING="YES"[0m
2025-08-20T20:43:26.3891192Z [36;1m   export HOST_TRIPLET_R="$(uname -m)-$(uname -s)"[0m
2025-08-20T20:43:26.3892360Z [36;1m   export ON_QEMU="YES"[0m
2025-08-20T20:43:26.3893483Z [36;1m   if [[ "x86_64-Linux" == "loongarch64-Linux" ]] ; then[0m
2025-08-20T20:43:26.3894740Z [36;1m     export HOST_TRIPLET="loongarch64-Linux"[0m
2025-08-20T20:43:26.3895989Z [36;1m   elif [[ "x86_64-Linux" == "riscv64-Linux" ]] ; then[0m
2025-08-20T20:43:26.3897195Z [36;1m     export HOST_TRIPLET="riscv64-Linux"[0m
2025-08-20T20:43:26.3898217Z [36;1m   fi[0m
2025-08-20T20:43:26.3899227Z [36;1m elif [[ "x86_64-Linux" == "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T20:43:26.3900606Z [36;1m   export CROSS_COMPILING="NO"[0m
2025-08-20T20:43:26.3901748Z [36;1m   export HOST_TRIPLET="$(uname -m)-$(uname -s)"[0m
2025-08-20T20:43:26.3902969Z [36;1m   export HOST_TRIPLET_R="${HOST_TRIPLET}"[0m
2025-08-20T20:43:26.3904051Z [36;1m   export ON_QEMU="NO"[0m
2025-08-20T20:43:26.3904946Z [36;1m fi[0m
2025-08-20T20:43:26.3905964Z [36;1m echo "CROSS_COMPILING=${CROSS_COMPILING}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:43:26.3907423Z [36;1m echo "HOST_TRIPLET=${HOST_TRIPLET}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:43:26.3908838Z [36;1m echo "HOST_TRIPLET_R=${HOST_TRIPLET_R}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:43:26.3910263Z [36;1m echo "ON_QEMU=${ON_QEMU}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:43:26.3911320Z [36;1m##Debug[0m
2025-08-20T20:43:26.3912124Z [36;1m if [[ "false" == "true" ]] ; then[0m
2025-08-20T20:43:26.3913128Z [36;1m   export DEBUG="1"[0m
2025-08-20T20:43:26.3914001Z [36;1m else[0m
2025-08-20T20:43:26.3914764Z [36;1m   export DEBUG="0"[0m
2025-08-20T20:43:26.3915816Z [36;1m fi[0m
2025-08-20T20:43:26.3916650Z [36;1m echo "DEBUG=${DEBUG}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:43:26.3917717Z [36;1m##Docker Platform[0m
2025-08-20T20:43:26.3918777Z [36;1m if echo "${HOST_TRIPLET}" | grep -qiE "aarch64"; then[0m
2025-08-20T20:43:26.3920100Z [36;1m   DOCKER_PLATFORM="linux/arm64"[0m
2025-08-20T20:43:26.3921343Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "loongarch64"; then[0m
2025-08-20T20:43:26.3922632Z [36;1m   DOCKER_PLATFORM="linux/loong64"[0m
2025-08-20T20:43:26.3923865Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "riscv64"; then[0m
2025-08-20T20:43:26.3925114Z [36;1m   DOCKER_PLATFORM="linux/riscv64"[0m
2025-08-20T20:43:26.3926322Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "x86_64"; then[0m
2025-08-20T20:43:26.3927549Z [36;1m   DOCKER_PLATFORM="linux/amd64"[0m
2025-08-20T20:43:26.3928531Z [36;1m fi[0m
2025-08-20T20:43:26.3929596Z [36;1m echo "DOCKER_PLATFORM_ARCH=${HOST_TRIPLET%%-*}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:43:26.3931295Z [36;1m echo "DOCKER_PLATFORM=${DOCKER_PLATFORM}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:43:26.3932533Z [36;1m##GHCRPKG_URL[0m
2025-08-20T20:43:26.3934199Z [36;1m GHCRPKG_LOCAL="$(echo "ghcr.io/pkgforge/bincache/gip/official" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T20:43:26.3936023Z [36;1m export GHCRPKG_LOCAL[0m
2025-08-20T20:43:26.3937172Z [36;1m echo "GHCRPKG_LOCAL=${GHCRPKG_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:43:26.3938357Z [36;1m##Logs[0m
2025-08-20T20:43:26.3939223Z [36;1m if [[ "true" == "false" ]] ; then[0m
2025-08-20T20:43:26.3940363Z [36;1m   export KEEP_LOGS="NO"[0m
2025-08-20T20:43:26.3941282Z [36;1m else[0m
2025-08-20T20:43:26.3942076Z [36;1m   export KEEP_LOGS="YES"[0m
2025-08-20T20:43:26.3943089Z [36;1m   export GITHUB_TEST_BUILD="YES"[0m
2025-08-20T20:43:26.3944060Z [36;1m fi[0m
2025-08-20T20:43:26.3945130Z [36;1m echo "KEEP_LOGS=${KEEP_LOGS}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:43:26.3946561Z [36;1m echo "GITHUB_TEST_BUILD=${GITHUB_TEST_BUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:43:26.3947855Z [36;1m##PKG_FAMILY_LOCAL[0m
2025-08-20T20:43:26.3949139Z [36;1m PKG_FAMILY_LOCAL="$(echo "gip" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T20:43:26.3950671Z [36;1m export PKG_FAMILY_LOCAL[0m
2025-08-20T20:43:26.3951932Z [36;1m echo "PKG_FAMILY_LOCAL=${PKG_FAMILY_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:43:26.3953175Z [36;1m##Rebuild[0m
2025-08-20T20:43:26.3954032Z [36;1m if [[ "false" == "false" ]] ; then[0m
2025-08-20T20:43:26.3955096Z [36;1m   export SBUILD_REBUILD="false"[0m
2025-08-20T20:43:26.3956073Z [36;1m else[0m
2025-08-20T20:43:26.3956888Z [36;1m   export SBUILD_REBUILD="true"[0m
2025-08-20T20:43:26.3957867Z [36;1m fi[0m
2025-08-20T20:43:26.3958861Z [36;1m echo "SBUILD_REBUILD=${SBUILD_REBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:43:26.3960190Z [36;1m ##SBUILD_URL[0m
2025-08-20T20:43:26.3961651Z [36;1m sudo curl -qfsSL "https://bin.pkgforge.dev/${HOST_TRIPLET_R}/yq" -o "/usr/local/bin/yq" && \[0m
2025-08-20T20:43:26.3963588Z [36;1m   sudo chmod 'a+x' "/usr/local/bin/yq" && command -v yq >/dev/null || exit 1[0m
2025-08-20T20:43:26.3966437Z [36;1m SBUILD_FILE_URL="$(echo "https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/gip/static.official.source.yaml" | tr -d '[:space:]')"[0m
2025-08-20T20:43:26.3968998Z [36;1m pushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T20:43:26.3970438Z [36;1m   curl -w "(SBUILD) <== %{url}\n" -fL "${SBUILD_FILE_URL}" -o "./SBUILD_INPUT"[0m
2025-08-20T20:43:26.3972036Z [36;1m   if [[ ! -s "./SBUILD_INPUT" || $(stat -c%s "./SBUILD_INPUT") -le 10 ]]; then[0m
2025-08-20T20:43:26.3973566Z [36;1m     echo -e "\n[✗] FATAL: Failed to Fetch ${SBUILD_FILE_URL}\n"[0m
2025-08-20T20:43:26.3974933Z [36;1m     echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:43:26.3976026Z [36;1m    exit 1[0m
2025-08-20T20:43:26.3976809Z [36;1m   else[0m
2025-08-20T20:43:26.3977608Z [36;1m     export SBUILD_FILE_URL[0m
2025-08-20T20:43:26.3978988Z [36;1m     echo "SBUILD_FILE_URL=${SBUILD_FILE_URL}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:43:26.3980448Z [36;1m    #Check for x_exec.host[0m
2025-08-20T20:43:26.3981687Z [36;1m     if yq e '.x_exec.host != null' "./SBUILD_INPUT" | grep -qi 'true'; then[0m
2025-08-20T20:43:26.3982976Z [36;1m      #check if supported[0m
2025-08-20T20:43:26.3984392Z [36;1m       if ! yq '.x_exec.host[]' "./SBUILD_INPUT" | grep -v '^#' | grep -qi "${HOST_TRIPLET,,}"; then[0m
2025-08-20T20:43:26.3986283Z [36;1m          echo -e "\n[✗] WARNING: SBUILD (./SBUILD_INPUT) is NOT Supported on ${HOST_TRIPLET}\n"[0m
2025-08-20T20:43:26.3987837Z [36;1m          yq '.x_exec.host[]' "./SBUILD_INPUT"[0m
2025-08-20T20:43:26.3989040Z [36;1m          echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:43:26.3990247Z [36;1m         exit 1[0m
2025-08-20T20:43:26.3991072Z [36;1m       fi[0m
2025-08-20T20:43:26.3991892Z [36;1m      #get build system[0m
2025-08-20T20:43:26.3993280Z [36;1m       BUILD_SYS="$(yq '.x_exec.bsys' "./SBUILD_INPUT" | grep -v '^#' | tr -d '"'\''[:space:]')"[0m
2025-08-20T20:43:26.3994784Z [36;1m       export BUILD_SYS[0m
2025-08-20T20:43:26.3995902Z [36;1m       echo "BUILD_SYS=${BUILD_SYS}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:43:26.3997201Z [36;1m       if echo "${BUILD_SYS}" | grep -qi "docker://"; then[0m
2025-08-20T20:43:26.3998478Z [36;1m          echo "BUILD_ON_HOST=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:43:26.4000080Z [36;1m          echo "BUILD_SYSTEM=DOCKER" >> "${GITHUB_ENV}"[0m
2025-08-20T20:43:26.4001458Z [36;1m       elif echo "${BUILD_SYS}" | grep -qi "host://"; then[0m
2025-08-20T20:43:26.4002955Z [36;1m          echo "BUILD_ON_HOST=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:43:26.4004215Z [36;1m          echo "BUILD_SYSTEM=HOST" >> "${GITHUB_ENV}"[0m
2025-08-20T20:43:26.4005293Z [36;1m       fi[0m
2025-08-20T20:43:26.4006062Z [36;1m     fi[0m
2025-08-20T20:43:26.4007227Z [36;1m   fi[0m
2025-08-20T20:43:26.4008118Z [36;1m popd >/dev/null 2>&1[0m
2025-08-20T20:43:26.4048548Z shell: /usr/bin/bash -e {0}
2025-08-20T20:43:26.4049438Z ##[endgroup]
2025-08-20T20:43:26.8761936Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T20:43:26.8763525Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T20:43:26.8764332Z 
2025-08-20T20:43:26.9284087Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T20:43:26.9285890Z 100  5173  100  5173    0     0  96356      0 --:--:-- --:--:-- --:--:-- 97603
2025-08-20T20:43:26.9295503Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/gip/static.official.source.yaml
2025-08-20T20:43:26.9539786Z ##[group]Run ##Presets
2025-08-20T20:43:26.9540969Z [36;1m##Presets[0m
2025-08-20T20:43:26.9541786Z [36;1mset +x ; set +e[0m
2025-08-20T20:43:26.9542647Z [36;1m#-------------#[0m
2025-08-20T20:43:26.9543473Z [36;1m##Debug?[0m
2025-08-20T20:43:26.9544433Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:43:26.9545583Z [36;1m  set -x[0m
2025-08-20T20:43:26.9546343Z [36;1mfi[0m
2025-08-20T20:43:26.9547084Z [36;1m#-------------#[0m
2025-08-20T20:43:26.9547937Z [36;1m##CoreUtils[0m
2025-08-20T20:43:26.9548772Z [36;1msudo apt update -y[0m
2025-08-20T20:43:26.9550309Z [36;1msudo apt install bc coreutils curl dos2unix fdupes jq moreutils wget -y[0m
2025-08-20T20:43:26.9554334Z [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-20T20:43:26.9558063Z [36;1m##tmp[0m
2025-08-20T20:43:26.9559285Z [36;1mSYSTMP="$(dirname $(mktemp -u))" && export SYSTMP="${SYSTMP}"[0m
2025-08-20T20:43:26.9560860Z [36;1m#GH ENV[0m
2025-08-20T20:43:26.9561843Z [36;1mecho "SYSTMP=${SYSTMP}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:43:26.9563253Z [36;1mecho "GHA_MODE=MATRIX" >> "${GITHUB_ENV}"[0m
2025-08-20T20:43:26.9564304Z [36;1m#-------------#[0m
2025-08-20T20:43:26.9565187Z [36;1mmkdir -p "${HOME}/bin"[0m
2025-08-20T20:43:26.9566140Z [36;1msudo apt update -y[0m
2025-08-20T20:43:26.9567085Z [36;1msudo apt install dos2unix -y[0m
2025-08-20T20:43:26.9568084Z [36;1m##Setup Minisign[0m
2025-08-20T20:43:26.9569008Z [36;1mmkdir -pv "${HOME}/.minisign"[0m
2025-08-20T20:43:26.9570632Z [36;1mecho "***[0m
2025-08-20T20:43:26.9575276Z [36;1m***" > "${HOME}/.minisign/pkgforge.key"[0m
2025-08-20T20:43:26.9576331Z [36;1m##User-Agent[0m
2025-08-20T20:43:26.9578933Z [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-20T20:43:26.9582100Z [36;1mecho "USER_AGENT=${USER_AGENT}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:43:26.9624843Z shell: /usr/bin/bash -e {0}
2025-08-20T20:43:26.9625730Z env:
2025-08-20T20:43:26.9626449Z   CROSS_COMPILING: NO
2025-08-20T20:43:26.9627282Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T20:43:26.9628193Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T20:43:26.9629064Z   ON_QEMU: NO
2025-08-20T20:43:26.9629899Z   DEBUG: 0
2025-08-20T20:43:26.9630656Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T20:43:26.9631590Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T20:43:26.9632674Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/gip/official
2025-08-20T20:43:26.9633792Z   KEEP_LOGS: YES
2025-08-20T20:43:26.9634558Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:43:26.9635401Z   PKG_FAMILY_LOCAL: gip
2025-08-20T20:43:26.9636232Z   SBUILD_REBUILD: false
2025-08-20T20:43:26.9638214Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/gip/static.official.source.yaml
2025-08-20T20:43:26.9640412Z   BUILD_SYS: docker://rust
2025-08-20T20:43:26.9641298Z   BUILD_ON_HOST: FALSE
2025-08-20T20:43:26.9642116Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:43:26.9642915Z ##[endgroup]
2025-08-20T20:43:26.9869586Z 
2025-08-20T20:43:26.9871344Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T20:43:26.9873035Z 
2025-08-20T20:43:27.0851489Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:43:27.1390364Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T20:43:27.1435140Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease [126 kB]
2025-08-20T20:43:27.1440937Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T20:43:27.1556036Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease [126 kB]
2025-08-20T20:43:27.1618157Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease [126 kB]
2025-08-20T20:43:27.1688912Z Get:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease [3600 B]
2025-08-20T20:43:27.4130774Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages [1349 kB]
2025-08-20T20:43:27.4639293Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble-updates/main Translation-en [268 kB]
2025-08-20T20:43:27.4760733Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 Components [175 kB]
2025-08-20T20:43:27.4768469Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 Packages [1124 kB]
2025-08-20T20:43:27.4872056Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe Translation-en [288 kB]
2025-08-20T20:43:27.5187891Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 Components [377 kB]
2025-08-20T20:43:27.5247111Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Packages [1728 kB]
2025-08-20T20:43:27.5731491Z Get:15 http://azure.archive.ubuntu.com/ubuntu noble-updates/restricted Translation-en [382 kB]
2025-08-20T20:43:27.5782347Z Get:16 http://azure.archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Components [212 B]
2025-08-20T20:43:27.5794622Z Get:17 http://azure.archive.ubuntu.com/ubuntu noble-updates/multiverse amd64 Components [940 B]
2025-08-20T20:43:27.6255276Z Get:18 http://azure.archive.ubuntu.com/ubuntu noble-backports/main amd64 Components [7060 B]
2025-08-20T20:43:27.6313257Z Get:19 http://azure.archive.ubuntu.com/ubuntu noble-backports/universe amd64 Packages [30.2 kB]
2025-08-20T20:43:27.6834529Z Get:20 http://azure.archive.ubuntu.com/ubuntu noble-backports/universe Translation-en [17.4 kB]
2025-08-20T20:43:27.6854752Z Get:21 http://azure.archive.ubuntu.com/ubuntu noble-backports/universe amd64 Components [19.2 kB]
2025-08-20T20:43:27.6872476Z Get:22 http://azure.archive.ubuntu.com/ubuntu noble-backports/restricted amd64 Components [216 B]
2025-08-20T20:43:27.6889007Z Get:23 http://azure.archive.ubuntu.com/ubuntu noble-backports/multiverse amd64 Components [212 B]
2025-08-20T20:43:27.7281223Z Get:24 http://azure.archive.ubuntu.com/ubuntu noble-security/main amd64 Packages [1081 kB]
2025-08-20T20:43:27.9927638Z Get:25 http://azure.archive.ubuntu.com/ubuntu noble-security/main Translation-en [187 kB]
2025-08-20T20:43:27.9957887Z Get:26 http://azure.archive.ubuntu.com/ubuntu noble-security/main amd64 Components [21.6 kB]
2025-08-20T20:43:27.9988118Z Get:27 http://azure.archive.ubuntu.com/ubuntu noble-security/universe amd64 Packages [881 kB]
2025-08-20T20:43:28.0013918Z Get:34 https://packages.microsoft.com/ubuntu/24.04/prod noble/main amd64 Packages [48.0 kB]
2025-08-20T20:43:28.0132281Z Get:28 http://azure.archive.ubuntu.com/ubuntu noble-security/universe Translation-en [195 kB]
2025-08-20T20:43:28.0153215Z Get:29 http://azure.archive.ubuntu.com/ubuntu noble-security/universe amd64 Components [52.2 kB]
2025-08-20T20:43:28.0184536Z Get:30 http://azure.archive.ubuntu.com/ubuntu noble-security/restricted amd64 Packages [1625 kB]
2025-08-20T20:43:28.0387423Z Get:31 http://azure.archive.ubuntu.com/ubuntu noble-security/restricted Translation-en [359 kB]
2025-08-20T20:43:28.0556326Z Get:35 https://packages.microsoft.com/ubuntu/24.04/prod noble/main armhf Packages [9870 B]
2025-08-20T20:43:28.0703547Z Get:36 https://packages.microsoft.com/ubuntu/24.04/prod noble/main arm64 Packages [33.2 kB]
2025-08-20T20:43:28.0933651Z Get:32 http://azure.archive.ubuntu.com/ubuntu noble-security/restricted amd64 Components [212 B]
2025-08-20T20:43:28.0948855Z Get:33 http://azure.archive.ubuntu.com/ubuntu noble-security/multiverse amd64 Components [208 B]
2025-08-20T20:43:36.9466188Z Fetched 10.6 MB in 1s (7310 kB/s)
2025-08-20T20:43:37.6143394Z Reading package lists...
2025-08-20T20:43:37.7478126Z Building dependency tree...
2025-08-20T20:43:37.7485349Z Reading state information...
2025-08-20T20:43:37.7613213Z 47 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T20:43:37.7726833Z 
2025-08-20T20:43:37.7727787Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T20:43:37.7728153Z 
2025-08-20T20:43:37.7853007Z Reading package lists...
2025-08-20T20:43:37.9263451Z Building dependency tree...
2025-08-20T20:43:37.9270673Z Reading state information...
2025-08-20T20:43:38.0620928Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T20:43:38.0621844Z bc set to manually installed.
2025-08-20T20:43:38.0622248Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T20:43:38.0622746Z curl is already the newest version (8.5.0-2ubuntu10.6).
2025-08-20T20:43:38.0623236Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T20:43:38.0623686Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T20:43:38.0624047Z The following additional packages will be installed:
2025-08-20T20:43:38.0636500Z   libtime-duration-perl
2025-08-20T20:43:38.1044215Z The following NEW packages will be installed:
2025-08-20T20:43:38.1050976Z   dos2unix fdupes libtime-duration-perl moreutils
2025-08-20T20:43:38.1204829Z 0 upgraded, 4 newly installed, 0 to remove and 47 not upgraded.
2025-08-20T20:43:38.1430251Z Need to get 616 kB of archives.
2025-08-20T20:43:38.1430897Z After this operation, 2255 kB of additional disk space will be used.
2025-08-20T20:43:38.1431910Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:43:38.1913326Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 fdupes amd64 1:2.3.0-1build1 [46.4 kB]
2025-08-20T20:43:38.2128614Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libtime-duration-perl all 1.21-2 [12.3 kB]
2025-08-20T20:43:38.2316248Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 moreutils amd64 0.69-1 [56.4 kB]
2025-08-20T20:43:38.2479066Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 dos2unix amd64 7.5.1-1 [501 kB]
2025-08-20T20:43:38.5059650Z Fetched 616 kB in 0s (4754 kB/s)
2025-08-20T20:43:38.5356215Z Selecting previously unselected package fdupes.
2025-08-20T20:43:38.7516251Z (Reading database ... 
2025-08-20T20:43:38.7516924Z (Reading database ... 5%
2025-08-20T20:43:38.7517376Z (Reading database ... 10%
2025-08-20T20:43:38.7517842Z (Reading database ... 15%
2025-08-20T20:43:38.7518128Z (Reading database ... 20%
2025-08-20T20:43:38.7518401Z (Reading database ... 25%
2025-08-20T20:43:38.7518644Z (Reading database ... 30%
2025-08-20T20:43:38.7518936Z (Reading database ... 35%
2025-08-20T20:43:38.7519184Z (Reading database ... 40%
2025-08-20T20:43:38.7519429Z (Reading database ... 45%
2025-08-20T20:43:38.7519682Z (Reading database ... 50%
2025-08-20T20:43:38.8608696Z (Reading database ... 55%
2025-08-20T20:43:39.0112809Z (Reading database ... 60%
2025-08-20T20:43:39.2475670Z (Reading database ... 65%
2025-08-20T20:43:39.4853327Z (Reading database ... 70%
2025-08-20T20:43:39.5687789Z (Reading database ... 75%
2025-08-20T20:43:40.1620626Z (Reading database ... 80%
2025-08-20T20:43:40.8983016Z (Reading database ... 85%
2025-08-20T20:43:41.7918132Z (Reading database ... 90%
2025-08-20T20:43:42.4919310Z (Reading database ... 95%
2025-08-20T20:43:42.4920149Z (Reading database ... 100%
2025-08-20T20:43:42.4920838Z (Reading database ... 219881 files and directories currently installed.)
2025-08-20T20:43:42.4965768Z Preparing to unpack .../fdupes_1%3a2.3.0-1build1_amd64.deb ...
2025-08-20T20:43:42.4989095Z Unpacking fdupes (1:2.3.0-1build1) ...
2025-08-20T20:43:42.5345699Z Selecting previously unselected package libtime-duration-perl.
2025-08-20T20:43:42.5476154Z Preparing to unpack .../libtime-duration-perl_1.21-2_all.deb ...
2025-08-20T20:43:42.5485716Z Unpacking libtime-duration-perl (1.21-2) ...
2025-08-20T20:43:42.5855923Z Selecting previously unselected package moreutils.
2025-08-20T20:43:42.5984052Z Preparing to unpack .../moreutils_0.69-1_amd64.deb ...
2025-08-20T20:43:42.5993642Z Unpacking moreutils (0.69-1) ...
2025-08-20T20:43:42.7233545Z Selecting previously unselected package dos2unix.
2025-08-20T20:43:42.7363418Z Preparing to unpack .../dos2unix_7.5.1-1_amd64.deb ...
2025-08-20T20:43:42.7382074Z Unpacking dos2unix (7.5.1-1) ...
2025-08-20T20:43:43.0900560Z Setting up fdupes (1:2.3.0-1build1) ...
2025-08-20T20:43:43.0929240Z Setting up libtime-duration-perl (1.21-2) ...
2025-08-20T20:43:43.0953488Z Setting up dos2unix (7.5.1-1) ...
2025-08-20T20:43:43.0976017Z Setting up moreutils (0.69-1) ...
2025-08-20T20:43:43.1003331Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:44:25.7422043Z 
2025-08-20T20:44:25.7422629Z Running kernel seems to be up-to-date.
2025-08-20T20:44:25.7422928Z 
2025-08-20T20:44:25.7423033Z Restarting services...
2025-08-20T20:44:25.7489770Z 
2025-08-20T20:44:25.7490578Z Service restarts being deferred:
2025-08-20T20:44:25.7491717Z  systemctl restart hosted-compute-agent.service
2025-08-20T20:44:25.7492083Z 
2025-08-20T20:44:25.7492345Z No containers need to be restarted.
2025-08-20T20:44:25.7492622Z 
2025-08-20T20:44:25.7492817Z No user sessions are running outdated binaries.
2025-08-20T20:44:25.7493164Z 
2025-08-20T20:44:25.7493470Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T20:44:26.5499026Z Reading package lists...
2025-08-20T20:44:26.6930500Z Building dependency tree...
2025-08-20T20:44:26.6938395Z Reading state information...
2025-08-20T20:44:26.8401193Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T20:44:26.8401982Z apt-utils is already the newest version (2.8.3).
2025-08-20T20:44:26.8402624Z apt-utils set to manually installed.
2025-08-20T20:44:26.8403276Z ca-certificates is already the newest version (20240203).
2025-08-20T20:44:26.8404005Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T20:44:26.8404690Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T20:44:26.8405379Z gnupg2 is already the newest version (2.4.4-2ubuntu17.3).
2025-08-20T20:44:26.8406092Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T20:44:26.8406805Z moreutils is already the newest version (0.69-1).
2025-08-20T20:44:26.8407589Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T20:44:26.8408364Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T20:44:26.8409045Z texinfo is already the newest version (7.1-3build2).
2025-08-20T20:44:26.8409701Z tmux is already the newest version (3.4-1ubuntu0.1).
2025-08-20T20:44:26.8410500Z tmux set to manually installed.
2025-08-20T20:44:26.8411118Z util-linux is already the newest version (2.39.3-9ubuntu6.3).
2025-08-20T20:44:26.8411691Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T20:44:26.8412082Z The following additional packages will be installed:
2025-08-20T20:44:26.8412401Z   python3-software-properties
2025-08-20T20:44:26.8412652Z Recommended packages:
2025-08-20T20:44:26.8412997Z   unattended-upgrades
2025-08-20T20:44:26.8657647Z The following NEW packages will be installed:
2025-08-20T20:44:26.8658130Z   rename
2025-08-20T20:44:26.8667490Z The following packages will be upgraded:
2025-08-20T20:44:26.8668184Z   python3-software-properties software-properties-common
2025-08-20T20:44:26.8818494Z 2 upgraded, 1 newly installed, 0 to remove and 45 not upgraded.
2025-08-20T20:44:26.9040294Z Need to get 64.7 kB of archives.
2025-08-20T20:44:26.9040746Z After this operation, 63.5 kB of additional disk space will be used.
2025-08-20T20:44:26.9041164Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:44:26.9373033Z 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-20T20:44:26.9539283Z 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-20T20:44:26.9702872Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 rename all 2.02-1 [20.3 kB]
2025-08-20T20:44:27.2120714Z Fetched 64.7 kB in 0s (839 kB/s)
2025-08-20T20:44:27.2369959Z (Reading database ... 
2025-08-20T20:44:27.2370389Z (Reading database ... 5%
2025-08-20T20:44:27.2370773Z (Reading database ... 10%
2025-08-20T20:44:27.2371439Z (Reading database ... 15%
2025-08-20T20:44:27.2372475Z (Reading database ... 20%
2025-08-20T20:44:27.2372826Z (Reading database ... 25%
2025-08-20T20:44:27.2373187Z (Reading database ... 30%
2025-08-20T20:44:27.2373541Z (Reading database ... 35%
2025-08-20T20:44:27.2373909Z (Reading database ... 40%
2025-08-20T20:44:27.2374265Z (Reading database ... 45%
2025-08-20T20:44:27.2374620Z (Reading database ... 50%
2025-08-20T20:44:27.2478847Z (Reading database ... 55%
2025-08-20T20:44:27.2497438Z (Reading database ... 60%
2025-08-20T20:44:27.2518464Z (Reading database ... 65%
2025-08-20T20:44:27.2554841Z (Reading database ... 70%
2025-08-20T20:44:27.2578719Z (Reading database ... 75%
2025-08-20T20:44:27.2601077Z (Reading database ... 80%
2025-08-20T20:44:27.2741823Z (Reading database ... 85%
2025-08-20T20:44:27.3014997Z (Reading database ... 90%
2025-08-20T20:44:27.3087503Z (Reading database ... 95%
2025-08-20T20:44:27.3087870Z (Reading database ... 100%
2025-08-20T20:44:27.3088389Z (Reading database ... 220050 files and directories currently installed.)
2025-08-20T20:44:27.3128385Z Preparing to unpack .../software-properties-common_0.99.49.3_all.deb ...
2025-08-20T20:44:27.3867602Z Unpacking software-properties-common (0.99.49.3) over (0.99.49.2) ...
2025-08-20T20:44:27.4455841Z Preparing to unpack .../python3-software-properties_0.99.49.3_all.deb ...
2025-08-20T20:44:27.5086402Z Unpacking python3-software-properties (0.99.49.3) over (0.99.49.2) ...
2025-08-20T20:44:27.5326374Z Selecting previously unselected package rename.
2025-08-20T20:44:27.5463593Z Preparing to unpack .../archives/rename_2.02-1_all.deb ...
2025-08-20T20:44:27.5472682Z Unpacking rename (2.02-1) ...
2025-08-20T20:44:27.5865963Z Setting up rename (2.02-1) ...
2025-08-20T20:44:27.5927870Z update-alternatives: using /usr/bin/file-rename to provide /usr/bin/rename (rename) in auto mode
2025-08-20T20:44:27.5948211Z Setting up python3-software-properties (0.99.49.3) ...
2025-08-20T20:44:27.7160782Z Setting up software-properties-common (0.99.49.3) ...
2025-08-20T20:44:27.8138350Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:44:31.6989701Z Processing triggers for dbus (1.14.10-4ubuntu4.1) ...
2025-08-20T20:44:33.1060776Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:44:33.1342967Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T20:44:33.1364048Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T20:44:33.1370632Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T20:44:33.1383471Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T20:44:33.1401900Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T20:44:33.1444032Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T20:44:34.2328308Z Reading package lists...
2025-08-20T20:44:34.3690615Z Building dependency tree...
2025-08-20T20:44:34.3697119Z Reading state information...
2025-08-20T20:44:34.3819095Z 45 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T20:44:34.3966208Z 
2025-08-20T20:44:34.3966720Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T20:44:34.3967044Z 
2025-08-20T20:44:34.4439685Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:44:34.4732948Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T20:44:34.4756475Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T20:44:34.4769295Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T20:44:34.4783274Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T20:44:34.4916533Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T20:44:34.4951880Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T20:44:35.5630559Z Reading package lists...
2025-08-20T20:44:35.7005487Z Building dependency tree...
2025-08-20T20:44:35.7012052Z Reading state information...
2025-08-20T20:44:35.7147928Z 45 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T20:44:35.7258700Z 
2025-08-20T20:44:35.7259279Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T20:44:35.7259599Z 
2025-08-20T20:44:35.7384781Z Reading package lists...
2025-08-20T20:44:35.8838820Z Building dependency tree...
2025-08-20T20:44:35.8846201Z Reading state information...
2025-08-20T20:44:36.0336396Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T20:44:36.0695246Z 0 upgraded, 0 newly installed, 0 to remove and 45 not upgraded.
2025-08-20T20:44:36.0971563Z mkdir: created directory '/home/runner/.minisign'
2025-08-20T20:44:36.1386742Z ##[group]Run ##Presets
2025-08-20T20:44:36.1387020Z [36;1m##Presets[0m
2025-08-20T20:44:36.1387218Z [36;1mset +x ; set +e[0m
2025-08-20T20:44:36.1387423Z [36;1m#-------------#[0m
2025-08-20T20:44:36.1387623Z [36;1m##Debug?[0m
2025-08-20T20:44:36.1387860Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:44:36.1388149Z [36;1m  set -x[0m
2025-08-20T20:44:36.1388333Z [36;1mfi[0m
2025-08-20T20:44:36.1388510Z [36;1m#-------------#[0m
2025-08-20T20:44:36.1409166Z [36;1mecho "kernel.apparmor_restrict_unprivileged_userns=0" | sudo tee "/etc/sysctl.d/98-apparmor-unuserns.conf"[0m
2025-08-20T20:44:36.1410318Z [36;1mecho "0" | sudo tee "/proc/sys/kernel/apparmor_restrict_unprivileged_userns"[0m
2025-08-20T20:44:36.1410933Z [36;1msudo service procps restart[0m
2025-08-20T20:44:36.1411399Z [36;1msudo sysctl -p "/etc/sysctl.conf"[0m
2025-08-20T20:44:36.1458293Z shell: /usr/bin/bash -e {0}
2025-08-20T20:44:36.1458528Z env:
2025-08-20T20:44:36.1458756Z   CROSS_COMPILING: NO
2025-08-20T20:44:36.1458972Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T20:44:36.1459197Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T20:44:36.1459410Z   ON_QEMU: NO
2025-08-20T20:44:36.1459587Z   DEBUG: 0
2025-08-20T20:44:36.1459763Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T20:44:36.1460166Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T20:44:36.1460435Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/gip/official
2025-08-20T20:44:36.1460721Z   KEEP_LOGS: YES
2025-08-20T20:44:36.1460908Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:44:36.1461127Z   PKG_FAMILY_LOCAL: gip
2025-08-20T20:44:36.1461334Z   SBUILD_REBUILD: false
2025-08-20T20:44:36.1461855Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/gip/static.official.source.yaml
2025-08-20T20:44:36.1462414Z   BUILD_SYS: docker://rust
2025-08-20T20:44:36.1462637Z   BUILD_ON_HOST: FALSE
2025-08-20T20:44:36.1462831Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:44:36.1463021Z   SYSTMP: /tmp
2025-08-20T20:44:36.1463197Z   GHA_MODE: MATRIX
2025-08-20T20:44:36.1463624Z   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-20T20:44:36.1464088Z ##[endgroup]
2025-08-20T20:44:36.1591536Z kernel.apparmor_restrict_unprivileged_userns=0
2025-08-20T20:44:36.1664903Z 0
2025-08-20T20:44:36.2013777Z vm.max_map_count = 262144
2025-08-20T20:44:36.2014224Z fs.inotify.max_user_watches = 655360
2025-08-20T20:44:36.2014657Z fs.inotify.max_user_instances = 1280
2025-08-20T20:44:36.2014917Z vm.mmap_rnd_bits = 28
2025-08-20T20:44:36.2086515Z ##[group]Run ##Presets
2025-08-20T20:44:36.2086813Z [36;1m##Presets[0m
2025-08-20T20:44:36.2087013Z [36;1mset +x ; set +e[0m
2025-08-20T20:44:36.2087224Z [36;1m#-------------#[0m
2025-08-20T20:44:36.2087424Z [36;1m##Debug?[0m
2025-08-20T20:44:36.2087664Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:44:36.2087962Z [36;1m  set -x[0m
2025-08-20T20:44:36.2088140Z [36;1mfi[0m
2025-08-20T20:44:36.2088318Z [36;1m#-------------#[0m
2025-08-20T20:44:36.2088511Z [36;1m##Main[0m
2025-08-20T20:44:36.2088718Z [36;1mpushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T20:44:36.2089353Z [36;1m curl -qfsSL "https://raw.githubusercontent.com/pkgforge/bincache/refs/heads/main/scripts/runner/builder.sh" -o "${SYSTMP}/BUILDER.sh"[0m
2025-08-20T20:44:36.2090424Z [36;1m dos2unix --quiet "${SYSTMP}/BUILDER.sh" ; chmod +xwr "${SYSTMP}/BUILDER.sh"[0m
2025-08-20T20:44:36.2090804Z [36;1m ##Run with STDOUT + LOGS[0m
2025-08-20T20:44:36.2091105Z [36;1m  export DEBUG="${DEBUG}"[0m
2025-08-20T20:44:36.2091360Z [36;1m  export KEEP_LOGS="${KEEP_LOGS}"[0m
2025-08-20T20:44:36.2091657Z [36;1m  export PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}"[0m
2025-08-20T20:44:36.2091966Z [36;1m  export GHCRPKG_LOCAL="${GHCRPKG_LOCAL}"[0m
2025-08-20T20:44:36.2092260Z [36;1m  export SBUILD_REBUILD="${SBUILD_REBUILD}"[0m
2025-08-20T20:44:36.2092563Z [36;1m  export GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}"[0m
2025-08-20T20:44:36.2092849Z [36;1m if [[ "" == "TRUE" ]]; then[0m
2025-08-20T20:44:36.2093171Z [36;1m   sudo podman cp "${SYSTMP}/BUILDER.sh" "${POD_ID}:/tmp/BUILDER.sh"[0m
2025-08-20T20:44:36.2093535Z [36;1m   sudo podman exec -u "runner" -w "/tmp" \[0m
2025-08-20T20:44:36.2093812Z [36;1m     -e DEBUG="${DEBUG}" \[0m
2025-08-20T20:44:36.2094065Z [36;1m     -e GHCR_TOKEN="${GHCR_TOKEN}" \[0m
2025-08-20T20:44:36.2094338Z [36;1m     -e GITHUB_TOKEN="${GITHUB_TOKEN}" \[0m
2025-08-20T20:44:36.2094614Z [36;1m     -e GITLAB_TOKEN="${GITLAB_TOKEN}" \[0m
2025-08-20T20:44:36.2095064Z [36;1m     -e MINISIGN_KEY="${MINISIGN_KEY}" \[0m
2025-08-20T20:44:36.2095331Z [36;1m     -e KEEP_LOGS="${KEEP_LOGS}" \[0m
2025-08-20T20:44:36.2095619Z [36;1m     -e PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}" \[0m
2025-08-20T20:44:36.2095917Z [36;1m     -e GHCRPKG_LOCAL="${GHCRPKG_LOCAL}" \[0m
2025-08-20T20:44:36.2096202Z [36;1m     -e SBUILD_REBUILD="${SBUILD_REBUILD}" \[0m
2025-08-20T20:44:36.2096501Z [36;1m     -e GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}" \[0m
2025-08-20T20:44:36.2096802Z [36;1m     -e INSIDE_PODMAN="${INSIDE_PODMAN}" \[0m
2025-08-20T20:44:36.2097089Z [36;1m     -e CROSS_COMPILING="${CROSS_COMPILING}" \[0m
2025-08-20T20:44:36.2097380Z [36;1m     -e SBUILD_FILE_URL="${SBUILD_FILE_URL}" \[0m
2025-08-20T20:44:36.2097643Z [36;1m     "${POD_ID}" \[0m
2025-08-20T20:44:36.2097978Z [36;1m     bash -c 'bash "/tmp/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "/tmp/BUILD.log" 2>&1'[0m
2025-08-20T20:44:36.2098422Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD.log" "${SYSTMP}/BUILD.log"[0m
2025-08-20T20:44:36.2098881Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD_ARTIFACTS.zstd" "${SYSTMP}/BUILD_ARTIFACTS.zstd"[0m
2025-08-20T20:44:36.2099327Z [36;1m   sudo podman cp "${POD_ID}:/tmp/GITHUB_ENV" "${SYSTMP}/GITHUB_ENV"[0m
2025-08-20T20:44:36.2099667Z [36;1m   mkdir -p "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T20:44:36.2100227Z [36;1m   sudo podman cp "${POD_ID}:/tmp/_POD_BRIDGE/." "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T20:44:36.2100851Z [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-20T20:44:36.2101633Z [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-20T20:44:36.2102151Z [36;1m   cat "${SYSTMP}/GITHUB_ENV" >> "${GITHUB_ENV}"[0m
2025-08-20T20:44:36.2102410Z [36;1m else[0m
2025-08-20T20:44:36.2102881Z [36;1m   bash "${SYSTMP}/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "${SYSTMP}/BUILD.log" 2>&1[0m
2025-08-20T20:44:36.2103235Z [36;1m fi[0m
2025-08-20T20:44:36.2103475Z [36;1m ##Purge Tokens (in case set -x & gh didn't redact)[0m
2025-08-20T20:44:36.2103853Z [36;1m cat "${SYSTMP}/BUILD.log" | ansi2txt > "${SYSTMP}/BUILD.gh.log.txt"[0m
2025-08-20T20:44:36.2104259Z [36;1m sed -i '/.*github_pat.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:44:36.2104636Z [36;1m sed -i '/.*ghp_.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:44:36.2105013Z [36;1m sed -i '/.*access_key_id.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:44:36.2105407Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:44:36.2105805Z [36;1m sed -i '/.*secret_access_key.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:44:36.2106205Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:44:36.2106616Z [36;1m sed -i '/.*cloudflarestorage.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:44:36.2107019Z [36;1m mv -fv "${SYSTMP}/BUILD.gh.log.txt" "${SYSTMP}/BUILD.log"[0m
2025-08-20T20:44:36.2107324Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T20:44:36.2148448Z shell: /usr/bin/bash -e {0}
2025-08-20T20:44:36.2148679Z env:
2025-08-20T20:44:36.2148860Z   CROSS_COMPILING: NO
2025-08-20T20:44:36.2149078Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T20:44:36.2149308Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T20:44:36.2149522Z   ON_QEMU: NO
2025-08-20T20:44:36.2149697Z   DEBUG: 0
2025-08-20T20:44:36.2150089Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T20:44:36.2150313Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T20:44:36.2150583Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/gip/official
2025-08-20T20:44:36.2150872Z   KEEP_LOGS: YES
2025-08-20T20:44:36.2151061Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:44:36.2151265Z   PKG_FAMILY_LOCAL: gip
2025-08-20T20:44:36.2151456Z   SBUILD_REBUILD: false
2025-08-20T20:44:36.2152145Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/gip/static.official.source.yaml
2025-08-20T20:44:36.2152708Z   BUILD_SYS: docker://rust
2025-08-20T20:44:36.2152930Z   BUILD_ON_HOST: FALSE
2025-08-20T20:44:36.2153123Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:44:36.2153315Z   SYSTMP: /tmp
2025-08-20T20:44:36.2153491Z   GHA_MODE: MATRIX
2025-08-20T20:44:36.2153926Z   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-20T20:44:36.2154773Z   GHCR_TOKEN: ***
2025-08-20T20:44:36.2155067Z   GITHUB_TOKEN: ***
2025-08-20T20:44:36.2155332Z   GITLAB_TOKEN: ***
2025-08-20T20:44:36.2156465Z   MINISIGN_KEY: ***
2025-08-20T20:44:36.2156652Z ##[endgroup]
2025-08-20T20:44:36.2631933Z [+] SBUILD Builder Version: 0.2.2
2025-08-20T20:44:36.3300279Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T20:44:36.3300884Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T20:44:36.3301119Z 
2025-08-20T20:44:36.3626168Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T20:44:36.3626931Z 100  5173  100  5173    0     0   154k      0 --:--:-- --:--:-- --:--:--  157k
2025-08-20T20:44:36.3635896Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/gip/static.official.source.yaml
2025-08-20T20:44:36.3716954Z 
2025-08-20T20:44:36.3717242Z [+] Building [/tmp/tmp.imiqt8YdU8/SBUILD_INPUT] Locally
2025-08-20T20:44:36.3717630Z 
2025-08-20T20:44:36.3730491Z '/tmp/tmp.imiqt8YdU8/SBUILD_INPUT' -> '/tmp/pkgforge/LMjL8aaRh_build.yaml'
2025-08-20T20:44:36.4362864Z 
2025-08-20T20:44:36.4363165Z [+] Passwordless sudo is Configured
2025-08-20T20:44:36.5016723Z 
2025-08-20T20:44:36.5027801Z [+] Setting Install Dir (ROOT) :: /usr/local/bin
2025-08-20T20:44:36.5028054Z 
2025-08-20T20:44:36.5484973Z 
2025-08-20T20:44:36.5485563Z [+] Fetching Bins from (Default) :: https://bin.pkgforge.dev/x86_64-Linux
2025-08-20T20:44:36.5486355Z 
2025-08-20T20:44:36.5486361Z 
2025-08-20T20:44:36.5486717Z [+] Installing in Sequential (Slow) Mode [Re Run : export PARALLEL=1 for Speed]
2025-08-20T20:44:36.5487208Z 
2025-08-20T20:44:36.5568556Z [+] Installing: 7z -> 7z
2025-08-20T20:44:36.8882481Z [+] Installing: actionlint -> actionlint
2025-08-20T20:44:37.2327853Z [+] Installing: anew -> anew
2025-08-20T20:44:37.5736158Z [+] Installing: anew-rs -> anew-rs
2025-08-20T20:44:37.9056998Z [+] Installing: ansi2html -> ansi2html
2025-08-20T20:44:38.2107742Z [+] Installing: ansi2txt -> ansi2txt
2025-08-20T20:44:38.5210016Z [+] Installing: archey -> archey
2025-08-20T20:44:38.8937561Z [+] Installing: aria2 -> aria2c
2025-08-20T20:44:39.2525568Z [+] Installing: askalono -> askalono
2025-08-20T20:44:39.6328440Z [+] Installing: bsdtar -> bsdtar
2025-08-20T20:44:40.0204134Z [+] Installing: b3sum -> b3sum
2025-08-20T20:44:40.3532866Z [+] Installing: bita -> bita
2025-08-20T20:44:40.7354914Z [+] Installing: btop -> btop
2025-08-20T20:44:41.0581855Z [+] Installing: chafa -> chafa
2025-08-20T20:44:41.4433276Z [+] Installing: cloudflared -> cloudflared
2025-08-20T20:44:41.8758973Z [+] Installing: croc -> croc
2025-08-20T20:44:42.2404483Z [+] Installing: csvtk -> csvtk
2025-08-20T20:44:42.6312401Z [+] Installing: cutlines -> cutlines
2025-08-20T20:44:42.9275037Z curl: (22) The requested URL returned error: 404
2025-08-20T20:44:42.9305409Z [-] Failed to install cutlines to /usr/local/bin/cutlines
2025-08-20T20:44:42.9306018Z [+] Installing: dbin -> dbin
2025-08-20T20:44:43.3084200Z [+] Installing: dasel -> dasel
2025-08-20T20:44:43.6675050Z [+] Installing: delta -> delta
2025-08-20T20:44:44.0050862Z [+] Installing: ds -> ds
2025-08-20T20:44:44.2998298Z curl: (22) The requested URL returned error: 404
2025-08-20T20:44:44.3028406Z [-] Failed to install ds to /usr/local/bin/ds
2025-08-20T20:44:44.3029365Z [+] Installing: dos2unix -> dos2unix
2025-08-20T20:44:44.6137432Z [+] Installing: duf -> duf
2025-08-20T20:44:44.9696161Z [+] Installing: duplicut -> duplicut
2025-08-20T20:44:45.3043809Z [+] Installing: dust -> dust
2025-08-20T20:44:45.6251830Z [+] Installing: dwarfs-tools -> dwarfs
2025-08-20T20:44:45.9715439Z [+] Installing: dwarfs-tools -> mkdwarfs
2025-08-20T20:44:46.3176802Z [+] Installing: dysk -> dysk
2025-08-20T20:44:46.6367162Z [+] Installing: eget -> eget
2025-08-20T20:44:47.0064934Z [+] Installing: epoch -> epoch
2025-08-20T20:44:47.3351048Z [+] Installing: faketty -> faketty
2025-08-20T20:44:47.6430434Z [+] Installing: fastfetch -> fastfetch
2025-08-20T20:44:47.9726320Z [+] Installing: freeze -> freeze
2025-08-20T20:44:48.3571138Z [+] Installing: fusermount3 -> fusermount
2025-08-20T20:44:48.6907197Z [+] Installing: gdu -> gdu
2025-08-20T20:44:49.0752704Z [+] Installing: gh -> gh
2025-08-20T20:44:49.5931176Z [+] Installing: gitleaks -> gitleaks
2025-08-20T20:44:49.9894379Z [+] Installing: git-sizer -> git-sizer
2025-08-20T20:44:50.3387768Z [+] Installing: glab -> glab
2025-08-20T20:44:50.8220467Z [+] Installing: glow -> glow
2025-08-20T20:44:51.2186028Z [+] Installing: httpx -> httpx
2025-08-20T20:44:51.6893116Z [+] Installing: huggingface-cli -> huggingface-cli
2025-08-20T20:44:52.1142249Z [+] Installing: husarnet -> husarnet
2025-08-20T20:44:52.4085118Z curl: (22) The requested URL returned error: 404
2025-08-20T20:44:52.4115623Z [-] Failed to install husarnet to /usr/local/bin/husarnet
2025-08-20T20:44:52.4116568Z [+] Installing: husarnet-daemon -> husarnet-daemon
2025-08-20T20:44:52.7076635Z curl: (22) The requested URL returned error: 404
2025-08-20T20:44:52.7106633Z [-] Failed to install husarnet-daemon to /usr/local/bin/husarnet-daemon
2025-08-20T20:44:52.7107255Z [+] Installing: imgcat -> imgcat
2025-08-20T20:44:53.0420699Z [+] Installing: jc -> jc
2025-08-20T20:44:53.4155326Z [+] Installing: jq -> jq
2025-08-20T20:44:53.7444501Z [+] Installing: logdy -> logdy
2025-08-20T20:44:54.1910404Z [+] Installing: micro -> micro
2025-08-20T20:44:54.5727670Z [+] Installing: miniserve -> miniserve
2025-08-20T20:44:54.9333551Z [+] Installing: minisign -> minisign
2025-08-20T20:44:55.2510995Z [+] Installing: ncdu -> ncdu
2025-08-20T20:44:55.5774924Z [+] Installing: notify -> notify
2025-08-20T20:44:55.9745047Z [+] Installing: ouch -> ouch
2025-08-20T20:44:56.3273774Z [+] Installing: oras -> oras
2025-08-20T20:44:56.6995544Z [+] Installing: pipetty -> pipetty
2025-08-20T20:44:57.0119613Z [+] Installing: pixterm -> pixterm
2025-08-20T20:44:57.3542392Z [+] Installing: qsv -> qsv
2025-08-20T20:44:57.7474552Z [+] Installing: rclone -> rclone
2025-08-20T20:44:58.2504972Z [+] Installing: ripgrep -> rg
2025-08-20T20:44:58.5894035Z [+] Installing: rga -> rga
2025-08-20T20:44:58.9515164Z [+] Installing: rsync -> rsync
2025-08-20T20:44:59.2903763Z [+] Installing: script -> script
2025-08-20T20:44:59.6086889Z [+] Installing: shellcheck -> shellcheck
2025-08-20T20:45:00.0024953Z [+] Installing: soar -> soar
2025-08-20T20:45:00.3774517Z [+] Installing: speedtest-go -> speedtest-go
2025-08-20T20:45:00.7300674Z [+] Installing: sstrip -> sstrip
2025-08-20T20:45:01.0399428Z [+] Installing: strace -> strace
2025-08-20T20:45:01.3908507Z [+] Installing: sttr -> sttr
2025-08-20T20:45:01.7579380Z [+] Installing: tailscale -> tailscale
2025-08-20T20:45:02.1730104Z [+] Installing: tailscaled -> tailscaled
2025-08-20T20:45:02.5635238Z [+] Installing: taplo -> taplo
2025-08-20T20:45:02.9304738Z [+] Installing: tldr -> tldr
2025-08-20T20:45:03.2928976Z [+] Installing: tldr -> tealdeer
2025-08-20T20:45:03.6560734Z [+] Installing: tmux -> tmux
2025-08-20T20:45:03.9775788Z [+] Installing: tok -> tok
2025-08-20T20:45:04.2975691Z [+] Installing: trufflehog -> trufflehog
2025-08-20T20:45:04.7096900Z [+] Installing: trurl -> trurl
2025-08-20T20:45:05.0583112Z [+] Installing: tss -> tss
2025-08-20T20:45:05.3809553Z [+] Installing: ulexec -> ulexec
2025-08-20T20:45:05.7255902Z [+] Installing: unfurl -> unfurl
2025-08-20T20:45:06.0927039Z [+] Installing: upx -> upx
2025-08-20T20:45:06.4057096Z [+] Installing: validtoml -> validtoml
2025-08-20T20:45:06.7426582Z [+] Installing: wget -> wget
2025-08-20T20:45:07.1041126Z [+] Installing: wget2 -> wget2
2025-08-20T20:45:07.4572966Z [+] Installing: wormhole-rs -> wormhole-rs
2025-08-20T20:45:07.7977041Z [+] Installing: xq -> xq
2025-08-20T20:45:08.1472579Z [+] Installing: xz -> xz
2025-08-20T20:45:08.4608545Z [+] Installing: unxz -> unxz
2025-08-20T20:45:08.7711202Z [+] Installing: yq -> yq
2025-08-20T20:45:09.1891379Z [+] Installing: yj -> yj
2025-08-20T20:45:09.5355020Z [+] Installing: zapper -> zapper
2025-08-20T20:45:09.8454371Z [+] Installing: zapper-stealth -> zproccer
2025-08-20T20:45:10.1624276Z [+] Installing: zerotier-cli -> zerotier-cli
2025-08-20T20:45:10.4702946Z curl: (22) The requested URL returned error: 404
2025-08-20T20:45:10.4732245Z [-] Failed to install zerotier-cli to /usr/local/bin/zerotier-cli
2025-08-20T20:45:10.4732943Z [+] Installing: zerotier-idtool -> zerotier-idtool
2025-08-20T20:45:10.7801216Z curl: (22) The requested URL returned error: 404
2025-08-20T20:45:10.7830123Z [-] Failed to install zerotier-idtool to /usr/local/bin/zerotier-idtool
2025-08-20T20:45:10.7831005Z [+] Installing: zerotier-one -> zerotier-one
2025-08-20T20:45:11.0753810Z curl: (22) The requested URL returned error: 404
2025-08-20T20:45:11.0784185Z [-] Failed to install zerotier-one to /usr/local/bin/zerotier-one
2025-08-20T20:45:11.0785374Z [+] Installing: zstd -> zstd
2025-08-20T20:45:11.3888828Z [+] Creating symlinks...
2025-08-20T20:45:11.3977340Z '/usr/bin/7z' -> '/usr/local/bin/7z'
2025-08-20T20:45:11.4073021Z '/usr/bin/actionlint' -> '/usr/local/bin/actionlint'
2025-08-20T20:45:11.4167401Z '/usr/bin/anew' -> '/usr/local/bin/anew'
2025-08-20T20:45:11.4261636Z '/usr/bin/anew-rs' -> '/usr/local/bin/anew-rs'
2025-08-20T20:45:11.4356357Z '/usr/bin/ansi2html' -> '/usr/local/bin/ansi2html'
2025-08-20T20:45:11.4451429Z '/usr/bin/ansi2txt' -> '/usr/local/bin/ansi2txt'
2025-08-20T20:45:11.4545934Z '/usr/bin/archey' -> '/usr/local/bin/archey'
2025-08-20T20:45:11.4643741Z '/usr/bin/aria2c' -> '/usr/local/bin/aria2c'
2025-08-20T20:45:11.4739391Z '/usr/bin/askalono' -> '/usr/local/bin/askalono'
2025-08-20T20:45:11.4833448Z '/usr/bin/bsdtar' -> '/usr/local/bin/bsdtar'
2025-08-20T20:45:11.4927698Z '/usr/bin/b3sum' -> '/usr/local/bin/b3sum'
2025-08-20T20:45:11.5024142Z '/usr/bin/bita' -> '/usr/local/bin/bita'
2025-08-20T20:45:11.5121480Z '/usr/bin/btop' -> '/usr/local/bin/btop'
2025-08-20T20:45:11.5217235Z '/usr/bin/chafa' -> '/usr/local/bin/chafa'
2025-08-20T20:45:11.5313680Z '/usr/bin/cloudflared' -> '/usr/local/bin/cloudflared'
2025-08-20T20:45:11.5409429Z '/usr/bin/croc' -> '/usr/local/bin/croc'
2025-08-20T20:45:11.5506764Z '/usr/bin/csvtk' -> '/usr/local/bin/csvtk'
2025-08-20T20:45:11.5544202Z [-] Warning: Target /usr/local/bin/cutlines does not exist for symlink cutlines
2025-08-20T20:45:11.5629719Z '/usr/bin/dbin' -> '/usr/local/bin/dbin'
2025-08-20T20:45:11.5724280Z '/usr/bin/dasel' -> '/usr/local/bin/dasel'
2025-08-20T20:45:11.5818879Z '/usr/bin/delta' -> '/usr/local/bin/delta'
2025-08-20T20:45:11.5855868Z [-] Warning: Target /usr/local/bin/ds does not exist for symlink ds
2025-08-20T20:45:11.5941285Z '/usr/bin/dos2unix' -> '/usr/local/bin/dos2unix'
2025-08-20T20:45:11.6035497Z '/usr/bin/duf' -> '/usr/local/bin/duf'
2025-08-20T20:45:11.6129392Z '/usr/bin/duplicut' -> '/usr/local/bin/duplicut'
2025-08-20T20:45:11.6224256Z '/usr/bin/dust' -> '/usr/local/bin/dust'
2025-08-20T20:45:11.6317400Z '/usr/bin/dwarfs' -> '/usr/local/bin/dwarfs'
2025-08-20T20:45:11.6413052Z '/usr/bin/mkdwarfs' -> '/usr/local/bin/mkdwarfs'
2025-08-20T20:45:11.6507167Z '/usr/bin/dysk' -> '/usr/local/bin/dysk'
2025-08-20T20:45:11.6602563Z '/usr/bin/eget' -> '/usr/local/bin/eget'
2025-08-20T20:45:11.6696963Z '/usr/bin/epoch' -> '/usr/local/bin/epoch'
2025-08-20T20:45:11.6791703Z '/usr/bin/faketty' -> '/usr/local/bin/faketty'
2025-08-20T20:45:11.6885074Z '/usr/bin/fastfetch' -> '/usr/local/bin/fastfetch'
2025-08-20T20:45:11.6978853Z '/usr/bin/freeze' -> '/usr/local/bin/freeze'
2025-08-20T20:45:11.7075234Z '/usr/bin/fusermount' -> '/usr/local/bin/fusermount'
2025-08-20T20:45:11.7169263Z '/usr/bin/gdu' -> '/usr/local/bin/gdu'
2025-08-20T20:45:11.7265990Z '/usr/bin/gh' -> '/usr/local/bin/gh'
2025-08-20T20:45:11.7362766Z '/usr/bin/gitleaks' -> '/usr/local/bin/gitleaks'
2025-08-20T20:45:11.7459564Z '/usr/bin/git-sizer' -> '/usr/local/bin/git-sizer'
2025-08-20T20:45:11.7554226Z '/usr/bin/glab' -> '/usr/local/bin/glab'
2025-08-20T20:45:11.7648762Z '/usr/bin/glow' -> '/usr/local/bin/glow'
2025-08-20T20:45:11.7744440Z '/usr/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T20:45:11.7837718Z '/home/runner/.local/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T20:45:11.7932873Z '/usr/bin/huggingface-cli' -> '/usr/local/bin/huggingface-cli'
2025-08-20T20:45:11.7969479Z [-] Warning: Target /usr/local/bin/husarnet does not exist for symlink husarnet
2025-08-20T20:45:11.7997402Z [-] Warning: Target /usr/local/bin/husarnet-daemon does not exist for symlink husarnet-daemon
2025-08-20T20:45:11.8081918Z '/usr/bin/imgcat' -> '/usr/local/bin/imgcat'
2025-08-20T20:45:11.8175667Z '/usr/bin/jc' -> '/usr/local/bin/jc'
2025-08-20T20:45:11.8270555Z '/usr/bin/jq' -> '/usr/local/bin/jq'
2025-08-20T20:45:11.8363871Z '/usr/bin/logdy' -> '/usr/local/bin/logdy'
2025-08-20T20:45:11.8458086Z '/usr/bin/micro' -> '/usr/local/bin/micro'
2025-08-20T20:45:11.8554033Z '/usr/bin/miniserve' -> '/usr/local/bin/miniserve'
2025-08-20T20:45:11.8651083Z '/usr/bin/minisign' -> '/usr/local/bin/minisign'
2025-08-20T20:45:11.8745458Z '/usr/bin/ncdu' -> '/usr/local/bin/ncdu'
2025-08-20T20:45:11.8839429Z '/usr/bin/notify' -> '/usr/local/bin/notify'
2025-08-20T20:45:11.8934265Z '/usr/bin/ouch' -> '/usr/local/bin/ouch'
2025-08-20T20:45:11.9028195Z '/usr/bin/oras' -> '/usr/local/bin/oras'
2025-08-20T20:45:11.9122411Z '/usr/bin/pipetty' -> '/usr/local/bin/pipetty'
2025-08-20T20:45:11.9216660Z '/usr/bin/pixterm' -> '/usr/local/bin/pixterm'
2025-08-20T20:45:11.9310124Z '/usr/bin/qsv' -> '/usr/local/bin/qsv'
2025-08-20T20:45:11.9405671Z '/usr/bin/rclone' -> '/usr/local/bin/rclone'
2025-08-20T20:45:11.9500244Z '/usr/bin/rg' -> '/usr/local/bin/rg'
2025-08-20T20:45:11.9594318Z '/usr/bin/rga' -> '/usr/local/bin/rga'
2025-08-20T20:45:11.9688119Z '/usr/bin/rsync' -> '/usr/local/bin/rsync'
2025-08-20T20:45:11.9783037Z '/usr/bin/script' -> '/usr/local/bin/script'
2025-08-20T20:45:11.9877851Z '/usr/bin/shellcheck' -> '/usr/local/bin/shellcheck'
2025-08-20T20:45:11.9973540Z '/usr/bin/soar' -> '/usr/local/bin/soar'
2025-08-20T20:45:12.0069313Z '/usr/bin/speedtest-go' -> '/usr/local/bin/speedtest-go'
2025-08-20T20:45:12.0166554Z '/usr/bin/sstrip' -> '/usr/local/bin/sstrip'
2025-08-20T20:45:12.0264153Z '/usr/bin/strace' -> '/usr/local/bin/strace'
2025-08-20T20:45:12.0357828Z '/usr/bin/sttr' -> '/usr/local/bin/sttr'
2025-08-20T20:45:12.0452731Z '/usr/bin/tailscale' -> '/usr/local/bin/tailscale'
2025-08-20T20:45:12.0547583Z '/usr/bin/tailscaled' -> '/usr/local/bin/tailscaled'
2025-08-20T20:45:12.0644394Z '/usr/bin/taplo' -> '/usr/local/bin/taplo'
2025-08-20T20:45:12.0738483Z '/usr/bin/tldr' -> '/usr/local/bin/tldr'
2025-08-20T20:45:12.0833289Z '/usr/bin/tealdeer' -> '/usr/local/bin/tealdeer'
2025-08-20T20:45:12.0928450Z '/usr/bin/tmux' -> '/usr/local/bin/tmux'
2025-08-20T20:45:12.1024282Z '/usr/bin/tok' -> '/usr/local/bin/tok'
2025-08-20T20:45:12.1121149Z '/usr/bin/trufflehog' -> '/usr/local/bin/trufflehog'
2025-08-20T20:45:12.1217702Z '/usr/bin/trurl' -> '/usr/local/bin/trurl'
2025-08-20T20:45:12.1314345Z '/usr/bin/tss' -> '/usr/local/bin/tss'
2025-08-20T20:45:12.1410408Z '/usr/bin/ulexec' -> '/usr/local/bin/ulexec'
2025-08-20T20:45:12.1504872Z '/usr/bin/unfurl' -> '/usr/local/bin/unfurl'
2025-08-20T20:45:12.1599441Z '/usr/bin/upx' -> '/usr/local/bin/upx'
2025-08-20T20:45:12.1694880Z '/usr/bin/validtoml' -> '/usr/local/bin/validtoml'
2025-08-20T20:45:12.1789460Z '/usr/bin/wget' -> '/usr/local/bin/wget'
2025-08-20T20:45:12.1885146Z '/usr/bin/wget2' -> '/usr/local/bin/wget2'
2025-08-20T20:45:12.1978406Z '/usr/bin/wormhole-rs' -> '/usr/local/bin/wormhole-rs'
2025-08-20T20:45:12.2072531Z '/usr/bin/xq' -> '/usr/local/bin/xq'
2025-08-20T20:45:12.2167211Z '/usr/bin/xz' -> '/usr/local/bin/xz'
2025-08-20T20:45:12.2261923Z '/usr/bin/unxz' -> '/usr/local/bin/unxz'
2025-08-20T20:45:12.2356702Z '/usr/bin/yq' -> '/usr/local/bin/yq'
2025-08-20T20:45:12.2453866Z '/usr/bin/yj' -> '/usr/local/bin/yj'
2025-08-20T20:45:12.2548402Z '/usr/bin/zapper' -> '/usr/local/bin/zapper'
2025-08-20T20:45:12.2642279Z '/usr/bin/zproccer' -> '/usr/local/bin/zproccer'
2025-08-20T20:45:12.2679340Z [-] Warning: Target /usr/local/bin/zerotier-cli does not exist for symlink zerotier-cli
2025-08-20T20:45:12.2706874Z [-] Warning: Target /usr/local/bin/zerotier-idtool does not exist for symlink zerotier-idtool
2025-08-20T20:45:12.2735200Z [-] Warning: Target /usr/local/bin/zerotier-one does not exist for symlink zerotier-one
2025-08-20T20:45:12.2820732Z '/usr/bin/zstd' -> '/usr/local/bin/zstd'
2025-08-20T20:45:12.2846434Z 
2025-08-20T20:45:12.2847014Z [!] Failed to install: husarnet cutlines ds zerotier-one zerotier-idtool zerotier-cli husarnet-daemon
2025-08-20T20:45:12.2847649Z 
2025-08-20T20:45:12.2859669Z 
2025-08-20T20:45:12.2950620Z 
2025-08-20T20:45:12.2951139Z [+] Disk Size (/usr/local/bin) :: 930M --> 1.8G
2025-08-20T20:45:12.2951502Z 
2025-08-20T20:45:12.2951650Z [+] Installation completed!
2025-08-20T20:45:12.3022511Z 
2025-08-20T20:45:12.3022686Z [+] GITHUB_TOKEN is Exported
2025-08-20T20:45:12.5143456Z github.com
2025-08-20T20:45:12.5144412Z   ✓ Logged in to github.com account Azathothas (GITHUB_TOKEN)
2025-08-20T20:45:12.5145128Z   - Active account: true
2025-08-20T20:45:12.5145628Z   - Git operations protocol: https
2025-08-20T20:45:12.5146215Z   - Token: ghp_************************************
2025-08-20T20:45:12.5147658Z   - 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-20T20:45:12.5148939Z   ! Missing required token scopes: 'repo', 'read:org'
2025-08-20T20:45:12.5149451Z   - To request missing scopes, run: gh auth refresh -h github.com
2025-08-20T20:45:12.6380744Z Limit: 5000, Remaining: 4258, Reset: 2025-08-20 21:25:35 +0000 UTC (40m22s)
2025-08-20T20:45:12.6389971Z 
2025-08-20T20:45:12.6390152Z [+] GHCR_TOKEN is Exported
2025-08-20T20:45:12.6427619Z WARNING! Using --password via the CLI is insecure. Use --password-stdin.
2025-08-20T20:45:12.7932052Z Login Succeeded
2025-08-20T20:45:12.7941855Z 
2025-08-20T20:45:12.7942048Z [+] GITLAB is Exported
2025-08-20T20:45:12.8220209Z [git remote -v]
2025-08-20T20:45:13.0025747Z gitlab.com
2025-08-20T20:45:13.0026666Z   ✓ Logged in to gitlab.com as Ajamx101 (GITLAB_TOKEN)
2025-08-20T20:45:13.0027817Z   ✓ Git operations for gitlab.com configured to use ssh protocol.
2025-08-20T20:45:13.0028843Z   ✓ API calls for gitlab.com are made over https protocol.
2025-08-20T20:45:13.0029744Z   ✓ REST API Endpoint: https://gitlab.com/api/v4/
2025-08-20T20:45:13.0030814Z   ✓ GraphQL Endpoint: https://gitlab.com/api/graphql/
2025-08-20T20:45:13.0031397Z   ✓ Token found: **************************
2025-08-20T20:45:13.0031738Z 
2025-08-20T20:45:13.0032353Z ! One of GITLAB_TOKEN, GITLAB_ACCESS_TOKEN, OAUTH_TOKEN environment variables is set. It will be used for all authentication.
2025-08-20T20:45:13.0033367Z [git remote -v]
2025-08-20T20:45:13.0056866Z 2025/08/20 20:45:13 [Could not determine base repo in telemetry hook:  fatal: not a git repository (or any of the parent directories): .git
2025-08-20T20:45:13.0057945Z git: exit status 128]
2025-08-20T20:45:13.2493019Z 
2025-08-20T20:45:13.2493136Z 
2025-08-20T20:45:13.2493787Z  [+] Started Initializing Linux pkrvmubgrv54qmi 6.11.0-1018-azure x86_64 :: at Wednesday, 2025-08-20 (08:45:13 PM)
2025-08-20T20:45:13.2494455Z 
2025-08-20T20:45:13.2494460Z 
2025-08-20T20:45:13.2494586Z [+] USER = runner
2025-08-20T20:45:13.2494925Z [+] HOME = /home/runner
2025-08-20T20:45:13.2497800Z [+] 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-20T20:45:13.2500473Z 
2025-08-20T20:45:13.3101586Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:45:13.3421808Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T20:45:13.3453019Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T20:45:13.3466297Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T20:45:13.3469257Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T20:45:13.3502087Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T20:45:13.3595302Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T20:45:14.4343533Z Reading package lists...
2025-08-20T20:45:14.4654075Z Reading package lists...
2025-08-20T20:45:14.6096940Z Building dependency tree...
2025-08-20T20:45:14.6104426Z Reading state information...
2025-08-20T20:45:14.7749742Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T20:45:14.7750424Z apt-utils is already the newest version (2.8.3).
2025-08-20T20:45:14.7750782Z ca-certificates is already the newest version (20240203).
2025-08-20T20:45:14.7751159Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T20:45:14.7751527Z gnupg2 is already the newest version (2.4.4-2ubuntu17.3).
2025-08-20T20:45:14.7751873Z moreutils is already the newest version (0.69-1).
2025-08-20T20:45:14.7752282Z software-properties-common is already the newest version (0.99.49.3).
2025-08-20T20:45:14.7752725Z util-linux is already the newest version (2.39.3-9ubuntu6.3).
2025-08-20T20:45:14.7753455Z 0 upgraded, 0 newly installed, 0 to remove and 45 not upgraded.
2025-08-20T20:45:14.8476171Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:45:14.8802405Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T20:45:14.8821780Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T20:45:14.8822623Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T20:45:14.8830574Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T20:45:14.8848836Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T20:45:14.8849682Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T20:45:15.9771093Z Reading package lists...
2025-08-20T20:45:16.0086721Z Reading package lists...
2025-08-20T20:45:16.1606556Z Building dependency tree...
2025-08-20T20:45:16.1615136Z Reading state information...
2025-08-20T20:45:16.3097700Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T20:45:16.3098386Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T20:45:16.3098980Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T20:45:16.3099584Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T20:45:16.3100470Z ca-certificates is already the newest version (20240203).
2025-08-20T20:45:16.3101169Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T20:45:16.3101764Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T20:45:16.3102316Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T20:45:16.3102809Z gawk set to manually installed.
2025-08-20T20:45:16.3103249Z git-lfs is already the newest version (3.7.0).
2025-08-20T20:45:16.3103787Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T20:45:16.3104410Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T20:45:16.3104961Z make is already the newest version (4.3-4.1build2).
2025-08-20T20:45:16.3105912Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T20:45:16.3106523Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T20:45:16.3107085Z texinfo is already the newest version (7.1-3build2).
2025-08-20T20:45:16.3107618Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T20:45:16.3108252Z The following additional packages will be installed:
2025-08-20T20:45:16.3108974Z   fonts-droid-fallback fonts-noto-mono fonts-urw-base35 ghostscript
2025-08-20T20:45:16.3109778Z   imagemagick-6.q16 libdjvulibre-text libdjvulibre21 libgs-common libgs10
2025-08-20T20:45:16.3110709Z   libgs10-common libhiredis1.1.0 libidn12 libijs-0.35 libimath-3-1-29t64
2025-08-20T20:45:16.3111409Z   libjbig2dec0 libjxr-tools libjxr0t64 libmagickcore-6.q16-7-extra
2025-08-20T20:45:16.3112173Z   libnetpbm11t64 libopenexr-3-1-30 libpaper-utils libpaper1 libwmflite-0.2-7
2025-08-20T20:45:16.3112824Z   netpbm poppler-data xfonts-encodings xfonts-utils
2025-08-20T20:45:16.3113279Z Suggested packages:
2025-08-20T20:45:16.3125934Z   distcc | icecc fonts-noto fonts-freefont-otf | fonts-freefont-ttf
2025-08-20T20:45:16.3126750Z   fonts-texgyre texlive-binaries imagemagick-6-doc autotrace cups-bsd | lpr
2025-08-20T20:45:16.3127585Z   | lprng enscript ffmpeg gimp gnuplot grads graphviz hp2xx html2ps libwmf-bin
2025-08-20T20:45:16.3128396Z   mplayer povray radiance sane-utils texlive-base-bin transfig libraw-bin
2025-08-20T20:45:16.3129172Z   inkscape poppler-utils fonts-japanese-mincho | fonts-ipafont-mincho
2025-08-20T20:45:16.3130079Z   fonts-japanese-gothic | fonts-ipafont-gothic fonts-arphic-ukai
2025-08-20T20:45:16.3130681Z   fonts-arphic-uming fonts-nanum
2025-08-20T20:45:16.3477310Z The following NEW packages will be installed:
2025-08-20T20:45:16.3478029Z   b3sum build-essential ccache fonts-droid-fallback fonts-noto-mono
2025-08-20T20:45:16.3478905Z   fonts-urw-base35 ghostscript imagemagick imagemagick-6.q16 libdjvulibre-text
2025-08-20T20:45:16.3480329Z   libdjvulibre21 libgs-common libgs10 libgs10-common libhiredis1.1.0 libidn12
2025-08-20T20:45:16.3481197Z   libijs-0.35 libimath-3-1-29t64 libjbig2dec0 libjxr-tools libjxr0t64
2025-08-20T20:45:16.3482048Z   libmagickcore-6.q16-7-extra libnetpbm11t64 libopenexr-3-1-30 libpaper-utils
2025-08-20T20:45:16.3484991Z   libpaper1 libtool-bin libwmflite-0.2-7 lzip musl musl-dev musl-tools netpbm
2025-08-20T20:45:16.3486005Z   poppler-data xfonts-encodings xfonts-utils
2025-08-20T20:45:16.3663714Z 0 upgraded, 36 newly installed, 0 to remove and 45 not upgraded.
2025-08-20T20:45:16.3664285Z Need to get 27.5 MB of archives.
2025-08-20T20:45:16.3664635Z After this operation, 93.0 MB of additional disk space will be used.
2025-08-20T20:45:16.3665031Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:45:16.3990745Z 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-20T20:45:16.4518795Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 poppler-data all 0.4.12-1 [2060 kB]
2025-08-20T20:45:16.4996274Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 b3sum amd64 1.2.0-1 [388 kB]
2025-08-20T20:45:16.5183650Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 build-essential amd64 12.10ubuntu1 [4928 B]
2025-08-20T20:45:16.5333117Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libhiredis1.1.0 amd64 1.2.0-6ubuntu3 [41.4 kB]
2025-08-20T20:45:16.5489610Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 ccache amd64 4.9.1-1 [592 kB]
2025-08-20T20:45:16.5771035Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 fonts-noto-mono all 20201225-2 [435 kB]
2025-08-20T20:45:16.5956079Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 xfonts-encodings all 1:1.0.5-0ubuntu2 [578 kB]
2025-08-20T20:45:16.6242683Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 xfonts-utils amd64 1:7.7+6build3 [94.4 kB]
2025-08-20T20:45:16.6403387Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 fonts-urw-base35 all 20200910-8 [11.0 MB]
2025-08-20T20:45:16.7808802Z 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-20T20:45:16.7982466Z 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-20T20:45:16.8170930Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libidn12 amd64 1.42-1build1 [55.9 kB]
2025-08-20T20:45:16.8330695Z Get:15 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libijs-0.35 amd64 0.35-15.1build1 [15.3 kB]
2025-08-20T20:45:16.8483406Z Get:16 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libjbig2dec0 amd64 0.20-1build3 [65.0 kB]
2025-08-20T20:45:16.8650666Z Get:17 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpaper1 amd64 1.1.29build1 [13.4 kB]
2025-08-20T20:45:16.8803064Z Get:18 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgs10 amd64 10.02.1~dfsg1-0ubuntu7.7 [3897 kB]
2025-08-20T20:45:16.9524753Z 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-20T20:45:17.0109584Z 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-20T20:45:17.0308207Z 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-20T20:45:17.0504082Z 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-20T20:45:17.0682267Z 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-20T20:45:17.1032909Z 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-20T20:45:17.1220171Z Get:25 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libjxr0t64 amd64 1.2~git20170615.f752187-5.1ubuntu2 [181 kB]
2025-08-20T20:45:17.1395513Z 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-20T20:45:17.1549527Z 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-20T20:45:17.1922561Z 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-20T20:45:17.2076315Z 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-20T20:45:17.2228816Z Get:30 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libnetpbm11t64 amd64 2:11.05.02-1.1build1 [114 kB]
2025-08-20T20:45:17.2393235Z Get:31 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpaper-utils amd64 1.1.29build1 [8650 B]
2025-08-20T20:45:17.2539223Z Get:32 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libtool-bin amd64 2.4.7-7build1 [84.1 kB]
2025-08-20T20:45:17.2695629Z Get:33 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 lzip amd64 1.24.1-1build1 [83.1 kB]
2025-08-20T20:45:17.2857290Z Get:34 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 netpbm amd64 2:11.05.02-1.1build1 [2054 kB]
2025-08-20T20:45:17.3219514Z Get:35 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 musl amd64 1.2.4-2 [416 kB]
2025-08-20T20:45:17.3496575Z Get:36 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 musl-dev amd64 1.2.4-2 [616 kB]
2025-08-20T20:45:17.3724564Z Get:37 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 musl-tools amd64 1.2.4-2 [5540 B]
2025-08-20T20:45:17.6168159Z Preconfiguring packages ...
2025-08-20T20:45:17.6753526Z Fetched 27.5 MB in 1s (27.0 MB/s)
2025-08-20T20:45:17.6954311Z Selecting previously unselected package fonts-droid-fallback.
2025-08-20T20:45:17.7009417Z (Reading database ... 
2025-08-20T20:45:17.7010712Z (Reading database ... 5%
2025-08-20T20:45:17.7011296Z (Reading database ... 10%
2025-08-20T20:45:17.7011619Z (Reading database ... 15%
2025-08-20T20:45:17.7011867Z (Reading database ... 20%
2025-08-20T20:45:17.7012107Z (Reading database ... 25%
2025-08-20T20:45:17.7012338Z (Reading database ... 30%
2025-08-20T20:45:17.7012566Z (Reading database ... 35%
2025-08-20T20:45:17.7012788Z (Reading database ... 40%
2025-08-20T20:45:17.7013016Z (Reading database ... 45%
2025-08-20T20:45:17.7013242Z (Reading database ... 50%
2025-08-20T20:45:17.7118134Z (Reading database ... 55%
2025-08-20T20:45:17.7136889Z (Reading database ... 60%
2025-08-20T20:45:17.7158130Z (Reading database ... 65%
2025-08-20T20:45:17.7197084Z (Reading database ... 70%
2025-08-20T20:45:17.7221185Z (Reading database ... 75%
2025-08-20T20:45:17.7244054Z (Reading database ... 80%
2025-08-20T20:45:17.7384581Z (Reading database ... 85%
2025-08-20T20:45:17.7649640Z (Reading database ... 90%
2025-08-20T20:45:17.7718852Z (Reading database ... 95%
2025-08-20T20:45:17.7719356Z (Reading database ... 100%
2025-08-20T20:45:17.7720216Z (Reading database ... 220072 files and directories currently installed.)
2025-08-20T20:45:17.7757791Z Preparing to unpack .../00-fonts-droid-fallback_1%3a6.0.1r16-1.1build1_all.deb ...
2025-08-20T20:45:17.7957794Z Unpacking fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T20:45:17.9392740Z Selecting previously unselected package poppler-data.
2025-08-20T20:45:17.9527202Z Preparing to unpack .../01-poppler-data_0.4.12-1_all.deb ...
2025-08-20T20:45:17.9537798Z Unpacking poppler-data (0.4.12-1) ...
2025-08-20T20:45:18.0726533Z Selecting previously unselected package b3sum.
2025-08-20T20:45:18.0863239Z Preparing to unpack .../02-b3sum_1.2.0-1_amd64.deb ...
2025-08-20T20:45:18.0871803Z Unpacking b3sum (1.2.0-1) ...
2025-08-20T20:45:18.1131892Z Selecting previously unselected package build-essential.
2025-08-20T20:45:18.1266074Z Preparing to unpack .../03-build-essential_12.10ubuntu1_amd64.deb ...
2025-08-20T20:45:18.1276080Z Unpacking build-essential (12.10ubuntu1) ...
2025-08-20T20:45:18.1486752Z Selecting previously unselected package libhiredis1.1.0:amd64.
2025-08-20T20:45:18.1617949Z Preparing to unpack .../04-libhiredis1.1.0_1.2.0-6ubuntu3_amd64.deb ...
2025-08-20T20:45:18.1635286Z Unpacking libhiredis1.1.0:amd64 (1.2.0-6ubuntu3) ...
2025-08-20T20:45:18.1849751Z Selecting previously unselected package ccache.
2025-08-20T20:45:18.1980755Z Preparing to unpack .../05-ccache_4.9.1-1_amd64.deb ...
2025-08-20T20:45:18.1990939Z Unpacking ccache (4.9.1-1) ...
2025-08-20T20:45:18.2440041Z Selecting previously unselected package fonts-noto-mono.
2025-08-20T20:45:18.2574427Z Preparing to unpack .../06-fonts-noto-mono_20201225-2_all.deb ...
2025-08-20T20:45:18.2583595Z Unpacking fonts-noto-mono (20201225-2) ...
2025-08-20T20:45:18.2847168Z Selecting previously unselected package xfonts-encodings.
2025-08-20T20:45:18.2976502Z Preparing to unpack .../07-xfonts-encodings_1%3a1.0.5-0ubuntu2_all.deb ...
2025-08-20T20:45:18.2985477Z Unpacking xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T20:45:18.3281439Z Selecting previously unselected package xfonts-utils.
2025-08-20T20:45:18.3411625Z Preparing to unpack .../08-xfonts-utils_1%3a7.7+6build3_amd64.deb ...
2025-08-20T20:45:18.3421732Z Unpacking xfonts-utils (1:7.7+6build3) ...
2025-08-20T20:45:18.3900946Z Selecting previously unselected package fonts-urw-base35.
2025-08-20T20:45:18.4030171Z Preparing to unpack .../09-fonts-urw-base35_20200910-8_all.deb ...
2025-08-20T20:45:18.4660251Z Unpacking fonts-urw-base35 (20200910-8) ...
2025-08-20T20:45:18.5692139Z Selecting previously unselected package libgs-common.
2025-08-20T20:45:18.5828404Z Preparing to unpack .../10-libgs-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T20:45:18.5838432Z Unpacking libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:45:18.6072199Z Selecting previously unselected package libgs10-common.
2025-08-20T20:45:18.6207716Z Preparing to unpack .../11-libgs10-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T20:45:18.6216123Z Unpacking libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:45:18.6854835Z Selecting previously unselected package libidn12:amd64.
2025-08-20T20:45:18.6990458Z Preparing to unpack .../12-libidn12_1.42-1build1_amd64.deb ...
2025-08-20T20:45:18.7005063Z Unpacking libidn12:amd64 (1.42-1build1) ...
2025-08-20T20:45:18.7222856Z Selecting previously unselected package libijs-0.35:amd64.
2025-08-20T20:45:18.7354976Z Preparing to unpack .../13-libijs-0.35_0.35-15.1build1_amd64.deb ...
2025-08-20T20:45:18.7364432Z Unpacking libijs-0.35:amd64 (0.35-15.1build1) ...
2025-08-20T20:45:18.7575485Z Selecting previously unselected package libjbig2dec0:amd64.
2025-08-20T20:45:18.7707069Z Preparing to unpack .../14-libjbig2dec0_0.20-1build3_amd64.deb ...
2025-08-20T20:45:18.7716947Z Unpacking libjbig2dec0:amd64 (0.20-1build3) ...
2025-08-20T20:45:18.7945986Z Selecting previously unselected package libpaper1:amd64.
2025-08-20T20:45:18.8075905Z Preparing to unpack .../15-libpaper1_1.1.29build1_amd64.deb ...
2025-08-20T20:45:18.8085582Z Unpacking libpaper1:amd64 (1.1.29build1) ...
2025-08-20T20:45:18.8291844Z Selecting previously unselected package libgs10:amd64.
2025-08-20T20:45:18.8420350Z Preparing to unpack .../16-libgs10_10.02.1~dfsg1-0ubuntu7.7_amd64.deb ...
2025-08-20T20:45:18.8429055Z Unpacking libgs10:amd64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:45:18.9476735Z Selecting previously unselected package ghostscript.
2025-08-20T20:45:18.9614864Z Preparing to unpack .../17-ghostscript_10.02.1~dfsg1-0ubuntu7.7_amd64.deb ...
2025-08-20T20:45:18.9622270Z Unpacking ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:45:18.9903106Z Selecting previously unselected package imagemagick-6.q16.
2025-08-20T20:45:19.0039061Z Preparing to unpack .../18-imagemagick-6.q16_8%3a6.9.12.98+dfsg1-5.2build2_amd64.deb ...
2025-08-20T20:45:19.0046716Z Unpacking imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T20:45:19.0876424Z Selecting previously unselected package imagemagick.
2025-08-20T20:45:19.1011076Z Preparing to unpack .../19-imagemagick_8%3a6.9.12.98+dfsg1-5.2build2_amd64.deb ...
2025-08-20T20:45:19.1017794Z Unpacking imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T20:45:19.1203150Z Selecting previously unselected package libdjvulibre-text.
2025-08-20T20:45:19.1339701Z Preparing to unpack .../20-libdjvulibre-text_3.5.28-2ubuntu0.24.04.1_all.deb ...
2025-08-20T20:45:19.1347441Z Unpacking libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T20:45:19.1577506Z Selecting previously unselected package libdjvulibre21:amd64.
2025-08-20T20:45:19.1709032Z Preparing to unpack .../21-libdjvulibre21_3.5.28-2ubuntu0.24.04.1_amd64.deb ...
2025-08-20T20:45:19.1717101Z Unpacking libdjvulibre21:amd64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T20:45:19.1986202Z Selecting previously unselected package libimath-3-1-29t64:amd64.
2025-08-20T20:45:19.2116907Z Preparing to unpack .../22-libimath-3-1-29t64_3.1.9-3.1ubuntu2_amd64.deb ...
2025-08-20T20:45:19.2129260Z Unpacking libimath-3-1-29t64:amd64 (3.1.9-3.1ubuntu2) ...
2025-08-20T20:45:19.2349133Z Selecting previously unselected package libjxr0t64:amd64.
2025-08-20T20:45:19.2480070Z Preparing to unpack .../23-libjxr0t64_1.2~git20170615.f752187-5.1ubuntu2_amd64.deb ...
2025-08-20T20:45:19.2487365Z Unpacking libjxr0t64:amd64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T20:45:19.2701155Z Selecting previously unselected package libjxr-tools.
2025-08-20T20:45:19.2830915Z Preparing to unpack .../24-libjxr-tools_1.2~git20170615.f752187-5.1ubuntu2_amd64.deb ...
2025-08-20T20:45:19.2838386Z Unpacking libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T20:45:19.3042534Z Selecting previously unselected package libopenexr-3-1-30:amd64.
2025-08-20T20:45:19.3169625Z Preparing to unpack .../25-libopenexr-3-1-30_3.1.5-5.1build3_amd64.deb ...
2025-08-20T20:45:19.3177039Z Unpacking libopenexr-3-1-30:amd64 (3.1.5-5.1build3) ...
2025-08-20T20:45:19.3542117Z Selecting previously unselected package libwmflite-0.2-7:amd64.
2025-08-20T20:45:19.3675652Z Preparing to unpack .../26-libwmflite-0.2-7_0.2.13-1.1build3_amd64.deb ...
2025-08-20T20:45:19.3683696Z Unpacking libwmflite-0.2-7:amd64 (0.2.13-1.1build3) ...
2025-08-20T20:45:19.3881477Z Selecting previously unselected package libmagickcore-6.q16-7-extra:amd64.
2025-08-20T20:45:19.4011575Z Preparing to unpack .../27-libmagickcore-6.q16-7-extra_8%3a6.9.12.98+dfsg1-5.2build2_amd64.deb ...
2025-08-20T20:45:19.4018569Z Unpacking libmagickcore-6.q16-7-extra:amd64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T20:45:19.4297719Z Selecting previously unselected package libnetpbm11t64:amd64.
2025-08-20T20:45:19.4427897Z Preparing to unpack .../28-libnetpbm11t64_2%3a11.05.02-1.1build1_amd64.deb ...
2025-08-20T20:45:19.4436775Z Unpacking libnetpbm11t64:amd64 (2:11.05.02-1.1build1) ...
2025-08-20T20:45:19.4643492Z Selecting previously unselected package libpaper-utils.
2025-08-20T20:45:19.4771984Z Preparing to unpack .../29-libpaper-utils_1.1.29build1_amd64.deb ...
2025-08-20T20:45:19.4780558Z Unpacking libpaper-utils (1.1.29build1) ...
2025-08-20T20:45:19.5061694Z Selecting previously unselected package libtool-bin.
2025-08-20T20:45:19.5188811Z Preparing to unpack .../30-libtool-bin_2.4.7-7build1_amd64.deb ...
2025-08-20T20:45:19.5196640Z Unpacking libtool-bin (2.4.7-7build1) ...
2025-08-20T20:45:19.5404762Z Selecting previously unselected package lzip.
2025-08-20T20:45:19.5533237Z Preparing to unpack .../31-lzip_1.24.1-1build1_amd64.deb ...
2025-08-20T20:45:19.5541085Z Unpacking lzip (1.24.1-1build1) ...
2025-08-20T20:45:19.5752755Z Selecting previously unselected package netpbm.
2025-08-20T20:45:19.5880898Z Preparing to unpack .../32-netpbm_2%3a11.05.02-1.1build1_amd64.deb ...
2025-08-20T20:45:19.5888623Z Unpacking netpbm (2:11.05.02-1.1build1) ...
2025-08-20T20:45:19.7464530Z Selecting previously unselected package musl:amd64.
2025-08-20T20:45:19.7602612Z Preparing to unpack .../33-musl_1.2.4-2_amd64.deb ...
2025-08-20T20:45:19.7610378Z Unpacking musl:amd64 (1.2.4-2) ...
2025-08-20T20:45:19.7900028Z Selecting previously unselected package musl-dev:amd64.
2025-08-20T20:45:19.8034380Z Preparing to unpack .../34-musl-dev_1.2.4-2_amd64.deb ...
2025-08-20T20:45:19.8042412Z Unpacking musl-dev:amd64 (1.2.4-2) ...
2025-08-20T20:45:19.8673794Z Selecting previously unselected package musl-tools.
2025-08-20T20:45:19.8808168Z Preparing to unpack .../35-musl-tools_1.2.4-2_amd64.deb ...
2025-08-20T20:45:19.8816241Z Unpacking musl-tools (1.2.4-2) ...
2025-08-20T20:45:19.9211055Z Setting up libpaper1:amd64 (1.1.29build1) ...
2025-08-20T20:45:20.0454341Z 
2025-08-20T20:45:20.0454898Z Creating config file /etc/papersize with new version
2025-08-20T20:45:20.0943003Z Setting up libtool-bin (2.4.7-7build1) ...
2025-08-20T20:45:20.0963623Z Setting up fonts-noto-mono (20201225-2) ...
2025-08-20T20:45:20.0990869Z Setting up libwmflite-0.2-7:amd64 (0.2.13-1.1build3) ...
2025-08-20T20:45:20.1010491Z Setting up libijs-0.35:amd64 (0.35-15.1build1) ...
2025-08-20T20:45:20.1030434Z Setting up libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:45:20.1050720Z Setting up libpaper-utils (1.1.29build1) ...
2025-08-20T20:45:20.1070764Z Setting up libnetpbm11t64:amd64 (2:11.05.02-1.1build1) ...
2025-08-20T20:45:20.1091716Z Setting up poppler-data (0.4.12-1) ...
2025-08-20T20:45:20.1189469Z Setting up libjxr0t64:amd64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T20:45:20.1208558Z Setting up libjbig2dec0:amd64 (0.20-1build3) ...
2025-08-20T20:45:20.1227580Z Setting up lzip (1.24.1-1build1) ...
2025-08-20T20:45:20.1287189Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip (lzip) in auto mode
2025-08-20T20:45:20.1331973Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-compressor (lzip-compressor) in auto mode
2025-08-20T20:45:20.1376023Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-decompressor (lzip-decompressor) in auto mode
2025-08-20T20:45:20.1394044Z Setting up xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T20:45:20.1413924Z Setting up libimath-3-1-29t64:amd64 (3.1.9-3.1ubuntu2) ...
2025-08-20T20:45:20.1432685Z Setting up libidn12:amd64 (1.42-1build1) ...
2025-08-20T20:45:20.1453927Z Setting up netpbm (2:11.05.02-1.1build1) ...
2025-08-20T20:45:20.1472689Z Setting up imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T20:45:20.1537586Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare (compare) in auto mode
2025-08-20T20:45:20.1580848Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare-im6 (compare-im6) in auto mode
2025-08-20T20:45:20.1635175Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate (animate) in auto mode
2025-08-20T20:45:20.1678960Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate-im6 (animate-im6) in auto mode
2025-08-20T20:45:20.1732975Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert (convert) in auto mode
2025-08-20T20:45:20.1776228Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert-im6 (convert-im6) in auto mode
2025-08-20T20:45:20.1831571Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite (composite) in auto mode
2025-08-20T20:45:20.1875307Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite-im6 (composite-im6) in auto mode
2025-08-20T20:45:20.1930473Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure (conjure) in auto mode
2025-08-20T20:45:20.1975909Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure-im6 (conjure-im6) in auto mode
2025-08-20T20:45:20.2030536Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import (import) in auto mode
2025-08-20T20:45:20.2075554Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import-im6 (import-im6) in auto mode
2025-08-20T20:45:20.2131963Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify (identify) in auto mode
2025-08-20T20:45:20.2177115Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify-im6 (identify-im6) in auto mode
2025-08-20T20:45:20.2231881Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream (stream) in auto mode
2025-08-20T20:45:20.2278136Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream-im6 (stream-im6) in auto mode
2025-08-20T20:45:20.2333968Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display (display) in auto mode
2025-08-20T20:45:20.2380058Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display-im6 (display-im6) in auto mode
2025-08-20T20:45:20.2435996Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage (montage) in auto mode
2025-08-20T20:45:20.2484101Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage-im6 (montage-im6) in auto mode
2025-08-20T20:45:20.2539726Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify (mogrify) in auto mode
2025-08-20T20:45:20.2586562Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify-im6 (mogrify-im6) in auto mode
2025-08-20T20:45:20.2604086Z Setting up b3sum (1.2.0-1) ...
2025-08-20T20:45:20.2621915Z Setting up musl:amd64 (1.2.4-2) ...
2025-08-20T20:45:20.2653046Z Setting up build-essential (12.10ubuntu1) ...
2025-08-20T20:45:20.2671385Z Setting up fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T20:45:20.2864056Z Setting up libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T20:45:20.2884265Z Setting up libhiredis1.1.0:amd64 (1.2.0-6ubuntu3) ...
2025-08-20T20:45:20.2904163Z Setting up libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T20:45:20.2922800Z Setting up ccache (4.9.1-1) ...
2025-08-20T20:45:20.2943321Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T20:45:20.3163231Z Setting up libdjvulibre21:amd64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T20:45:20.3183814Z Setting up xfonts-utils (1:7.7+6build3) ...
2025-08-20T20:45:20.3222646Z Setting up musl-dev:amd64 (1.2.4-2) ...
2025-08-20T20:45:20.3250602Z Setting up libopenexr-3-1-30:amd64 (3.1.5-5.1build3) ...
2025-08-20T20:45:20.3269738Z Setting up imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T20:45:20.3288934Z Setting up libmagickcore-6.q16-7-extra:amd64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T20:45:20.3308986Z Setting up fonts-urw-base35 (20200910-8) ...
2025-08-20T20:45:20.5296420Z Setting up musl-tools (1.2.4-2) ...
2025-08-20T20:45:20.5316201Z Setting up libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:45:20.5335848Z Setting up libgs10:amd64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:45:20.5355971Z Setting up ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:45:20.5420332Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T20:45:20.7112814Z Processing triggers for fontconfig (2.15.0-1.1ubuntu2) ...
2025-08-20T20:45:20.9998017Z Processing triggers for hicolor-icon-theme (0.17-2) ...
2025-08-20T20:45:21.1420917Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T20:45:22.8474398Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:45:29.8155566Z Reading package lists...
2025-08-20T20:45:29.9608509Z Building dependency tree...
2025-08-20T20:45:29.9616092Z Reading state information...
2025-08-20T20:45:30.1090685Z autoconf is already the newest version (2.71-3).
2025-08-20T20:45:30.1091449Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T20:45:30.1091929Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T20:45:30.1092370Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T20:45:30.1092757Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T20:45:30.1093156Z ca-certificates is already the newest version (20240203).
2025-08-20T20:45:30.1093516Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T20:45:30.1093844Z file is already the newest version (1:5.45-3build1).
2025-08-20T20:45:30.1094491Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T20:45:30.1094841Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T20:45:30.1095185Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T20:45:30.1095534Z patch is already the newest version (2.7.6-7build3).
2025-08-20T20:45:30.1095833Z patch set to manually installed.
2025-08-20T20:45:30.1096143Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T20:45:30.1096503Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T20:45:30.1096845Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T20:45:30.1097174Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T20:45:30.1097470Z Suggested packages:
2025-08-20T20:45:30.1097663Z   scons-doc
2025-08-20T20:45:30.1222090Z The following NEW packages will be installed:
2025-08-20T20:45:30.1227941Z   autopoint byacc clang qemu-user-static scons
2025-08-20T20:45:30.1389198Z 0 upgraded, 5 newly installed, 0 to remove and 45 not upgraded.
2025-08-20T20:45:30.1389774Z Need to get 15.8 MB of archives.
2025-08-20T20:45:30.1390299Z After this operation, 140 MB of additional disk space will be used.
2025-08-20T20:45:30.1390685Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:45:30.1716764Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 autopoint all 0.21-14ubuntu2 [422 kB]
2025-08-20T20:45:30.2014322Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 clang amd64 1:18.0-59~exp2 [5846 B]
2025-08-20T20:45:30.2165360Z 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-20T20:45:30.6638438Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 scons all 4.5.2+dfsg-1 [577 kB]
2025-08-20T20:45:30.7023394Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 byacc amd64 1:2.0.20221106-1 [85.5 kB]
2025-08-20T20:45:31.0358425Z Fetched 15.8 MB in 1s (27.4 MB/s)
2025-08-20T20:45:31.3792763Z Selecting previously unselected package autopoint.
2025-08-20T20:45:31.3847331Z (Reading database ... 
2025-08-20T20:45:31.3847951Z (Reading database ... 5%
2025-08-20T20:45:31.3848341Z (Reading database ... 10%
2025-08-20T20:45:31.3848697Z (Reading database ... 15%
2025-08-20T20:45:31.3849047Z (Reading database ... 20%
2025-08-20T20:45:31.3849514Z (Reading database ... 25%
2025-08-20T20:45:31.3849996Z (Reading database ... 30%
2025-08-20T20:45:31.3850344Z (Reading database ... 35%
2025-08-20T20:45:31.3850686Z (Reading database ... 40%
2025-08-20T20:45:31.3851026Z (Reading database ... 45%
2025-08-20T20:45:31.3851374Z (Reading database ... 50%
2025-08-20T20:45:31.3944899Z (Reading database ... 55%
2025-08-20T20:45:31.3962737Z (Reading database ... 60%
2025-08-20T20:45:31.3982619Z (Reading database ... 65%
2025-08-20T20:45:31.4019730Z (Reading database ... 70%
2025-08-20T20:45:31.4039272Z (Reading database ... 75%
2025-08-20T20:45:31.4061858Z (Reading database ... 80%
2025-08-20T20:45:31.4196665Z (Reading database ... 85%
2025-08-20T20:45:31.4461971Z (Reading database ... 90%
2025-08-20T20:45:31.4531867Z (Reading database ... 95%
2025-08-20T20:45:31.4532302Z (Reading database ... 100%
2025-08-20T20:45:31.4532715Z (Reading database ... 222565 files and directories currently installed.)
2025-08-20T20:45:31.4571586Z Preparing to unpack .../autopoint_0.21-14ubuntu2_all.deb ...
2025-08-20T20:45:31.4581341Z Unpacking autopoint (0.21-14ubuntu2) ...
2025-08-20T20:45:31.4817374Z Selecting previously unselected package clang.
2025-08-20T20:45:31.4944815Z Preparing to unpack .../clang_1%3a18.0-59~exp2_amd64.deb ...
2025-08-20T20:45:31.4952373Z Unpacking clang (1:18.0-59~exp2) ...
2025-08-20T20:45:31.5147505Z Selecting previously unselected package qemu-user-static.
2025-08-20T20:45:31.5274834Z Preparing to unpack .../qemu-user-static_1%3a8.2.2+ds-0ubuntu1.9_amd64.deb ...
2025-08-20T20:45:31.5282176Z Unpacking qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T20:45:31.9627049Z Selecting previously unselected package scons.
2025-08-20T20:45:31.9763578Z Preparing to unpack .../scons_4.5.2+dfsg-1_all.deb ...
2025-08-20T20:45:31.9770876Z Unpacking scons (4.5.2+dfsg-1) ...
2025-08-20T20:45:32.0396351Z Selecting previously unselected package byacc.
2025-08-20T20:45:32.0533005Z Preparing to unpack .../byacc_1%3a2.0.20221106-1_amd64.deb ...
2025-08-20T20:45:32.0540385Z Unpacking byacc (1:2.0.20221106-1) ...
2025-08-20T20:45:32.0944778Z Setting up qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T20:45:32.0992424Z Setting up byacc (1:2.0.20221106-1) ...
2025-08-20T20:45:32.1067899Z Setting up clang (1:18.0-59~exp2) ...
2025-08-20T20:45:32.1271768Z Setting up scons (4.5.2+dfsg-1) ...
2025-08-20T20:45:32.5232182Z Setting up autopoint (0.21-14ubuntu2) ...
2025-08-20T20:45:32.5255719Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:45:36.3653254Z Processing triggers for systemd (255.4-1ubuntu8.10) ...
2025-08-20T20:45:37.7442896Z Reading package lists...
2025-08-20T20:45:37.8876491Z Building dependency tree...
2025-08-20T20:45:37.8884155Z Reading state information...
2025-08-20T20:45:38.0336683Z The following additional packages will be installed:
2025-08-20T20:45:38.0337370Z   libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T20:45:38.0338035Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T20:45:38.0338761Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T20:45:38.0339645Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T20:45:38.0340662Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T20:45:38.0341511Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T20:45:38.0342308Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T20:45:38.0343051Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T20:45:38.0346359Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T20:45:38.0355991Z Suggested packages:
2025-08-20T20:45:38.0356436Z   adequate at autopkgtest bls-standalone bsd-mailx | mailx
2025-08-20T20:45:38.0357117Z   check-all-the-things cvs-buildpackage debhelper diffoscope disorderfs
2025-08-20T20:45:38.0357854Z   dose-extra duck elpa-devscripts faketime gnuplot how-can-i-help
2025-08-20T20:45:38.0358537Z   libauthen-sasl-perl libdbd-pg-perl libfile-desktopentry-perl
2025-08-20T20:45:38.0359309Z   libterm-size-perl libyaml-syck-perl mmdebstrap mutt piuparts pristine-lfs
2025-08-20T20:45:38.0360239Z   quilt ratt reprotest svn-buildpackage w3m debian-keyring equivs
2025-08-20T20:45:38.0361003Z   libgitlab-api-v4-perl libsoap-lite-perl pristine-tar libcrypt-ssleay-perl
2025-08-20T20:45:38.0361885Z   libscalar-number-perl libxstring-perl libsub-name-perl libauthen-ntlm-perl
2025-08-20T20:45:38.0362536Z   wdiff-doc
2025-08-20T20:45:38.0362858Z Recommended packages:
2025-08-20T20:45:38.0363398Z   dctrl-tools dput | dupload libdistro-info-perl libgit-wrapper-perl
2025-08-20T20:45:38.0364178Z   liblist-compare-perl libstring-shellquote-perl licensecheck lintian
2025-08-20T20:45:38.0364957Z   python3-unidiff python3-xdg libhtml-format-perl libnamespace-clean-perl
2025-08-20T20:45:38.0365770Z   libdata-dump-perl libhtml-form-perl libhttp-daemon-perl libmailtools-perl
2025-08-20T20:45:38.0545486Z The following NEW packages will be installed:
2025-08-20T20:45:38.0546793Z   devscripts libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T20:45:38.0547587Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T20:45:38.0548406Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T20:45:38.0549335Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T20:45:38.0551852Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T20:45:38.0552390Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T20:45:38.0553274Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T20:45:38.0553809Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T20:45:38.0554264Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T20:45:38.0726705Z 0 upgraded, 30 newly installed, 0 to remove and 45 not upgraded.
2025-08-20T20:45:38.0727300Z Need to get 2417 kB of archives.
2025-08-20T20:45:38.0727857Z After this operation, 7084 kB of additional disk space will be used.
2025-08-20T20:45:38.0728507Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:45:38.1066220Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-dirlist-perl all 0.05-3 [7286 B]
2025-08-20T20:45:38.1225754Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-which-perl all 1.27-2 [12.5 kB]
2025-08-20T20:45:38.1403899Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-homedir-perl all 1.006-2 [37.0 kB]
2025-08-20T20:45:38.1584096Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-touch-perl all 0.12-2 [7498 B]
2025-08-20T20:45:38.1760809Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libclass-method-modifiers-perl all 2.15-1 [16.1 kB]
2025-08-20T20:45:38.1919597Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libclass-xsaccessor-perl amd64 1.19-4build4 [33.1 kB]
2025-08-20T20:45:38.2095125Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libb-hooks-op-check-perl amd64 0.22-3build1 [9518 B]
2025-08-20T20:45:38.2257327Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libdynaloader-functions-perl all 0.003-3 [12.1 kB]
2025-08-20T20:45:38.2418756Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libdevel-callchecker-perl amd64 0.008-2build3 [13.2 kB]
2025-08-20T20:45:38.2580258Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libparams-classify-perl amd64 0.015-2build5 [20.1 kB]
2025-08-20T20:45:38.2737650Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libmodule-runtime-perl all 0.016-2 [16.4 kB]
2025-08-20T20:45:38.2903704Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libimport-into-perl all 1.002005-2 [10.7 kB]
2025-08-20T20:45:38.3062128Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 librole-tiny-perl all 2.002004-1 [16.3 kB]
2025-08-20T20:45:38.3288133Z Get:15 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libsub-quote-perl all 2.006008-1ubuntu1 [20.7 kB]
2025-08-20T20:45:38.3447537Z Get:16 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libmoo-perl all 2.005005-1 [47.4 kB]
2025-08-20T20:45:38.3646607Z Get:17 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-listing-perl all 6.16-1 [11.3 kB]
2025-08-20T20:45:38.3813166Z Get:18 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libhtml-tree-perl all 5.07-3 [200 kB]
2025-08-20T20:45:38.4438040Z Get:19 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libhttp-cookies-perl all 6.11-1 [18.2 kB]
2025-08-20T20:45:38.4598491Z Get:20 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libhttp-negotiate-perl all 6.01-2 [12.4 kB]
2025-08-20T20:45:38.4858580Z Get:21 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 perl-openssl-defaults amd64 7build3 [6626 B]
2025-08-20T20:45:38.5013346Z Get:22 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libnet-ssleay-perl amd64 1.94-1build4 [316 kB]
2025-08-20T20:45:38.5257250Z Get:23 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libio-socket-ssl-perl all 2.085-1 [195 kB]
2025-08-20T20:45:38.5474679Z Get:24 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libnet-http-perl all 6.23-1 [22.3 kB]
2025-08-20T20:45:38.5626783Z Get:25 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 liblwp-protocol-https-perl all 6.13-1 [9006 B]
2025-08-20T20:45:38.5797549Z Get:26 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libtry-tiny-perl all 0.31-2 [20.8 kB]
2025-08-20T20:45:38.5956402Z Get:27 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libwww-robotrules-perl all 6.02-1 [12.6 kB]
2025-08-20T20:45:38.6111365Z Get:28 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libwww-perl all 6.76-1 [138 kB]
2025-08-20T20:45:38.6301190Z Get:29 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 patchutils amd64 0.4.2-1build3 [77.0 kB]
2025-08-20T20:45:38.6475778Z Get:30 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 wdiff amd64 1.2.2-6build1 [29.1 kB]
2025-08-20T20:45:38.6631461Z Get:31 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 devscripts all 2.23.7 [1069 kB]
2025-08-20T20:45:38.9405162Z Fetched 2417 kB in 1s (3845 kB/s)
2025-08-20T20:45:39.0685356Z Selecting previously unselected package libfile-dirlist-perl.
2025-08-20T20:45:39.0741137Z (Reading database ... 
2025-08-20T20:45:39.0741558Z (Reading database ... 5%
2025-08-20T20:45:39.0741939Z (Reading database ... 10%
2025-08-20T20:45:39.0742312Z (Reading database ... 15%
2025-08-20T20:45:39.0742669Z (Reading database ... 20%
2025-08-20T20:45:39.0743069Z (Reading database ... 25%
2025-08-20T20:45:39.0743442Z (Reading database ... 30%
2025-08-20T20:45:39.0744539Z (Reading database ... 35%
2025-08-20T20:45:39.0744907Z (Reading database ... 40%
2025-08-20T20:45:39.0745254Z (Reading database ... 45%
2025-08-20T20:45:39.0745601Z (Reading database ... 50%
2025-08-20T20:45:39.0847006Z (Reading database ... 55%
2025-08-20T20:45:39.0866440Z (Reading database ... 60%
2025-08-20T20:45:39.0888197Z (Reading database ... 65%
2025-08-20T20:45:39.0930160Z (Reading database ... 70%
2025-08-20T20:45:39.0951566Z (Reading database ... 75%
2025-08-20T20:45:39.0976903Z (Reading database ... 80%
2025-08-20T20:45:39.1123217Z (Reading database ... 85%
2025-08-20T20:45:39.1405691Z (Reading database ... 90%
2025-08-20T20:45:39.1478453Z (Reading database ... 95%
2025-08-20T20:45:39.1478953Z (Reading database ... 100%
2025-08-20T20:45:39.1479671Z (Reading database ... 223013 files and directories currently installed.)
2025-08-20T20:45:39.1519616Z Preparing to unpack .../00-libfile-dirlist-perl_0.05-3_all.deb ...
2025-08-20T20:45:39.1529741Z Unpacking libfile-dirlist-perl (0.05-3) ...
2025-08-20T20:45:39.1738274Z Selecting previously unselected package libfile-which-perl.
2025-08-20T20:45:39.1866284Z Preparing to unpack .../01-libfile-which-perl_1.27-2_all.deb ...
2025-08-20T20:45:39.1874108Z Unpacking libfile-which-perl (1.27-2) ...
2025-08-20T20:45:39.2062429Z Selecting previously unselected package libfile-homedir-perl.
2025-08-20T20:45:39.2190101Z Preparing to unpack .../02-libfile-homedir-perl_1.006-2_all.deb ...
2025-08-20T20:45:39.2197787Z Unpacking libfile-homedir-perl (1.006-2) ...
2025-08-20T20:45:39.2429261Z Selecting previously unselected package libfile-touch-perl.
2025-08-20T20:45:39.2557759Z Preparing to unpack .../03-libfile-touch-perl_0.12-2_all.deb ...
2025-08-20T20:45:39.2566134Z Unpacking libfile-touch-perl (0.12-2) ...
2025-08-20T20:45:39.2752642Z Selecting previously unselected package libclass-method-modifiers-perl.
2025-08-20T20:45:39.2880821Z Preparing to unpack .../04-libclass-method-modifiers-perl_2.15-1_all.deb ...
2025-08-20T20:45:39.2888654Z Unpacking libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T20:45:39.3082162Z Selecting previously unselected package libclass-xsaccessor-perl.
2025-08-20T20:45:39.3208291Z Preparing to unpack .../05-libclass-xsaccessor-perl_1.19-4build4_amd64.deb ...
2025-08-20T20:45:39.3215544Z Unpacking libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T20:45:39.3418310Z Selecting previously unselected package libb-hooks-op-check-perl:amd64.
2025-08-20T20:45:39.3544758Z Preparing to unpack .../06-libb-hooks-op-check-perl_0.22-3build1_amd64.deb ...
2025-08-20T20:45:39.3552818Z Unpacking libb-hooks-op-check-perl:amd64 (0.22-3build1) ...
2025-08-20T20:45:39.3750824Z Selecting previously unselected package libdynaloader-functions-perl.
2025-08-20T20:45:39.3876304Z Preparing to unpack .../07-libdynaloader-functions-perl_0.003-3_all.deb ...
2025-08-20T20:45:39.3883702Z Unpacking libdynaloader-functions-perl (0.003-3) ...
2025-08-20T20:45:39.4072636Z Selecting previously unselected package libdevel-callchecker-perl:amd64.
2025-08-20T20:45:39.4196896Z Preparing to unpack .../08-libdevel-callchecker-perl_0.008-2build3_amd64.deb ...
2025-08-20T20:45:39.4204182Z Unpacking libdevel-callchecker-perl:amd64 (0.008-2build3) ...
2025-08-20T20:45:39.4398485Z Selecting previously unselected package libparams-classify-perl:amd64.
2025-08-20T20:45:39.4523913Z Preparing to unpack .../09-libparams-classify-perl_0.015-2build5_amd64.deb ...
2025-08-20T20:45:39.4531612Z Unpacking libparams-classify-perl:amd64 (0.015-2build5) ...
2025-08-20T20:45:39.4726994Z Selecting previously unselected package libmodule-runtime-perl.
2025-08-20T20:45:39.4852071Z Preparing to unpack .../10-libmodule-runtime-perl_0.016-2_all.deb ...
2025-08-20T20:45:39.4859511Z Unpacking libmodule-runtime-perl (0.016-2) ...
2025-08-20T20:45:39.5046126Z Selecting previously unselected package libimport-into-perl.
2025-08-20T20:45:39.5170788Z Preparing to unpack .../11-libimport-into-perl_1.002005-2_all.deb ...
2025-08-20T20:45:39.5178416Z Unpacking libimport-into-perl (1.002005-2) ...
2025-08-20T20:45:39.5363065Z Selecting previously unselected package librole-tiny-perl.
2025-08-20T20:45:39.5489656Z Preparing to unpack .../12-librole-tiny-perl_2.002004-1_all.deb ...
2025-08-20T20:45:39.5496072Z Unpacking librole-tiny-perl (2.002004-1) ...
2025-08-20T20:45:39.5701966Z Selecting previously unselected package libsub-quote-perl.
2025-08-20T20:45:39.5828341Z Preparing to unpack .../13-libsub-quote-perl_2.006008-1ubuntu1_all.deb ...
2025-08-20T20:45:39.5836271Z Unpacking libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T20:45:39.6028418Z Selecting previously unselected package libmoo-perl.
2025-08-20T20:45:39.6154966Z Preparing to unpack .../14-libmoo-perl_2.005005-1_all.deb ...
2025-08-20T20:45:39.6163536Z Unpacking libmoo-perl (2.005005-1) ...
2025-08-20T20:45:39.6379970Z Selecting previously unselected package libfile-listing-perl.
2025-08-20T20:45:39.6505595Z Preparing to unpack .../15-libfile-listing-perl_6.16-1_all.deb ...
2025-08-20T20:45:39.6513372Z Unpacking libfile-listing-perl (6.16-1) ...
2025-08-20T20:45:39.6700158Z Selecting previously unselected package libhtml-tree-perl.
2025-08-20T20:45:39.6826718Z Preparing to unpack .../16-libhtml-tree-perl_5.07-3_all.deb ...
2025-08-20T20:45:39.6834078Z Unpacking libhtml-tree-perl (5.07-3) ...
2025-08-20T20:45:39.7077537Z Selecting previously unselected package libhttp-cookies-perl.
2025-08-20T20:45:39.7205655Z Preparing to unpack .../17-libhttp-cookies-perl_6.11-1_all.deb ...
2025-08-20T20:45:39.7213553Z Unpacking libhttp-cookies-perl (6.11-1) ...
2025-08-20T20:45:39.7406658Z Selecting previously unselected package libhttp-negotiate-perl.
2025-08-20T20:45:39.7533188Z Preparing to unpack .../18-libhttp-negotiate-perl_6.01-2_all.deb ...
2025-08-20T20:45:39.7540335Z Unpacking libhttp-negotiate-perl (6.01-2) ...
2025-08-20T20:45:39.7729493Z Selecting previously unselected package perl-openssl-defaults:amd64.
2025-08-20T20:45:39.7855501Z Preparing to unpack .../19-perl-openssl-defaults_7build3_amd64.deb ...
2025-08-20T20:45:39.7863086Z Unpacking perl-openssl-defaults:amd64 (7build3) ...
2025-08-20T20:45:39.8057432Z Selecting previously unselected package libnet-ssleay-perl:amd64.
2025-08-20T20:45:39.8182178Z Preparing to unpack .../20-libnet-ssleay-perl_1.94-1build4_amd64.deb ...
2025-08-20T20:45:39.8189228Z Unpacking libnet-ssleay-perl:amd64 (1.94-1build4) ...
2025-08-20T20:45:39.8592348Z Selecting previously unselected package libio-socket-ssl-perl.
2025-08-20T20:45:39.8721048Z Preparing to unpack .../21-libio-socket-ssl-perl_2.085-1_all.deb ...
2025-08-20T20:45:39.8728051Z Unpacking libio-socket-ssl-perl (2.085-1) ...
2025-08-20T20:45:39.8971636Z Selecting previously unselected package libnet-http-perl.
2025-08-20T20:45:39.9103140Z Preparing to unpack .../22-libnet-http-perl_6.23-1_all.deb ...
2025-08-20T20:45:39.9111209Z Unpacking libnet-http-perl (6.23-1) ...
2025-08-20T20:45:39.9320919Z Selecting previously unselected package liblwp-protocol-https-perl.
2025-08-20T20:45:39.9447704Z Preparing to unpack .../23-liblwp-protocol-https-perl_6.13-1_all.deb ...
2025-08-20T20:45:39.9455530Z Unpacking liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T20:45:39.9643969Z Selecting previously unselected package libtry-tiny-perl.
2025-08-20T20:45:39.9771145Z Preparing to unpack .../24-libtry-tiny-perl_0.31-2_all.deb ...
2025-08-20T20:45:39.9778153Z Unpacking libtry-tiny-perl (0.31-2) ...
2025-08-20T20:45:39.9968815Z Selecting previously unselected package libwww-robotrules-perl.
2025-08-20T20:45:40.0097888Z Preparing to unpack .../25-libwww-robotrules-perl_6.02-1_all.deb ...
2025-08-20T20:45:40.0107048Z Unpacking libwww-robotrules-perl (6.02-1) ...
2025-08-20T20:45:40.0308425Z Selecting previously unselected package libwww-perl.
2025-08-20T20:45:40.0436442Z Preparing to unpack .../26-libwww-perl_6.76-1_all.deb ...
2025-08-20T20:45:40.0443624Z Unpacking libwww-perl (6.76-1) ...
2025-08-20T20:45:40.0729038Z Selecting previously unselected package patchutils.
2025-08-20T20:45:40.0859759Z Preparing to unpack .../27-patchutils_0.4.2-1build3_amd64.deb ...
2025-08-20T20:45:40.0867353Z Unpacking patchutils (0.4.2-1build3) ...
2025-08-20T20:45:40.1111155Z Selecting previously unselected package wdiff.
2025-08-20T20:45:40.1242563Z Preparing to unpack .../28-wdiff_1.2.2-6build1_amd64.deb ...
2025-08-20T20:45:40.1250966Z Unpacking wdiff (1.2.2-6build1) ...
2025-08-20T20:45:40.1467344Z Selecting previously unselected package devscripts.
2025-08-20T20:45:40.1595664Z Preparing to unpack .../29-devscripts_2.23.7_all.deb ...
2025-08-20T20:45:40.1784449Z Unpacking devscripts (2.23.7) ...
2025-08-20T20:45:40.3021164Z Setting up wdiff (1.2.2-6build1) ...
2025-08-20T20:45:40.3041414Z Setting up libhttp-negotiate-perl (6.01-2) ...
2025-08-20T20:45:40.3060921Z Setting up libfile-which-perl (1.27-2) ...
2025-08-20T20:45:40.3080260Z Setting up libfile-listing-perl (6.16-1) ...
2025-08-20T20:45:40.3098951Z Setting up libdynaloader-functions-perl (0.003-3) ...
2025-08-20T20:45:40.3118253Z Setting up libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T20:45:40.3136856Z Setting up libhttp-cookies-perl (6.11-1) ...
2025-08-20T20:45:40.3155939Z Setting up libhtml-tree-perl (5.07-3) ...
2025-08-20T20:45:40.3176588Z Setting up libtry-tiny-perl (0.31-2) ...
2025-08-20T20:45:40.3196020Z Setting up perl-openssl-defaults:amd64 (7build3) ...
2025-08-20T20:45:40.3215826Z Setting up libnet-http-perl (6.23-1) ...
2025-08-20T20:45:40.3235010Z Setting up patchutils (0.4.2-1build3) ...
2025-08-20T20:45:40.3254959Z Setting up libb-hooks-op-check-perl:amd64 (0.22-3build1) ...
2025-08-20T20:45:40.3274266Z Setting up libwww-robotrules-perl (6.02-1) ...
2025-08-20T20:45:40.3293948Z Setting up librole-tiny-perl (2.002004-1) ...
2025-08-20T20:45:40.3313451Z Setting up libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T20:45:40.3333736Z Setting up libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T20:45:40.3353661Z Setting up libfile-dirlist-perl (0.05-3) ...
2025-08-20T20:45:40.3373030Z Setting up libfile-homedir-perl (1.006-2) ...
2025-08-20T20:45:40.3392206Z Setting up libfile-touch-perl (0.12-2) ...
2025-08-20T20:45:40.3411690Z Setting up libnet-ssleay-perl:amd64 (1.94-1build4) ...
2025-08-20T20:45:40.3433293Z Setting up libdevel-callchecker-perl:amd64 (0.008-2build3) ...
2025-08-20T20:45:40.3452792Z Setting up libio-socket-ssl-perl (2.085-1) ...
2025-08-20T20:45:40.3472654Z Setting up libparams-classify-perl:amd64 (0.015-2build5) ...
2025-08-20T20:45:40.3492988Z Setting up libmodule-runtime-perl (0.016-2) ...
2025-08-20T20:45:40.3512492Z Setting up libimport-into-perl (1.002005-2) ...
2025-08-20T20:45:40.3533052Z Setting up libmoo-perl (2.005005-1) ...
2025-08-20T20:45:40.3560742Z Setting up libwww-perl (6.76-1) ...
2025-08-20T20:45:40.3588225Z Setting up devscripts (2.23.7) ...
2025-08-20T20:45:40.4776767Z Setting up liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T20:45:40.4803563Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:45:44.9880562Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T20:45:46.3950919Z Reading package lists...
2025-08-20T20:45:46.5335937Z Building dependency tree...
2025-08-20T20:45:46.5343493Z Reading state information...
2025-08-20T20:45:46.6710576Z The following additional packages will be installed:
2025-08-20T20:45:46.6718691Z   cmake-data libjsoncpp25 librhash0
2025-08-20T20:45:46.6726566Z Suggested packages:
2025-08-20T20:45:46.6727027Z   cmake-doc cmake-format elpa-cmake-mode ninja-build
2025-08-20T20:45:46.6854686Z The following NEW packages will be installed:
2025-08-20T20:45:46.6860538Z   cmake cmake-data libjsoncpp25 librhash0
2025-08-20T20:45:46.7021635Z 0 upgraded, 4 newly installed, 0 to remove and 45 not upgraded.
2025-08-20T20:45:46.7022204Z Need to get 13.6 MB of archives.
2025-08-20T20:45:46.7022574Z After this operation, 49.1 MB of additional disk space will be used.
2025-08-20T20:45:46.7022952Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:45:46.7369357Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libjsoncpp25 amd64 1.9.5-6build1 [82.8 kB]
2025-08-20T20:45:46.7590599Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 librhash0 amd64 1.4.3-3build1 [129 kB]
2025-08-20T20:45:46.7818269Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 cmake-data all 3.28.3-1build7 [2155 kB]
2025-08-20T20:45:46.8758062Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 cmake amd64 3.28.3-1build7 [11.2 MB]
2025-08-20T20:45:47.5872690Z Fetched 13.6 MB in 1s (21.2 MB/s)
2025-08-20T20:45:47.6060355Z Selecting previously unselected package libjsoncpp25:amd64.
2025-08-20T20:45:47.6116775Z (Reading database ... 
2025-08-20T20:45:47.6117203Z (Reading database ... 5%
2025-08-20T20:45:47.6117582Z (Reading database ... 10%
2025-08-20T20:45:47.6117811Z (Reading database ... 15%
2025-08-20T20:45:47.6118029Z (Reading database ... 20%
2025-08-20T20:45:47.6118251Z (Reading database ... 25%
2025-08-20T20:45:47.6118466Z (Reading database ... 30%
2025-08-20T20:45:47.6118674Z (Reading database ... 35%
2025-08-20T20:45:47.6119126Z (Reading database ... 40%
2025-08-20T20:45:47.6119338Z (Reading database ... 45%
2025-08-20T20:45:47.6119550Z (Reading database ... 50%
2025-08-20T20:45:47.6203585Z (Reading database ... 55%
2025-08-20T20:45:47.6239356Z (Reading database ... 60%
2025-08-20T20:45:47.6260659Z (Reading database ... 65%
2025-08-20T20:45:47.6301844Z (Reading database ... 70%
2025-08-20T20:45:47.6324572Z (Reading database ... 75%
2025-08-20T20:45:47.6347642Z (Reading database ... 80%
2025-08-20T20:45:47.6491476Z (Reading database ... 85%
2025-08-20T20:45:47.6766325Z (Reading database ... 90%
2025-08-20T20:45:47.6840965Z (Reading database ... 95%
2025-08-20T20:45:47.6841425Z (Reading database ... 100%
2025-08-20T20:45:47.6842039Z (Reading database ... 223948 files and directories currently installed.)
2025-08-20T20:45:47.6881897Z Preparing to unpack .../libjsoncpp25_1.9.5-6build1_amd64.deb ...
2025-08-20T20:45:47.6898046Z Unpacking libjsoncpp25:amd64 (1.9.5-6build1) ...
2025-08-20T20:45:47.7123857Z Selecting previously unselected package librhash0:amd64.
2025-08-20T20:45:47.7251816Z Preparing to unpack .../librhash0_1.4.3-3build1_amd64.deb ...
2025-08-20T20:45:47.7259573Z Unpacking librhash0:amd64 (1.4.3-3build1) ...
2025-08-20T20:45:47.7478790Z Selecting previously unselected package cmake-data.
2025-08-20T20:45:47.7608901Z Preparing to unpack .../cmake-data_3.28.3-1build7_all.deb ...
2025-08-20T20:45:47.7671372Z Unpacking cmake-data (3.28.3-1build7) ...
2025-08-20T20:45:48.3333471Z Selecting previously unselected package cmake.
2025-08-20T20:45:48.3483207Z Preparing to unpack .../cmake_3.28.3-1build7_amd64.deb ...
2025-08-20T20:45:48.3490306Z Unpacking cmake (3.28.3-1build7) ...
2025-08-20T20:45:48.5246029Z Setting up libjsoncpp25:amd64 (1.9.5-6build1) ...
2025-08-20T20:45:48.5268216Z Setting up librhash0:amd64 (1.4.3-3build1) ...
2025-08-20T20:45:48.5288037Z Setting up cmake-data (3.28.3-1build7) ...
2025-08-20T20:45:48.5351158Z Setting up cmake (3.28.3-1build7) ...
2025-08-20T20:45:48.5373579Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:45:52.5943213Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T20:45:53.1533143Z 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-20T20:45:53.1534445Z Running kernel seems to be up-to-date.
2025-08-20T20:45:53.1534690Z 
2025-08-20T20:45:53.1534797Z Restarting services...
2025-08-20T20:45:53.1590595Z 
2025-08-20T20:45:53.1591101Z Service restarts being deferred:
2025-08-20T20:45:53.1591644Z  systemctl restart hosted-compute-agent.service
2025-08-20T20:45:53.1592004Z 
2025-08-20T20:45:53.1592168Z No containers need to be restarted.
2025-08-20T20:45:53.1592451Z 
2025-08-20T20:45:53.1592637Z No user sessions are running outdated binaries.
2025-08-20T20:45:53.1592980Z 
2025-08-20T20:45:53.1593286Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T20:45:53.9568527Z Reading package lists...
2025-08-20T20:45:54.1155199Z Building dependency tree...
2025-08-20T20:45:54.1163570Z Reading state information...
2025-08-20T20:45:54.2831532Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T20:45:54.2832243Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T20:45:54.2832840Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T20:45:54.2833394Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T20:45:54.2833918Z b3sum is already the newest version (1.2.0-1).
2025-08-20T20:45:54.2834488Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T20:45:54.2835099Z ca-certificates is already the newest version (20240203).
2025-08-20T20:45:54.2835858Z ccache is already the newest version (4.9.1-1).
2025-08-20T20:45:54.2836537Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T20:45:54.2837204Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T20:45:54.2838211Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T20:45:54.2838904Z git-lfs is already the newest version (3.7.0).
2025-08-20T20:45:54.2839604Z imagemagick is already the newest version (8:6.9.12.98+dfsg1-5.2build2).
2025-08-20T20:45:54.2840645Z lzip is already the newest version (1.24.1-1build1).
2025-08-20T20:45:54.2841115Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T20:45:54.2849317Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T20:45:54.2850096Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T20:45:54.2850469Z make is already the newest version (4.3-4.1build2).
2025-08-20T20:45:54.2850794Z musl is already the newest version (1.2.4-2).
2025-08-20T20:45:54.2851099Z musl-dev is already the newest version (1.2.4-2).
2025-08-20T20:45:54.2851409Z musl-tools is already the newest version (1.2.4-2).
2025-08-20T20:45:54.2851782Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T20:45:54.2852179Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T20:45:54.2852509Z texinfo is already the newest version (7.1-3build2).
2025-08-20T20:45:54.2852832Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T20:45:54.2853190Z 0 upgraded, 0 newly installed, 0 to remove and 45 not upgraded.
2025-08-20T20:45:54.3067694Z Reading package lists...
2025-08-20T20:45:54.4524916Z Building dependency tree...
2025-08-20T20:45:54.4533361Z Reading state information...
2025-08-20T20:45:54.6207716Z autoconf is already the newest version (2.71-3).
2025-08-20T20:45:54.6208376Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T20:45:54.6209038Z autopoint is already the newest version (0.21-14ubuntu2).
2025-08-20T20:45:54.6209611Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T20:45:54.6210418Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T20:45:54.6211049Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T20:45:54.6211920Z byacc is already the newest version (1:2.0.20221106-1).
2025-08-20T20:45:54.6212561Z ca-certificates is already the newest version (20240203).
2025-08-20T20:45:54.6213135Z clang is already the newest version (1:18.0-59~exp2).
2025-08-20T20:45:54.6213675Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T20:45:54.6214186Z file is already the newest version (1:5.45-3build1).
2025-08-20T20:45:54.6214740Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T20:45:54.6215304Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T20:45:54.6215860Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T20:45:54.6216392Z patch is already the newest version (2.7.6-7build3).
2025-08-20T20:45:54.6216878Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T20:45:54.6217237Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T20:45:54.6217643Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T20:45:54.6218031Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T20:45:54.6218362Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T20:45:54.6218681Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T20:45:54.6219032Z 0 upgraded, 0 newly installed, 0 to remove and 45 not upgraded.
2025-08-20T20:45:54.6444489Z Reading package lists...
2025-08-20T20:45:54.7923659Z Building dependency tree...
2025-08-20T20:45:54.7932154Z Reading state information...
2025-08-20T20:45:54.9595554Z devscripts is already the newest version (2.23.7).
2025-08-20T20:45:54.9596230Z 0 upgraded, 0 newly installed, 0 to remove and 45 not upgraded.
2025-08-20T20:45:54.9824098Z Reading package lists...
2025-08-20T20:45:55.1321192Z Building dependency tree...
2025-08-20T20:45:55.1329127Z Reading state information...
2025-08-20T20:45:55.2991920Z cmake is already the newest version (3.28.3-1build7).
2025-08-20T20:45:55.2992351Z 0 upgraded, 0 newly installed, 0 to remove and 45 not upgraded.
2025-08-20T20:45:55.3221889Z Reading package lists...
2025-08-20T20:45:55.4659731Z Building dependency tree...
2025-08-20T20:45:55.4667818Z Reading state information...
2025-08-20T20:45:55.6105753Z Suggested packages:
2025-08-20T20:45:55.6106075Z   binutils-doc
2025-08-20T20:45:55.6353330Z The following NEW packages will be installed:
2025-08-20T20:45:55.6360013Z   binutils-aarch64-linux-gnu
2025-08-20T20:45:55.6519264Z 0 upgraded, 1 newly installed, 0 to remove and 45 not upgraded.
2025-08-20T20:45:55.6740737Z Need to get 3711 kB of archives.
2025-08-20T20:45:55.6741323Z After this operation, 21.0 MB of additional disk space will be used.
2025-08-20T20:45:55.6741752Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:45:55.7065176Z 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-20T20:45:56.0110248Z Fetched 3711 kB in 0s (36.7 MB/s)
2025-08-20T20:45:56.0296399Z Selecting previously unselected package binutils-aarch64-linux-gnu.
2025-08-20T20:45:56.0355836Z (Reading database ... 
2025-08-20T20:45:56.0356275Z (Reading database ... 5%
2025-08-20T20:45:56.0356607Z (Reading database ... 10%
2025-08-20T20:45:56.0356836Z (Reading database ... 15%
2025-08-20T20:45:56.0357054Z (Reading database ... 20%
2025-08-20T20:45:56.0357266Z (Reading database ... 25%
2025-08-20T20:45:56.0357474Z (Reading database ... 30%
2025-08-20T20:45:56.0357685Z (Reading database ... 35%
2025-08-20T20:45:56.0357890Z (Reading database ... 40%
2025-08-20T20:45:56.0358106Z (Reading database ... 45%
2025-08-20T20:45:56.0358311Z (Reading database ... 50%
2025-08-20T20:45:56.0444437Z (Reading database ... 55%
2025-08-20T20:45:56.0480507Z (Reading database ... 60%
2025-08-20T20:45:56.0502041Z (Reading database ... 65%
2025-08-20T20:45:56.0543039Z (Reading database ... 70%
2025-08-20T20:45:56.0565673Z (Reading database ... 75%
2025-08-20T20:45:56.0597913Z (Reading database ... 80%
2025-08-20T20:45:56.0743805Z (Reading database ... 85%
2025-08-20T20:45:56.1017859Z (Reading database ... 90%
2025-08-20T20:45:56.1090463Z (Reading database ... 95%
2025-08-20T20:45:56.1090899Z (Reading database ... 100%
2025-08-20T20:45:56.1091337Z (Reading database ... 227357 files and directories currently installed.)
2025-08-20T20:45:56.1131238Z Preparing to unpack .../binutils-aarch64-linux-gnu_2.42-4ubuntu2.5_amd64.deb ...
2025-08-20T20:45:56.1148054Z Unpacking binutils-aarch64-linux-gnu (2.42-4ubuntu2.5) ...
2025-08-20T20:45:56.2658529Z Setting up binutils-aarch64-linux-gnu (2.42-4ubuntu2.5) ...
2025-08-20T20:45:56.2683305Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T20:45:56.2827802Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:46:01.5050527Z Reading package lists...
2025-08-20T20:46:01.6435418Z Building dependency tree...
2025-08-20T20:46:01.6443284Z Reading state information...
2025-08-20T20:46:01.7810266Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T20:46:01.7811050Z The following additional packages will be installed:
2025-08-20T20:46:01.7811681Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T20:46:01.7812409Z   cpp-13-aarch64-linux-gnu cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf
2025-08-20T20:46:01.7813175Z   cpp-aarch64-linux-gnu cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf
2025-08-20T20:46:01.7813988Z   g++-13-aarch64-linux-gnu g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T20:46:01.7814688Z   gcc-13-aarch64-linux-gnu gcc-13-aarch64-linux-gnu-base
2025-08-20T20:46:01.7815282Z   gcc-13-arm-linux-gnueabi gcc-13-arm-linux-gnueabi-base
2025-08-20T20:46:01.7815964Z   gcc-13-arm-linux-gnueabihf gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base
2025-08-20T20:46:01.7816735Z   gcc-13-cross-base-ports gcc-14-cross-base gcc-14-cross-base-ports
2025-08-20T20:46:01.7817474Z   gcc-aarch64-linux-gnu gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf
2025-08-20T20:46:01.7818180Z   libasan8-arm64-cross libasan8-armel-cross libasan8-armhf-cross
2025-08-20T20:46:01.7819180Z   libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross
2025-08-20T20:46:01.7820130Z   libc6-arm64-cross libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross
2025-08-20T20:46:01.7820874Z   libc6-dev-armel-cross libc6-dev-armhf-cross libgcc-13-dev-arm64-cross
2025-08-20T20:46:01.7821593Z   libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross libgcc-s1-arm64-cross
2025-08-20T20:46:01.7822318Z   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgomp1-arm64-cross
2025-08-20T20:46:01.7822970Z   libgomp1-armel-cross libgomp1-armhf-cross libhwasan0-arm64-cross
2025-08-20T20:46:01.7823682Z   libitm1-arm64-cross liblsan0-arm64-cross libstdc++-13-dev-arm64-cross
2025-08-20T20:46:01.7824352Z   libstdc++-13-dev-armel-cross libstdc++-13-dev-armhf-cross
2025-08-20T20:46:01.7825078Z   libstdc++6-arm64-cross libstdc++6-armel-cross libstdc++6-armhf-cross
2025-08-20T20:46:01.7825827Z   libtsan2-arm64-cross libubsan1-arm64-cross libubsan1-armel-cross
2025-08-20T20:46:01.7826631Z   libubsan1-armhf-cross linux-libc-dev-arm64-cross linux-libc-dev-armel-cross
2025-08-20T20:46:01.7827295Z   linux-libc-dev-armhf-cross
2025-08-20T20:46:01.7829389Z Suggested packages:
2025-08-20T20:46:01.7830051Z   binutils-doc gcc-13-locales cpp-13-doc cpp-doc gcc-13-doc manpages-dev
2025-08-20T20:46:01.7830849Z   gdb-aarch64-linux-gnu gcc-doc gdb-arm-linux-gnueabi gdb-arm-linux-gnueabihf
2025-08-20T20:46:01.8349561Z The following NEW packages will be installed:
2025-08-20T20:46:01.8350381Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T20:46:01.8351162Z   cpp-13-aarch64-linux-gnu cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf
2025-08-20T20:46:01.8352159Z   cpp-aarch64-linux-gnu cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf
2025-08-20T20:46:01.8352983Z   g++-13-aarch64-linux-gnu g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T20:46:01.8353771Z   g++-aarch64-linux-gnu g++-arm-linux-gnueabi g++-arm-linux-gnueabihf
2025-08-20T20:46:01.8354849Z   gcc-13-aarch64-linux-gnu gcc-13-aarch64-linux-gnu-base
2025-08-20T20:46:01.8355483Z   gcc-13-arm-linux-gnueabi gcc-13-arm-linux-gnueabi-base
2025-08-20T20:46:01.8356221Z   gcc-13-arm-linux-gnueabihf gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base
2025-08-20T20:46:01.8357025Z   gcc-13-cross-base-ports gcc-14-cross-base gcc-14-cross-base-ports
2025-08-20T20:46:01.8357768Z   gcc-aarch64-linux-gnu gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf
2025-08-20T20:46:01.8358513Z   libasan8-arm64-cross libasan8-armel-cross libasan8-armhf-cross
2025-08-20T20:46:01.8359277Z   libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross
2025-08-20T20:46:01.8360254Z   libc6-arm64-cross libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross
2025-08-20T20:46:01.8361045Z   libc6-dev-armel-cross libc6-dev-armhf-cross libgcc-13-dev-arm64-cross
2025-08-20T20:46:01.8361844Z   libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross libgcc-s1-arm64-cross
2025-08-20T20:46:01.8362615Z   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgomp1-arm64-cross
2025-08-20T20:46:01.8363337Z   libgomp1-armel-cross libgomp1-armhf-cross libhwasan0-arm64-cross
2025-08-20T20:46:01.8364146Z   libitm1-arm64-cross liblsan0-arm64-cross libstdc++-13-dev-arm64-cross
2025-08-20T20:46:01.8364910Z   libstdc++-13-dev-armel-cross libstdc++-13-dev-armhf-cross
2025-08-20T20:46:01.8365624Z   libstdc++6-arm64-cross libstdc++6-armel-cross libstdc++6-armhf-cross
2025-08-20T20:46:01.8366410Z   libtsan2-arm64-cross libubsan1-arm64-cross libubsan1-armel-cross
2025-08-20T20:46:01.8367173Z   libubsan1-armhf-cross linux-libc-dev-arm64-cross linux-libc-dev-armel-cross
2025-08-20T20:46:01.8367818Z   linux-libc-dev-armhf-cross
2025-08-20T20:46:01.8542957Z 0 upgraded, 64 newly installed, 0 to remove and 45 not upgraded.
2025-08-20T20:46:01.8543563Z Need to get 171 MB of archives.
2025-08-20T20:46:01.8544106Z After this operation, 599 MB of additional disk space will be used.
2025-08-20T20:46:01.8544754Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:46:01.8873483Z 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-20T20:46:01.9059046Z 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-20T20:46:02.4497537Z 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-20T20:46:02.4700153Z 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-20T20:46:03.0005944Z 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-20T20:46:03.0197384Z 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-20T20:46:03.8232097Z 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-20T20:46:03.8412073Z 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-20T20:46:03.8577704Z 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-20T20:46:03.8750083Z 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-20T20:46:03.8960553Z 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-20T20:46:03.9242828Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-arm64-cross all 2.39-0ubuntu8cross1 [1197 kB]
2025-08-20T20:46:04.0433426Z 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-20T20:46:04.0685189Z 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-20T20:46:04.0975551Z 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-20T20:46:04.1182004Z 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-20T20:46:04.1833500Z 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-20T20:46:04.2443927Z 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-20T20:46:04.2851250Z 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-20T20:46:04.3451261Z 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-20T20:46:04.4392640Z 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-20T20:46:04.4777941Z 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-20T20:46:04.5220488Z 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-20T20:46:04.7480619Z 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-20T20:46:05.7262196Z 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-20T20:46:05.8001038Z Get:27 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-dev-arm64-cross all 2.39-0ubuntu8cross1 [1629 kB]
2025-08-20T20:46:05.9203436Z 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-20T20:46:06.8749775Z 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-20T20:46:07.8472857Z 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-20T20:46:08.1522110Z 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-20T20:46:08.1709677Z 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-20T20:46:08.1890931Z Get:33 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libc6-armel-cross all 2.39-0ubuntu8cross1 [1046 kB]
2025-08-20T20:46:08.3124733Z 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-20T20:46:08.3787338Z 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-20T20:46:08.4098363Z 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-20T20:46:08.4285179Z 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-20T20:46:08.7229139Z 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-20T20:46:08.7837130Z 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-20T20:46:08.8989244Z 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-20T20:46:09.0077234Z 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-20T20:46:11.0341900Z 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-20T20:46:11.1994922Z Get:43 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libc6-dev-armel-cross all 2.39-0ubuntu8cross1 [1459 kB]
2025-08-20T20:46:11.3773348Z 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-20T20:46:11.6832171Z 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-20T20:46:13.3090922Z 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-20T20:46:13.8441631Z Get:47 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-armhf-cross all 2.39-0ubuntu8cross1 [1320 kB]
2025-08-20T20:46:14.0698693Z 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-20T20:46:14.0920979Z 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-20T20:46:14.1324916Z 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-20T20:46:14.1505773Z 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-20T20:46:14.7513571Z 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-20T20:46:14.8820448Z 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-20T20:46:15.0874014Z 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-20T20:46:15.2540607Z 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-20T20:46:18.7490744Z 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-20T20:46:18.9967056Z Get:57 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-dev-armhf-cross all 2.39-0ubuntu8cross1 [1387 kB]
2025-08-20T20:46:19.2422491Z 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-20T20:46:19.6547478Z 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-20T20:46:21.6997291Z 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-20T20:46:21.7572646Z 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-20T20:46:21.7782115Z 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-20T20:46:21.7971774Z 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-20T20:46:21.8166020Z 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-20T20:46:21.8377204Z 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-20T20:46:22.1357973Z Fetched 171 MB in 20s (8529 kB/s)
2025-08-20T20:46:22.1552144Z Selecting previously unselected package gcc-13-aarch64-linux-gnu-base:amd64.
2025-08-20T20:46:22.1608454Z (Reading database ... 
2025-08-20T20:46:22.1608873Z (Reading database ... 5%
2025-08-20T20:46:22.1609253Z (Reading database ... 10%
2025-08-20T20:46:22.1609558Z (Reading database ... 15%
2025-08-20T20:46:22.1610120Z (Reading database ... 20%
2025-08-20T20:46:22.1610464Z (Reading database ... 25%
2025-08-20T20:46:22.1610822Z (Reading database ... 30%
2025-08-20T20:46:22.1611165Z (Reading database ... 35%
2025-08-20T20:46:22.1611510Z (Reading database ... 40%
2025-08-20T20:46:22.1611855Z (Reading database ... 45%
2025-08-20T20:46:22.1612197Z (Reading database ... 50%
2025-08-20T20:46:22.1697570Z (Reading database ... 55%
2025-08-20T20:46:22.1733358Z (Reading database ... 60%
2025-08-20T20:46:22.1755019Z (Reading database ... 65%
2025-08-20T20:46:22.1795474Z (Reading database ... 70%
2025-08-20T20:46:22.1818061Z (Reading database ... 75%
2025-08-20T20:46:22.1848996Z (Reading database ... 80%
2025-08-20T20:46:22.1989121Z (Reading database ... 85%
2025-08-20T20:46:22.2260225Z (Reading database ... 90%
2025-08-20T20:46:22.2334407Z (Reading database ... 95%
2025-08-20T20:46:22.2334833Z (Reading database ... 100%
2025-08-20T20:46:22.2335246Z (Reading database ... 227701 files and directories currently installed.)
2025-08-20T20:46:22.2374565Z Preparing to unpack .../00-gcc-13-aarch64-linux-gnu-base_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T20:46:22.2384352Z Unpacking gcc-13-aarch64-linux-gnu-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:46:22.2590913Z Selecting previously unselected package cpp-13-aarch64-linux-gnu.
2025-08-20T20:46:22.2720268Z Preparing to unpack .../01-cpp-13-aarch64-linux-gnu_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T20:46:22.2748944Z Unpacking cpp-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:46:22.4204921Z Selecting previously unselected package gcc-13-arm-linux-gnueabi-base:amd64.
2025-08-20T20:46:22.4344660Z Preparing to unpack .../02-gcc-13-arm-linux-gnueabi-base_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T20:46:22.4351942Z Unpacking gcc-13-arm-linux-gnueabi-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:46:22.4552871Z Selecting previously unselected package cpp-13-arm-linux-gnueabi.
2025-08-20T20:46:22.4689501Z Preparing to unpack .../03-cpp-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T20:46:22.4718125Z Unpacking cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:46:22.6065508Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf-base:amd64.
2025-08-20T20:46:22.6204426Z Preparing to unpack .../04-gcc-13-arm-linux-gnueabihf-base_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T20:46:22.6213052Z Unpacking gcc-13-arm-linux-gnueabihf-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:46:22.6414384Z Selecting previously unselected package cpp-13-arm-linux-gnueabihf.
2025-08-20T20:46:22.6550859Z Preparing to unpack .../05-cpp-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T20:46:22.6579594Z Unpacking cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:46:22.7911697Z Selecting previously unselected package cpp-aarch64-linux-gnu.
2025-08-20T20:46:22.8050702Z Preparing to unpack .../06-cpp-aarch64-linux-gnu_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T20:46:22.8058314Z Unpacking cpp-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T20:46:22.8250859Z Selecting previously unselected package cpp-arm-linux-gnueabi.
2025-08-20T20:46:22.8387707Z Preparing to unpack .../07-cpp-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_amd64.deb ...
2025-08-20T20:46:22.8394906Z Unpacking cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T20:46:22.8582832Z Selecting previously unselected package cpp-arm-linux-gnueabihf.
2025-08-20T20:46:22.8718190Z Preparing to unpack .../08-cpp-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T20:46:22.8725722Z Unpacking cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T20:46:22.8911689Z Selecting previously unselected package gcc-13-cross-base.
2025-08-20T20:46:22.9045455Z Preparing to unpack .../09-gcc-13-cross-base_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:46:22.9055243Z Unpacking gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:46:22.9247499Z Selecting previously unselected package gcc-14-cross-base.
2025-08-20T20:46:22.9380451Z Preparing to unpack .../10-gcc-14-cross-base_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:46:22.9388926Z Unpacking gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:46:22.9583702Z Selecting previously unselected package libc6-arm64-cross.
2025-08-20T20:46:22.9715728Z Preparing to unpack .../11-libc6-arm64-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T20:46:22.9723244Z Unpacking libc6-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:46:23.0083043Z Selecting previously unselected package libgcc-s1-arm64-cross.
2025-08-20T20:46:23.0217376Z Preparing to unpack .../12-libgcc-s1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:46:23.0226271Z Unpacking libgcc-s1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:46:23.0425260Z Selecting previously unselected package libgomp1-arm64-cross.
2025-08-20T20:46:23.0559488Z Preparing to unpack .../13-libgomp1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:46:23.0566963Z Unpacking libgomp1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:46:23.0777311Z Selecting previously unselected package libitm1-arm64-cross.
2025-08-20T20:46:23.0911262Z Preparing to unpack .../14-libitm1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:46:23.0919349Z Unpacking libitm1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:46:23.1118084Z Selecting previously unselected package libatomic1-arm64-cross.
2025-08-20T20:46:23.1252010Z Preparing to unpack .../15-libatomic1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:46:23.1259172Z Unpacking libatomic1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:46:23.1452412Z Selecting previously unselected package libasan8-arm64-cross.
2025-08-20T20:46:23.1584662Z Preparing to unpack .../16-libasan8-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:46:23.1592295Z Unpacking libasan8-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:46:23.1890063Z Selecting previously unselected package liblsan0-arm64-cross.
2025-08-20T20:46:23.2024167Z Preparing to unpack .../17-liblsan0-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:46:23.2031954Z Unpacking liblsan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:46:23.2265017Z Selecting previously unselected package libtsan2-arm64-cross.
2025-08-20T20:46:23.2397425Z Preparing to unpack .../18-libtsan2-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:46:23.2405339Z Unpacking libtsan2-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:46:23.2704232Z Selecting previously unselected package libstdc++6-arm64-cross.
2025-08-20T20:46:23.2839161Z Preparing to unpack .../19-libstdc++6-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:46:23.2846731Z Unpacking libstdc++6-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:46:23.3170226Z Selecting previously unselected package libubsan1-arm64-cross.
2025-08-20T20:46:23.3304189Z Preparing to unpack .../20-libubsan1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:46:23.3311493Z Unpacking libubsan1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:46:23.3535176Z Selecting previously unselected package libhwasan0-arm64-cross.
2025-08-20T20:46:23.3668525Z Preparing to unpack .../21-libhwasan0-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:46:23.3675335Z Unpacking libhwasan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:46:23.3920173Z Selecting previously unselected package libgcc-13-dev-arm64-cross.
2025-08-20T20:46:23.4053615Z Preparing to unpack .../22-libgcc-13-dev-arm64-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:46:23.4060942Z Unpacking libgcc-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:46:23.5056235Z Selecting previously unselected package gcc-13-aarch64-linux-gnu.
2025-08-20T20:46:23.5194768Z Preparing to unpack .../23-gcc-13-aarch64-linux-gnu_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T20:46:23.5223080Z Unpacking gcc-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:46:23.7821391Z Selecting previously unselected package linux-libc-dev-arm64-cross.
2025-08-20T20:46:23.7961154Z Preparing to unpack .../24-linux-libc-dev-arm64-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T20:46:23.7968761Z Unpacking linux-libc-dev-arm64-cross (6.8.0-25.25cross1) ...
2025-08-20T20:46:23.9794180Z Selecting previously unselected package libc6-dev-arm64-cross.
2025-08-20T20:46:23.9937214Z Preparing to unpack .../25-libc6-dev-arm64-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T20:46:23.9944738Z Unpacking libc6-dev-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:46:24.1183078Z Selecting previously unselected package libstdc++-13-dev-arm64-cross.
2025-08-20T20:46:24.1324714Z Preparing to unpack .../26-libstdc++-13-dev-arm64-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:46:24.1332181Z Unpacking libstdc++-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:46:24.3666074Z Selecting previously unselected package g++-13-aarch64-linux-gnu.
2025-08-20T20:46:24.3810309Z Preparing to unpack .../27-g++-13-aarch64-linux-gnu_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T20:46:24.3839049Z Unpacking g++-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:46:24.5362953Z Selecting previously unselected package binutils-arm-linux-gnueabi.
2025-08-20T20:46:24.5504345Z Preparing to unpack .../28-binutils-arm-linux-gnueabi_2.42-4ubuntu2.5_amd64.deb ...
2025-08-20T20:46:24.5518503Z Unpacking binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T20:46:24.6407132Z Selecting previously unselected package gcc-13-cross-base-ports.
2025-08-20T20:46:24.6548648Z Preparing to unpack .../29-gcc-13-cross-base-ports_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:46:24.6556032Z Unpacking gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:46:24.6747454Z Selecting previously unselected package gcc-14-cross-base-ports.
2025-08-20T20:46:24.6886361Z Preparing to unpack .../30-gcc-14-cross-base-ports_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:46:24.6893524Z Unpacking gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:46:24.7084593Z Selecting previously unselected package libc6-armel-cross.
2025-08-20T20:46:24.7221560Z Preparing to unpack .../31-libc6-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T20:46:24.7228648Z Unpacking libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:46:24.7556718Z Selecting previously unselected package libgcc-s1-armel-cross.
2025-08-20T20:46:24.7694100Z Preparing to unpack .../32-libgcc-s1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:46:24.7702278Z Unpacking libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:46:24.7899928Z Selecting previously unselected package libgomp1-armel-cross.
2025-08-20T20:46:24.8035616Z Preparing to unpack .../33-libgomp1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:46:24.8044158Z Unpacking libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:46:24.8246955Z Selecting previously unselected package libatomic1-armel-cross.
2025-08-20T20:46:24.8381879Z Preparing to unpack .../34-libatomic1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:46:24.8389438Z Unpacking libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:46:24.8579460Z Selecting previously unselected package libasan8-armel-cross.
2025-08-20T20:46:24.8712803Z Preparing to unpack .../35-libasan8-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:46:24.8719273Z Unpacking libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:46:24.9373546Z Selecting previously unselected package libstdc++6-armel-cross.
2025-08-20T20:46:24.9513453Z Preparing to unpack .../36-libstdc++6-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:46:24.9520325Z Unpacking libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:46:24.9799613Z Selecting previously unselected package libubsan1-armel-cross.
2025-08-20T20:46:24.9937409Z Preparing to unpack .../37-libubsan1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:46:24.9944726Z Unpacking libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:46:25.0276122Z Selecting previously unselected package libgcc-13-dev-armel-cross.
2025-08-20T20:46:25.0413691Z Preparing to unpack .../38-libgcc-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:46:25.0421412Z Unpacking libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:46:25.0966211Z Selecting previously unselected package gcc-13-arm-linux-gnueabi.
2025-08-20T20:46:25.1106642Z Preparing to unpack .../39-gcc-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T20:46:25.1135714Z Unpacking gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:46:25.3511836Z Selecting previously unselected package linux-libc-dev-armel-cross.
2025-08-20T20:46:25.3653131Z Preparing to unpack .../40-linux-libc-dev-armel-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T20:46:25.3660800Z Unpacking linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T20:46:25.5443190Z Selecting previously unselected package libc6-dev-armel-cross.
2025-08-20T20:46:25.5587986Z Preparing to unpack .../41-libc6-dev-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T20:46:25.5595004Z Unpacking libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:46:25.6666801Z Selecting previously unselected package libstdc++-13-dev-armel-cross.
2025-08-20T20:46:25.6809668Z Preparing to unpack .../42-libstdc++-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:46:25.6817841Z Unpacking libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:46:25.8888478Z Selecting previously unselected package g++-13-arm-linux-gnueabi.
2025-08-20T20:46:25.9033813Z Preparing to unpack .../43-g++-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T20:46:25.9062540Z Unpacking g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:46:26.0428744Z Selecting previously unselected package binutils-arm-linux-gnueabihf.
2025-08-20T20:46:26.0572584Z Preparing to unpack .../44-binutils-arm-linux-gnueabihf_2.42-4ubuntu2.5_amd64.deb ...
2025-08-20T20:46:26.0580667Z Unpacking binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T20:46:26.1502827Z Selecting previously unselected package libc6-armhf-cross.
2025-08-20T20:46:26.1644648Z Preparing to unpack .../45-libc6-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T20:46:26.1652871Z Unpacking libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:46:26.2006738Z Selecting previously unselected package libgcc-s1-armhf-cross.
2025-08-20T20:46:26.2147961Z Preparing to unpack .../46-libgcc-s1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:46:26.2157181Z Unpacking libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:46:26.2355317Z Selecting previously unselected package libgomp1-armhf-cross.
2025-08-20T20:46:26.2495258Z Preparing to unpack .../47-libgomp1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:46:26.2503586Z Unpacking libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:46:26.2706055Z Selecting previously unselected package libatomic1-armhf-cross.
2025-08-20T20:46:26.2844134Z Preparing to unpack .../48-libatomic1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:46:26.2853320Z Unpacking libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:46:26.3044096Z Selecting previously unselected package libasan8-armhf-cross.
2025-08-20T20:46:26.3180350Z Preparing to unpack .../49-libasan8-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:46:26.3187976Z Unpacking libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:46:26.3807982Z Selecting previously unselected package libstdc++6-armhf-cross.
2025-08-20T20:46:26.3949277Z Preparing to unpack .../50-libstdc++6-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:46:26.3957202Z Unpacking libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:46:26.4228058Z Selecting previously unselected package libubsan1-armhf-cross.
2025-08-20T20:46:26.4367289Z Preparing to unpack .../51-libubsan1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:46:26.4375838Z Unpacking libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:46:26.4711780Z Selecting previously unselected package libgcc-13-dev-armhf-cross.
2025-08-20T20:46:26.4851102Z Preparing to unpack .../52-libgcc-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:46:26.4859074Z Unpacking libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:46:26.5369412Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf.
2025-08-20T20:46:26.5510297Z Preparing to unpack .../53-gcc-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T20:46:26.5540439Z Unpacking gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:46:26.8003969Z Selecting previously unselected package linux-libc-dev-armhf-cross.
2025-08-20T20:46:26.8145893Z Preparing to unpack .../54-linux-libc-dev-armhf-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T20:46:26.8154351Z Unpacking linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T20:46:27.0061161Z Selecting previously unselected package libc6-dev-armhf-cross.
2025-08-20T20:46:27.0206951Z Preparing to unpack .../55-libc6-dev-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T20:46:27.0214156Z Unpacking libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:46:27.1387055Z Selecting previously unselected package libstdc++-13-dev-armhf-cross.
2025-08-20T20:46:27.1531059Z Preparing to unpack .../56-libstdc++-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:46:27.1538684Z Unpacking libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:46:27.3488239Z Selecting previously unselected package g++-13-arm-linux-gnueabihf.
2025-08-20T20:46:27.3634722Z Preparing to unpack .../57-g++-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T20:46:27.3664250Z Unpacking g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:46:27.5042651Z Selecting previously unselected package gcc-aarch64-linux-gnu.
2025-08-20T20:46:27.5186200Z Preparing to unpack .../58-gcc-aarch64-linux-gnu_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T20:46:27.5193209Z Unpacking gcc-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T20:46:27.5390029Z Selecting previously unselected package g++-aarch64-linux-gnu.
2025-08-20T20:46:27.5532004Z Preparing to unpack .../59-g++-aarch64-linux-gnu_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T20:46:27.5541671Z Unpacking g++-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T20:46:27.5722286Z Selecting previously unselected package gcc-arm-linux-gnueabi.
2025-08-20T20:46:27.5862146Z Preparing to unpack .../60-gcc-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_amd64.deb ...
2025-08-20T20:46:27.5870012Z Unpacking gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T20:46:27.6066688Z Selecting previously unselected package g++-arm-linux-gnueabi.
2025-08-20T20:46:27.6204355Z Preparing to unpack .../61-g++-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_amd64.deb ...
2025-08-20T20:46:27.6211874Z Unpacking g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T20:46:27.6390397Z Selecting previously unselected package gcc-arm-linux-gnueabihf.
2025-08-20T20:46:27.6527750Z Preparing to unpack .../62-gcc-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T20:46:27.6536038Z Unpacking gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T20:46:27.6730274Z Selecting previously unselected package g++-arm-linux-gnueabihf.
2025-08-20T20:46:27.6865305Z Preparing to unpack .../63-g++-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T20:46:27.6873090Z Unpacking g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T20:46:27.7302064Z Setting up binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T20:46:27.7323915Z Setting up libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:46:27.7344748Z Setting up gcc-13-arm-linux-gnueabi-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:46:27.7362547Z Setting up gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:46:27.7380968Z Setting up libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:46:27.7400065Z Setting up linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T20:46:27.7418359Z Setting up gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:46:27.7437408Z Setting up libc6-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:46:27.7455993Z Setting up linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T20:46:27.7476215Z Setting up libitm1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:46:27.7496006Z Setting up linux-libc-dev-arm64-cross (6.8.0-25.25cross1) ...
2025-08-20T20:46:27.7514981Z Setting up libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:46:27.7534885Z Setting up gcc-13-arm-linux-gnueabihf-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:46:27.7568628Z Setting up gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:46:27.7587555Z Setting up gcc-13-aarch64-linux-gnu-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:46:27.7606017Z Setting up libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:46:27.7627204Z Setting up binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T20:46:27.7647112Z Setting up gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:46:27.7666878Z Setting up libgcc-s1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:46:27.7686989Z Setting up libatomic1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:46:27.7709988Z Setting up libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:46:27.7732493Z Setting up liblsan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:46:27.7751929Z Setting up libgomp1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:46:27.7770888Z Setting up cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:46:27.7800696Z Setting up libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:46:27.7821285Z Setting up cpp-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:46:27.7850677Z Setting up cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:46:27.7870084Z Setting up libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:46:27.7888073Z Setting up libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:46:27.7907747Z Setting up libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:46:27.7926433Z Setting up libhwasan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:46:27.7948790Z Setting up libc6-dev-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:46:27.7968619Z Setting up libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:46:27.7987727Z Setting up libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:46:27.8008704Z Setting up libstdc++6-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:46:27.8030040Z Setting up cpp-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T20:46:27.8051474Z Setting up cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T20:46:27.8071982Z Setting up libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:46:27.8092491Z Setting up libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:46:27.8115932Z Setting up libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:46:27.8137337Z Setting up libasan8-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:46:27.8158119Z Setting up libtsan2-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:46:27.8177572Z Setting up cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T20:46:27.8197944Z Setting up libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:46:27.8220692Z Setting up libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:46:27.8240718Z Setting up libubsan1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:46:27.8262310Z Setting up libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:46:27.8282636Z Setting up gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:46:27.8302516Z Setting up libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:46:27.8322304Z Setting up libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:46:27.8342260Z Setting up libgcc-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:46:27.8362129Z Setting up gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T20:46:27.8383134Z Setting up g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:46:27.8403169Z Setting up libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:46:27.8425378Z Setting up gcc-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:46:27.8447390Z Setting up gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:46:27.8466741Z Setting up libstdc++-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:46:27.8486440Z Setting up g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T20:46:27.8506611Z Setting up gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T20:46:27.8526501Z Setting up g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:46:27.8546543Z Setting up g++-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:46:27.8565968Z Setting up g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T20:46:27.8586599Z Setting up gcc-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T20:46:27.8606390Z Setting up g++-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T20:46:27.8631075Z Processing triggers for ccache (4.9.1-1) ...
2025-08-20T20:46:27.8646285Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T20:46:27.8731462Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:46:31.9816245Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T20:46:33.3806020Z Reading package lists...
2025-08-20T20:46:33.5355571Z Building dependency tree...
2025-08-20T20:46:33.5364073Z Reading state information...
2025-08-20T20:46:33.6792455Z The following additional packages will be installed:
2025-08-20T20:46:33.6793421Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T20:46:33.6796361Z   libpcap0.8-dev
2025-08-20T20:46:33.7060295Z The following NEW packages will be installed:
2025-08-20T20:46:33.7061152Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T20:46:33.7067438Z   libpcap-dev libpcap0.8-dev pcaputils
2025-08-20T20:46:33.7227582Z 0 upgraded, 8 newly installed, 0 to remove and 45 not upgraded.
2025-08-20T20:46:33.7452327Z Need to get 1613 kB of archives.
2025-08-20T20:46:33.7452759Z After this operation, 6802 kB of additional disk space will be used.
2025-08-20T20:46:33.7453184Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:46:33.7846176Z 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-20T20:46:33.8133337Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libjudydebian1 amd64 1.0.5-5.1build1 [107 kB]
2025-08-20T20:46:33.8354406Z 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-20T20:46:33.8584294Z 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-20T20:46:33.8884535Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libibverbs-dev amd64 50.0-2ubuntu0.2 [686 kB]
2025-08-20T20:46:33.9425695Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpcap0.8-dev amd64 1.10.4-4.1ubuntu3 [269 kB]
2025-08-20T20:46:33.9736465Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpcap-dev amd64 1.10.4-4.1ubuntu3 [3324 B]
2025-08-20T20:46:33.9904608Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 pcaputils amd64 0.8-1.1build2 [43.8 kB]
2025-08-20T20:46:34.2472125Z Fetched 1613 kB in 0s (6248 kB/s)
2025-08-20T20:46:34.2674932Z Selecting previously unselected package libdbus-1-dev:amd64.
2025-08-20T20:46:34.2734880Z (Reading database ... 
2025-08-20T20:46:34.2735374Z (Reading database ... 5%
2025-08-20T20:46:34.2735746Z (Reading database ... 10%
2025-08-20T20:46:34.2736094Z (Reading database ... 15%
2025-08-20T20:46:34.2736444Z (Reading database ... 20%
2025-08-20T20:46:34.2736793Z (Reading database ... 25%
2025-08-20T20:46:34.2737143Z (Reading database ... 30%
2025-08-20T20:46:34.2737617Z (Reading database ... 35%
2025-08-20T20:46:34.2737965Z (Reading database ... 40%
2025-08-20T20:46:34.2738255Z (Reading database ... 45%
2025-08-20T20:46:34.2738469Z (Reading database ... 50%
2025-08-20T20:46:34.2843078Z (Reading database ... 55%
2025-08-20T20:46:34.2864259Z (Reading database ... 60%
2025-08-20T20:46:34.2886882Z (Reading database ... 65%
2025-08-20T20:46:34.2931655Z (Reading database ... 70%
2025-08-20T20:46:34.2955952Z (Reading database ... 75%
2025-08-20T20:46:34.2995006Z (Reading database ... 80%
2025-08-20T20:46:34.3145146Z (Reading database ... 85%
2025-08-20T20:46:34.3419515Z (Reading database ... 90%
2025-08-20T20:46:34.3496665Z (Reading database ... 95%
2025-08-20T20:46:34.3497379Z (Reading database ... 100%
2025-08-20T20:46:34.3497784Z (Reading database ... 235760 files and directories currently installed.)
2025-08-20T20:46:34.3538856Z Preparing to unpack .../0-libdbus-1-dev_1.14.10-4ubuntu4.1_amd64.deb ...
2025-08-20T20:46:34.3548067Z Unpacking libdbus-1-dev:amd64 (1.14.10-4ubuntu4.1) ...
2025-08-20T20:46:34.3879296Z Selecting previously unselected package libjudydebian1.
2025-08-20T20:46:34.4022190Z Preparing to unpack .../1-libjudydebian1_1.0.5-5.1build1_amd64.deb ...
2025-08-20T20:46:34.4036253Z Unpacking libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T20:46:34.4243837Z Selecting previously unselected package libnl-3-dev:amd64.
2025-08-20T20:46:34.4385124Z Preparing to unpack .../2-libnl-3-dev_3.7.0-0.3build1.1_amd64.deb ...
2025-08-20T20:46:34.4392598Z Unpacking libnl-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T20:46:34.4792570Z Selecting previously unselected package libnl-route-3-dev:amd64.
2025-08-20T20:46:34.4932633Z Preparing to unpack .../3-libnl-route-3-dev_3.7.0-0.3build1.1_amd64.deb ...
2025-08-20T20:46:34.4940381Z Unpacking libnl-route-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T20:46:34.5184756Z Selecting previously unselected package libibverbs-dev:amd64.
2025-08-20T20:46:34.5324441Z Preparing to unpack .../4-libibverbs-dev_50.0-2ubuntu0.2_amd64.deb ...
2025-08-20T20:46:34.5331833Z Unpacking libibverbs-dev:amd64 (50.0-2ubuntu0.2) ...
2025-08-20T20:46:34.6012996Z Selecting previously unselected package libpcap0.8-dev:amd64.
2025-08-20T20:46:34.6154055Z Preparing to unpack .../5-libpcap0.8-dev_1.10.4-4.1ubuntu3_amd64.deb ...
2025-08-20T20:46:34.6185410Z Unpacking libpcap0.8-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T20:46:34.6553719Z Selecting previously unselected package libpcap-dev:amd64.
2025-08-20T20:46:34.6694373Z Preparing to unpack .../6-libpcap-dev_1.10.4-4.1ubuntu3_amd64.deb ...
2025-08-20T20:46:34.6702498Z Unpacking libpcap-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T20:46:34.6915519Z Selecting previously unselected package pcaputils.
2025-08-20T20:46:34.7054818Z Preparing to unpack .../7-pcaputils_0.8-1.1build2_amd64.deb ...
2025-08-20T20:46:34.7088114Z Unpacking pcaputils (0.8-1.1build2) ...
2025-08-20T20:46:34.7511675Z Setting up libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T20:46:34.7534387Z Setting up libdbus-1-dev:amd64 (1.14.10-4ubuntu4.1) ...
2025-08-20T20:46:34.9993809Z Setting up libnl-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T20:46:35.0015641Z Setting up pcaputils (0.8-1.1build2) ...
2025-08-20T20:46:35.0108972Z update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
2025-08-20T20:46:35.3309434Z Setting up libnl-route-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T20:46:35.3333173Z Setting up libibverbs-dev:amd64 (50.0-2ubuntu0.2) ...
2025-08-20T20:46:35.3385026Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T20:46:35.3556822Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:46:39.8212194Z Processing triggers for sgml-base (1.31) ...
2025-08-20T20:46:39.8485038Z Setting up libpcap0.8-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T20:46:39.8509363Z Setting up libpcap-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T20:46:41.2048482Z Reading package lists...
2025-08-20T20:46:41.3479349Z Building dependency tree...
2025-08-20T20:46:41.3487969Z Reading state information...
2025-08-20T20:46:41.3882007Z Reading package lists...
2025-08-20T20:46:41.5299757Z Building dependency tree...
2025-08-20T20:46:41.5308494Z Reading state information...
2025-08-20T20:46:41.6705877Z The following additional packages will be installed:
2025-08-20T20:46:41.6710548Z   liblz1 liblzma-dev librust-cc-dev librust-libc-dev librust-pkg-config-dev
2025-08-20T20:46:41.6715585Z Suggested packages:
2025-08-20T20:46:41.6716053Z   liblzma-doc librust-cc+jobserver-dev librust-libc+rustc-dep-of-std-dev
2025-08-20T20:46:41.6716549Z   librust-libc+rustc-std-workspace-core-dev
2025-08-20T20:46:41.6860451Z The following NEW packages will be installed:
2025-08-20T20:46:41.6861328Z   liblz-dev liblz1 liblzma-dev librust-cc-dev librust-libc-dev
2025-08-20T20:46:41.6864997Z   librust-lzma-sys-dev librust-pkg-config-dev lzma lzma-dev
2025-08-20T20:46:41.7026642Z 0 upgraded, 9 newly installed, 0 to remove and 45 not upgraded.
2025-08-20T20:46:41.7027204Z Need to get 800 kB of archives.
2025-08-20T20:46:41.7027569Z After this operation, 6245 kB of additional disk space will be used.
2025-08-20T20:46:41.7027962Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:46:41.7372480Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 liblz1 amd64 1.14-1 [36.4 kB]
2025-08-20T20:46:41.7557921Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 liblz-dev amd64 1.14-1 [51.7 kB]
2025-08-20T20:46:41.7762230Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 librust-libc-dev amd64 0.2.152-1 [353 kB]
2025-08-20T20:46:41.8035671Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 librust-cc-dev amd64 1.0.83-1 [61.6 kB]
2025-08-20T20:46:41.8216152Z 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-20T20:46:41.8381907Z 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-20T20:46:41.8572561Z 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-20T20:46:41.8817420Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 lzma amd64 9.22-2.2 [47.3 kB]
2025-08-20T20:46:41.9044690Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 lzma-dev all 9.22-2.2 [41.6 kB]
2025-08-20T20:46:42.1633467Z Fetched 800 kB in 0s (3755 kB/s)
2025-08-20T20:46:42.1835364Z Selecting previously unselected package liblz1:amd64.
2025-08-20T20:46:42.1895115Z (Reading database ... 
2025-08-20T20:46:42.1895552Z (Reading database ... 5%
2025-08-20T20:46:42.1895933Z (Reading database ... 10%
2025-08-20T20:46:42.1896302Z (Reading database ... 15%
2025-08-20T20:46:42.1897490Z (Reading database ... 20%
2025-08-20T20:46:42.1897881Z (Reading database ... 25%
2025-08-20T20:46:42.1898242Z (Reading database ... 30%
2025-08-20T20:46:42.1898588Z (Reading database ... 35%
2025-08-20T20:46:42.1898942Z (Reading database ... 40%
2025-08-20T20:46:42.1899301Z (Reading database ... 45%
2025-08-20T20:46:42.1899671Z (Reading database ... 50%
2025-08-20T20:46:42.2000108Z (Reading database ... 55%
2025-08-20T20:46:42.2022974Z (Reading database ... 60%
2025-08-20T20:46:42.2043957Z (Reading database ... 65%
2025-08-20T20:46:42.2087694Z (Reading database ... 70%
2025-08-20T20:46:42.2112088Z (Reading database ... 75%
2025-08-20T20:46:42.2151204Z (Reading database ... 80%
2025-08-20T20:46:42.2302651Z (Reading database ... 85%
2025-08-20T20:46:42.2589365Z (Reading database ... 90%
2025-08-20T20:46:42.2660488Z (Reading database ... 95%
2025-08-20T20:46:42.2660882Z (Reading database ... 100%
2025-08-20T20:46:42.2661352Z (Reading database ... 236416 files and directories currently installed.)
2025-08-20T20:46:42.2703071Z Preparing to unpack .../0-liblz1_1.14-1_amd64.deb ...
2025-08-20T20:46:42.2721999Z Unpacking liblz1:amd64 (1.14-1) ...
2025-08-20T20:46:42.2943486Z Selecting previously unselected package liblz-dev:amd64.
2025-08-20T20:46:42.3080272Z Preparing to unpack .../1-liblz-dev_1.14-1_amd64.deb ...
2025-08-20T20:46:42.3087775Z Unpacking liblz-dev:amd64 (1.14-1) ...
2025-08-20T20:46:42.3309590Z Selecting previously unselected package librust-libc-dev:amd64.
2025-08-20T20:46:42.3445897Z Preparing to unpack .../2-librust-libc-dev_0.2.152-1_amd64.deb ...
2025-08-20T20:46:42.3454663Z Unpacking librust-libc-dev:amd64 (0.2.152-1) ...
2025-08-20T20:46:42.4222464Z Selecting previously unselected package librust-cc-dev:amd64.
2025-08-20T20:46:42.4364339Z Preparing to unpack .../3-librust-cc-dev_1.0.83-1_amd64.deb ...
2025-08-20T20:46:42.4371743Z Unpacking librust-cc-dev:amd64 (1.0.83-1) ...
2025-08-20T20:46:42.4690220Z Selecting previously unselected package librust-pkg-config-dev:amd64.
2025-08-20T20:46:42.4829988Z Preparing to unpack .../4-librust-pkg-config-dev_0.3.27-1_amd64.deb ...
2025-08-20T20:46:42.4837288Z Unpacking librust-pkg-config-dev:amd64 (0.3.27-1) ...
2025-08-20T20:46:42.5066351Z Selecting previously unselected package liblzma-dev:amd64.
2025-08-20T20:46:42.5204757Z Preparing to unpack .../5-liblzma-dev_5.6.1+really5.4.5-1ubuntu0.2_amd64.deb ...
2025-08-20T20:46:42.5211807Z Unpacking liblzma-dev:amd64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T20:46:42.5464486Z Selecting previously unselected package librust-lzma-sys-dev:amd64.
2025-08-20T20:46:42.5602212Z Preparing to unpack .../6-librust-lzma-sys-dev_0.1.20-1_amd64.deb ...
2025-08-20T20:46:42.5609194Z Unpacking librust-lzma-sys-dev:amd64 (0.1.20-1) ...
2025-08-20T20:46:42.5956768Z Selecting previously unselected package lzma.
2025-08-20T20:46:42.6094474Z Preparing to unpack .../7-lzma_9.22-2.2_amd64.deb ...
2025-08-20T20:46:42.6102004Z Unpacking lzma (9.22-2.2) ...
2025-08-20T20:46:42.6352145Z Selecting previously unselected package lzma-dev.
2025-08-20T20:46:42.6491159Z Preparing to unpack .../8-lzma-dev_9.22-2.2_all.deb ...
2025-08-20T20:46:42.6498660Z Unpacking lzma-dev (9.22-2.2) ...
2025-08-20T20:46:42.6922731Z Setting up liblz1:amd64 (1.14-1) ...
2025-08-20T20:46:42.6947784Z Setting up librust-libc-dev:amd64 (0.2.152-1) ...
2025-08-20T20:46:42.6966516Z Setting up librust-cc-dev:amd64 (1.0.83-1) ...
2025-08-20T20:46:42.6987152Z Setting up liblz-dev:amd64 (1.14-1) ...
2025-08-20T20:46:42.7009785Z Setting up lzma (9.22-2.2) ...
2025-08-20T20:46:42.7071274Z update-alternatives: using /usr/bin/lzmp to provide /usr/bin/lzma (lzma) in auto mode
2025-08-20T20:46:42.7098345Z Setting up lzma-dev (9.22-2.2) ...
2025-08-20T20:46:42.7117149Z Setting up liblzma-dev:amd64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T20:46:42.7136124Z Setting up librust-pkg-config-dev:amd64 (0.3.27-1) ...
2025-08-20T20:46:42.7157030Z Setting up librust-lzma-sys-dev:amd64 (0.1.20-1) ...
2025-08-20T20:46:42.7179134Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T20:46:42.7322019Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:46:46.8605810Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T20:46:47.4905602Z 
2025-08-20T20:46:47.4906143Z Running kernel seems to be up-to-date.
2025-08-20T20:46:47.4906514Z 
2025-08-20T20:46:47.4906631Z Restarting services...
2025-08-20T20:46:47.4966657Z 
2025-08-20T20:46:47.4967192Z Service restarts being deferred:
2025-08-20T20:46:47.4967579Z  systemctl restart hosted-compute-agent.service
2025-08-20T20:46:47.4967965Z 
2025-08-20T20:46:47.4968151Z No containers need to be restarted.
2025-08-20T20:46:47.4968351Z 
2025-08-20T20:46:47.4968478Z No user sessions are running outdated binaries.
2025-08-20T20:46:47.4968673Z 
2025-08-20T20:46:47.4968862Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T20:46:48.3244985Z Reading package lists...
2025-08-20T20:46:48.4770059Z Building dependency tree...
2025-08-20T20:46:48.4779084Z Reading state information...
2025-08-20T20:46:48.6724275Z dnsutils is already the newest version (1:9.18.30-0ubuntu0.24.04.2).
2025-08-20T20:46:48.6725027Z inetutils-telnet is already the newest version (2:2.5-3ubuntu4).
2025-08-20T20:46:48.6725696Z inetutils-telnet set to manually installed.
2025-08-20T20:46:48.6726299Z net-tools is already the newest version (2.10-0.1ubuntu4.4).
2025-08-20T20:46:48.6726931Z The following additional packages will be installed:
2025-08-20T20:46:48.6727421Z   tcpd update-inetd
2025-08-20T20:46:48.6871694Z The following packages will be REMOVED:
2025-08-20T20:46:48.6877945Z   iputils-ping rsyslog ubuntu-minimal
2025-08-20T20:46:48.6879019Z The following NEW packages will be installed:
2025-08-20T20:46:48.6879666Z   inetutils-ftp inetutils-ftpd inetutils-inetd inetutils-ping
2025-08-20T20:46:48.6880601Z   inetutils-syslogd inetutils-talk inetutils-talkd inetutils-telnetd
2025-08-20T20:46:48.6885988Z   inetutils-tools inetutils-traceroute netcat-traditional tcpd update-inetd
2025-08-20T20:46:48.7053548Z 0 upgraded, 13 newly installed, 3 to remove and 45 not upgraded.
2025-08-20T20:46:48.7054148Z Need to get 698 kB of archives.
2025-08-20T20:46:48.7054697Z After this operation, 196 kB of additional disk space will be used.
2025-08-20T20:46:48.7055348Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:46:48.7402946Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-syslogd amd64 2:2.5-3ubuntu4 [62.6 kB]
2025-08-20T20:46:48.7706292Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 tcpd amd64 7.6.q-33 [24.3 kB]
2025-08-20T20:46:48.7884000Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 update-inetd all 4.53 [24.0 kB]
2025-08-20T20:46:48.8072773Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-inetd amd64 2:2.5-3ubuntu4 [45.5 kB]
2025-08-20T20:46:48.8231005Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-ftp amd64 2:2.5-3ubuntu4 [84.3 kB]
2025-08-20T20:46:48.8433420Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-ftpd amd64 2:2.5-3ubuntu4 [73.3 kB]
2025-08-20T20:46:48.8620674Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-ping amd64 2:2.5-3ubuntu4 [62.4 kB]
2025-08-20T20:46:48.8803070Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-talk amd64 2:2.5-3ubuntu4 [45.8 kB]
2025-08-20T20:46:48.8977804Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-talkd amd64 2:2.5-3ubuntu4 [35.7 kB]
2025-08-20T20:46:48.9147227Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-telnetd amd64 2:2.5-3ubuntu4 [60.0 kB]
2025-08-20T20:46:48.9329140Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-tools amd64 2:2.5-3ubuntu4 [76.9 kB]
2025-08-20T20:46:48.9527595Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 netcat-traditional amd64 1.10-48 [61.3 kB]
2025-08-20T20:46:48.9697332Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-traceroute amd64 2:2.5-3ubuntu4 [42.2 kB]
2025-08-20T20:46:49.1986227Z Preconfiguring packages ...
2025-08-20T20:46:49.3122572Z Fetched 698 kB in 0s (2522 kB/s)
2025-08-20T20:46:49.3310816Z (Reading database ... 
2025-08-20T20:46:49.3311241Z (Reading database ... 5%
2025-08-20T20:46:49.3311619Z (Reading database ... 10%
2025-08-20T20:46:49.3312001Z (Reading database ... 15%
2025-08-20T20:46:49.3312388Z (Reading database ... 20%
2025-08-20T20:46:49.3312746Z (Reading database ... 25%
2025-08-20T20:46:49.3313116Z (Reading database ... 30%
2025-08-20T20:46:49.3313475Z (Reading database ... 35%
2025-08-20T20:46:49.3313830Z (Reading database ... 40%
2025-08-20T20:46:49.3314194Z (Reading database ... 45%
2025-08-20T20:46:49.3314548Z (Reading database ... 50%
2025-08-20T20:46:49.3416543Z (Reading database ... 55%
2025-08-20T20:46:49.3437017Z (Reading database ... 60%
2025-08-20T20:46:49.3460999Z (Reading database ... 65%
2025-08-20T20:46:49.3506510Z (Reading database ... 70%
2025-08-20T20:46:49.3531635Z (Reading database ... 75%
2025-08-20T20:46:49.3572803Z (Reading database ... 80%
2025-08-20T20:46:49.3729142Z (Reading database ... 85%
2025-08-20T20:46:49.4021619Z (Reading database ... 90%
2025-08-20T20:46:49.4104987Z (Reading database ... 95%
2025-08-20T20:46:49.4105362Z (Reading database ... 100%
2025-08-20T20:46:49.4105724Z (Reading database ... 236908 files and directories currently installed.)
2025-08-20T20:46:49.4147962Z Removing ubuntu-minimal (1.539.2) ...
2025-08-20T20:46:49.4297413Z Removing iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T20:46:49.4452171Z Removing rsyslog (8.2312.0-3ubuntu9.1) ...
2025-08-20T20:46:49.8772697Z Selecting previously unselected package inetutils-syslogd.
2025-08-20T20:46:49.8833667Z (Reading database ... 
2025-08-20T20:46:49.8834073Z (Reading database ... 5%
2025-08-20T20:46:49.8834442Z (Reading database ... 10%
2025-08-20T20:46:49.8834799Z (Reading database ... 15%
2025-08-20T20:46:49.8835160Z (Reading database ... 20%
2025-08-20T20:46:49.8835824Z (Reading database ... 25%
2025-08-20T20:46:49.8836175Z (Reading database ... 30%
2025-08-20T20:46:49.8836518Z (Reading database ... 35%
2025-08-20T20:46:49.8836805Z (Reading database ... 40%
2025-08-20T20:46:49.8837013Z (Reading database ... 45%
2025-08-20T20:46:49.8837232Z (Reading database ... 50%
2025-08-20T20:46:49.8940940Z (Reading database ... 55%
2025-08-20T20:46:49.8963400Z (Reading database ... 60%
2025-08-20T20:46:49.8987991Z (Reading database ... 65%
2025-08-20T20:46:49.9035775Z (Reading database ... 70%
2025-08-20T20:46:49.9061574Z (Reading database ... 75%
2025-08-20T20:46:49.9104120Z (Reading database ... 80%
2025-08-20T20:46:49.9260513Z (Reading database ... 85%
2025-08-20T20:46:49.9547684Z (Reading database ... 90%
2025-08-20T20:46:49.9627839Z (Reading database ... 95%
2025-08-20T20:46:49.9628141Z (Reading database ... 100%
2025-08-20T20:46:49.9628546Z (Reading database ... 236836 files and directories currently installed.)
2025-08-20T20:46:49.9670716Z Preparing to unpack .../00-inetutils-syslogd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T20:46:49.9706766Z Unpacking inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T20:46:49.9946184Z Selecting previously unselected package tcpd.
2025-08-20T20:46:50.0082336Z Preparing to unpack .../01-tcpd_7.6.q-33_amd64.deb ...
2025-08-20T20:46:50.0090342Z Unpacking tcpd (7.6.q-33) ...
2025-08-20T20:46:50.0310347Z Selecting previously unselected package update-inetd.
2025-08-20T20:46:50.0444723Z Preparing to unpack .../02-update-inetd_4.53_all.deb ...
2025-08-20T20:46:50.0451983Z Unpacking update-inetd (4.53) ...
2025-08-20T20:46:50.0676709Z Selecting previously unselected package inetutils-inetd.
2025-08-20T20:46:50.0813182Z Preparing to unpack .../03-inetutils-inetd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T20:46:50.0861322Z Unpacking inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T20:46:50.1083765Z Selecting previously unselected package inetutils-ftp.
2025-08-20T20:46:50.1219970Z Preparing to unpack .../04-inetutils-ftp_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T20:46:50.1228247Z Unpacking inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T20:46:50.1502703Z Selecting previously unselected package inetutils-ftpd.
2025-08-20T20:46:50.1637994Z Preparing to unpack .../05-inetutils-ftpd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T20:46:50.1646565Z Unpacking inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T20:46:50.1870049Z Selecting previously unselected package inetutils-ping.
2025-08-20T20:46:50.2005815Z Preparing to unpack .../06-inetutils-ping_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T20:46:50.2013639Z Unpacking inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T20:46:50.2233983Z Selecting previously unselected package inetutils-talk.
2025-08-20T20:46:50.2368876Z Preparing to unpack .../07-inetutils-talk_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T20:46:50.2376706Z Unpacking inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T20:46:50.2585828Z Selecting previously unselected package inetutils-talkd.
2025-08-20T20:46:50.2720476Z Preparing to unpack .../08-inetutils-talkd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T20:46:50.2727969Z Unpacking inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T20:46:50.2931339Z Selecting previously unselected package inetutils-telnetd.
2025-08-20T20:46:50.3065118Z Preparing to unpack .../09-inetutils-telnetd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T20:46:50.3072446Z Unpacking inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T20:46:50.3272160Z Selecting previously unselected package inetutils-tools.
2025-08-20T20:46:50.3405430Z Preparing to unpack .../10-inetutils-tools_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T20:46:50.3413138Z Unpacking inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T20:46:50.3637089Z Selecting previously unselected package netcat-traditional.
2025-08-20T20:46:50.3773594Z Preparing to unpack .../11-netcat-traditional_1.10-48_amd64.deb ...
2025-08-20T20:46:50.3781593Z Unpacking netcat-traditional (1.10-48) ...
2025-08-20T20:46:50.4024871Z Selecting previously unselected package inetutils-traceroute.
2025-08-20T20:46:50.4162033Z Preparing to unpack .../12-inetutils-traceroute_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T20:46:50.4172273Z Unpacking inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T20:46:50.4581926Z Setting up netcat-traditional (1.10-48) ...
2025-08-20T20:46:50.4662801Z Setting up update-inetd (4.53) ...
2025-08-20T20:46:50.5524257Z Setting up inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T20:46:50.5586715Z update-alternatives: using /usr/bin/inetutils-traceroute to provide /usr/bin/traceroute (traceroute) in auto mode
2025-08-20T20:46:50.5604095Z Setting up inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T20:46:50.9662740Z Created symlink /etc/systemd/system/syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T20:46:50.9663456Z 
2025-08-20T20:46:50.9663660Z Removed "/etc/systemd/system/syslog.service".
2025-08-20T20:46:50.9664007Z 
2025-08-20T20:46:50.9664667Z Created symlink /etc/systemd/system/syslog.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T20:46:50.9665176Z 
2025-08-20T20:46:50.9665731Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T20:46:50.9666248Z 
2025-08-20T20:46:51.2705426Z Setting up inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T20:46:51.2782837Z Setting up inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T20:46:51.2843102Z update-alternatives: using /usr/bin/inetutils-talk to provide /usr/bin/talk (talk) in auto mode
2025-08-20T20:46:51.2861185Z Setting up inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T20:46:51.2892284Z Setting up inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T20:46:51.2911918Z Setting up tcpd (7.6.q-33) ...
2025-08-20T20:46:51.2931547Z Setting up inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T20:46:51.6820892Z Created symlink /etc/systemd/system/inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T20:46:51.6821590Z 
2025-08-20T20:46:51.6822734Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T20:46:51.6823274Z 
2025-08-20T20:46:51.9953324Z Setting up inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T20:46:52.0738370Z Setting up inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T20:46:52.1395058Z Setting up inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T20:46:52.2052021Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:46:58.2070696Z Reading package lists...
2025-08-20T20:46:58.3520364Z Building dependency tree...
2025-08-20T20:46:58.3529406Z Reading state information...
2025-08-20T20:46:58.5533800Z iputils-tracepath is already the newest version (3:20240117-1ubuntu0.1).
2025-08-20T20:46:58.5539462Z iputils-tracepath set to manually installed.
2025-08-20T20:46:58.5540226Z The following packages will be REMOVED:
2025-08-20T20:46:58.5540697Z   inetutils-ping
2025-08-20T20:46:58.5541111Z The following NEW packages will be installed:
2025-08-20T20:46:58.5546815Z   iputils-arping iputils-clockdiff iputils-ping
2025-08-20T20:46:58.5708806Z 0 upgraded, 3 newly installed, 1 to remove and 45 not upgraded.
2025-08-20T20:46:58.5709405Z Need to get 71.5 kB of archives.
2025-08-20T20:46:58.5710122Z After this operation, 16.4 kB of additional disk space will be used.
2025-08-20T20:46:58.5710796Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:46:58.6040757Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 iputils-ping amd64 3:20240117-1ubuntu0.1 [44.6 kB]
2025-08-20T20:46:58.6246386Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 iputils-arping amd64 3:20240117-1ubuntu0.1 [15.1 kB]
2025-08-20T20:46:58.6420452Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 iputils-clockdiff amd64 3:20240117-1ubuntu0.1 [11.8 kB]
2025-08-20T20:46:58.9133551Z Fetched 71.5 kB in 0s (876 kB/s)
2025-08-20T20:46:58.9323478Z (Reading database ... 
2025-08-20T20:46:58.9324053Z (Reading database ... 5%
2025-08-20T20:46:58.9324446Z (Reading database ... 10%
2025-08-20T20:46:58.9325118Z (Reading database ... 15%
2025-08-20T20:46:58.9325347Z (Reading database ... 20%
2025-08-20T20:46:58.9325564Z (Reading database ... 25%
2025-08-20T20:46:58.9325779Z (Reading database ... 30%
2025-08-20T20:46:58.9325995Z (Reading database ... 35%
2025-08-20T20:46:58.9326214Z (Reading database ... 40%
2025-08-20T20:46:58.9326428Z (Reading database ... 45%
2025-08-20T20:46:58.9326640Z (Reading database ... 50%
2025-08-20T20:46:58.9428628Z (Reading database ... 55%
2025-08-20T20:46:58.9449561Z (Reading database ... 60%
2025-08-20T20:46:58.9473139Z (Reading database ... 65%
2025-08-20T20:46:58.9519631Z (Reading database ... 70%
2025-08-20T20:46:58.9544181Z (Reading database ... 75%
2025-08-20T20:46:58.9584079Z (Reading database ... 80%
2025-08-20T20:46:58.9738310Z (Reading database ... 85%
2025-08-20T20:46:59.0014810Z (Reading database ... 90%
2025-08-20T20:46:59.0093845Z (Reading database ... 95%
2025-08-20T20:46:59.0094254Z (Reading database ... 100%
2025-08-20T20:46:59.0094710Z (Reading database ... 236997 files and directories currently installed.)
2025-08-20T20:46:59.0134986Z Removing inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T20:46:59.0564187Z Selecting previously unselected package iputils-ping.
2025-08-20T20:46:59.0624506Z (Reading database ... 
2025-08-20T20:46:59.0625398Z (Reading database ... 5%
2025-08-20T20:46:59.0626376Z (Reading database ... 10%
2025-08-20T20:46:59.0626777Z (Reading database ... 15%
2025-08-20T20:46:59.0627139Z (Reading database ... 20%
2025-08-20T20:46:59.0627482Z (Reading database ... 25%
2025-08-20T20:46:59.0627834Z (Reading database ... 30%
2025-08-20T20:46:59.0628190Z (Reading database ... 35%
2025-08-20T20:46:59.0628545Z (Reading database ... 40%
2025-08-20T20:46:59.0628900Z (Reading database ... 45%
2025-08-20T20:46:59.0629242Z (Reading database ... 50%
2025-08-20T20:46:59.0726483Z (Reading database ... 55%
2025-08-20T20:46:59.0747997Z (Reading database ... 60%
2025-08-20T20:46:59.0771383Z (Reading database ... 65%
2025-08-20T20:46:59.0818193Z (Reading database ... 70%
2025-08-20T20:46:59.0844364Z (Reading database ... 75%
2025-08-20T20:46:59.0883919Z (Reading database ... 80%
2025-08-20T20:46:59.1036333Z (Reading database ... 85%
2025-08-20T20:46:59.1316664Z (Reading database ... 90%
2025-08-20T20:46:59.1398314Z (Reading database ... 95%
2025-08-20T20:46:59.1398680Z (Reading database ... 100%
2025-08-20T20:46:59.1399020Z (Reading database ... 236988 files and directories currently installed.)
2025-08-20T20:46:59.1441196Z Preparing to unpack .../iputils-ping_3%3a20240117-1ubuntu0.1_amd64.deb ...
2025-08-20T20:46:59.1450783Z Unpacking iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T20:46:59.1665376Z Selecting previously unselected package iputils-arping.
2025-08-20T20:46:59.1801419Z Preparing to unpack .../iputils-arping_3%3a20240117-1ubuntu0.1_amd64.deb ...
2025-08-20T20:46:59.1808700Z Unpacking iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T20:46:59.2006124Z Selecting previously unselected package iputils-clockdiff.
2025-08-20T20:46:59.2141005Z Preparing to unpack .../iputils-clockdiff_3%3a20240117-1ubuntu0.1_amd64.deb ...
2025-08-20T20:46:59.2151876Z Unpacking iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T20:46:59.2538752Z Setting up iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T20:46:59.2691815Z Setting up iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T20:46:59.2839708Z Setting up iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T20:46:59.2990676Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:47:05.0660528Z Reading package lists...
2025-08-20T20:47:05.2129691Z Building dependency tree...
2025-08-20T20:47:05.2138484Z Reading state information...
2025-08-20T20:47:05.3567145Z python3-pip is already the newest version (24.0+dfsg-1ubuntu1.2).
2025-08-20T20:47:05.3567821Z python3-venv is already the newest version (3.12.3-0ubuntu2).
2025-08-20T20:47:05.3934274Z 0 upgraded, 0 newly installed, 0 to remove and 45 not upgraded.
2025-08-20T20:47:06.3117562Z pip 24.0 from /usr/lib/python3/dist-packages/pip (python 3.12)
2025-08-20T20:47:06.7400694Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:47:07.8369406Z Requirement already satisfied: pip in /usr/lib/python3/dist-packages (24.0)
2025-08-20T20:47:07.9379157Z Collecting pip
2025-08-20T20:47:07.9731756Z   Downloading pip-25.2-py3-none-any.whl.metadata (4.7 kB)
2025-08-20T20:47:07.9832674Z Downloading pip-25.2-py3-none-any.whl (1.8 MB)
2025-08-20T20:47:08.0134713Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 62.3 MB/s eta 0:00:00
2025-08-20T20:47:08.3080352Z Installing collected packages: pip
2025-08-20T20:47:09.0231922Z Successfully installed pip-25.2
2025-08-20T20:47:09.2295943Z pip 25.2 from /home/runner/.local/lib/python3.12/site-packages/pip (python 3.12)
2025-08-20T20:47:09.2702497Z Reading package lists...
2025-08-20T20:47:09.4086575Z Building dependency tree...
2025-08-20T20:47:09.4095093Z Reading state information...
2025-08-20T20:47:09.5505705Z pciutils is already the newest version (1:3.10.0-2build1).
2025-08-20T20:47:09.5506366Z pciutils set to manually installed.
2025-08-20T20:47:09.5506916Z procps is already the newest version (2:4.0.4-4ubuntu3.2).
2025-08-20T20:47:09.5507526Z python3-distro is already the newest version (1.9.0-1).
2025-08-20T20:47:09.5508071Z python3-distro set to manually installed.
2025-08-20T20:47:09.5508755Z python3-netifaces is already the newest version (0.11.0-2build3).
2025-08-20T20:47:09.5509417Z python3-netifaces set to manually installed.
2025-08-20T20:47:09.5510237Z The following additional packages will be installed:
2025-08-20T20:47:09.5510804Z   libsysfs2
2025-08-20T20:47:09.5513911Z Suggested packages:
2025-08-20T20:47:09.5514261Z   fancontrol read-edid i2c-tools
2025-08-20T20:47:09.5755313Z The following NEW packages will be installed:
2025-08-20T20:47:09.5757589Z   libsysfs2 lm-sensors sysfsutils virt-what
2025-08-20T20:47:09.5912743Z 0 upgraded, 4 newly installed, 0 to remove and 45 not upgraded.
2025-08-20T20:47:09.6134065Z Need to get 142 kB of archives.
2025-08-20T20:47:09.6135014Z After this operation, 577 kB of additional disk space will be used.
2025-08-20T20:47:09.6135677Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:47:09.6633762Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libsysfs2 amd64 2.1.1-6build1 [20.0 kB]
2025-08-20T20:47:09.6822988Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 sysfsutils amd64 2.1.1-6build1 [15.5 kB]
2025-08-20T20:47:09.7023952Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 lm-sensors amd64 1:3.6.0-9build1 [90.1 kB]
2025-08-20T20:47:09.7280874Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 virt-what amd64 1.25-2 [15.9 kB]
2025-08-20T20:47:09.9773793Z Fetched 142 kB in 0s (1129 kB/s)
2025-08-20T20:47:09.9976564Z Selecting previously unselected package libsysfs2:amd64.
2025-08-20T20:47:10.0037964Z (Reading database ... 
2025-08-20T20:47:10.0038542Z (Reading database ... 5%
2025-08-20T20:47:10.0038963Z (Reading database ... 10%
2025-08-20T20:47:10.0039381Z (Reading database ... 15%
2025-08-20T20:47:10.0039738Z (Reading database ... 20%
2025-08-20T20:47:10.0040300Z (Reading database ... 25%
2025-08-20T20:47:10.0040651Z (Reading database ... 30%
2025-08-20T20:47:10.0041009Z (Reading database ... 35%
2025-08-20T20:47:10.0041355Z (Reading database ... 40%
2025-08-20T20:47:10.0041706Z (Reading database ... 45%
2025-08-20T20:47:10.0042053Z (Reading database ... 50%
2025-08-20T20:47:10.0147152Z (Reading database ... 55%
2025-08-20T20:47:10.0169211Z (Reading database ... 60%
2025-08-20T20:47:10.0194044Z (Reading database ... 65%
2025-08-20T20:47:10.0243746Z (Reading database ... 70%
2025-08-20T20:47:10.0270059Z (Reading database ... 75%
2025-08-20T20:47:10.0311709Z (Reading database ... 80%
2025-08-20T20:47:10.0470583Z (Reading database ... 85%
2025-08-20T20:47:10.0750212Z (Reading database ... 90%
2025-08-20T20:47:10.0829247Z (Reading database ... 95%
2025-08-20T20:47:10.0829642Z (Reading database ... 100%
2025-08-20T20:47:10.0830693Z (Reading database ... 237007 files and directories currently installed.)
2025-08-20T20:47:10.0872860Z Preparing to unpack .../libsysfs2_2.1.1-6build1_amd64.deb ...
2025-08-20T20:47:10.0889239Z Unpacking libsysfs2:amd64 (2.1.1-6build1) ...
2025-08-20T20:47:10.1109298Z Selecting previously unselected package sysfsutils.
2025-08-20T20:47:10.1243673Z Preparing to unpack .../sysfsutils_2.1.1-6build1_amd64.deb ...
2025-08-20T20:47:10.1273872Z Unpacking sysfsutils (2.1.1-6build1) ...
2025-08-20T20:47:10.1503911Z Selecting previously unselected package lm-sensors.
2025-08-20T20:47:10.1637521Z Preparing to unpack .../lm-sensors_1%3a3.6.0-9build1_amd64.deb ...
2025-08-20T20:47:10.1823604Z Unpacking lm-sensors (1:3.6.0-9build1) ...
2025-08-20T20:47:10.2072125Z Selecting previously unselected package virt-what.
2025-08-20T20:47:10.2209050Z Preparing to unpack .../virt-what_1.25-2_amd64.deb ...
2025-08-20T20:47:10.2215977Z Unpacking virt-what (1.25-2) ...
2025-08-20T20:47:10.2601289Z Setting up virt-what (1.25-2) ...
2025-08-20T20:47:10.2621533Z Setting up libsysfs2:amd64 (2.1.1-6build1) ...
2025-08-20T20:47:10.2639361Z Setting up sysfsutils (2.1.1-6build1) ...
2025-08-20T20:47:10.6538203Z Created symlink /etc/systemd/system/sysfs.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T20:47:10.6538627Z 
2025-08-20T20:47:10.6539093Z Created symlink /etc/systemd/system/multi-user.target.wants/sysfsutils.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T20:47:10.6539666Z 
2025-08-20T20:47:10.9576794Z Setting up lm-sensors (1:3.6.0-9build1) ...
2025-08-20T20:47:11.3454005Z Created symlink /etc/systemd/system/multi-user.target.wants/lm-sensors.service → /usr/lib/systemd/system/lm-sensors.service.
2025-08-20T20:47:11.3454511Z 
2025-08-20T20:47:11.3489137Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:47:15.8502084Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T20:47:17.2263839Z Reading package lists...
2025-08-20T20:47:17.3700478Z Building dependency tree...
2025-08-20T20:47:17.3709158Z Reading state information...
2025-08-20T20:47:17.5184408Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T20:47:17.5185023Z The following additional packages will be installed:
2025-08-20T20:47:17.5191151Z   libpthread-stubs0-dev libxau-dev libxcb-shape0 libxdmcp-dev x11proto-dev
2025-08-20T20:47:17.5191756Z   xorg-sgml-doctools
2025-08-20T20:47:17.5197944Z Suggested packages:
2025-08-20T20:47:17.5198280Z   libxcb-doc
2025-08-20T20:47:17.5338227Z The following NEW packages will be installed:
2025-08-20T20:47:17.5339754Z   libpthread-stubs0-dev libxau-dev libxcb-render0-dev libxcb-shape0
2025-08-20T20:47:17.5342819Z   libxcb-shape0-dev libxcb-xfixes0-dev libxcb1-dev libxdmcp-dev x11proto-dev
2025-08-20T20:47:17.5343487Z   xcb xorg-sgml-doctools
2025-08-20T20:47:17.5508580Z 0 upgraded, 11 newly installed, 0 to remove and 45 not upgraded.
2025-08-20T20:47:17.5509175Z Need to get 807 kB of archives.
2025-08-20T20:47:17.5509719Z After this operation, 3089 kB of additional disk space will be used.
2025-08-20T20:47:17.5510583Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:47:17.5860709Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpthread-stubs0-dev amd64 0.4-1build3 [4746 B]
2025-08-20T20:47:17.6024548Z 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-20T20:47:17.6202855Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 x11proto-dev all 2023.2-1 [602 kB]
2025-08-20T20:47:17.6564350Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxau-dev amd64 1:1.0.9-1build6 [9570 B]
2025-08-20T20:47:17.6747739Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxdmcp-dev amd64 1:1.1.3-0ubuntu6 [26.5 kB]
2025-08-20T20:47:17.6924907Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb1-dev amd64 1.15-1ubuntu2 [85.8 kB]
2025-08-20T20:47:17.7120952Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-render0-dev amd64 1.15-1ubuntu2 [19.6 kB]
2025-08-20T20:47:17.7306867Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-shape0 amd64 1.15-1ubuntu2 [6100 B]
2025-08-20T20:47:17.7461676Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-shape0-dev amd64 1.15-1ubuntu2 [7310 B]
2025-08-20T20:47:17.7923273Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-xfixes0-dev amd64 1.15-1ubuntu2 [12.6 kB]
2025-08-20T20:47:17.8076739Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 xcb amd64 2.4-8build2 [21.3 kB]
2025-08-20T20:47:18.0634105Z Fetched 807 kB in 0s (3017 kB/s)
2025-08-20T20:47:18.0823519Z Selecting previously unselected package libpthread-stubs0-dev:amd64.
2025-08-20T20:47:18.0884140Z (Reading database ... 
2025-08-20T20:47:18.0884933Z (Reading database ... 5%
2025-08-20T20:47:18.0885317Z (Reading database ... 10%
2025-08-20T20:47:18.0885675Z (Reading database ... 15%
2025-08-20T20:47:18.0886042Z (Reading database ... 20%
2025-08-20T20:47:18.0886303Z (Reading database ... 25%
2025-08-20T20:47:18.0886545Z (Reading database ... 30%
2025-08-20T20:47:18.0886772Z (Reading database ... 35%
2025-08-20T20:47:18.0886998Z (Reading database ... 40%
2025-08-20T20:47:18.0887222Z (Reading database ... 45%
2025-08-20T20:47:18.0887447Z (Reading database ... 50%
2025-08-20T20:47:18.0993433Z (Reading database ... 55%
2025-08-20T20:47:18.1014805Z (Reading database ... 60%
2025-08-20T20:47:18.1038292Z (Reading database ... 65%
2025-08-20T20:47:18.1084121Z (Reading database ... 70%
2025-08-20T20:47:18.1109164Z (Reading database ... 75%
2025-08-20T20:47:18.1149565Z (Reading database ... 80%
2025-08-20T20:47:18.1306213Z (Reading database ... 85%
2025-08-20T20:47:18.1589011Z (Reading database ... 90%
2025-08-20T20:47:18.1670918Z (Reading database ... 95%
2025-08-20T20:47:18.1671417Z (Reading database ... 100%
2025-08-20T20:47:18.1671823Z (Reading database ... 237064 files and directories currently installed.)
2025-08-20T20:47:18.1714578Z Preparing to unpack .../00-libpthread-stubs0-dev_0.4-1build3_amd64.deb ...
2025-08-20T20:47:18.1723479Z Unpacking libpthread-stubs0-dev:amd64 (0.4-1build3) ...
2025-08-20T20:47:18.1932454Z Selecting previously unselected package xorg-sgml-doctools.
2025-08-20T20:47:18.2069624Z Preparing to unpack .../01-xorg-sgml-doctools_1%3a1.11-1.1_all.deb ...
2025-08-20T20:47:18.2076929Z Unpacking xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T20:47:18.2305463Z Selecting previously unselected package x11proto-dev.
2025-08-20T20:47:18.2441649Z Preparing to unpack .../02-x11proto-dev_2023.2-1_all.deb ...
2025-08-20T20:47:18.2449176Z Unpacking x11proto-dev (2023.2-1) ...
2025-08-20T20:47:18.2968780Z Selecting previously unselected package libxau-dev:amd64.
2025-08-20T20:47:18.3108335Z Preparing to unpack .../03-libxau-dev_1%3a1.0.9-1build6_amd64.deb ...
2025-08-20T20:47:18.3115643Z Unpacking libxau-dev:amd64 (1:1.0.9-1build6) ...
2025-08-20T20:47:18.3324588Z Selecting previously unselected package libxdmcp-dev:amd64.
2025-08-20T20:47:18.3461824Z Preparing to unpack .../04-libxdmcp-dev_1%3a1.1.3-0ubuntu6_amd64.deb ...
2025-08-20T20:47:18.3468479Z Unpacking libxdmcp-dev:amd64 (1:1.1.3-0ubuntu6) ...
2025-08-20T20:47:18.3662053Z Selecting previously unselected package libxcb1-dev:amd64.
2025-08-20T20:47:18.3799313Z Preparing to unpack .../05-libxcb1-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T20:47:18.3806832Z Unpacking libxcb1-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T20:47:18.4034940Z Selecting previously unselected package libxcb-render0-dev:amd64.
2025-08-20T20:47:18.4171738Z Preparing to unpack .../06-libxcb-render0-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T20:47:18.4179700Z Unpacking libxcb-render0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T20:47:18.4390223Z Selecting previously unselected package libxcb-shape0:amd64.
2025-08-20T20:47:18.4526291Z Preparing to unpack .../07-libxcb-shape0_1.15-1ubuntu2_amd64.deb ...
2025-08-20T20:47:18.4540658Z Unpacking libxcb-shape0:amd64 (1.15-1ubuntu2) ...
2025-08-20T20:47:18.4730126Z Selecting previously unselected package libxcb-shape0-dev:amd64.
2025-08-20T20:47:18.4865467Z Preparing to unpack .../08-libxcb-shape0-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T20:47:18.4872487Z Unpacking libxcb-shape0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T20:47:18.5061712Z Selecting previously unselected package libxcb-xfixes0-dev:amd64.
2025-08-20T20:47:18.5196749Z Preparing to unpack .../09-libxcb-xfixes0-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T20:47:18.5203865Z Unpacking libxcb-xfixes0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T20:47:18.5405430Z Selecting previously unselected package xcb.
2025-08-20T20:47:18.5539166Z Preparing to unpack .../10-xcb_2.4-8build2_amd64.deb ...
2025-08-20T20:47:18.5546550Z Unpacking xcb (2.4-8build2) ...
2025-08-20T20:47:18.5950673Z Setting up libxcb-shape0:amd64 (1.15-1ubuntu2) ...
2025-08-20T20:47:18.5970714Z Setting up libpthread-stubs0-dev:amd64 (0.4-1build3) ...
2025-08-20T20:47:18.5988915Z Setting up xcb (2.4-8build2) ...
2025-08-20T20:47:18.6026634Z Setting up xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T20:47:18.6070273Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T20:47:18.6206675Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:47:22.8743795Z Processing triggers for sgml-base (1.31) ...
2025-08-20T20:47:22.8830692Z Setting up x11proto-dev (2023.2-1) ...
2025-08-20T20:47:22.8851417Z Setting up libxau-dev:amd64 (1:1.0.9-1build6) ...
2025-08-20T20:47:22.8871704Z Setting up libxdmcp-dev:amd64 (1:1.1.3-0ubuntu6) ...
2025-08-20T20:47:22.8897947Z Setting up libxcb1-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T20:47:22.8916064Z Setting up libxcb-render0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T20:47:22.8934609Z Setting up libxcb-shape0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T20:47:22.8953379Z Setting up libxcb-xfixes0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T20:47:24.4822865Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:47:25.1038640Z Collecting build
2025-08-20T20:47:25.1386720Z   Downloading build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T20:47:25.2391163Z Collecting cffi
2025-08-20T20:47:25.2426524Z   Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.5 kB)
2025-08-20T20:47:25.2552043Z Collecting scons
2025-08-20T20:47:25.2606202Z   Downloading scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T20:47:25.2724862Z Collecting scuba
2025-08-20T20:47:25.2772300Z   Downloading scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T20:47:25.3213659Z Collecting pytest
2025-08-20T20:47:25.3248344Z   Downloading pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T20:47:25.3416792Z Collecting packaging>=19.1 (from build)
2025-08-20T20:47:25.3449701Z   Downloading packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T20:47:25.3536174Z Collecting pyproject_hooks (from build)
2025-08-20T20:47:25.3568819Z   Downloading pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T20:47:25.3664504Z Collecting pycparser (from cffi)
2025-08-20T20:47:25.3695944Z   Downloading pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T20:47:25.3995888Z Collecting PyYAML (from scuba)
2025-08-20T20:47:25.4031127Z   Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB)
2025-08-20T20:47:25.4123388Z Collecting iniconfig>=1 (from pytest)
2025-08-20T20:47:25.4155332Z   Downloading iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T20:47:25.4312556Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T20:47:25.4342995Z   Downloading pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T20:47:25.4525055Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T20:47:25.4556235Z   Downloading pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T20:47:25.4645723Z Downloading build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T20:47:25.4702490Z Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (479 kB)
2025-08-20T20:47:25.4983944Z Downloading scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T20:47:25.5271637Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.1/4.1 MB 150.6 MB/s  0:00:00
2025-08-20T20:47:25.5317390Z Downloading scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T20:47:25.5377797Z Downloading pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T20:47:25.5442685Z Downloading pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T20:47:25.5491459Z Downloading iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T20:47:25.5537207Z Downloading packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T20:47:25.5585468Z Downloading pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T20:47:25.5676099Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 144.0 MB/s  0:00:00
2025-08-20T20:47:25.5709107Z Downloading pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T20:47:25.5761660Z Downloading pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T20:47:25.5810385Z Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (767 kB)
2025-08-20T20:47:25.5875734Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 767.5/767.5 kB 119.7 MB/s  0:00:00
2025-08-20T20:47:25.6993110Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T20:47:27.3813611Z 
2025-08-20T20:47:27.3830804Z 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-20T20:47:27.6931921Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:47:28.3229191Z Collecting ansi2txt
2025-08-20T20:47:28.3554192Z   Downloading ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T20:47:28.3734053Z Collecting pipx
2025-08-20T20:47:28.3769527Z   Downloading pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T20:47:28.3902004Z Collecting scons
2025-08-20T20:47:28.3917933Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T20:47:28.3986546Z Collecting py2static
2025-08-20T20:47:28.4036355Z   Downloading py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T20:47:28.4190304Z Collecting typer
2025-08-20T20:47:28.4224903Z   Downloading typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T20:47:28.4477864Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T20:47:28.4509097Z   Downloading argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T20:47:28.4667621Z Collecting packaging>=20 (from pipx)
2025-08-20T20:47:28.4677876Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T20:47:28.4833860Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T20:47:28.4876912Z   Downloading platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T20:47:28.4995052Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T20:47:28.5028614Z   Downloading userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T20:47:28.5409495Z Collecting pyinstaller (from py2static)
2025-08-20T20:47:28.5457672Z   Downloading pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl.metadata (8.4 kB)
2025-08-20T20:47:28.5590995Z Collecting staticx (from py2static)
2025-08-20T20:47:28.5638253Z   Downloading staticx-0.14.1-py3-none-manylinux1_x86_64.whl.metadata (1.9 kB)
2025-08-20T20:47:28.5799084Z Collecting click>=8.0.0 (from typer)
2025-08-20T20:47:28.5833190Z   Downloading click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T20:47:28.6110735Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T20:47:28.6143418Z   Downloading typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T20:47:28.6265181Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T20:47:28.6296689Z   Downloading shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T20:47:28.6644979Z Collecting rich>=10.11.0 (from typer)
2025-08-20T20:47:28.6676373Z   Downloading rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T20:47:28.6842657Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T20:47:28.6878673Z   Downloading markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T20:47:28.7092029Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T20:47:28.7102177Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T20:47:28.7185269Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T20:47:28.7218290Z   Downloading mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T20:47:28.8292286Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T20:47:28.8376668Z   Downloading setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T20:47:28.8547978Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T20:47:28.8582343Z   Downloading altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T20:47:28.8745347Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T20:47:28.8780417Z   Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T20:47:28.8930659Z Collecting pyelftools (from staticx->py2static)
2025-08-20T20:47:28.8975600Z   Downloading pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T20:47:28.9058106Z Downloading ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T20:47:28.9107654Z Downloading pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T20:47:28.9148334Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T20:47:28.9224032Z Downloading py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T20:47:28.9271701Z Downloading typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T20:47:28.9320982Z Downloading argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T20:47:28.9370134Z Downloading click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T20:47:28.9398515Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T20:47:28.9437894Z Downloading platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T20:47:28.9486501Z Downloading rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T20:47:28.9528795Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T20:47:28.9568087Z Downloading markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T20:47:28.9619323Z Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T20:47:28.9666772Z Downloading shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T20:47:28.9715725Z Downloading typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T20:47:28.9763960Z Downloading userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T20:47:28.9813094Z Downloading pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl (732 kB)
2025-08-20T20:47:28.9887413Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 732.2/732.2 kB 115.1 MB/s  0:00:00
2025-08-20T20:47:28.9953164Z Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T20:47:29.0019423Z Downloading setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T20:47:29.0136286Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 106.2 MB/s  0:00:00
2025-08-20T20:47:29.0168077Z Downloading altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T20:47:29.0224656Z Downloading staticx-0.14.1-py3-none-manylinux1_x86_64.whl (182 kB)
2025-08-20T20:47:29.0282233Z Downloading pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T20:47:29.1787507Z 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-20T20:47:29.9933410Z   Attempting uninstall: scons
2025-08-20T20:47:30.0017608Z     Found existing installation: SCons 4.9.1
2025-08-20T20:47:30.0399311Z     Uninstalling SCons-4.9.1:
2025-08-20T20:47:30.0471542Z       Successfully uninstalled SCons-4.9.1
2025-08-20T20:47:30.6592724Z   Attempting uninstall: pygments
2025-08-20T20:47:30.6673475Z     Found existing installation: Pygments 2.19.2
2025-08-20T20:47:30.6905058Z     Uninstalling Pygments-2.19.2:
2025-08-20T20:47:30.6931719Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T20:47:31.3033033Z   Attempting uninstall: packaging
2025-08-20T20:47:31.3115236Z     Found existing installation: packaging 25.0
2025-08-20T20:47:31.3139984Z     Uninstalling packaging-25.0:
2025-08-20T20:47:31.3147867Z       Successfully uninstalled packaging-25.0
2025-08-20T20:47:32.3036547Z 
2025-08-20T20:47:32.3066613Z 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-20T20:47:32.6177528Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:47:32.8975939Z Collecting build
2025-08-20T20:47:32.8987947Z   Using cached build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T20:47:32.9861934Z Collecting cffi
2025-08-20T20:47:32.9873457Z   Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.5 kB)
2025-08-20T20:47:32.9979694Z Collecting scons
2025-08-20T20:47:32.9990472Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T20:47:33.0109980Z Collecting scuba
2025-08-20T20:47:33.0120433Z   Using cached scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T20:47:33.0536170Z Collecting pytest
2025-08-20T20:47:33.0547027Z   Using cached pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T20:47:33.0695149Z Collecting packaging>=19.1 (from build)
2025-08-20T20:47:33.0705773Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T20:47:33.0776134Z Collecting pyproject_hooks (from build)
2025-08-20T20:47:33.0786728Z   Using cached pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T20:47:33.0885301Z Collecting pycparser (from cffi)
2025-08-20T20:47:33.0896150Z   Using cached pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T20:47:33.1168320Z Collecting PyYAML (from scuba)
2025-08-20T20:47:33.1180162Z   Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB)
2025-08-20T20:47:33.1259520Z Collecting iniconfig>=1 (from pytest)
2025-08-20T20:47:33.1270111Z   Using cached iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T20:47:33.1402585Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T20:47:33.1413113Z   Using cached pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T20:47:33.1569741Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T20:47:33.1580495Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T20:47:33.1637143Z Using cached build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T20:47:33.1647802Z Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (479 kB)
2025-08-20T20:47:33.1661207Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T20:47:33.1700882Z Using cached scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T20:47:33.1713096Z Using cached pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T20:47:33.1725498Z Using cached pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T20:47:33.1735441Z Using cached iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T20:47:33.1744917Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T20:47:33.1754747Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T20:47:33.1773148Z Using cached pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T20:47:33.1783641Z Using cached pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T20:47:33.1793299Z Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (767 kB)
2025-08-20T20:47:33.3019119Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T20:47:33.3024508Z   Attempting uninstall: scons
2025-08-20T20:47:33.3107821Z     Found existing installation: SCons 4.9.1
2025-08-20T20:47:33.3488332Z     Uninstalling SCons-4.9.1:
2025-08-20T20:47:33.3560480Z       Successfully uninstalled SCons-4.9.1
2025-08-20T20:47:33.9636273Z   Attempting uninstall: PyYAML
2025-08-20T20:47:33.9726913Z     Found existing installation: PyYAML 6.0.2
2025-08-20T20:47:33.9752477Z     Uninstalling PyYAML-6.0.2:
2025-08-20T20:47:33.9762237Z       Successfully uninstalled PyYAML-6.0.2
2025-08-20T20:47:34.0280909Z   Attempting uninstall: pyproject_hooks
2025-08-20T20:47:34.0363005Z     Found existing installation: pyproject_hooks 1.2.0
2025-08-20T20:47:34.0378671Z     Uninstalling pyproject_hooks-1.2.0:
2025-08-20T20:47:34.0385080Z       Successfully uninstalled pyproject_hooks-1.2.0
2025-08-20T20:47:34.0476293Z   Attempting uninstall: pygments
2025-08-20T20:47:34.0545585Z     Found existing installation: Pygments 2.19.2
2025-08-20T20:47:34.0768994Z     Uninstalling Pygments-2.19.2:
2025-08-20T20:47:34.0795412Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T20:47:34.6763250Z   Attempting uninstall: pycparser
2025-08-20T20:47:34.6850713Z     Found existing installation: pycparser 2.22
2025-08-20T20:47:34.6875122Z     Uninstalling pycparser-2.22:
2025-08-20T20:47:34.6886319Z       Successfully uninstalled pycparser-2.22
2025-08-20T20:47:34.8058162Z   Attempting uninstall: pluggy
2025-08-20T20:47:34.8145091Z     Found existing installation: pluggy 1.6.0
2025-08-20T20:47:34.8163884Z     Uninstalling pluggy-1.6.0:
2025-08-20T20:47:34.8170469Z       Successfully uninstalled pluggy-1.6.0
2025-08-20T20:47:34.8319001Z   Attempting uninstall: packaging
2025-08-20T20:47:34.8398924Z     Found existing installation: packaging 25.0
2025-08-20T20:47:34.8423607Z     Uninstalling packaging-25.0:
2025-08-20T20:47:34.8431389Z       Successfully uninstalled packaging-25.0
2025-08-20T20:47:34.8814049Z   Attempting uninstall: iniconfig
2025-08-20T20:47:34.8897310Z     Found existing installation: iniconfig 2.1.0
2025-08-20T20:47:34.8913452Z     Uninstalling iniconfig-2.1.0:
2025-08-20T20:47:34.8920248Z       Successfully uninstalled iniconfig-2.1.0
2025-08-20T20:47:34.8986845Z   Attempting uninstall: scuba
2025-08-20T20:47:34.9066501Z     Found existing installation: scuba 2.14.1
2025-08-20T20:47:34.9087731Z     Uninstalling scuba-2.14.1:
2025-08-20T20:47:34.9097055Z       Successfully uninstalled scuba-2.14.1
2025-08-20T20:47:34.9282191Z   Attempting uninstall: pytest
2025-08-20T20:47:34.9364033Z     Found existing installation: pytest 8.4.1
2025-08-20T20:47:34.9427567Z     Uninstalling pytest-8.4.1:
2025-08-20T20:47:34.9685196Z       Successfully uninstalled pytest-8.4.1
2025-08-20T20:47:35.1757206Z   Attempting uninstall: cffi
2025-08-20T20:47:35.1836333Z     Found existing installation: cffi 1.17.1
2025-08-20T20:47:35.1861321Z     Uninstalling cffi-1.17.1:
2025-08-20T20:47:35.2097546Z       Successfully uninstalled cffi-1.17.1
2025-08-20T20:47:35.2750032Z   Attempting uninstall: build
2025-08-20T20:47:35.2827030Z     Found existing installation: build 1.3.0
2025-08-20T20:47:35.2852307Z     Uninstalling build-1.3.0:
2025-08-20T20:47:35.2861769Z       Successfully uninstalled build-1.3.0
2025-08-20T20:47:35.3034736Z 
2025-08-20T20:47:35.3064076Z 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-20T20:47:35.6100483Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:47:35.7732386Z Collecting ansi2txt
2025-08-20T20:47:35.7744008Z   Using cached ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T20:47:35.7900349Z Collecting pipx
2025-08-20T20:47:35.7911400Z   Using cached pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T20:47:35.8023368Z Collecting scons
2025-08-20T20:47:35.8038967Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T20:47:35.8128613Z Collecting py2static
2025-08-20T20:47:35.8139008Z   Using cached py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T20:47:35.8272395Z Collecting typer
2025-08-20T20:47:35.8282974Z   Using cached typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T20:47:35.8492559Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T20:47:35.8503214Z   Using cached argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T20:47:35.8641448Z Collecting packaging>=20 (from pipx)
2025-08-20T20:47:35.8651852Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T20:47:35.8794809Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T20:47:35.8805318Z   Using cached platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T20:47:35.8907818Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T20:47:35.8918244Z   Using cached userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T20:47:35.9254275Z Collecting pyinstaller (from py2static)
2025-08-20T20:47:35.9265550Z   Using cached pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl.metadata (8.4 kB)
2025-08-20T20:47:35.9382839Z Collecting staticx (from py2static)
2025-08-20T20:47:35.9393235Z   Using cached staticx-0.14.1-py3-none-manylinux1_x86_64.whl.metadata (1.9 kB)
2025-08-20T20:47:35.9541642Z Collecting click>=8.0.0 (from typer)
2025-08-20T20:47:35.9552132Z   Using cached click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T20:47:35.9799620Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T20:47:35.9810258Z   Using cached typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T20:47:35.9908508Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T20:47:35.9919059Z   Using cached shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T20:47:36.0256948Z Collecting rich>=10.11.0 (from typer)
2025-08-20T20:47:36.0267623Z   Using cached rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T20:47:36.0405597Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T20:47:36.0416424Z   Using cached markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T20:47:36.0602992Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T20:47:36.0613077Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T20:47:36.0690995Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T20:47:36.0701046Z   Using cached mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T20:47:36.1736735Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T20:47:36.1747008Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T20:47:36.1891306Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T20:47:36.1901660Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T20:47:36.2041888Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T20:47:36.2052036Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T20:47:36.2181593Z Collecting pyelftools (from staticx->py2static)
2025-08-20T20:47:36.2192131Z   Using cached pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T20:47:36.2228808Z Using cached ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T20:47:36.2238902Z Using cached pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T20:47:36.2249329Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T20:47:36.2290637Z Using cached py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T20:47:36.2300723Z Using cached typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T20:47:36.2310632Z Using cached argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T20:47:36.2321038Z Using cached click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T20:47:36.2331557Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T20:47:36.2341918Z Using cached platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T20:47:36.2351924Z Using cached rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T20:47:36.2363477Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T20:47:36.2382152Z Using cached markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T20:47:36.2392738Z Using cached mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T20:47:36.2402752Z Using cached shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T20:47:36.2412801Z Using cached typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T20:47:36.2422924Z Using cached userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T20:47:36.2433083Z Using cached pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl (732 kB)
2025-08-20T20:47:36.2448009Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T20:47:36.2461079Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T20:47:36.2479984Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T20:47:36.2490195Z Using cached staticx-0.14.1-py3-none-manylinux1_x86_64.whl (182 kB)
2025-08-20T20:47:36.2501073Z Using cached pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T20:47:36.3967513Z 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-20T20:47:36.3972144Z   Attempting uninstall: pyelftools
2025-08-20T20:47:36.4050613Z     Found existing installation: pyelftools 0.32
2025-08-20T20:47:36.4101139Z     Uninstalling pyelftools-0.32:
2025-08-20T20:47:36.4116636Z       Successfully uninstalled pyelftools-0.32
2025-08-20T20:47:36.5201519Z   Attempting uninstall: altgraph
2025-08-20T20:47:36.5287396Z     Found existing installation: altgraph 0.17.4
2025-08-20T20:47:36.5306300Z     Uninstalling altgraph-0.17.4:
2025-08-20T20:47:36.5313332Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T20:47:36.5445374Z   Attempting uninstall: typing-extensions
2025-08-20T20:47:36.5530637Z     Found existing installation: typing_extensions 4.14.1
2025-08-20T20:47:36.5545237Z     Uninstalling typing_extensions-4.14.1:
2025-08-20T20:47:36.5785423Z       Successfully uninstalled typing_extensions-4.14.1
2025-08-20T20:47:36.6023766Z   Attempting uninstall: staticx
2025-08-20T20:47:36.6107967Z     Found existing installation: staticx 0.14.1
2025-08-20T20:47:36.6133876Z     Uninstalling staticx-0.14.1:
2025-08-20T20:47:36.6144472Z       Successfully uninstalled staticx-0.14.1
2025-08-20T20:47:36.6338688Z   Attempting uninstall: shellingham
2025-08-20T20:47:36.6420400Z     Found existing installation: shellingham 1.5.4
2025-08-20T20:47:36.6439001Z     Uninstalling shellingham-1.5.4:
2025-08-20T20:47:36.6445894Z       Successfully uninstalled shellingham-1.5.4
2025-08-20T20:47:36.6531226Z   Attempting uninstall: setuptools
2025-08-20T20:47:36.6616888Z     Found existing installation: setuptools 80.9.0
2025-08-20T20:47:36.6896764Z     Uninstalling setuptools-80.9.0:
2025-08-20T20:47:36.7167269Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T20:47:37.3682640Z   Attempting uninstall: scons
2025-08-20T20:47:37.3775277Z     Found existing installation: SCons 4.9.1
2025-08-20T20:47:37.4153591Z     Uninstalling SCons-4.9.1:
2025-08-20T20:47:37.4223160Z       Successfully uninstalled SCons-4.9.1
2025-08-20T20:47:38.0289493Z   Attempting uninstall: pygments
2025-08-20T20:47:38.0369406Z     Found existing installation: Pygments 2.19.2
2025-08-20T20:47:38.0608053Z     Uninstalling Pygments-2.19.2:
2025-08-20T20:47:38.0634393Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T20:47:38.6588996Z   Attempting uninstall: platformdirs
2025-08-20T20:47:38.6671781Z     Found existing installation: platformdirs 4.3.8
2025-08-20T20:47:38.6692212Z     Uninstalling platformdirs-4.3.8:
2025-08-20T20:47:38.6699079Z       Successfully uninstalled platformdirs-4.3.8
2025-08-20T20:47:38.6844516Z   Attempting uninstall: packaging
2025-08-20T20:47:38.6924099Z     Found existing installation: packaging 25.0
2025-08-20T20:47:38.6948347Z     Uninstalling packaging-25.0:
2025-08-20T20:47:38.6955907Z       Successfully uninstalled packaging-25.0
2025-08-20T20:47:38.7322161Z   Attempting uninstall: mdurl
2025-08-20T20:47:38.7403451Z     Found existing installation: mdurl 0.1.2
2025-08-20T20:47:38.7420258Z     Uninstalling mdurl-0.1.2:
2025-08-20T20:47:38.7426646Z       Successfully uninstalled mdurl-0.1.2
2025-08-20T20:47:38.7506602Z   Attempting uninstall: click
2025-08-20T20:47:38.7587307Z     Found existing installation: click 8.2.1
2025-08-20T20:47:38.7610322Z     Uninstalling click-8.2.1:
2025-08-20T20:47:38.7619486Z       Successfully uninstalled click-8.2.1
2025-08-20T20:47:38.8181383Z   Attempting uninstall: argcomplete
2025-08-20T20:47:38.8265664Z     Found existing installation: argcomplete 3.6.2
2025-08-20T20:47:38.8294366Z     Uninstalling argcomplete-3.6.2:
2025-08-20T20:47:38.8305758Z       Successfully uninstalled argcomplete-3.6.2
2025-08-20T20:47:38.8524468Z   Attempting uninstall: ansi2txt
2025-08-20T20:47:38.8605259Z     Found existing installation: ansi2txt 0.2.0
2025-08-20T20:47:38.8620591Z     Uninstalling ansi2txt-0.2.0:
2025-08-20T20:47:38.8858675Z       Successfully uninstalled ansi2txt-0.2.0
2025-08-20T20:47:38.8908674Z   Attempting uninstall: userpath
2025-08-20T20:47:38.8990199Z     Found existing installation: userpath 1.9.2
2025-08-20T20:47:38.9009410Z     Uninstalling userpath-1.9.2:
2025-08-20T20:47:38.9018305Z       Successfully uninstalled userpath-1.9.2
2025-08-20T20:47:38.9116429Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T20:47:38.9196276Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T20:47:38.9627454Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T20:47:38.9669010Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T20:47:39.2418136Z   Attempting uninstall: markdown-it-py
2025-08-20T20:47:39.2508111Z     Found existing installation: markdown-it-py 4.0.0
2025-08-20T20:47:39.2571133Z     Uninstalling markdown-it-py-4.0.0:
2025-08-20T20:47:39.2585433Z       Successfully uninstalled markdown-it-py-4.0.0
2025-08-20T20:47:39.3186663Z   Attempting uninstall: rich
2025-08-20T20:47:39.3273358Z     Found existing installation: rich 14.1.0
2025-08-20T20:47:39.3336878Z     Uninstalling rich-14.1.0:
2025-08-20T20:47:39.3346703Z       Successfully uninstalled rich-14.1.0
2025-08-20T20:47:39.4901752Z   Attempting uninstall: pyinstaller
2025-08-20T20:47:39.4982721Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T20:47:39.5335455Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T20:47:39.5378437Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T20:47:39.8614341Z   Attempting uninstall: pipx
2025-08-20T20:47:39.8708391Z     Found existing installation: pipx 1.7.1
2025-08-20T20:47:39.8743304Z     Uninstalling pipx-1.7.1:
2025-08-20T20:47:39.8753307Z       Successfully uninstalled pipx-1.7.1
2025-08-20T20:47:39.9242706Z   Attempting uninstall: typer
2025-08-20T20:47:39.9331829Z     Found existing installation: typer 0.16.1
2025-08-20T20:47:39.9357216Z     Uninstalling typer-0.16.1:
2025-08-20T20:47:39.9368013Z       Successfully uninstalled typer-0.16.1
2025-08-20T20:47:39.9699047Z   Attempting uninstall: py2static
2025-08-20T20:47:39.9777983Z     Found existing installation: py2static 0.0.1
2025-08-20T20:47:39.9796772Z     Uninstalling py2static-0.0.1:
2025-08-20T20:47:39.9806935Z       Successfully uninstalled py2static-0.0.1
2025-08-20T20:47:39.9877998Z 
2025-08-20T20:47:39.9905850Z 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-20T20:47:40.3010843Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:47:40.4219345Z Collecting git+https://github.com/pyinstaller/pyinstaller
2025-08-20T20:47:40.4223898Z   Cloning https://github.com/pyinstaller/pyinstaller to /tmp/pip-req-build-d7ve1e9v
2025-08-20T20:47:40.4245187Z   Running command git clone --filter=blob:none --quiet https://github.com/pyinstaller/pyinstaller /tmp/pip-req-build-d7ve1e9v
2025-08-20T20:47:41.4671825Z   Resolved https://github.com/pyinstaller/pyinstaller to commit 34508a2cda1072718a81ef1d5a660ce89e62d295
2025-08-20T20:47:41.4713341Z   Installing build dependencies: started
2025-08-20T20:47:42.1741180Z   Installing build dependencies: finished with status 'done'
2025-08-20T20:47:42.1750195Z   Getting requirements to build wheel: started
2025-08-20T20:47:42.4554939Z   Getting requirements to build wheel: finished with status 'done'
2025-08-20T20:47:42.4566772Z   Preparing metadata (pyproject.toml): started
2025-08-20T20:47:42.6444652Z   Preparing metadata (pyproject.toml): finished with status 'done'
2025-08-20T20:47:42.7982782Z Collecting setuptools>=42.0.0 (from pyinstaller==6.15.0)
2025-08-20T20:47:42.7994279Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T20:47:42.8147450Z Collecting altgraph (from pyinstaller==6.15.0)
2025-08-20T20:47:42.8157483Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T20:47:42.8301978Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller==6.15.0)
2025-08-20T20:47:42.8311914Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T20:47:42.8438016Z Collecting packaging>=22.0 (from pyinstaller==6.15.0)
2025-08-20T20:47:42.8448012Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T20:47:42.8491513Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T20:47:42.8501652Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T20:47:42.8515024Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T20:47:42.8533663Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T20:47:42.8652051Z Building wheels for collected packages: pyinstaller
2025-08-20T20:47:42.8660115Z   Building wheel for pyinstaller (pyproject.toml): started
2025-08-20T20:47:43.5268900Z   Building wheel for pyinstaller (pyproject.toml): finished with status 'done'
2025-08-20T20:47:43.5294319Z   Created wheel for pyinstaller: filename=pyinstaller-6.15.0-py3-none-any.whl size=1772413 sha256=00bde8dc91571099ad1d0f736c791573294685432120464004d98993ee5f90ca
2025-08-20T20:47:43.5295951Z   Stored in directory: /tmp/pip-ephem-wheel-cache-x_jmo_a8/wheels/ad/f0/96/ada035be05b1c8fe6a9d81fd24e3d5f767d7ccd2219d68e4e2
2025-08-20T20:47:43.5336364Z Successfully built pyinstaller
2025-08-20T20:47:43.6248044Z Installing collected packages: altgraph, setuptools, packaging, pyinstaller-hooks-contrib, pyinstaller
2025-08-20T20:47:43.6253940Z   Attempting uninstall: altgraph
2025-08-20T20:47:43.6337328Z     Found existing installation: altgraph 0.17.4
2025-08-20T20:47:43.6358767Z     Uninstalling altgraph-0.17.4:
2025-08-20T20:47:43.6366047Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T20:47:43.6512296Z   Attempting uninstall: setuptools
2025-08-20T20:47:43.6599318Z     Found existing installation: setuptools 80.9.0
2025-08-20T20:47:43.6884159Z     Uninstalling setuptools-80.9.0:
2025-08-20T20:47:43.7164369Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T20:47:44.3701493Z   Attempting uninstall: packaging
2025-08-20T20:47:44.3790773Z     Found existing installation: packaging 25.0
2025-08-20T20:47:44.3815765Z     Uninstalling packaging-25.0:
2025-08-20T20:47:44.3823134Z       Successfully uninstalled packaging-25.0
2025-08-20T20:47:44.4194882Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T20:47:44.4276672Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T20:47:44.4702389Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T20:47:44.4744953Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T20:47:44.7467487Z   Attempting uninstall: pyinstaller
2025-08-20T20:47:44.7556901Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T20:47:44.7911018Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T20:47:44.7954427Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T20:47:45.1284759Z 
2025-08-20T20:47:45.1318905Z Successfully installed altgraph-0.17.4 packaging-25.0 pyinstaller-6.15.0 pyinstaller-hooks-contrib-2025.8 setuptools-80.9.0
2025-08-20T20:47:45.4226863Z 6.15.0
2025-08-20T20:47:45.8686645Z # Executing docker install script, commit: bedc5d6b3e782a5e50d3d2a870f5e1f1b5a38d5c
2025-08-20T20:47:45.8695455Z Warning: the "docker" command appears to already exist on this system.
2025-08-20T20:47:45.8695789Z 
2025-08-20T20:47:45.8695990Z If you already have Docker installed, this script can cause trouble, which is
2025-08-20T20:47:45.8696656Z why we're displaying this warning and provide the opportunity to cancel the
2025-08-20T20:47:45.8697258Z installation.
2025-08-20T20:47:45.8697451Z 
2025-08-20T20:47:45.8697788Z If you installed the current Docker package using this script and are using it
2025-08-20T20:47:45.8698371Z again to update Docker, you can ignore this message, but be aware that the
2025-08-20T20:47:45.8698821Z script resets any custom changes in the deb and rpm repo configuration
2025-08-20T20:47:45.8699209Z files to match the parameters passed to the script.
2025-08-20T20:47:45.8699419Z 
2025-08-20T20:47:45.8699528Z You may press Ctrl+C now to abort this script.
2025-08-20T20:47:45.8865333Z + sh -c 'apt-get -qq update >/dev/null'
2025-08-20T20:47:47.4389272Z + sh -c 'DEBIAN_FRONTEND=noninteractive apt-get -y -qq install ca-certificates curl >/dev/null'
2025-08-20T20:47:47.7737611Z + sh -c 'install -m 0755 -d /etc/apt/keyrings'
2025-08-20T20:47:47.7762387Z + sh -c 'curl -fsSL "https://download.docker.com/linux/ubuntu/gpg" -o /etc/apt/keyrings/docker.asc'
2025-08-20T20:47:47.9545074Z + sh -c 'chmod a+r /etc/apt/keyrings/docker.asc'
2025-08-20T20:47:47.9562583Z + 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-20T20:47:47.9570202Z + sh -c 'apt-get -qq update >/dev/null'
2025-08-20T20:47:49.2020341Z + 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-20T20:48:00.2666387Z 
2025-08-20T20:48:00.2666763Z Running kernel seems to be up-to-date.
2025-08-20T20:48:00.2667013Z 
2025-08-20T20:48:00.2667103Z Restarting services...
2025-08-20T20:48:00.2732161Z 
2025-08-20T20:48:00.2732740Z Service restarts being deferred:
2025-08-20T20:48:00.2733208Z  systemctl restart hosted-compute-agent.service
2025-08-20T20:48:00.2733512Z 
2025-08-20T20:48:00.2733624Z No containers need to be restarted.
2025-08-20T20:48:00.2733800Z 
2025-08-20T20:48:00.2733916Z No user sessions are running outdated binaries.
2025-08-20T20:48:00.2734124Z 
2025-08-20T20:48:00.2734307Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T20:48:01.0632768Z + sh -c 'docker version'
2025-08-20T20:48:01.0796052Z Client: Docker Engine - Community
2025-08-20T20:48:01.0796548Z  Version:           28.3.3
2025-08-20T20:48:01.0796933Z  API version:       1.51
2025-08-20T20:48:01.0797208Z  Go version:        go1.24.5
2025-08-20T20:48:01.0797438Z  Git commit:        980b856
2025-08-20T20:48:01.0797851Z  Built:             Fri Jul 25 11:34:09 2025
2025-08-20T20:48:01.0798292Z  OS/Arch:           linux/amd64
2025-08-20T20:48:01.0798690Z  Context:           default
2025-08-20T20:48:01.0798928Z 
2025-08-20T20:48:01.0799102Z Server: Docker Engine - Community
2025-08-20T20:48:01.0799496Z  Engine:
2025-08-20T20:48:01.0799947Z   Version:          28.3.3
2025-08-20T20:48:01.0800345Z   API version:      1.51 (minimum version 1.24)
2025-08-20T20:48:01.0800782Z   Go version:       go1.24.5
2025-08-20T20:48:01.0801136Z   Git commit:       bea959c
2025-08-20T20:48:01.0801510Z   Built:            Fri Jul 25 11:34:09 2025
2025-08-20T20:48:01.0801924Z   OS/Arch:          linux/amd64
2025-08-20T20:48:01.0802595Z   Experimental:     false
2025-08-20T20:48:01.0802939Z  containerd:
2025-08-20T20:48:01.0803233Z   Version:          1.7.27
2025-08-20T20:48:01.0803663Z   GitCommit:        05044ec0a9a75232cad458027ca83437aae3f4da
2025-08-20T20:48:01.0804131Z  runc:
2025-08-20T20:48:01.0804411Z   Version:          1.2.5
2025-08-20T20:48:01.0804766Z   GitCommit:        v1.2.5-0-g59923ef
2025-08-20T20:48:01.0805161Z  docker-init:
2025-08-20T20:48:01.0805461Z   Version:          0.19.0
2025-08-20T20:48:01.0805784Z   GitCommit:        de40ad0
2025-08-20T20:48:01.0816255Z 
2025-08-20T20:48:01.0816521Z ================================================================================
2025-08-20T20:48:01.0816889Z 
2025-08-20T20:48:01.0817169Z To run Docker as a non-privileged user, consider setting up the
2025-08-20T20:48:01.0817732Z Docker daemon in rootless mode for your user:
2025-08-20T20:48:01.0817958Z 
2025-08-20T20:48:01.0818069Z     dockerd-rootless-setuptool.sh install
2025-08-20T20:48:01.0818279Z 
2025-08-20T20:48:01.0818499Z Visit https://docs.docker.com/go/rootless/ to learn about rootless mode.
2025-08-20T20:48:01.0818789Z 
2025-08-20T20:48:01.0818793Z 
2025-08-20T20:48:01.0820301Z To run the Docker daemon as a fully privileged service, but granting non-root
2025-08-20T20:48:01.0820993Z users access, refer to https://docs.docker.com/go/daemon-access/
2025-08-20T20:48:01.0821401Z 
2025-08-20T20:48:01.0821693Z WARNING: Access to the remote API on a privileged Docker daemon is equivalent
2025-08-20T20:48:01.0822151Z          to root access on the host. Refer to the 'Docker daemon attack surface'
2025-08-20T20:48:01.0822605Z          documentation for details: https://docs.docker.com/go/attack-surface/
2025-08-20T20:48:01.0822877Z 
2025-08-20T20:48:01.0822972Z ================================================================================
2025-08-20T20:48:01.0823154Z 
2025-08-20T20:48:11.7573567Z ● docker.service - Docker Application Container Engine
2025-08-20T20:48:11.7574522Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T20:48:11.7575057Z      Active: active (running) since Wed 2025-08-20 20:48:01 UTC; 10s ago
2025-08-20T20:48:11.7575481Z TriggeredBy: ● docker.socket
2025-08-20T20:48:11.7575760Z        Docs: https://docs.docker.com
2025-08-20T20:48:11.7576126Z    Main PID: 19776 (dockerd)
2025-08-20T20:48:11.7576501Z       Tasks: 10
2025-08-20T20:48:11.7576853Z      Memory: 21.8M (peak: 25.6M)
2025-08-20T20:48:11.7577261Z         CPU: 310ms
2025-08-20T20:48:11.7577644Z      CGroup: /system.slice/docker.service
2025-08-20T20:48:11.7580360Z              └─19776 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T20:48:11.7580905Z 
2025-08-20T20:48:11.7581513Z Aug 20 20:48:01 pkrvmubgrv54qmi dockerd[19776]: time="2025-08-20T20:48:01.199091145Z" level=info msg="Loading containers: start."
2025-08-20T20:48:11.7583826Z Aug 20 20:48:01 pkrvmubgrv54qmi dockerd[19776]: time="2025-08-20T20:48:01.676548171Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count 36ef55c678c92b608629a868e6d3eb47d10f9cf0e60c5ff574a9e59f3bf0c5d3], retrying...."
2025-08-20T20:48:11.7586030Z Aug 20 20:48:01 pkrvmubgrv54qmi dockerd[19776]: time="2025-08-20T20:48:01.707657169Z" level=info msg="Loading containers: done."
2025-08-20T20:48:11.7587293Z Aug 20 20:48:01 pkrvmubgrv54qmi dockerd[19776]: time="2025-08-20T20:48:01.716003247Z" 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-20T20:48:11.7588812Z Aug 20 20:48:01 pkrvmubgrv54qmi dockerd[19776]: time="2025-08-20T20:48:01.716074079Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T20:48:11.7590037Z Aug 20 20:48:01 pkrvmubgrv54qmi dockerd[19776]: time="2025-08-20T20:48:01.716104486Z" level=info msg="Initializing buildkit"
2025-08-20T20:48:11.7591159Z Aug 20 20:48:01 pkrvmubgrv54qmi dockerd[19776]: time="2025-08-20T20:48:01.734900333Z" level=info msg="Completed buildkit initialization"
2025-08-20T20:48:11.7591884Z Aug 20 20:48:01 pkrvmubgrv54qmi dockerd[19776]: time="2025-08-20T20:48:01.738632446Z" level=info msg="Daemon has completed initialization"
2025-08-20T20:48:11.7592584Z Aug 20 20:48:01 pkrvmubgrv54qmi dockerd[19776]: time="2025-08-20T20:48:01.738668039Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T20:48:11.7593227Z Aug 20 20:48:01 pkrvmubgrv54qmi systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T20:48:11.7690297Z ● docker.service - Docker Application Container Engine
2025-08-20T20:48:11.7691053Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T20:48:11.7691825Z      Active: active (running) since Wed 2025-08-20 20:48:01 UTC; 10s ago
2025-08-20T20:48:11.7692454Z TriggeredBy: ● docker.socket
2025-08-20T20:48:11.7692879Z        Docs: https://docs.docker.com
2025-08-20T20:48:11.7693304Z    Main PID: 19776 (dockerd)
2025-08-20T20:48:11.7693621Z       Tasks: 10
2025-08-20T20:48:11.7693817Z      Memory: 21.8M (peak: 25.6M)
2025-08-20T20:48:11.7694042Z         CPU: 310ms
2025-08-20T20:48:11.7694254Z      CGroup: /system.slice/docker.service
2025-08-20T20:48:11.7694934Z              └─19776 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T20:48:11.7695222Z 
2025-08-20T20:48:11.7695549Z Aug 20 20:48:01 pkrvmubgrv54qmi dockerd[19776]: time="2025-08-20T20:48:01.199091145Z" level=info msg="Loading containers: start."
2025-08-20T20:48:11.7696721Z Aug 20 20:48:01 pkrvmubgrv54qmi dockerd[19776]: time="2025-08-20T20:48:01.676548171Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count 36ef55c678c92b608629a868e6d3eb47d10f9cf0e60c5ff574a9e59f3bf0c5d3], retrying...."
2025-08-20T20:48:11.7698041Z Aug 20 20:48:01 pkrvmubgrv54qmi dockerd[19776]: time="2025-08-20T20:48:01.707657169Z" level=info msg="Loading containers: done."
2025-08-20T20:48:11.7699151Z Aug 20 20:48:01 pkrvmubgrv54qmi dockerd[19776]: time="2025-08-20T20:48:01.716003247Z" 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-20T20:48:11.7700841Z Aug 20 20:48:01 pkrvmubgrv54qmi dockerd[19776]: time="2025-08-20T20:48:01.716074079Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T20:48:11.7701711Z Aug 20 20:48:01 pkrvmubgrv54qmi dockerd[19776]: time="2025-08-20T20:48:01.716104486Z" level=info msg="Initializing buildkit"
2025-08-20T20:48:11.7702388Z Aug 20 20:48:01 pkrvmubgrv54qmi dockerd[19776]: time="2025-08-20T20:48:01.734900333Z" level=info msg="Completed buildkit initialization"
2025-08-20T20:48:11.7703115Z Aug 20 20:48:01 pkrvmubgrv54qmi dockerd[19776]: time="2025-08-20T20:48:01.738632446Z" level=info msg="Daemon has completed initialization"
2025-08-20T20:48:11.7703828Z Aug 20 20:48:01 pkrvmubgrv54qmi dockerd[19776]: time="2025-08-20T20:48:01.738668039Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T20:48:11.7704474Z Aug 20 20:48:01 pkrvmubgrv54qmi systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T20:48:11.7897580Z ● docker.service - Docker Application Container Engine
2025-08-20T20:48:11.7898373Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T20:48:11.7899182Z      Active: active (running) since Wed 2025-08-20 20:48:01 UTC; 10s ago
2025-08-20T20:48:11.7900019Z TriggeredBy: ● docker.socket
2025-08-20T20:48:11.7900443Z        Docs: https://docs.docker.com
2025-08-20T20:48:11.7900879Z    Main PID: 19776 (dockerd)
2025-08-20T20:48:11.7901253Z       Tasks: 10
2025-08-20T20:48:11.7901579Z      Memory: 21.8M (peak: 25.6M)
2025-08-20T20:48:11.7901990Z         CPU: 310ms
2025-08-20T20:48:11.7902615Z      CGroup: /system.slice/docker.service
2025-08-20T20:48:11.7903454Z              └─19776 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T20:48:11.7903947Z 
2025-08-20T20:48:11.7904488Z Aug 20 20:48:01 pkrvmubgrv54qmi dockerd[19776]: time="2025-08-20T20:48:01.199091145Z" level=info msg="Loading containers: start."
2025-08-20T20:48:11.7906485Z Aug 20 20:48:01 pkrvmubgrv54qmi dockerd[19776]: time="2025-08-20T20:48:01.676548171Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count 36ef55c678c92b608629a868e6d3eb47d10f9cf0e60c5ff574a9e59f3bf0c5d3], retrying...."
2025-08-20T20:48:11.7908488Z Aug 20 20:48:01 pkrvmubgrv54qmi dockerd[19776]: time="2025-08-20T20:48:01.707657169Z" level=info msg="Loading containers: done."
2025-08-20T20:48:11.7910591Z Aug 20 20:48:01 pkrvmubgrv54qmi dockerd[19776]: time="2025-08-20T20:48:01.716003247Z" 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-20T20:48:11.7912256Z Aug 20 20:48:01 pkrvmubgrv54qmi dockerd[19776]: time="2025-08-20T20:48:01.716074079Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T20:48:11.7913128Z Aug 20 20:48:01 pkrvmubgrv54qmi dockerd[19776]: time="2025-08-20T20:48:01.716104486Z" level=info msg="Initializing buildkit"
2025-08-20T20:48:11.7913818Z Aug 20 20:48:01 pkrvmubgrv54qmi dockerd[19776]: time="2025-08-20T20:48:01.734900333Z" level=info msg="Completed buildkit initialization"
2025-08-20T20:48:11.7914532Z Aug 20 20:48:01 pkrvmubgrv54qmi dockerd[19776]: time="2025-08-20T20:48:01.738632446Z" level=info msg="Daemon has completed initialization"
2025-08-20T20:48:11.7915235Z Aug 20 20:48:01 pkrvmubgrv54qmi dockerd[19776]: time="2025-08-20T20:48:01.738668039Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T20:48:11.7916035Z Aug 20 20:48:01 pkrvmubgrv54qmi systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T20:48:11.8015618Z Docker version 28.3.3, build 980b856
2025-08-20T20:48:11.8208639Z Unable to find image 'hello-world:latest' locally
2025-08-20T20:48:12.0360572Z latest: Pulling from library/hello-world
2025-08-20T20:48:12.1236247Z 17eec7bbc9d7: Pulling fs layer
2025-08-20T20:48:12.2366092Z 17eec7bbc9d7: Download complete
2025-08-20T20:48:12.2407390Z 17eec7bbc9d7: Pull complete
2025-08-20T20:48:12.2767457Z Digest: sha256:a0dfb02aac212703bfcb339d77d47ec32c8706ff250850ecc0e19c8737b18567
2025-08-20T20:48:12.2782943Z Status: Downloaded newer image for hello-world:latest
2025-08-20T20:48:12.4164088Z 
2025-08-20T20:48:12.4166729Z Hello from Docker!
2025-08-20T20:48:12.4167971Z This message shows that your installation appears to be working correctly.
2025-08-20T20:48:12.4168473Z 
2025-08-20T20:48:12.4168731Z To generate this message, Docker took the following steps:
2025-08-20T20:48:12.4169318Z  1. The Docker client contacted the Docker daemon.
2025-08-20T20:48:12.4170193Z  2. The Docker daemon pulled the "hello-world" image from the Docker Hub.
2025-08-20T20:48:12.4170782Z     (amd64)
2025-08-20T20:48:12.4171279Z  3. The Docker daemon created a new container from that image which runs the
2025-08-20T20:48:12.4172848Z     executable that produces the output you are currently reading.
2025-08-20T20:48:12.4173638Z  4. The Docker daemon streamed that output to the Docker client, which sent it
2025-08-20T20:48:12.4174825Z     to your terminal.
2025-08-20T20:48:12.4175054Z 
2025-08-20T20:48:12.4175737Z To try something more ambitious, you can run an Ubuntu container with:
2025-08-20T20:48:12.4176568Z  $ docker run -it ubuntu bash
2025-08-20T20:48:12.4176842Z 
2025-08-20T20:48:12.4177337Z Share images, automate workflows, and more with a free Docker ID:
2025-08-20T20:48:12.4178135Z  https://hub.docker.com/
2025-08-20T20:48:12.4178390Z 
2025-08-20T20:48:12.4178562Z For more examples and ideas, visit:
2025-08-20T20:48:12.4179762Z  https://docs.docker.com/get-started/
2025-08-20T20:48:12.4180884Z 
2025-08-20T20:48:12.5157405Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T20:48:12.5158451Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T20:48:12.5159129Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T20:48:12.5159732Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T20:48:12.5160582Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T20:48:12.5161367Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T20:48:12.5161785Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T20:48:12.5162158Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T20:48:12.5162502Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T20:48:12.5162831Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T20:48:12.5163221Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T20:48:12.5163654Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T20:48:12.5164065Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T20:48:12.5164470Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T20:48:12.5164858Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T20:48:12.5165250Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T20:48:12.5165652Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T20:48:12.5166010Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T20:48:12.5166479Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T20:48:12.5167256Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T20:48:12.5168022Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T20:48:12.5168994Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T20:48:12.5169766Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T20:48:12.5170714Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T20:48:12.5171352Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T20:48:12.5171824Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T20:48:12.5172255Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T20:48:12.5172659Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T20:48:12.5173059Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T20:48:12.5173470Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T20:48:12.5173911Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T20:48:12.5174357Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T20:48:12.5174783Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T20:48:12.5175194Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T20:48:12.5175638Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T20:48:12.5176084Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T20:48:12.5176486Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T20:48:12.5176877Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T20:48:12.5177295Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T20:48:12.5177713Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T20:48:12.5178126Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T20:48:12.5178708Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T20:48:12.5179093Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T20:48:12.5179548Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T20:48:12.5180285Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T20:48:12.5180754Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T20:48:12.5181242Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T20:48:12.5181679Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T20:48:12.5182089Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T20:48:12.5182501Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T20:48:12.5182910Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T20:48:12.5183318Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T20:48:12.5183718Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T20:48:12.5184085Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T20:48:12.5184443Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T20:48:12.5184802Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T20:48:12.5185125Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T20:48:12.5185462Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T20:48:12.5185864Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T20:48:12.5186238Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T20:48:12.5186783Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T20:48:12.5187242Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T20:48:12.5187651Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T20:48:12.5188051Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T20:48:12.5188468Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T20:48:12.5188887Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T20:48:12.5189283Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T20:48:12.5189673Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T20:48:12.5190387Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T20:48:12.5190867Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T20:48:12.5191375Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T20:48:12.5191850Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T20:48:12.5192258Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T20:48:12.5192638Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T20:48:12.5193024Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T20:48:12.5193419Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T20:48:12.5193853Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T20:48:12.5194329Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T20:48:12.5194819Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T20:48:12.5195305Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T20:48:12.5195869Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T20:48:12.5196262Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T20:48:12.5196643Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T20:48:12.5197041Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T20:48:12.5197428Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T20:48:12.5197802Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T20:48:12.5198217Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T20:48:12.5198632Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T20:48:12.5199009Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T20:48:12.5199388Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T20:48:12.5199928Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T20:48:12.5200344Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T20:48:12.5200713Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T20:48:12.5201073Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T20:48:12.5201454Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T20:48:12.5201832Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T20:48:12.5202182Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T20:48:12.5202548Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T20:48:12.5202916Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T20:48:12.5203273Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T20:48:12.5203786Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T20:48:12.5204155Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T20:48:12.5204546Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T20:48:12.5204914Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T20:48:12.5205295Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T20:48:12.5205686Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T20:48:12.5206070Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T20:48:12.5206438Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T20:48:12.5206805Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T20:48:12.5207191Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T20:48:12.5207588Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T20:48:12.5207929Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T20:48:12.5208249Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T20:48:12.5208691Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T20:48:12.5209072Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T20:48:12.5209425Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T20:48:12.5209779Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T20:48:12.5210375Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T20:48:12.5210749Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T20:48:12.5211139Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T20:48:12.5211569Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T20:48:12.5212166Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T20:48:12.5212562Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T20:48:12.5212940Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T20:48:12.5213318Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T20:48:12.5213703Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T20:48:12.5214096Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T20:48:12.5214501Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T20:48:12.5214884Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T20:48:12.5215264Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T20:48:12.5215665Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T20:48:12.5216099Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T20:48:12.5216524Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T20:48:12.5216931Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T20:48:12.5217312Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T20:48:12.5217711Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T20:48:12.5218106Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T20:48:12.5218498Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T20:48:12.5218877Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T20:48:12.5219264Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T20:48:12.5219658Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T20:48:12.5220554Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T20:48:12.5220941Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T20:48:12.5221252Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T20:48:12.5221571Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T20:48:12.5221952Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T20:48:12.5222344Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T20:48:12.5222730Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T20:48:12.5223095Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T20:48:12.5223461Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T20:48:12.5223833Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T20:48:12.5224182Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T20:48:12.5224521Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T20:48:12.5224940Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T20:48:12.5225377Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T20:48:12.5225769Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T20:48:12.5226134Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T20:48:12.5226514Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T20:48:12.5226917Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T20:48:12.5227326Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T20:48:12.5227735Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T20:48:12.5228089Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T20:48:12.5228445Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T20:48:12.5228976Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T20:48:12.5229394Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T20:48:12.5229949Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T20:48:12.5230393Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T20:48:12.5230732Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T20:48:12.5231114Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T20:48:12.5231490Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T20:48:12.5231909Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T20:48:12.5232375Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T20:48:12.5232782Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T20:48:12.5233157Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T20:48:12.5233497Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T20:48:12.5233848Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T20:48:12.5234289Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T20:48:12.5234790Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T20:48:12.5235228Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T20:48:12.5235597Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T20:48:12.5236054Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T20:48:12.5236591Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T20:48:12.5237218Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T20:48:12.5237730Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T20:48:12.5238090Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T20:48:12.5238459Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T20:48:12.5238861Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T20:48:12.5239271Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T20:48:12.5239669Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T20:48:12.5240210Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T20:48:12.5240583Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T20:48:12.5240977Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T20:48:12.5241375Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T20:48:12.5241778Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T20:48:12.5242169Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T20:48:12.5242565Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T20:48:12.5242960Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T20:48:12.5243387Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T20:48:12.5243839Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T20:48:12.5244260Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T20:48:12.5244631Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T20:48:12.5245004Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T20:48:12.5245400Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T20:48:12.5245902Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T20:48:12.5246268Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T20:48:12.5246639Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T20:48:12.5247023Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T20:48:12.5247437Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T20:48:12.5247895Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T20:48:12.5248337Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T20:48:12.5248734Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T20:48:12.5249117Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T20:48:12.5249492Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T20:48:12.5250013Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T20:48:12.5250392Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T20:48:12.5250769Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T20:48:12.5251146Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T20:48:12.5251633Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T20:48:12.5252104Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T20:48:12.5252556Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T20:48:12.5253064Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T20:48:12.5253563Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T20:48:12.5254175Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T20:48:12.5254674Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T20:48:12.5255106Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T20:48:12.5255467Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T20:48:12.5255823Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T20:48:12.5256196Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T20:48:12.5256565Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T20:48:12.5256917Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T20:48:12.5257286Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T20:48:12.5257658Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T20:48:12.5258039Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T20:48:12.5258426Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T20:48:12.5258812Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T20:48:12.5259204Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T20:48:12.5259587Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T20:48:12.5260229Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T20:48:12.5260670Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T20:48:12.5261063Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T20:48:12.5261433Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T20:48:12.5261844Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T20:48:12.5271853Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T20:48:12.5272457Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T20:48:12.5272850Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T20:48:12.5273238Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T20:48:12.5273638Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T20:48:12.5274015Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T20:48:12.5274417Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T20:48:12.5274782Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T20:48:12.5275096Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T20:48:12.5275556Z 	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-20T20:48:12.5276071Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T20:48:12.5276444Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T20:48:12.5276819Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T20:48:12.5277186Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T20:48:12.5277580Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T20:48:12.5278008Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T20:48:12.5278428Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T20:48:12.5278854Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T20:48:12.5279257Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T20:48:12.5279652Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T20:48:12.5280382Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T20:48:12.5280951Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T20:48:12.5281354Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T20:48:12.5281782Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T20:48:12.5282271Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T20:48:12.5282763Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T20:48:12.5283205Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T20:48:12.5283611Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T20:48:12.5284006Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T20:48:12.5284474Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T20:48:12.5284954Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T20:48:12.5285359Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T20:48:12.5285785Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T20:48:12.5286236Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T20:48:12.5286639Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T20:48:12.5286996Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T20:48:12.5287358Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T20:48:12.5287740Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T20:48:12.5288122Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T20:48:12.5288486Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T20:48:12.5288844Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T20:48:12.5289345Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T20:48:12.5289721Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T20:48:12.5290208Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T20:48:12.5290575Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T20:48:12.5290923Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T20:48:12.5291295Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T20:48:12.5291672Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T20:48:12.5292026Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T20:48:12.5292376Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T20:48:12.5292724Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T20:48:12.5293082Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T20:48:12.5293454Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T20:48:12.5293804Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T20:48:12.5294159Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T20:48:12.5294531Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T20:48:12.5294883Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T20:48:12.5295247Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T20:48:12.5295675Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T20:48:12.5296084Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T20:48:12.5296443Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T20:48:12.5296816Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T20:48:12.5297370Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T20:48:12.5297767Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T20:48:12.5298126Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T20:48:12.5298488Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T20:48:12.5298843Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T20:48:12.5299137Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T20:48:12.5299432Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T20:48:12.5299781Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T20:48:12.5300263Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T20:48:12.5300617Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T20:48:12.5300967Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T20:48:12.5301313Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T20:48:12.5301643Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T20:48:12.5302020Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T20:48:12.5302427Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T20:48:12.5302822Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T20:48:12.5303212Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T20:48:12.5303591Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T20:48:12.5303992Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T20:48:12.5304525Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T20:48:12.5305138Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T20:48:12.5305883Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T20:48:12.5306426Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T20:48:12.5306897Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T20:48:12.5307344Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T20:48:12.5307869Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T20:48:12.5308489Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T20:48:12.5309046Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T20:48:12.5309532Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T20:48:12.5310090Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T20:48:12.5310454Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T20:48:12.5310822Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T20:48:12.5311182Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T20:48:12.5311555Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T20:48:12.5311942Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T20:48:12.5312322Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T20:48:12.5312698Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T20:48:12.5313073Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T20:48:12.5313448Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T20:48:12.5313819Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T20:48:12.5314299Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T20:48:12.5314668Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T20:48:12.5315056Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T20:48:12.5315442Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T20:48:12.5315850Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T20:48:12.5316257Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T20:48:12.5316607Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T20:48:12.5316988Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T20:48:12.5317387Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T20:48:12.5317857Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T20:48:12.5318302Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T20:48:12.5318717Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T20:48:12.5319079Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T20:48:12.5319444Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T20:48:12.5319910Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T20:48:12.5320391Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T20:48:12.5320781Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T20:48:12.5321171Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T20:48:12.5321550Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T20:48:12.5321932Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T20:48:12.5322428Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T20:48:12.5322781Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T20:48:12.5323322Z 	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-20T20:48:12.5324031Z 	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-20T20:48:12.5324700Z 	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-20T20:48:12.5325388Z 	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-20T20:48:12.5325907Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T20:48:12.5326285Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T20:48:12.5326653Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T20:48:12.5327024Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T20:48:12.5327394Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T20:48:12.5327750Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T20:48:12.5328115Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T20:48:12.5328489Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T20:48:12.5328854Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T20:48:12.5329223Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T20:48:12.5329594Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T20:48:12.5330071Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T20:48:12.5330454Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T20:48:12.5330976Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T20:48:12.5331376Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T20:48:12.5331764Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T20:48:12.5332154Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T20:48:12.5332540Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T20:48:12.5332920Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T20:48:12.5333293Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T20:48:12.5333660Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T20:48:12.5334038Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T20:48:12.5334445Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T20:48:12.5334839Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T20:48:12.5335232Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T20:48:12.5335623Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T20:48:12.5336001Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T20:48:12.5336417Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T20:48:12.5336846Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T20:48:12.5337242Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T20:48:12.5337673Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T20:48:12.5338126Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T20:48:12.5338525Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T20:48:12.5339041Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T20:48:12.5339409Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T20:48:12.5339923Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T20:48:12.5340330Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T20:48:12.5340724Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T20:48:12.5341090Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T20:48:12.5341467Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T20:48:12.5341928Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T20:48:12.5342395Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T20:48:12.5342781Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T20:48:12.5343184Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T20:48:12.5343629Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T20:48:12.5344065Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T20:48:12.5344534Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T20:48:12.5345012Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T20:48:12.5345449Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T20:48:12.5345871Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T20:48:12.5346261Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T20:48:12.5346648Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T20:48:12.5347179Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T20:48:12.5347566Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T20:48:12.5347935Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T20:48:12.5348336Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T20:48:12.5348725Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T20:48:12.5349118Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T20:48:12.5349531Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T20:48:12.5350025Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T20:48:12.5350393Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T20:48:12.5350752Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T20:48:12.5351116Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T20:48:12.5351500Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T20:48:12.5351904Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T20:48:12.5352352Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T20:48:12.5352796Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T20:48:12.5353188Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T20:48:12.5353619Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T20:48:12.5354054Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T20:48:12.5354465Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T20:48:12.5354867Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T20:48:12.5355343Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T20:48:12.5355707Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T20:48:12.5356094Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T20:48:12.5356480Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T20:48:12.5356843Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T20:48:12.5357170Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T20:48:12.5357482Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T20:48:12.5357830Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T20:48:12.5358335Z 	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-20T20:48:12.5358848Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T20:48:12.5359228Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T20:48:12.5359595Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T20:48:12.5360186Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T20:48:12.5360611Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T20:48:12.5361018Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T20:48:12.5361413Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T20:48:12.5361815Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T20:48:12.5362215Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T20:48:12.5362581Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T20:48:12.5362947Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T20:48:12.5363303Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T20:48:12.5363807Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T20:48:12.5364234Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T20:48:12.5364655Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T20:48:12.5365046Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T20:48:12.5365462Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T20:48:12.5365891Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T20:48:12.5366281Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T20:48:12.5366645Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T20:48:12.5366992Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T20:48:12.5367345Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T20:48:12.5367723Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T20:48:12.5368096Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T20:48:12.5368487Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T20:48:12.5368893Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T20:48:12.5369344Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T20:48:12.5369769Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T20:48:12.5370356Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T20:48:12.5370752Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T20:48:12.5371134Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T20:48:12.5371517Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T20:48:12.5372018Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T20:48:12.5372386Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T20:48:12.5372824Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T20:48:12.5373307Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T20:48:12.5373719Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T20:48:12.5374088Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T20:48:12.5374455Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T20:48:12.5374852Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T20:48:12.5375237Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T20:48:12.5375606Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T20:48:12.5376004Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T20:48:12.5376381Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T20:48:12.5376728Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T20:48:12.5377080Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T20:48:12.5377467Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T20:48:12.5377885Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T20:48:12.5378257Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T20:48:12.5378638Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T20:48:12.5379078Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T20:48:12.5379504Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T20:48:12.5380172Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T20:48:12.5380565Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T20:48:12.5381075Z 	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-20T20:48:12.5381580Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T20:48:12.5381888Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T20:48:12.5382228Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T20:48:12.5382631Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T20:48:12.5383052Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T20:48:12.5383567Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T20:48:12.5384152Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T20:48:12.5384758Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T20:48:12.5385402Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T20:48:12.5386038Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T20:48:12.5386657Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T20:48:12.5387275Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T20:48:12.5387852Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T20:48:12.5388326Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T20:48:12.5388765Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T20:48:12.5389305Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T20:48:12.5389723Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T20:48:12.5390286Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T20:48:12.5390712Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T20:48:12.5391090Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T20:48:12.5391452Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T20:48:12.5391819Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T20:48:12.5392195Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T20:48:12.5392598Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T20:48:12.5393011Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T20:48:12.5393374Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T20:48:12.5393758Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T20:48:12.5394213Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T20:48:12.5394691Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T20:48:12.5395165Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T20:48:12.5395639Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T20:48:12.5396107Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T20:48:12.5396574Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T20:48:12.5397012Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T20:48:12.5397530Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T20:48:12.5397940Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T20:48:12.5398345Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T20:48:12.5398748Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T20:48:12.5399146Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T20:48:12.5399572Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T20:48:12.5400096Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T20:48:12.5400478Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T20:48:12.5400855Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T20:48:12.5401222Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T20:48:12.5401607Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T20:48:12.5402036Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T20:48:12.5402466Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T20:48:12.5402859Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T20:48:12.5403258Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T20:48:12.5403673Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T20:48:12.5404114Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T20:48:12.5404575Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T20:48:12.5404996Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T20:48:12.5405503Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T20:48:12.5405874Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T20:48:12.5406253Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T20:48:12.5406618Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T20:48:12.5406984Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T20:48:12.5407381Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T20:48:12.5407775Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T20:48:12.5408194Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T20:48:12.5408654Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T20:48:12.5409069Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T20:48:12.5409475Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T20:48:12.5409997Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T20:48:12.5410383Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T20:48:12.5410709Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T20:48:12.5411094Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T20:48:12.5411488Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T20:48:12.5411871Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T20:48:12.5412258Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T20:48:12.5412678Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T20:48:12.5413113Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T20:48:12.5413522Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T20:48:12.5414024Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T20:48:12.5414416Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T20:48:12.5414956Z 	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-20T20:48:12.5415528Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T20:48:12.5415971Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T20:48:12.5416400Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T20:48:12.5416830Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T20:48:12.5417242Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T20:48:12.5417630Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T20:48:12.5418015Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T20:48:12.5418388Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T20:48:12.5418776Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T20:48:12.5419163Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T20:48:12.5419528Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T20:48:12.5420042Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T20:48:12.5420437Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T20:48:12.5420805Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T20:48:12.5421208Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T20:48:12.5421659Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T20:48:12.5422191Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T20:48:12.5422573Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T20:48:12.5422941Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T20:48:12.5423310Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T20:48:12.5423679Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T20:48:12.5424041Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T20:48:12.5424467Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T20:48:12.5424907Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T20:48:12.5425305Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T20:48:12.5425694Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T20:48:12.5426083Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T20:48:12.5426457Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T20:48:12.5426822Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T20:48:12.5427195Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T20:48:12.5427587Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T20:48:12.5428026Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T20:48:12.5428473Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T20:48:12.5428889Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T20:48:12.5429279Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T20:48:12.5429671Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T20:48:12.5430301Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T20:48:12.5430687Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T20:48:12.5431039Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T20:48:12.5431346Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T20:48:12.5431645Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T20:48:12.5432007Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T20:48:12.5432372Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T20:48:12.5432716Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T20:48:12.5433080Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T20:48:12.5433466Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T20:48:12.5433845Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T20:48:12.5434205Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T20:48:12.5434549Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T20:48:12.5434915Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T20:48:12.5435307Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T20:48:12.5435675Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T20:48:12.5436030Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T20:48:12.5436388Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T20:48:12.5436763Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T20:48:12.5437138Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T20:48:12.5437480Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T20:48:12.5437842Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T20:48:12.5438336Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T20:48:12.5438705Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T20:48:12.5439075Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T20:48:12.5439442Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T20:48:12.5439911Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T20:48:12.5440307Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T20:48:12.5440719Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T20:48:12.5441115Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T20:48:12.5441461Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T20:48:12.5441805Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T20:48:12.5442151Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T20:48:12.5442568Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T20:48:12.5443056Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T20:48:12.5443511Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T20:48:12.5443975Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T20:48:12.5444461Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T20:48:12.5444885Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T20:48:12.5445263Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T20:48:12.5445643Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T20:48:12.5446138Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T20:48:12.5446516Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T20:48:12.5446894Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T20:48:12.5447270Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T20:48:12.5447631Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T20:48:12.5448014Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T20:48:12.5448449Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T20:48:12.5448871Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T20:48:12.5449240Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T20:48:12.5449630Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T20:48:12.5450251Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T20:48:12.5450636Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T20:48:12.5450989Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T20:48:12.5451370Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T20:48:12.5451816Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T20:48:12.5452237Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T20:48:12.5452637Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T20:48:12.5453033Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T20:48:12.5453354Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T20:48:12.5453626Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T20:48:12.5453968Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T20:48:12.5454579Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T20:48:12.5569560Z [+] Installing Go for linux-amd64...
2025-08-20T20:48:13.1410114Z [!] Found existing Go installation at: /usr/bin/go
2025-08-20T20:48:13.1410671Z [!] GOROOT: /opt/hostedtoolcache/go/1.24.6/x64
2025-08-20T20:48:13.1411553Z [!] Removing existing GOROOT: /opt/hostedtoolcache/go/1.24.6/x64
2025-08-20T20:48:14.4703370Z [+] Downloading Go go1.25.0...
2025-08-20T20:48:14.4752415Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T20:48:14.4753124Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T20:48:14.4753505Z 
2025-08-20T20:48:14.5401776Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T20:48:14.5402226Z 100    80  100    80    0     0   1229      0 --:--:-- --:--:-- --:--:--  1250
2025-08-20T20:48:14.6013311Z 
2025-08-20T20:48:14.6013782Z 100    75  100    75    0     0    594      0 --:--:-- --:--:-- --:--:--   594
2025-08-20T20:48:14.6305131Z 
2025-08-20T20:48:14.8297615Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T20:48:14.8298218Z 100 56.8M  100 56.8M    0     0   160M      0 --:--:-- --:--:-- --:--:--  285M
2025-08-20T20:48:14.8324194Z (DL) <== https://golang.org/dl/go1.25.0.linux-amd64.tar.gz
2025-08-20T20:48:16.2171469Z [+] Success! Go version: go version go1.25.0 linux/amd64
2025-08-20T20:48:16.2171846Z [+] GOROOT: /home/runner/.go
2025-08-20T20:48:16.2175106Z [+] GOPATH: /home/runner/go
2025-08-20T20:48:16.2175679Z [|] PATH: export PATH="/home/runner/.go/bin:/home/runner/go/bin:${PATH}"
2025-08-20T20:48:16.2332566Z go version go1.25.0 linux/amd64
2025-08-20T20:48:16.2695767Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T20:48:16.2696369Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T20:48:16.2696987Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T20:48:16.2697906Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T20:48:16.2698550Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T20:48:16.2699176Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T20:48:16.2699785Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T20:48:16.2700387Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T20:48:16.2700921Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T20:48:16.2701243Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T20:48:16.2701596Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T20:48:16.2701976Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T20:48:16.2702374Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T20:48:16.2702777Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T20:48:16.2703176Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T20:48:16.2703581Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T20:48:16.2703975Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T20:48:16.2704326Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T20:48:16.2704697Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T20:48:16.2705147Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T20:48:16.2705577Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T20:48:16.2705949Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T20:48:16.2706354Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T20:48:16.2706989Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T20:48:16.2707878Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T20:48:16.2708712Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T20:48:16.2709282Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T20:48:16.2709684Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T20:48:16.2710280Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T20:48:16.2710679Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T20:48:16.2711077Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T20:48:16.2711481Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T20:48:16.2711894Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T20:48:16.2712294Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T20:48:16.2712735Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T20:48:16.2713155Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T20:48:16.2713546Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T20:48:16.2713927Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T20:48:16.2714322Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T20:48:16.2714848Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T20:48:16.2715265Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T20:48:16.2715655Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T20:48:16.2716035Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T20:48:16.2716631Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T20:48:16.2717101Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T20:48:16.2717552Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T20:48:16.2718017Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T20:48:16.2718444Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T20:48:16.2718849Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T20:48:16.2719254Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T20:48:16.2719642Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T20:48:16.2720230Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T20:48:16.2720630Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T20:48:16.2721002Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T20:48:16.2721355Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T20:48:16.2721713Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T20:48:16.2722031Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T20:48:16.2722366Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T20:48:16.2722763Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T20:48:16.2723130Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T20:48:16.2723523Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T20:48:16.2723947Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T20:48:16.2724366Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T20:48:16.2724767Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T20:48:16.2725316Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T20:48:16.2725733Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T20:48:16.2726120Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T20:48:16.2726504Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T20:48:16.2726916Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T20:48:16.2727372Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T20:48:16.2727849Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T20:48:16.2728308Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T20:48:16.2728710Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T20:48:16.2729095Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T20:48:16.2729471Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T20:48:16.2730032Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T20:48:16.2730470Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T20:48:16.2730941Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T20:48:16.2731420Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T20:48:16.2731894Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T20:48:16.2732319Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T20:48:16.2732732Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T20:48:16.2733234Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T20:48:16.2733638Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T20:48:16.2734024Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T20:48:16.2734397Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T20:48:16.2734818Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T20:48:16.2735227Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T20:48:16.2735602Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T20:48:16.2735969Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T20:48:16.2736364Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T20:48:16.2736755Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T20:48:16.2737119Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T20:48:16.2737488Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T20:48:16.2737867Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T20:48:16.2738240Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T20:48:16.2738583Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T20:48:16.2738953Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T20:48:16.2739317Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T20:48:16.2739673Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T20:48:16.2740255Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T20:48:16.2740614Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T20:48:16.2740965Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T20:48:16.2741329Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T20:48:16.2741843Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T20:48:16.2742235Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T20:48:16.2742617Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T20:48:16.2742979Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T20:48:16.2743339Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T20:48:16.2743720Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T20:48:16.2744106Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T20:48:16.2744439Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T20:48:16.2744757Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T20:48:16.2745107Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T20:48:16.2745460Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T20:48:16.2745806Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T20:48:16.2746154Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T20:48:16.2746490Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T20:48:16.2746851Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T20:48:16.2747239Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T20:48:16.2747667Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T20:48:16.2748112Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T20:48:16.2748501Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T20:48:16.2748880Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T20:48:16.2749367Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T20:48:16.2749756Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T20:48:16.2750338Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T20:48:16.2750736Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T20:48:16.2751171Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T20:48:16.2751675Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T20:48:16.2752084Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T20:48:16.2752515Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T20:48:16.2752934Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T20:48:16.2753312Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T20:48:16.2753696Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T20:48:16.2754099Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T20:48:16.2754496Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T20:48:16.2754884Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T20:48:16.2755262Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T20:48:16.2755651Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T20:48:16.2756182Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T20:48:16.2756552Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T20:48:16.2756901Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T20:48:16.2757201Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T20:48:16.2757515Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T20:48:16.2758046Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T20:48:16.2758431Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T20:48:16.2758816Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T20:48:16.2759172Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T20:48:16.2759533Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T20:48:16.2760691Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T20:48:16.2761061Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T20:48:16.2761415Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T20:48:16.2761830Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T20:48:16.2762276Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T20:48:16.2762674Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T20:48:16.2763045Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T20:48:16.2763423Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T20:48:16.2763824Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T20:48:16.2764233Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T20:48:16.2764647Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T20:48:16.2765008Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T20:48:16.2765364Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T20:48:16.2765782Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T20:48:16.2766208Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T20:48:16.2766759Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T20:48:16.2767137Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T20:48:16.2767470Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T20:48:16.2767853Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T20:48:16.2768230Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T20:48:16.2768649Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T20:48:16.2769113Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T20:48:16.2769525Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T20:48:16.2770062Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T20:48:16.2770409Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T20:48:16.2770923Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T20:48:16.2771382Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T20:48:16.2771883Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T20:48:16.2772319Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T20:48:16.2772690Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T20:48:16.2773149Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T20:48:16.2773680Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T20:48:16.2774168Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T20:48:16.2774595Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T20:48:16.2774952Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T20:48:16.2775330Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T20:48:16.2775868Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T20:48:16.2776272Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T20:48:16.2776882Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T20:48:16.2777541Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T20:48:16.2778200Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T20:48:16.2778909Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T20:48:16.2779564Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T20:48:16.2780164Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T20:48:16.2780561Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T20:48:16.2780952Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T20:48:16.2781435Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T20:48:16.2782016Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T20:48:16.2782661Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T20:48:16.2783203Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T20:48:16.2783627Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T20:48:16.2784152Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T20:48:16.2794100Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T20:48:16.2794580Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T20:48:16.2794982Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T20:48:16.2795367Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T20:48:16.2795982Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T20:48:16.2796413Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T20:48:16.2796875Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T20:48:16.2797323Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T20:48:16.2797724Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T20:48:16.2798112Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T20:48:16.2798489Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T20:48:16.2798858Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T20:48:16.2799235Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T20:48:16.2799619Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T20:48:16.2800205Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T20:48:16.2800656Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T20:48:16.2801133Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T20:48:16.2801589Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T20:48:16.2802095Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T20:48:16.2802592Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T20:48:16.2803072Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T20:48:16.2803550Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T20:48:16.2803972Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T20:48:16.2804468Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T20:48:16.2804819Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T20:48:16.2805181Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T20:48:16.2805547Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T20:48:16.2805890Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T20:48:16.2806253Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T20:48:16.2806619Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T20:48:16.2806988Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T20:48:16.2807360Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T20:48:16.2807730Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T20:48:16.2808120Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T20:48:16.2808501Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T20:48:16.2808905Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T20:48:16.2809338Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T20:48:16.2809716Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T20:48:16.2810292Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T20:48:16.2810697Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T20:48:16.2811063Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T20:48:16.2811404Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T20:48:16.2811746Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T20:48:16.2812100Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T20:48:16.2812602Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T20:48:16.2812970Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T20:48:16.2813346Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T20:48:16.2813703Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T20:48:16.2814014Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T20:48:16.2814469Z 	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-20T20:48:16.2814972Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T20:48:16.2815328Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T20:48:16.2815692Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T20:48:16.2816054Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T20:48:16.2816453Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T20:48:16.2816876Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T20:48:16.2817294Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T20:48:16.2817708Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T20:48:16.2818101Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T20:48:16.2818488Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T20:48:16.2818893Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T20:48:16.2819289Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T20:48:16.2819668Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T20:48:16.2820299Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T20:48:16.2820913Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T20:48:16.2821403Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T20:48:16.2821838Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T20:48:16.2822234Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T20:48:16.2822621Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T20:48:16.2823084Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T20:48:16.2823553Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T20:48:16.2823946Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T20:48:16.2824366Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T20:48:16.2824806Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T20:48:16.2825205Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T20:48:16.2825559Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T20:48:16.2825917Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T20:48:16.2826287Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T20:48:16.2826657Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T20:48:16.2827012Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T20:48:16.2827360Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T20:48:16.2827739Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T20:48:16.2828109Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T20:48:16.2828465Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T20:48:16.2828940Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T20:48:16.2829292Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T20:48:16.2829664Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T20:48:16.2830221Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T20:48:16.2830575Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T20:48:16.2830925Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T20:48:16.2831272Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T20:48:16.2831627Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T20:48:16.2831987Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T20:48:16.2832340Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T20:48:16.2832686Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T20:48:16.2833060Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T20:48:16.2833411Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T20:48:16.2833770Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T20:48:16.2834195Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T20:48:16.2834594Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T20:48:16.2834947Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T20:48:16.2835323Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T20:48:16.2835732Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T20:48:16.2836116Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T20:48:16.2836457Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T20:48:16.2836812Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T20:48:16.2837285Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T20:48:16.2837576Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T20:48:16.2837871Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T20:48:16.2838217Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T20:48:16.2838580Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T20:48:16.2838942Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T20:48:16.2839295Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T20:48:16.2839631Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T20:48:16.2840170Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T20:48:16.2840546Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T20:48:16.2840968Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T20:48:16.2841364Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T20:48:16.2841750Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T20:48:16.2842132Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T20:48:16.2842544Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T20:48:16.2843044Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T20:48:16.2843654Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T20:48:16.2844271Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T20:48:16.2844804Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T20:48:16.2845396Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T20:48:16.2845873Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T20:48:16.2846394Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T20:48:16.2847009Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T20:48:16.2847563Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T20:48:16.2848043Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T20:48:16.2848484Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T20:48:16.2848843Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T20:48:16.2849208Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T20:48:16.2849573Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T20:48:16.2850122Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T20:48:16.2850511Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T20:48:16.2850887Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T20:48:16.2851261Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T20:48:16.2851629Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T20:48:16.2851997Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T20:48:16.2852356Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T20:48:16.2852721Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T20:48:16.2853079Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T20:48:16.2853459Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T20:48:16.2853966Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T20:48:16.2854371Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T20:48:16.2854780Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T20:48:16.2855134Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T20:48:16.2855512Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T20:48:16.2855915Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T20:48:16.2856313Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T20:48:16.2856744Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T20:48:16.2857163Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T20:48:16.2857526Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T20:48:16.2857896Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T20:48:16.2858268Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T20:48:16.2858625Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T20:48:16.2858998Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T20:48:16.2859376Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T20:48:16.2859746Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T20:48:16.2860312Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T20:48:16.2860666Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T20:48:16.2861017Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T20:48:16.2861554Z 	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-20T20:48:16.2862381Z 	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-20T20:48:16.2863053Z 	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-20T20:48:16.2863700Z 	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-20T20:48:16.2864206Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T20:48:16.2864581Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T20:48:16.2864940Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T20:48:16.2865304Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T20:48:16.2865670Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T20:48:16.2866022Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T20:48:16.2866391Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T20:48:16.2866764Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T20:48:16.2867131Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T20:48:16.2867497Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T20:48:16.2867869Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T20:48:16.2868230Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T20:48:16.2868608Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T20:48:16.2869007Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T20:48:16.2869391Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T20:48:16.2869776Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T20:48:16.2870518Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T20:48:16.2870911Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T20:48:16.2871290Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T20:48:16.2871660Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T20:48:16.2872027Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T20:48:16.2872404Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T20:48:16.2872794Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T20:48:16.2873180Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T20:48:16.2873567Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T20:48:16.2873952Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T20:48:16.2874335Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T20:48:16.2874761Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T20:48:16.2875184Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T20:48:16.2875577Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T20:48:16.2876001Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T20:48:16.2876451Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T20:48:16.2876849Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T20:48:16.2877206Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T20:48:16.2877574Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T20:48:16.2877959Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T20:48:16.2878469Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T20:48:16.2878869Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T20:48:16.2879235Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T20:48:16.2879611Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T20:48:16.2880265Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T20:48:16.2880729Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T20:48:16.2881120Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T20:48:16.2881675Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T20:48:16.2882381Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T20:48:16.2883175Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T20:48:16.2883982Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T20:48:16.2884816Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T20:48:16.2885261Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T20:48:16.2885693Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T20:48:16.2886089Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T20:48:16.2886480Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T20:48:16.2886893Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T20:48:16.2887274Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T20:48:16.2887653Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T20:48:16.2888217Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T20:48:16.2888619Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T20:48:16.2889019Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T20:48:16.2889431Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T20:48:16.2889993Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T20:48:16.2890471Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T20:48:16.2890846Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T20:48:16.2891201Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T20:48:16.2891588Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T20:48:16.2892004Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T20:48:16.2892457Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T20:48:16.2892908Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T20:48:16.2893305Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T20:48:16.2893730Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T20:48:16.2894144Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T20:48:16.2894553Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T20:48:16.2894965Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T20:48:16.2895324Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T20:48:16.2895688Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T20:48:16.2896074Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T20:48:16.2896585Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T20:48:16.2896955Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T20:48:16.2897278Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T20:48:16.2897588Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T20:48:16.2897933Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T20:48:16.2898428Z 	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-20T20:48:16.2898934Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T20:48:16.2899302Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T20:48:16.2899665Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T20:48:16.2900305Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T20:48:16.2900728Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T20:48:16.2901137Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T20:48:16.2901539Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T20:48:16.2901950Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T20:48:16.2902358Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T20:48:16.2902729Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T20:48:16.2903097Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T20:48:16.2903456Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T20:48:16.2903830Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T20:48:16.2904247Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T20:48:16.2904667Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T20:48:16.2905190Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T20:48:16.2905599Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T20:48:16.2906034Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T20:48:16.2906425Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T20:48:16.2906786Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T20:48:16.2907132Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T20:48:16.2907487Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T20:48:16.2907844Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T20:48:16.2908216Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T20:48:16.2908606Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T20:48:16.2909014Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T20:48:16.2909463Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T20:48:16.2910028Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T20:48:16.2910400Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T20:48:16.2910772Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T20:48:16.2911143Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T20:48:16.2911521Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T20:48:16.2911891Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T20:48:16.2912257Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T20:48:16.2912690Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T20:48:16.2913289Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T20:48:16.2913706Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T20:48:16.2914073Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T20:48:16.2914436Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T20:48:16.2914825Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T20:48:16.2915208Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T20:48:16.2915572Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T20:48:16.2915957Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T20:48:16.2916330Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T20:48:16.2916673Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T20:48:16.2917033Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T20:48:16.2917421Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T20:48:16.2917831Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T20:48:16.2918204Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T20:48:16.2918585Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T20:48:16.2919019Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T20:48:16.2919442Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T20:48:16.2919948Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T20:48:16.2920336Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T20:48:16.2920841Z 	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-20T20:48:16.2921505Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T20:48:16.2921807Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T20:48:16.2922271Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T20:48:16.2922676Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T20:48:16.2923090Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T20:48:16.2923602Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T20:48:16.2924180Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T20:48:16.2924790Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T20:48:16.2925431Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T20:48:16.2926072Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T20:48:16.2926698Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T20:48:16.2927319Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T20:48:16.2927898Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T20:48:16.2928381Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T20:48:16.2928823Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T20:48:16.2929256Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T20:48:16.2929678Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T20:48:16.2930518Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T20:48:16.2930970Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T20:48:16.2931352Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T20:48:16.2931717Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T20:48:16.2932088Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T20:48:16.2932465Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T20:48:16.2932876Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T20:48:16.2933287Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T20:48:16.2933648Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T20:48:16.2934038Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T20:48:16.2934501Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T20:48:16.2934987Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T20:48:16.2935460Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T20:48:16.2935929Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T20:48:16.2936397Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T20:48:16.2936867Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T20:48:16.2937295Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T20:48:16.2937702Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T20:48:16.2938111Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T20:48:16.2938528Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T20:48:16.2939069Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T20:48:16.2939476Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T20:48:16.2940036Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T20:48:16.2940467Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T20:48:16.2940854Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T20:48:16.2941232Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T20:48:16.2941604Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T20:48:16.2941979Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T20:48:16.2942409Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T20:48:16.2942843Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T20:48:16.2943245Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T20:48:16.2943650Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T20:48:16.2944067Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T20:48:16.2944509Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T20:48:16.2944952Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T20:48:16.2945372Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T20:48:16.2945756Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T20:48:16.2946128Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T20:48:16.2946514Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T20:48:16.2946881Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T20:48:16.2947375Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T20:48:16.2947772Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T20:48:16.2948166Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T20:48:16.2948587Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T20:48:16.2949049Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T20:48:16.2949459Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T20:48:16.2949975Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T20:48:16.2950368Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T20:48:16.2950666Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T20:48:16.2950982Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T20:48:16.2951367Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T20:48:16.2951755Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T20:48:16.2952133Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T20:48:16.2952516Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T20:48:16.2952935Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T20:48:16.2953374Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T20:48:16.2953775Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T20:48:16.2954150Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T20:48:16.2954538Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T20:48:16.2955080Z 	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-20T20:48:16.2955769Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T20:48:16.2956212Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T20:48:16.2956645Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T20:48:16.2957071Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T20:48:16.2957482Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T20:48:16.2957868Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T20:48:16.2958253Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T20:48:16.2958627Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T20:48:16.2959017Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T20:48:16.2959416Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T20:48:16.2959781Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T20:48:16.2960263Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T20:48:16.2960659Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T20:48:16.2961029Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T20:48:16.2961429Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T20:48:16.2961884Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T20:48:16.2962296Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T20:48:16.2962662Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T20:48:16.2963028Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T20:48:16.2963521Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T20:48:16.2963895Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T20:48:16.2964257Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T20:48:16.2964676Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T20:48:16.2965115Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T20:48:16.2965509Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T20:48:16.2965899Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T20:48:16.2966283Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T20:48:16.2966655Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T20:48:16.2967019Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T20:48:16.2967401Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T20:48:16.2967791Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T20:48:16.2968229Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T20:48:16.2968674Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T20:48:16.2969090Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T20:48:16.2969482Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T20:48:16.2969976Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T20:48:16.2970520Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T20:48:16.2970901Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T20:48:16.2971250Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T20:48:16.2971693Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T20:48:16.2971994Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T20:48:16.2972356Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T20:48:16.2972722Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T20:48:16.2973064Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T20:48:16.2973429Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T20:48:16.2973819Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T20:48:16.2974199Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T20:48:16.2974552Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T20:48:16.2974899Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T20:48:16.2975270Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T20:48:16.2975665Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T20:48:16.2976033Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T20:48:16.2976394Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T20:48:16.2976745Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T20:48:16.2977119Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T20:48:16.2977488Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T20:48:16.2977830Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T20:48:16.2978197Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T20:48:16.2978580Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T20:48:16.2978952Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T20:48:16.2979317Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T20:48:16.2979937Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T20:48:16.2980449Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T20:48:16.2980857Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T20:48:16.2981277Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T20:48:16.2981680Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T20:48:16.2982034Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T20:48:16.2982379Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T20:48:16.2982722Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T20:48:16.2983138Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T20:48:16.2983623Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T20:48:16.2984092Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T20:48:16.2984587Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T20:48:16.2985081Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T20:48:16.2985510Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T20:48:16.2985886Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T20:48:16.2986270Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T20:48:16.2986649Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T20:48:16.2987031Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T20:48:16.2987406Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T20:48:16.2987785Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T20:48:16.2988284Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T20:48:16.2988668Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T20:48:16.2989101Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T20:48:16.2989525Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T20:48:16.2990034Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T20:48:16.2990447Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T20:48:16.2990866Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T20:48:16.2991243Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T20:48:16.2991593Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T20:48:16.2991984Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T20:48:16.2992437Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T20:48:16.2992859Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T20:48:16.2993270Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T20:48:16.2993672Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T20:48:16.2993987Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T20:48:16.2994266Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T20:48:16.2994618Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T20:48:16.2995089Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T20:48:16.5184132Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:48:16.6835357Z Collecting meson
2025-08-20T20:48:16.7173847Z   Downloading meson-1.8.4-py3-none-any.whl.metadata (1.8 kB)
2025-08-20T20:48:16.7475509Z Collecting ninja
2025-08-20T20:48:16.7594389Z   Downloading ninja-1.13.0-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (5.1 kB)
2025-08-20T20:48:16.7660705Z Downloading meson-1.8.4-py3-none-any.whl (1.0 MB)
2025-08-20T20:48:16.7933745Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 81.9 MB/s  0:00:00
2025-08-20T20:48:16.7968843Z Downloading ninja-1.13.0-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (180 kB)
2025-08-20T20:48:16.8851998Z Installing collected packages: ninja, meson
2025-08-20T20:48:17.5998555Z 
2025-08-20T20:48:17.6028544Z Successfully installed meson-1.8.4 ninja-1.13.0
2025-08-20T20:48:17.8893645Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:48:17.9958263Z Requirement already satisfied: meson in /home/runner/.local/lib/python3.12/site-packages (1.8.4)
2025-08-20T20:48:18.0506691Z Requirement already satisfied: ninja in /home/runner/.local/lib/python3.12/site-packages (1.13.0)
2025-08-20T20:48:18.4770706Z 1.8.4
2025-08-20T20:48:18.5008174Z 1.13.0.git.kitware.jobserver-pipe-1
2025-08-20T20:48:18.5257592Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T20:48:18.5258280Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T20:48:18.5258898Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T20:48:18.5259543Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T20:48:18.5260386Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T20:48:18.5261041Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T20:48:18.5261679Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T20:48:18.5262319Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T20:48:18.5262946Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T20:48:18.5263518Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T20:48:18.5264475Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T20:48:18.5265146Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T20:48:18.5265808Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T20:48:18.5266508Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T20:48:18.5267194Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T20:48:18.5267873Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T20:48:18.5268540Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T20:48:18.5269179Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T20:48:18.5270013Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T20:48:18.5270749Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T20:48:18.5271234Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T20:48:18.5271652Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T20:48:18.5272075Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T20:48:18.5272468Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T20:48:18.5272830Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T20:48:18.5273220Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T20:48:18.5273645Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T20:48:18.5274068Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T20:48:18.5274763Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T20:48:18.5275476Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T20:48:18.5276388Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T20:48:18.5277151Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T20:48:18.5277909Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T20:48:18.5278639Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T20:48:18.5279529Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T20:48:18.5280476Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T20:48:18.5281198Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T20:48:18.5281875Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T20:48:18.5282574Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T20:48:18.5283306Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T20:48:18.5284120Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T20:48:18.5284843Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T20:48:18.5285535Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T20:48:18.5286333Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T20:48:18.5287152Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T20:48:18.5287987Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T20:48:18.5288842Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T20:48:18.5289614Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T20:48:18.5290538Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T20:48:18.5291526Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T20:48:18.5292239Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T20:48:18.5292969Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T20:48:18.5293675Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T20:48:18.5294317Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T20:48:18.5294941Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T20:48:18.5295574Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T20:48:18.5296126Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T20:48:18.5296717Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T20:48:18.5297429Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T20:48:18.5298089Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T20:48:18.5298812Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T20:48:18.5299571Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T20:48:18.5300467Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T20:48:18.5301177Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T20:48:18.5301917Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T20:48:18.5302655Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T20:48:18.5303345Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T20:48:18.5304023Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T20:48:18.5304747Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T20:48:18.5305747Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T20:48:18.5306614Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T20:48:18.5307423Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T20:48:18.5308140Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T20:48:18.5308811Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T20:48:18.5309483Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T20:48:18.5310353Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T20:48:18.5311108Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T20:48:18.5311963Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T20:48:18.5312824Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T20:48:18.5313679Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T20:48:18.5314443Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T20:48:18.5315136Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T20:48:18.5315637Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T20:48:18.5316039Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T20:48:18.5316432Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T20:48:18.5316821Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T20:48:18.5317232Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T20:48:18.5317646Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T20:48:18.5318028Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T20:48:18.5318582Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T20:48:18.5319000Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T20:48:18.5319404Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T20:48:18.5319776Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T20:48:18.5320570Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T20:48:18.5321184Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T20:48:18.5321574Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T20:48:18.5321918Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T20:48:18.5322292Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T20:48:18.5322667Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T20:48:18.5323051Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T20:48:18.5323455Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T20:48:18.5323823Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T20:48:18.5324182Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T20:48:18.5324550Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T20:48:18.5324933Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T20:48:18.5325328Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T20:48:18.5325718Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T20:48:18.5326098Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T20:48:18.5326462Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T20:48:18.5326847Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T20:48:18.5327391Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T20:48:18.5327868Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T20:48:18.5328199Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T20:48:18.5328553Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T20:48:18.5328895Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T20:48:18.5329242Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T20:48:18.5329591Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T20:48:18.5330129Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T20:48:18.5330513Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T20:48:18.5330903Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T20:48:18.5331342Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T20:48:18.5331783Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T20:48:18.5332171Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T20:48:18.5332552Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T20:48:18.5332929Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T20:48:18.5333310Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T20:48:18.5333705Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T20:48:18.5334104Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T20:48:18.5334471Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T20:48:18.5334850Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T20:48:18.5335251Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T20:48:18.5335840Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T20:48:18.5336264Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T20:48:18.5336645Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T20:48:18.5337027Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T20:48:18.5337425Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T20:48:18.5337822Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T20:48:18.5338214Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T20:48:18.5338592Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T20:48:18.5338978Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T20:48:18.5339366Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T20:48:18.5339745Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T20:48:18.5340450Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T20:48:18.5340800Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T20:48:18.5341122Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T20:48:18.5341508Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T20:48:18.5341893Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T20:48:18.5342283Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T20:48:18.5342675Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T20:48:18.5343056Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T20:48:18.5343434Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T20:48:18.5343778Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T20:48:18.5344253Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T20:48:18.5344682Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T20:48:18.5345124Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T20:48:18.5345516Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T20:48:18.5345889Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T20:48:18.5346265Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T20:48:18.5346670Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T20:48:18.5347084Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T20:48:18.5347493Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T20:48:18.5347844Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T20:48:18.5348200Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T20:48:18.5348670Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T20:48:18.5358431Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T20:48:18.5359025Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T20:48:18.5359428Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T20:48:18.5359788Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T20:48:18.5360407Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T20:48:18.5360814Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T20:48:18.5361344Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T20:48:18.5361899Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T20:48:18.5362518Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T20:48:18.5362890Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T20:48:18.5363230Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T20:48:18.5363580Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T20:48:18.5364158Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T20:48:18.5364749Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T20:48:18.5365258Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T20:48:18.5365642Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T20:48:18.5366137Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T20:48:18.5366858Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T20:48:18.5367458Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T20:48:18.5367991Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T20:48:18.5368559Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T20:48:18.5369062Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T20:48:18.5369600Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T20:48:18.5370182Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T20:48:18.5370591Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T20:48:18.5371100Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T20:48:18.5371600Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T20:48:18.5372115Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T20:48:18.5372684Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T20:48:18.5373227Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T20:48:18.5373746Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T20:48:18.5374209Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T20:48:18.5374720Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T20:48:18.5375274Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T20:48:18.5375815Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T20:48:18.5376344Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T20:48:18.5376715Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T20:48:18.5377213Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T20:48:18.5377746Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T20:48:18.5378231Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T20:48:18.5378629Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T20:48:18.5379043Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T20:48:18.5379577Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T20:48:18.5380206Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T20:48:18.5380807Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T20:48:18.5381266Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T20:48:18.5381799Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T20:48:18.5382329Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T20:48:18.5383080Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T20:48:18.5383587Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T20:48:18.5384135Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T20:48:18.5384651Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T20:48:18.5385123Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T20:48:18.5385746Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T20:48:18.5386336Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T20:48:18.5386911Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T20:48:18.5387599Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T20:48:18.5388243Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T20:48:18.5388761Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T20:48:18.5389388Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T20:48:18.5390102Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T20:48:18.5390612Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T20:48:18.5391053Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T20:48:18.5391567Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T20:48:18.5392023Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T20:48:18.5392509Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T20:48:18.5392892Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T20:48:18.5393313Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T20:48:18.5393935Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T20:48:18.5394453Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T20:48:18.5394958Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T20:48:18.5395472Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T20:48:18.5395998Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T20:48:18.5396492Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T20:48:18.5396999Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T20:48:18.5397409Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T20:48:18.5397910Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T20:48:18.5398432Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T20:48:18.5398936Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T20:48:18.5399392Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T20:48:18.5400008Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T20:48:18.5400475Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T20:48:18.5401048Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T20:48:18.5401589Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T20:48:18.5402167Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T20:48:18.5402676Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T20:48:18.5403076Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T20:48:18.5403808Z 	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-20T20:48:18.5404524Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T20:48:18.5404903Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T20:48:18.5405281Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T20:48:18.5405675Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T20:48:18.5406087Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T20:48:18.5406539Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T20:48:18.5406966Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T20:48:18.5407394Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T20:48:18.5407802Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T20:48:18.5408207Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T20:48:18.5408634Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T20:48:18.5409044Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T20:48:18.5409444Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T20:48:18.5410070Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T20:48:18.5410573Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T20:48:18.5411062Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T20:48:18.5411510Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T20:48:18.5411918Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T20:48:18.5412322Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T20:48:18.5412797Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T20:48:18.5413414Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T20:48:18.5413829Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T20:48:18.5414263Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T20:48:18.5414714Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T20:48:18.5415121Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T20:48:18.5415484Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T20:48:18.5415853Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T20:48:18.5416236Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T20:48:18.5416621Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T20:48:18.5416987Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T20:48:18.5417354Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T20:48:18.5417739Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T20:48:18.5418117Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T20:48:18.5418538Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T20:48:18.5419019Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T20:48:18.5419371Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T20:48:18.5419756Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T20:48:18.5420249Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T20:48:18.5420623Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T20:48:18.5420986Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T20:48:18.5421341Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T20:48:18.5421839Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T20:48:18.5422210Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T20:48:18.5422571Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T20:48:18.5422924Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T20:48:18.5423299Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T20:48:18.5423657Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T20:48:18.5424025Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T20:48:18.5424459Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T20:48:18.5424865Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T20:48:18.5425229Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T20:48:18.5425656Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T20:48:18.5426181Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T20:48:18.5426572Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T20:48:18.5426930Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T20:48:18.5427298Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T20:48:18.5427654Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T20:48:18.5427954Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T20:48:18.5428256Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T20:48:18.5428608Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T20:48:18.5428963Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T20:48:18.5429329Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T20:48:18.5429935Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T20:48:18.5430302Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T20:48:18.5430638Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T20:48:18.5431019Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T20:48:18.5431427Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T20:48:18.5431823Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T20:48:18.5432216Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T20:48:18.5432603Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T20:48:18.5433009Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T20:48:18.5433512Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T20:48:18.5434140Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T20:48:18.5434776Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T20:48:18.5435319Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T20:48:18.5435791Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T20:48:18.5436243Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T20:48:18.5436758Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T20:48:18.5437378Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T20:48:18.5437937Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T20:48:18.5438428Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T20:48:18.5438992Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T20:48:18.5439491Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T20:48:18.5439957Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T20:48:18.5440332Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T20:48:18.5440708Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T20:48:18.5441101Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T20:48:18.5441481Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T20:48:18.5441863Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T20:48:18.5442247Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T20:48:18.5442631Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T20:48:18.5443007Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T20:48:18.5443376Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T20:48:18.5443741Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T20:48:18.5444142Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T20:48:18.5444546Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T20:48:18.5444963Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T20:48:18.5445383Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T20:48:18.5445747Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T20:48:18.5446136Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T20:48:18.5446543Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T20:48:18.5447081Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T20:48:18.5447523Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T20:48:18.5447953Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T20:48:18.5448321Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T20:48:18.5448690Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T20:48:18.5449070Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T20:48:18.5449438Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T20:48:18.5449996Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T20:48:18.5450652Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T20:48:18.5451051Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T20:48:18.5451458Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T20:48:18.5451825Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T20:48:18.5452190Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T20:48:18.5452736Z 	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-20T20:48:18.5453451Z 	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-20T20:48:18.5454127Z 	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-20T20:48:18.5454782Z 	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-20T20:48:18.5455314Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T20:48:18.5455704Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T20:48:18.5456221Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T20:48:18.5456598Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T20:48:18.5456984Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T20:48:18.5457342Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T20:48:18.5457721Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T20:48:18.5458106Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T20:48:18.5458481Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T20:48:18.5458856Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T20:48:18.5459236Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T20:48:18.5459607Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T20:48:18.5460124Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T20:48:18.5460537Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T20:48:18.5460943Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T20:48:18.5461341Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T20:48:18.5461741Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T20:48:18.5462138Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T20:48:18.5462521Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T20:48:18.5462906Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T20:48:18.5463284Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T20:48:18.5463670Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T20:48:18.5464193Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T20:48:18.5464594Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T20:48:18.5464985Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T20:48:18.5465443Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T20:48:18.5465913Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T20:48:18.5466337Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T20:48:18.5466773Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T20:48:18.5467180Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T20:48:18.5467625Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T20:48:18.5468089Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T20:48:18.5468508Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T20:48:18.5468877Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T20:48:18.5469257Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T20:48:18.5469653Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T20:48:18.5470162Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T20:48:18.5470559Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T20:48:18.5470928Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T20:48:18.5471316Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T20:48:18.5471786Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T20:48:18.5472257Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T20:48:18.5472782Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T20:48:18.5473189Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T20:48:18.5473637Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T20:48:18.5474078Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T20:48:18.5474549Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T20:48:18.5475036Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T20:48:18.5475477Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T20:48:18.5475908Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T20:48:18.5476307Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T20:48:18.5476709Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T20:48:18.5477131Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T20:48:18.5477516Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T20:48:18.5477893Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T20:48:18.5478298Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T20:48:18.5478697Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T20:48:18.5479095Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T20:48:18.5479513Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T20:48:18.5480001Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T20:48:18.5480375Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T20:48:18.5480855Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T20:48:18.5481220Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T20:48:18.5481607Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T20:48:18.5482021Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T20:48:18.5482472Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T20:48:18.5482920Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T20:48:18.5483317Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T20:48:18.5483778Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T20:48:18.5484198Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T20:48:18.5484603Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T20:48:18.5485011Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T20:48:18.5485370Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T20:48:18.5485733Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T20:48:18.5486118Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T20:48:18.5486508Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T20:48:18.5486875Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T20:48:18.5487198Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T20:48:18.5487513Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T20:48:18.5487868Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T20:48:18.5488370Z 	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-20T20:48:18.5488885Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T20:48:18.5489395Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T20:48:18.5489764Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T20:48:18.5490256Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T20:48:18.5490665Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T20:48:18.5491067Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T20:48:18.5491464Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T20:48:18.5491875Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T20:48:18.5492282Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T20:48:18.5492652Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T20:48:18.5493019Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T20:48:18.5493390Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T20:48:18.5493768Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T20:48:18.5494184Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T20:48:18.5494614Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T20:48:18.5494999Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T20:48:18.5495415Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T20:48:18.5495851Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T20:48:18.5496242Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T20:48:18.5496608Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T20:48:18.5496956Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T20:48:18.5497436Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T20:48:18.5497813Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T20:48:18.5498187Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T20:48:18.5498584Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T20:48:18.5498996Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T20:48:18.5499452Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T20:48:18.5499987Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T20:48:18.5500363Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T20:48:18.5500744Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T20:48:18.5501122Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T20:48:18.5501510Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T20:48:18.5501884Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T20:48:18.5502253Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T20:48:18.5502692Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T20:48:18.5503176Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T20:48:18.5503592Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T20:48:18.5503960Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T20:48:18.5504335Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T20:48:18.5504735Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T20:48:18.5505126Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T20:48:18.5505621Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T20:48:18.5506019Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T20:48:18.5506396Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T20:48:18.5506745Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T20:48:18.5507095Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T20:48:18.5507493Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T20:48:18.5507910Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T20:48:18.5508285Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T20:48:18.5508669Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T20:48:18.5509107Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T20:48:18.5509539Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T20:48:18.5510054Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T20:48:18.5510443Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T20:48:18.5510960Z 	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-20T20:48:18.5511470Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T20:48:18.5511774Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T20:48:18.5512118Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T20:48:18.5512526Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T20:48:18.5512945Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T20:48:18.5513456Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T20:48:18.5514158Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T20:48:18.5514766Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T20:48:18.5515412Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T20:48:18.5516049Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T20:48:18.5516665Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T20:48:18.5517286Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T20:48:18.5517861Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T20:48:18.5518341Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T20:48:18.5518788Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T20:48:18.5519225Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T20:48:18.5519648Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T20:48:18.5520218Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T20:48:18.5520648Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T20:48:18.5521029Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T20:48:18.5521395Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T20:48:18.5521770Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T20:48:18.5522146Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T20:48:18.5522554Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T20:48:18.5523138Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T20:48:18.5523498Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T20:48:18.5523894Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T20:48:18.5524354Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T20:48:18.5524844Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T20:48:18.5525327Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T20:48:18.5525803Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T20:48:18.5526279Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T20:48:18.5526751Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T20:48:18.5527200Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T20:48:18.5527619Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T20:48:18.5528031Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T20:48:18.5528444Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T20:48:18.5528855Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T20:48:18.5529265Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T20:48:18.5529698Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T20:48:18.5530226Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T20:48:18.5530614Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T20:48:18.5530992Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T20:48:18.5531486Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T20:48:18.5531865Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T20:48:18.5532293Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T20:48:18.5532727Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T20:48:18.5533126Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T20:48:18.5533529Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T20:48:18.5533947Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T20:48:18.5534390Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T20:48:18.5534831Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T20:48:18.5535258Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T20:48:18.5535658Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T20:48:18.5536035Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T20:48:18.5536422Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T20:48:18.5536790Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T20:48:18.5537174Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T20:48:18.5537569Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T20:48:18.5537969Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T20:48:18.5538387Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T20:48:18.5538851Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T20:48:18.5539267Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T20:48:18.5539889Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T20:48:18.5540287Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T20:48:18.5540588Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T20:48:18.5540903Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T20:48:18.5541285Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T20:48:18.5541675Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T20:48:18.5542059Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T20:48:18.5542447Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T20:48:18.5542869Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T20:48:18.5543316Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T20:48:18.5543734Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T20:48:18.5544117Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T20:48:18.5544512Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T20:48:18.5545051Z 	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-20T20:48:18.5545627Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T20:48:18.5546078Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T20:48:18.5546512Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T20:48:18.5546942Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T20:48:18.5547363Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T20:48:18.5547877Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T20:48:18.5548268Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T20:48:18.5548650Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T20:48:18.5549045Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T20:48:18.5549441Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T20:48:18.5549901Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T20:48:18.5550287Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T20:48:18.5550683Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T20:48:18.5551053Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T20:48:18.5551458Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T20:48:18.5551920Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T20:48:18.5552338Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T20:48:18.5552708Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T20:48:18.5553081Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T20:48:18.5553461Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T20:48:18.5553832Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T20:48:18.5554199Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T20:48:18.5554621Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T20:48:18.5555065Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T20:48:18.5555470Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T20:48:18.5555979Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T20:48:18.5556371Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T20:48:18.5556748Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T20:48:18.5557118Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T20:48:18.5557495Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T20:48:18.5557883Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T20:48:18.5558330Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T20:48:18.5558780Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T20:48:18.5559198Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T20:48:18.5559599Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T20:48:18.5560105Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T20:48:18.5560523Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T20:48:18.5560906Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T20:48:18.5561261Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T20:48:18.5561574Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T20:48:18.5561878Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T20:48:18.5562242Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T20:48:18.5562611Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T20:48:18.5562958Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T20:48:18.5563326Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T20:48:18.5563718Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T20:48:18.5564217Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T20:48:18.5564576Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T20:48:18.5564924Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T20:48:18.5565293Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T20:48:18.5565686Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T20:48:18.5566058Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T20:48:18.5566417Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T20:48:18.5566775Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T20:48:18.5567155Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T20:48:18.5567535Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T20:48:18.5567882Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T20:48:18.5568259Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T20:48:18.5568647Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T20:48:18.5569025Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T20:48:18.5569397Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T20:48:18.5569781Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T20:48:18.5570273Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T20:48:18.5570676Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T20:48:18.5571099Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T20:48:18.5571507Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T20:48:18.5571864Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T20:48:18.5572331Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T20:48:18.5572680Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T20:48:18.5573103Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T20:48:18.5573600Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T20:48:18.5574066Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T20:48:18.5574537Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T20:48:18.5575030Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T20:48:18.5575466Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T20:48:18.5575847Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T20:48:18.5576233Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T20:48:18.5576621Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T20:48:18.5577015Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T20:48:18.5577399Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T20:48:18.5577782Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T20:48:18.5578156Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T20:48:18.5578548Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T20:48:18.5578987Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T20:48:18.5579418Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T20:48:18.5579889Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T20:48:18.5580407Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T20:48:18.5580835Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T20:48:18.5581208Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T20:48:18.5581563Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T20:48:18.5581953Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T20:48:18.5582404Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T20:48:18.5582830Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T20:48:18.5583238Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T20:48:18.5583642Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T20:48:18.5583992Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T20:48:18.5584273Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T20:48:18.5584631Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T20:48:18.5585109Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T20:48:18.8191957Z info: downloading installer
2025-08-20T20:48:19.1964223Z warn: It looks like you have an existing rustup settings file at:
2025-08-20T20:48:19.1964676Z warn: /home/runner/.rustup/settings.toml
2025-08-20T20:48:19.1965076Z warn: Rustup will install the default toolchain as specified in the settings file,
2025-08-20T20:48:19.1965522Z warn: instead of the one inferred from the default host triple.
2025-08-20T20:48:19.2134069Z info: profile set to 'default'
2025-08-20T20:48:19.2134400Z info: default host triple is x86_64-unknown-linux-gnu
2025-08-20T20:48:19.2134801Z warn: Updating existing toolchain, profile choice will be ignored
2025-08-20T20:48:19.2811312Z info: syncing channel updates for 'stable-x86_64-unknown-linux-gnu'
2025-08-20T20:48:19.2973287Z info: default toolchain set to 'stable-x86_64-unknown-linux-gnu'
2025-08-20T20:48:19.2974039Z 
2025-08-20T20:48:19.3067041Z   stable-x86_64-unknown-linux-gnu unchanged - rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T20:48:19.3067543Z 
2025-08-20T20:48:19.3067550Z 
2025-08-20T20:48:19.3067700Z Rust is installed now. Great!
2025-08-20T20:48:19.3067939Z 
2025-08-20T20:48:19.3068198Z To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
2025-08-20T20:48:19.3068894Z environment variable. This has not been done automatically.
2025-08-20T20:48:19.3069285Z 
2025-08-20T20:48:19.3069482Z To configure your current shell, you need to source
2025-08-20T20:48:19.3070200Z the corresponding env file under $HOME/.cargo.
2025-08-20T20:48:19.3070499Z 
2025-08-20T20:48:19.3070785Z This is usually done by running one of the following (note the leading DOT):
2025-08-20T20:48:19.3071441Z . "$HOME/.cargo/env"            # For sh/bash/zsh/ash/dash/pdksh
2025-08-20T20:48:19.3071941Z source "$HOME/.cargo/env.fish"  # For fish
2025-08-20T20:48:19.3072433Z source $"($nu.home-path)/.cargo/env.nu"  # For nushell
2025-08-20T20:48:19.3259127Z info: using existing install for 'stable-x86_64-unknown-linux-gnu'
2025-08-20T20:48:19.3603385Z info: default toolchain set to 'stable-x86_64-unknown-linux-gnu'
2025-08-20T20:48:19.3603945Z 
2025-08-20T20:48:19.3693424Z   stable-x86_64-unknown-linux-gnu unchanged - rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T20:48:19.3693947Z 
2025-08-20T20:48:19.4184570Z rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T20:48:19.9874157Z cargo 1.89.0 (c24e10642 2025-06-23)
2025-08-20T20:48:20.0173700Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T20:48:20.0174313Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T20:48:20.0174915Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T20:48:20.0175526Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T20:48:20.0176055Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T20:48:20.0176818Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T20:48:20.0177220Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T20:48:20.0177570Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T20:48:20.0177907Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T20:48:20.0178238Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T20:48:20.0178597Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T20:48:20.0178982Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T20:48:20.0179359Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T20:48:20.0179758Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T20:48:20.0180510Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T20:48:20.0180908Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T20:48:20.0181316Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T20:48:20.0181675Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T20:48:20.0182052Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T20:48:20.0182510Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T20:48:20.0183264Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T20:48:20.0183941Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T20:48:20.0184649Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T20:48:20.0185335Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T20:48:20.0185947Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T20:48:20.0186626Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T20:48:20.0187273Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T20:48:20.0187684Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T20:48:20.0188080Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T20:48:20.0188486Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T20:48:20.0188895Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T20:48:20.0189311Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T20:48:20.0189726Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T20:48:20.0190347Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T20:48:20.0190782Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T20:48:20.0191199Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T20:48:20.0191630Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T20:48:20.0192027Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T20:48:20.0192433Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T20:48:20.0192856Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T20:48:20.0193275Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T20:48:20.0193671Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T20:48:20.0194056Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T20:48:20.0194502Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T20:48:20.0194972Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T20:48:20.0195562Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T20:48:20.0196351Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T20:48:20.0197134Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T20:48:20.0197880Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T20:48:20.0198418Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T20:48:20.0198822Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T20:48:20.0199236Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T20:48:20.0199630Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T20:48:20.0200189Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T20:48:20.0200553Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T20:48:20.0200924Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T20:48:20.0201247Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T20:48:20.0201590Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T20:48:20.0201994Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T20:48:20.0202365Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T20:48:20.0202765Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T20:48:20.0203194Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T20:48:20.0203611Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T20:48:20.0204015Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T20:48:20.0204432Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T20:48:20.0204861Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T20:48:20.0205433Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T20:48:20.0205822Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T20:48:20.0206237Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T20:48:20.0206699Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T20:48:20.0207190Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T20:48:20.0207652Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T20:48:20.0208060Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T20:48:20.0208613Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T20:48:20.0209003Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T20:48:20.0209509Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T20:48:20.0210402Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T20:48:20.0211255Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T20:48:20.0211947Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T20:48:20.0212433Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T20:48:20.0212866Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T20:48:20.0213264Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T20:48:20.0213649Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T20:48:20.0214045Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T20:48:20.0214433Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T20:48:20.0214971Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T20:48:20.0215393Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T20:48:20.0215807Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T20:48:20.0216195Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T20:48:20.0216565Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T20:48:20.0216965Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T20:48:20.0217371Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T20:48:20.0217741Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T20:48:20.0218101Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T20:48:20.0218488Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T20:48:20.0218875Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T20:48:20.0219224Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T20:48:20.0219592Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T20:48:20.0220615Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T20:48:20.0220998Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T20:48:20.0221399Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T20:48:20.0221763Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T20:48:20.0222120Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T20:48:20.0222510Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T20:48:20.0222901Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T20:48:20.0223482Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T20:48:20.0224044Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T20:48:20.0224678Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T20:48:20.0225318Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T20:48:20.0225961Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T20:48:20.0226658Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T20:48:20.0227250Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T20:48:20.0227817Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T20:48:20.0228298Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T20:48:20.0228651Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T20:48:20.0229001Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T20:48:20.0229377Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T20:48:20.0229722Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T20:48:20.0230291Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T20:48:20.0230887Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T20:48:20.0240481Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T20:48:20.0241291Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T20:48:20.0242004Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T20:48:20.0242473Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T20:48:20.0242899Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T20:48:20.0243307Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T20:48:20.0243719Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T20:48:20.0244317Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T20:48:20.0244701Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T20:48:20.0245082Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T20:48:20.0245495Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T20:48:20.0245929Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T20:48:20.0246359Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T20:48:20.0246740Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T20:48:20.0247124Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T20:48:20.0247527Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T20:48:20.0247928Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T20:48:20.0248329Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T20:48:20.0248712Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T20:48:20.0249103Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T20:48:20.0249500Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T20:48:20.0250062Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T20:48:20.0250429Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T20:48:20.0250740Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T20:48:20.0251289Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T20:48:20.0251967Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T20:48:20.0252667Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T20:48:20.0253582Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T20:48:20.0254223Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T20:48:20.0254796Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T20:48:20.0255173Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T20:48:20.0255523Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T20:48:20.0255860Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T20:48:20.0256416Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T20:48:20.0256865Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T20:48:20.0257259Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T20:48:20.0257733Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T20:48:20.0258405Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T20:48:20.0259133Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T20:48:20.0260023Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T20:48:20.0260452Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T20:48:20.0260807Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T20:48:20.0261161Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T20:48:20.0261693Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T20:48:20.0262117Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T20:48:20.0262520Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T20:48:20.0262976Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T20:48:20.0263561Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T20:48:20.0264406Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T20:48:20.0265067Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T20:48:20.0265490Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T20:48:20.0265955Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T20:48:20.0266366Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T20:48:20.0266732Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T20:48:20.0267073Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T20:48:20.0267422Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T20:48:20.0267862Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T20:48:20.0268356Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T20:48:20.0268802Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T20:48:20.0269174Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T20:48:20.0269668Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T20:48:20.0270529Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T20:48:20.0271021Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T20:48:20.0271453Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T20:48:20.0271821Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T20:48:20.0272202Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T20:48:20.0272616Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T20:48:20.0273029Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T20:48:20.0273577Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T20:48:20.0273948Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T20:48:20.0274309Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T20:48:20.0274697Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T20:48:20.0275091Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T20:48:20.0275481Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T20:48:20.0275869Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T20:48:20.0276255Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T20:48:20.0276640Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T20:48:20.0277258Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T20:48:20.0277742Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T20:48:20.0278251Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T20:48:20.0278912Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T20:48:20.0279566Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T20:48:20.0280460Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T20:48:20.0280949Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T20:48:20.0281327Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T20:48:20.0281700Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T20:48:20.0282201Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T20:48:20.0282624Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T20:48:20.0283263Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T20:48:20.0283893Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T20:48:20.0284585Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T20:48:20.0285264Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T20:48:20.0285932Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T20:48:20.0286583Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T20:48:20.0287219Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T20:48:20.0287880Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T20:48:20.0288444Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T20:48:20.0288892Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T20:48:20.0289381Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T20:48:20.0290060Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T20:48:20.0290605Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T20:48:20.0291109Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T20:48:20.0291594Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T20:48:20.0292075Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T20:48:20.0292503Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T20:48:20.0292863Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T20:48:20.0293218Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T20:48:20.0293591Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T20:48:20.0294124Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T20:48:20.0294476Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T20:48:20.0294844Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T20:48:20.0295209Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T20:48:20.0295583Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T20:48:20.0295963Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T20:48:20.0296337Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T20:48:20.0296732Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T20:48:20.0297113Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T20:48:20.0297523Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T20:48:20.0297964Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T20:48:20.0298356Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T20:48:20.0298727Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T20:48:20.0299133Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T20:48:20.0299498Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T20:48:20.0300042Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T20:48:20.0300433Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T20:48:20.0300797Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T20:48:20.0301176Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T20:48:20.0301542Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T20:48:20.0302101Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T20:48:20.0302466Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T20:48:20.0302780Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T20:48:20.0303234Z 	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-20T20:48:20.0303743Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T20:48:20.0304110Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T20:48:20.0304485Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T20:48:20.0304849Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T20:48:20.0305246Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T20:48:20.0305672Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T20:48:20.0306095Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T20:48:20.0306521Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T20:48:20.0306922Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T20:48:20.0307316Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T20:48:20.0307732Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T20:48:20.0308141Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T20:48:20.0308523Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T20:48:20.0308945Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T20:48:20.0309427Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T20:48:20.0310159Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T20:48:20.0310746Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T20:48:20.0311149Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T20:48:20.0311542Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T20:48:20.0312006Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T20:48:20.0312482Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T20:48:20.0312882Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T20:48:20.0313307Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T20:48:20.0313749Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T20:48:20.0314151Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T20:48:20.0314509Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T20:48:20.0314873Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T20:48:20.0315248Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T20:48:20.0315622Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T20:48:20.0315981Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T20:48:20.0316337Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T20:48:20.0316717Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T20:48:20.0317093Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T20:48:20.0317454Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T20:48:20.0317811Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T20:48:20.0318156Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T20:48:20.0318636Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T20:48:20.0319018Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T20:48:20.0319379Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T20:48:20.0319731Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T20:48:20.0320346Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T20:48:20.0320718Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T20:48:20.0321093Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T20:48:20.0321455Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T20:48:20.0321808Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T20:48:20.0322181Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T20:48:20.0322537Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T20:48:20.0322908Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T20:48:20.0323351Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T20:48:20.0323755Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T20:48:20.0324116Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T20:48:20.0324490Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T20:48:20.0324914Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T20:48:20.0325311Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T20:48:20.0325666Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T20:48:20.0326024Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T20:48:20.0326373Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T20:48:20.0326672Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T20:48:20.0327107Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T20:48:20.0327456Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T20:48:20.0327804Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T20:48:20.0328163Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T20:48:20.0328512Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T20:48:20.0328852Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T20:48:20.0329181Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T20:48:20.0329557Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T20:48:20.0330167Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T20:48:20.0330560Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T20:48:20.0330944Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T20:48:20.0331336Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T20:48:20.0331740Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T20:48:20.0332233Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T20:48:20.0332848Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T20:48:20.0333465Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T20:48:20.0333998Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T20:48:20.0334466Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T20:48:20.0334911Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T20:48:20.0335535Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T20:48:20.0336157Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T20:48:20.0336741Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T20:48:20.0337494Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T20:48:20.0338223Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T20:48:20.0338843Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T20:48:20.0339484Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T20:48:20.0340351Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T20:48:20.0340751Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T20:48:20.0341137Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T20:48:20.0341531Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T20:48:20.0341913Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T20:48:20.0342285Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T20:48:20.0342656Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T20:48:20.0343020Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T20:48:20.0343387Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T20:48:20.0343746Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T20:48:20.0344130Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T20:48:20.0344512Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T20:48:20.0344918Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T20:48:20.0345495Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T20:48:20.0345852Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T20:48:20.0346233Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T20:48:20.0346638Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T20:48:20.0347039Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T20:48:20.0347474Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T20:48:20.0347894Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T20:48:20.0348261Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T20:48:20.0348627Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T20:48:20.0349001Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T20:48:20.0349369Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T20:48:20.0349750Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T20:48:20.0350375Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T20:48:20.0350752Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T20:48:20.0351131Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T20:48:20.0351489Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T20:48:20.0351840Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T20:48:20.0352378Z 	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-20T20:48:20.0353084Z 	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-20T20:48:20.0353879Z 	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-20T20:48:20.0354532Z 	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-20T20:48:20.0355047Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T20:48:20.0355420Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T20:48:20.0355777Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T20:48:20.0356144Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T20:48:20.0356507Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T20:48:20.0356856Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T20:48:20.0357223Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T20:48:20.0357600Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T20:48:20.0357980Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T20:48:20.0358569Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T20:48:20.0358950Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T20:48:20.0359320Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T20:48:20.0359705Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T20:48:20.0360287Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T20:48:20.0360684Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T20:48:20.0361067Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T20:48:20.0361459Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T20:48:20.0361850Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T20:48:20.0362401Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T20:48:20.0362780Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T20:48:20.0363145Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T20:48:20.0363520Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T20:48:20.0363918Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T20:48:20.0364308Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T20:48:20.0364693Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T20:48:20.0365078Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T20:48:20.0365459Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T20:48:20.0365874Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T20:48:20.0366313Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T20:48:20.0366703Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T20:48:20.0367136Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T20:48:20.0367589Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T20:48:20.0367992Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T20:48:20.0368350Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T20:48:20.0368719Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T20:48:20.0369112Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T20:48:20.0369512Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T20:48:20.0370276Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T20:48:20.0370950Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T20:48:20.0371339Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T20:48:20.0371801Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T20:48:20.0372266Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T20:48:20.0372653Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T20:48:20.0373056Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T20:48:20.0373497Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T20:48:20.0373936Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T20:48:20.0374403Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T20:48:20.0374888Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T20:48:20.0375327Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T20:48:20.0375754Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T20:48:20.0376148Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T20:48:20.0376531Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T20:48:20.0376944Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T20:48:20.0377324Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T20:48:20.0377692Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T20:48:20.0378097Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T20:48:20.0378487Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T20:48:20.0378886Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T20:48:20.0379421Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T20:48:20.0380019Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T20:48:20.0380416Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T20:48:20.0380779Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T20:48:20.0381133Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T20:48:20.0381520Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T20:48:20.0381933Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T20:48:20.0382378Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T20:48:20.0382820Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T20:48:20.0383218Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T20:48:20.0383655Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T20:48:20.0384068Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T20:48:20.0384466Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T20:48:20.0384863Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T20:48:20.0385217Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T20:48:20.0385571Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T20:48:20.0385957Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T20:48:20.0386340Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T20:48:20.0386703Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T20:48:20.0387030Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T20:48:20.0387472Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T20:48:20.0387826Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T20:48:20.0388322Z 	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-20T20:48:20.0388831Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T20:48:20.0389205Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T20:48:20.0389569Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T20:48:20.0390167Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T20:48:20.0390575Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T20:48:20.0390979Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T20:48:20.0391481Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T20:48:20.0391898Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T20:48:20.0392297Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T20:48:20.0392661Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T20:48:20.0393016Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T20:48:20.0393370Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T20:48:20.0393749Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T20:48:20.0394176Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T20:48:20.0394612Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T20:48:20.0395018Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T20:48:20.0395439Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T20:48:20.0396016Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T20:48:20.0396408Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T20:48:20.0396774Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T20:48:20.0397126Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T20:48:20.0397483Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T20:48:20.0397850Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T20:48:20.0398224Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T20:48:20.0398617Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T20:48:20.0399024Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T20:48:20.0399476Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T20:48:20.0400114Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T20:48:20.0400492Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T20:48:20.0400868Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T20:48:20.0401247Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T20:48:20.0401625Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T20:48:20.0401994Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T20:48:20.0402360Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T20:48:20.0402798Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T20:48:20.0403284Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T20:48:20.0403696Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T20:48:20.0404184Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T20:48:20.0404555Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T20:48:20.0404950Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T20:48:20.0405338Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T20:48:20.0405703Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T20:48:20.0406091Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T20:48:20.0406464Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T20:48:20.0406809Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T20:48:20.0407156Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T20:48:20.0407543Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T20:48:20.0407962Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T20:48:20.0408344Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T20:48:20.0408815Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T20:48:20.0409306Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T20:48:20.0409732Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T20:48:20.0410353Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T20:48:20.0410740Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T20:48:20.0411250Z 	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-20T20:48:20.0411753Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T20:48:20.0412060Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T20:48:20.0412543Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T20:48:20.0412948Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T20:48:20.0413374Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T20:48:20.0413890Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T20:48:20.0414466Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T20:48:20.0415062Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T20:48:20.0415693Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T20:48:20.0416322Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T20:48:20.0416938Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T20:48:20.0417554Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T20:48:20.0418122Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T20:48:20.0418590Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T20:48:20.0419024Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T20:48:20.0419454Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T20:48:20.0420017Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T20:48:20.0420480Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T20:48:20.0420900Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T20:48:20.0421277Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T20:48:20.0421759Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T20:48:20.0422133Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T20:48:20.0422506Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T20:48:20.0422905Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T20:48:20.0423319Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T20:48:20.0423670Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T20:48:20.0424052Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T20:48:20.0424504Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T20:48:20.0424987Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T20:48:20.0425468Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T20:48:20.0425952Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T20:48:20.0426423Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T20:48:20.0426888Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T20:48:20.0427326Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T20:48:20.0427730Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T20:48:20.0428131Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T20:48:20.0428532Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T20:48:20.0428931Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T20:48:20.0429332Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T20:48:20.0430006Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T20:48:20.0430429Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T20:48:20.0430810Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T20:48:20.0431184Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T20:48:20.0431551Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T20:48:20.0431920Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T20:48:20.0432347Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T20:48:20.0432775Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T20:48:20.0433171Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T20:48:20.0433577Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T20:48:20.0434002Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T20:48:20.0434442Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T20:48:20.0434877Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T20:48:20.0435300Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T20:48:20.0435685Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T20:48:20.0436052Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T20:48:20.0436430Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T20:48:20.0436796Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T20:48:20.0437161Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T20:48:20.0437552Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T20:48:20.0438092Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T20:48:20.0438515Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T20:48:20.0438971Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T20:48:20.0439377Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T20:48:20.0439775Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T20:48:20.0440271Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T20:48:20.0440569Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T20:48:20.0440885Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T20:48:20.0441262Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T20:48:20.0441651Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T20:48:20.0442043Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T20:48:20.0442427Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T20:48:20.0442844Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T20:48:20.0443279Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T20:48:20.0443684Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T20:48:20.0444059Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T20:48:20.0444446Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T20:48:20.0444984Z 	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-20T20:48:20.0445555Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T20:48:20.0446002Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T20:48:20.0446561Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T20:48:20.0446979Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T20:48:20.0447389Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T20:48:20.0447777Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T20:48:20.0448158Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T20:48:20.0448531Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T20:48:20.0448919Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T20:48:20.0449305Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T20:48:20.0449672Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T20:48:20.0450199Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T20:48:20.0450594Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T20:48:20.0450957Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T20:48:20.0451360Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T20:48:20.0451814Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T20:48:20.0452229Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T20:48:20.0452596Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T20:48:20.0452963Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T20:48:20.0453340Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T20:48:20.0453711Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T20:48:20.0454189Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T20:48:20.0454621Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T20:48:20.0455063Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T20:48:20.0455460Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T20:48:20.0455846Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T20:48:20.0456235Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T20:48:20.0456606Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T20:48:20.0456971Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T20:48:20.0457346Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T20:48:20.0457737Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T20:48:20.0458176Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T20:48:20.0458628Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T20:48:20.0459045Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T20:48:20.0459441Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T20:48:20.0459968Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T20:48:20.0460386Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T20:48:20.0460767Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T20:48:20.0461120Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T20:48:20.0461430Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T20:48:20.0461729Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T20:48:20.0462085Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T20:48:20.0462571Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T20:48:20.0462913Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T20:48:20.0463280Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T20:48:20.0463671Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T20:48:20.0464048Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T20:48:20.0464403Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T20:48:20.0464748Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T20:48:20.0465120Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T20:48:20.0465517Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T20:48:20.0465881Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T20:48:20.0466243Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T20:48:20.0466598Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T20:48:20.0466972Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T20:48:20.0467351Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T20:48:20.0467690Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T20:48:20.0468052Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T20:48:20.0468433Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T20:48:20.0468799Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T20:48:20.0469164Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T20:48:20.0469523Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T20:48:20.0470055Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T20:48:20.0470570Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T20:48:20.0470989Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T20:48:20.0471385Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T20:48:20.0471733Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T20:48:20.0472078Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T20:48:20.0472417Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T20:48:20.0472833Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T20:48:20.0473320Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T20:48:20.0473784Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T20:48:20.0474254Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T20:48:20.0474749Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T20:48:20.0475189Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T20:48:20.0475560Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T20:48:20.0475940Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T20:48:20.0476319Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T20:48:20.0476699Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T20:48:20.0477073Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T20:48:20.0477447Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T20:48:20.0477809Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T20:48:20.0478199Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T20:48:20.0478750Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T20:48:20.0479172Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T20:48:20.0479539Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T20:48:20.0480036Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T20:48:20.0480458Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T20:48:20.0480827Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T20:48:20.0481170Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T20:48:20.0481548Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T20:48:20.0481989Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T20:48:20.0482408Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T20:48:20.0482821Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T20:48:20.0483221Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T20:48:20.0483542Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T20:48:20.0483818Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T20:48:20.0484165Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T20:48:20.0484637Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T20:48:20.0484955Z 
2025-08-20T20:48:20.0484959Z 
2025-08-20T20:48:20.0485333Z  [+] Finished Initializing Linux pkrvmubgrv54qmi 6.11.0-1018-azure x86_64 :: at Wednesday, 2025-08-20 (08:48:20 PM)
2025-08-20T20:48:20.0485705Z 
2025-08-20T20:48:20.0485708Z 
2025-08-20T20:48:20.0485712Z 
2025-08-20T20:48:20.0485793Z [+] Continue : YES
2025-08-20T20:48:20.0485908Z 
2025-08-20T20:48:20.0486270Z [+] ulimit -n (open file descriptors) :: [Soft --> 65536] [Hard --> 65536] [Total --> 9223372036854775807]
2025-08-20T20:48:20.0769087Z 
2025-08-20T20:48:20.0769555Z ==> [+] Started Building at :: Wednesday, 2025-08-20 (08:48:20 PM) UTC
2025-08-20T20:48:20.0770158Z 
2025-08-20T20:48:20.0786743Z 
2025-08-20T20:48:20.0786982Z [+] Total RECIPES :: 1
2025-08-20T20:48:20.0787208Z 
2025-08-20T20:48:20.0862818Z 
2025-08-20T20:48:20.0863743Z [+] Fetching : https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/gip/static.official.source.yaml (1/1)
2025-08-20T20:48:20.0864633Z 
2025-08-20T20:48:20.1253581Z ==> https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/gip/static.official.source.yaml
2025-08-20T20:48:20.1264459Z mode of '/tmp/pkgforge/LMjL8aaRh_build.yaml' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T20:48:20.1311738Z [+] Setting '.ghcr_pkg' --> ghcr.io/pkgforge/bincache/gip/official [Provided]
2025-08-20T20:48:20.1312409Z [+] Setting '.pkg_family' --> gip [Provided]
2025-08-20T20:48:20.1324246Z [00:00:00.000]➜  [+] SBUILD Functions Version: 1.7.1
2025-08-20T20:48:20.1330760Z [00:00:00.000]➜  [+] HOST: Linux pkrvmubgrv54qmi 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-20T20:48:20.1360150Z [00:00:00.003]➜  
2025-08-20T20:48:20.1360911Z [00:00:00.003]➜  [+] INFO: Adding --platform="linux/amd64" to 'docker run' ==> /tmp/pkgforge/LMjL8aaRh_build.yaml
2025-08-20T20:48:20.1361372Z [00:00:00.003]➜  
2025-08-20T20:48:20.1402845Z [00:00:00.007]➜  
2025-08-20T20:48:20.1403561Z [00:00:00.007]➜  [+] INFO: Fixing Docker Tag ':$(uname -m)' to ':x86_64' ==> /tmp/pkgforge/LMjL8aaRh_build.yaml
2025-08-20T20:48:20.1404007Z [00:00:00.007]➜  
2025-08-20T20:48:20.1482323Z [00:00:00.015]➜  
2025-08-20T20:48:20.1484013Z [00:00:00.015]➜  [+] Building (https://github.com/pkgforge/soarpkgs/blob/main/binaries/gip/static.official.source.yaml) --> /tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR [Wednesday, 2025-08-20 (08:48:20 PM) UTC]
2025-08-20T20:48:20.1485764Z [00:00:00.015]➜  
2025-08-20T20:48:20.1485993Z [00:00:00.015]➜  
2025-08-20T20:48:20.1486194Z [00:00:00.015]➜  
2025-08-20T20:48:20.1486486Z [00:00:00.015]➜  ###################################################################
2025-08-20T20:48:20.1493778Z [00:00:00.016]➜  #!/SBUILD ver @v1.0.0
2025-08-20T20:48:20.1494956Z [00:00:00.016]➜  #SELF: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/gip/static.official.source.yaml
2025-08-20T20:48:20.1495966Z [00:00:00.016]➜  _disabled: false
2025-08-20T20:48:20.1496396Z [00:00:00.016]➜  
2025-08-20T20:48:20.1496775Z [00:00:00.017]➜  pkg: "gip"
2025-08-20T20:48:20.1497285Z [00:00:00.017]➜  pkg_id: "github.com.dalance.gip"
2025-08-20T20:48:20.1498372Z [00:00:00.017]➜  pkg_type: "static"
2025-08-20T20:48:20.1498864Z [00:00:00.017]➜  category:
2025-08-20T20:48:20.1499661Z [00:00:00.017]➜    - "ConsoleOnly"
2025-08-20T20:48:20.1500407Z [00:00:00.017]➜    - "Utility"
2025-08-20T20:48:20.1501126Z [00:00:00.017]➜  description: "A command-line tool to get Global IP address"
2025-08-20T20:48:20.1501767Z [00:00:00.017]➜  homepage:
2025-08-20T20:48:20.1502302Z [00:00:00.017]➜    - "https://github.com/dalance/gip"
2025-08-20T20:48:20.1502682Z [00:00:00.017]➜  maintainer:
2025-08-20T20:48:20.1503034Z [00:00:00.017]➜    - "Azathothas (https://github.com/Azathothas)"
2025-08-20T20:48:20.1503358Z [00:00:00.017]➜  note:
2025-08-20T20:48:20.1503657Z [00:00:00.017]➜    - "[DO NOT RUN] (Meant for pkgforge CI Only)"
2025-08-20T20:48:20.1504198Z [00:00:00.017]➜    - "Built From Source (Latest Git HEAD). Check/Report @ https://github.com/dalance/gip"  
2025-08-20T20:48:20.1504629Z [00:00:00.017]➜  repology:
2025-08-20T20:48:20.1504866Z [00:00:00.017]➜    - "gip"
2025-08-20T20:48:20.1505090Z [00:00:00.017]➜  src_url:
2025-08-20T20:48:20.1505396Z [00:00:00.017]➜    - "https://github.com/dalance/gip"
2025-08-20T20:48:20.1505686Z [00:00:00.017]➜  tag:
2025-08-20T20:48:20.1505904Z [00:00:00.017]➜    - "ipv4"
2025-08-20T20:48:20.1506328Z [00:00:00.017]➜    - "ipv6"
2025-08-20T20:48:20.1506568Z [00:00:00.017]➜  x_exec:
2025-08-20T20:48:20.1506823Z [00:00:00.017]➜    bsys: "docker://rust"
2025-08-20T20:48:20.1507089Z [00:00:00.017]➜    host:
2025-08-20T20:48:20.1507334Z [00:00:00.017]➜      - "aarch64-Linux"
2025-08-20T20:48:20.1507633Z [00:00:00.017]➜      - "x86_64-Linux"
2025-08-20T20:48:20.1507894Z [00:00:00.017]➜    shell: "bash"
2025-08-20T20:48:20.1508146Z [00:00:00.017]➜    pkgver: |
2025-08-20T20:48:20.1508443Z [00:00:00.017]➜      pushd "$(mktemp -d)" &>/dev/null && \
2025-08-20T20:48:20.1509469Z [00:00:00.017]➜      git clone --depth="1" --filter="blob:none" --no-checkout --single-branch --quiet "https://github.com/dalance/gip" "./TEMPREPO" &>/dev/null && \
2025-08-20T20:48:20.1510645Z [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-20T20:48:20.1511346Z [00:00:00.017]➜      [ -d "$(realpath .)/TEMPREPO" ] && rm -rf "$(realpath .)" &>/dev/null && popd &>/dev/null
2025-08-20T20:48:20.1511751Z [00:00:00.017]➜    run: |
2025-08-20T20:48:20.1511981Z [00:00:00.017]➜      #Build
2025-08-20T20:48:20.1512600Z [00:00:00.017]➜       mkdir -pv "${SBUILD_TMPDIR}/tmp" && docker run --platform="linux/amd64" --privileged --net="host" --name "alpine-builder" --pull="always" \
2025-08-20T20:48:20.1513339Z [00:00:00.017]➜       -e "PKG=${PKG}" -e "PKG_ID=${PKG_ID}" -e "PKG_TYPE=${PKG_TYPE}" -e "PKG_VER=${PKG_VER}" \
2025-08-20T20:48:20.1513941Z [00:00:00.017]➜       -e "PKGVER=${PKGVER}" -e "SBUILD_PKG=${SBUILD_PKG}" -e "SBUILD_PKGVER=${SBUILD_PKGVER}" \
2025-08-20T20:48:20.1514426Z [00:00:00.017]➜       --volume "${SBUILD_TMPDIR}/tmp:/tmp:rw" \
2025-08-20T20:48:20.1514865Z [00:00:00.017]➜       "ghcr.io/pkgforge/devscripts/alpine-builder:x86_64" \
2025-08-20T20:48:20.1515217Z [00:00:00.017]➜        bash -l -c '
2025-08-20T20:48:20.1515484Z [00:00:00.017]➜        #Setup ENV
2025-08-20T20:48:20.1515880Z [00:00:00.017]➜         set -x ; mkdir -p "/build-bins" && pushd "$(mktemp -d)" &>/dev/null
2025-08-20T20:48:20.1516511Z [00:00:00.017]➜         [[ -s "${HOME}/.cargo/env" ]] && source "${HOME}/.cargo/env"
2025-08-20T20:48:20.1516948Z [00:00:00.017]➜         if [[ "$(uname -m | tr -d '[:space:]')" == "riscv64" ]]; then
2025-08-20T20:48:20.1517602Z [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-20T20:48:20.1518176Z [00:00:00.017]➜           if [[ -n "${RUST_TARGET//[[:space:]]/}" ]]; then
2025-08-20T20:48:20.1518549Z [00:00:00.017]➜             export RUST_TARGET
2025-08-20T20:48:20.1519044Z [00:00:00.017]➜           else
2025-08-20T20:48:20.1519512Z [00:00:00.017]➜             rustc -Vv ; exit 1
2025-08-20T20:48:20.1520179Z [00:00:00.017]➜           fi
2025-08-20T20:48:20.1520599Z [00:00:00.017]➜         else
2025-08-20T20:48:20.1521214Z [00:00:00.017]➜           export RUST_TARGET="$(uname -m)-unknown-linux-musl"
2025-08-20T20:48:20.1521966Z [00:00:00.017]➜           rustup target add "${RUST_TARGET}"
2025-08-20T20:48:20.1522496Z [00:00:00.017]➜         fi
2025-08-20T20:48:20.1522905Z [00:00:00.017]➜         RUST_FLAGS=()
2025-08-20T20:48:20.1523495Z [00:00:00.017]➜         RUST_FLAGS+=("-C target-feature=+crt-static")
2025-08-20T20:48:20.1524197Z [00:00:00.017]➜         RUST_FLAGS+=("-C default-linker-libraries=yes")
2025-08-20T20:48:20.1524950Z [00:00:00.017]➜         if echo "${RUST_TARGET}" | grep -Eqiv "alpine|gnu"; then
2025-08-20T20:48:20.1525704Z [00:00:00.017]➜           RUST_FLAGS+=("-C link-self-contained=yes")
2025-08-20T20:48:20.1526252Z [00:00:00.017]➜         fi
2025-08-20T20:48:20.1526773Z [00:00:00.017]➜         RUST_FLAGS+=("-C prefer-dynamic=no")
2025-08-20T20:48:20.1527405Z [00:00:00.017]➜         RUST_FLAGS+=("-C embed-bitcode=yes")
2025-08-20T20:48:20.1528011Z [00:00:00.017]➜         RUST_FLAGS+=("-C lto=yes")
2025-08-20T20:48:20.1528584Z [00:00:00.017]➜         RUST_FLAGS+=("-C opt-level=z")
2025-08-20T20:48:20.1529436Z [00:00:00.017]➜         RUST_FLAGS+=("-C debuginfo=none")
2025-08-20T20:48:20.1530385Z [00:00:00.017]➜         RUST_FLAGS+=("-C strip=symbols")
2025-08-20T20:48:20.1531021Z [00:00:00.017]➜         RUST_FLAGS+=("-C linker=clang")
2025-08-20T20:48:20.1531723Z [00:00:00.017]➜         RUST_FLAGS+=("-C link-arg=-fuse-ld=$(which mold)")
2025-08-20T20:48:20.1532427Z [00:00:00.017]➜         RUST_FLAGS+=("-C link-arg=-Wl,--Bstatic")
2025-08-20T20:48:20.1533093Z [00:00:00.017]➜         RUST_FLAGS+=("-C link-arg=-Wl,--static")
2025-08-20T20:48:20.1533729Z [00:00:00.017]➜         RUST_FLAGS+=("-C link-arg=-Wl,-S")
2025-08-20T20:48:20.1534409Z [00:00:00.017]➜         RUST_FLAGS+=("-C link-arg=-Wl,--build-id=none")
2025-08-20T20:48:20.1535093Z [00:00:00.017]➜         export RUSTFLAGS="${RUST_FLAGS[*]}"
2025-08-20T20:48:20.1535628Z [00:00:00.017]➜        #Build
2025-08-20T20:48:20.1536542Z [00:00:00.017]➜         git clone --filter "blob:none" --quiet "https://github.com/dalance/gip" "./TEMPREPO" && cd "./TEMPREPO/"
2025-08-20T20:48:20.1537529Z [00:00:00.017]➜         echo -e "\n[+] Target: ${RUST_TARGET}"
2025-08-20T20:48:20.1538175Z [00:00:00.017]➜         echo -e "[+] Flags: ${RUSTFLAGS}\n"
2025-08-20T20:48:20.1539364Z [00:00:00.017]➜         sed "/^\[profile\.release\]/,/^$/d" -i "./Cargo.toml" ; echo -e "\n[profile.release]\nstrip = true\nopt-level = 3\nlto = true" >> "./Cargo.toml"
2025-08-20T20:48:20.1540659Z [00:00:00.017]➜         rm -rvf "./.cargo" rust-toolchain* 2>/dev/null
2025-08-20T20:48:20.1541664Z [00:00:00.017]➜         cargo build --target "${RUST_TARGET}" --release --jobs="$(($(nproc)+1))" --keep-going --verbose
2025-08-20T20:48:20.1542757Z [00:00:00.017]➜         find -L "./target/${RUST_TARGET}/release" -maxdepth 1 -type f 2>/dev/null
2025-08-20T20:48:20.1543452Z [00:00:00.017]➜        #Copy
2025-08-20T20:48:20.1545239Z [00:00:00.017]➜         find "./target/${RUST_TARGET}/release" -maxdepth 1 -type f -exec file -i "{}" \; | grep -Ei "application/.*executable|inode/symlink|text/x-perl|text/.*script" | cut -d":" -f1 | xargs realpath --no-symlinks | xargs -I "{}" rsync -achvL "{}" "/build-bins/"
2025-08-20T20:48:20.1547966Z [00:00:00.017]➜         ( askalono --format "json" crawl --follow "$(realpath .)" | jq -r ".. | objects | .path? // empty" | head -n 1 | xargs -I "{}" cp -fv "{}" "/build-bins/LICENSE" ) 2>/dev/null
2025-08-20T20:48:20.1549028Z [00:00:00.017]➜        #Strip 
2025-08-20T20:48:20.1550105Z [00:00:00.017]➜         find "/build-bins/" -type f -exec objcopy --remove-section=".comment" --remove-section=".note.*" "{}" \;
2025-08-20T20:48:20.1551355Z [00:00:00.017]➜         find "/build-bins/" -type f ! -name "*.no_strip" -exec strip --strip-all --verbose "{}" 2>/dev/null \;
2025-08-20T20:48:20.1552609Z [00:00:00.017]➜         find "/build-bins/" -type f -exec bash -c "echo && realpath {} && readelf --section-headers {} 2>/dev/null" \;
2025-08-20T20:48:20.1553694Z [00:00:00.017]➜         file "/build-bins/"* && stat -c "%n:         %s Bytes" "/build-bins/"* && \
2025-08-20T20:48:20.1554755Z [00:00:00.017]➜         du "/build-bins/"* --bytes --human-readable --time --time-style="full-iso" --summarize
2025-08-20T20:48:20.1555546Z [00:00:00.017]➜         popd &>/dev/null
2025-08-20T20:48:20.1556022Z [00:00:00.017]➜        '
2025-08-20T20:48:20.1556461Z [00:00:00.017]➜      #Copy & Meta
2025-08-20T20:48:20.1557142Z [00:00:00.017]➜       docker cp "alpine-builder:/build-bins/." "${SBUILD_TMPDIR}/"
2025-08-20T20:48:20.1558163Z [00:00:00.017]➜       [ -s "${SBUILD_TMPDIR}/LICENSE" ] && cp -fv "${SBUILD_TMPDIR}/LICENSE" "${SBUILD_OUTDIR}/LICENSE"
2025-08-20T20:48:20.1560370Z [00:00:00.017]➜       find "${SBUILD_TMPDIR}" -maxdepth 1 -type f -exec file -i "{}" \; | grep -Ei "application/.*executable|inode/symlink|text/x-perl|text/.*script" | cut -d":" -f1 | xargs realpath --no-symlinks | xargs -I "{}" rsync -achvL "{}" "${SBUILD_OUTDIR}"
2025-08-20T20:48:20.1561791Z [00:00:00.017]➜  
2025-08-20T20:48:20.1562156Z [00:00:00.017]➜  
2025-08-20T20:48:20.1562897Z [00:00:00.017]➜  ###################################################################
2025-08-20T20:48:20.1576809Z [00:00:00.017]➜  
2025-08-20T20:48:20.1577273Z [00:00:00.017]➜  
2025-08-20T20:48:20.1577649Z [00:00:00.017]➜  
2025-08-20T20:48:20.1578574Z [00:00:00.018]➜  '/tmp/pkgforge/LMjL8aaRh_build.yaml' -> '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD'
2025-08-20T20:48:21.4596146Z [00:00:01.327]➜  '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/gip.static.version' -> '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/gip.version'
2025-08-20T20:48:21.4651849Z [00:00:01.332]➜  [+] Version: HEAD-e50e942-250820T202726 ('.x_exec.pkgver') [/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/gip.static.version]
2025-08-20T20:48:21.4814611Z [00:00:01.349]➜  [+] Progs: gip
2025-08-20T20:48:21.6211117Z [00:00:01.488]➜  
2025-08-20T20:48:21.6211650Z [00:00:01.488]➜  [-] Missing packages. Found: 
2025-08-20T20:48:21.6212217Z [00:00:01.488]➜  [+] Expected: gip
2025-08-20T20:48:21.6212745Z [00:00:01.488]➜  [+] Continuing with build...
2025-08-20T20:48:21.6213262Z [00:00:01.488]➜  
2025-08-20T20:48:21.9895208Z [00:00:01.857]➜  
2025-08-20T20:48:21.9895635Z [00:00:01.857]➜  
2025-08-20T20:48:21.9987992Z [00:00:01.866]➜  + mkdir -pv /tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp
2025-08-20T20:48:22.0010435Z [00:00:01.868]➜  + docker run --platform=linux/amd64 --privileged --net=host --name alpine-builder --pull=always -e PKG=gip -e PKG_ID=github.com.dalance.gip -e PKG_TYPE=static -e PKG_VER=HEAD-e50e942-250820T202726 -e PKGVER=HEAD-e50e942-250820T202726 -e SBUILD_PKG=gip.static -e SBUILD_PKGVER=HEAD-e50e942-250820T202726 --volume /tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp:/tmp:rw ghcr.io/pkgforge/devscripts/alpine-builder:x86_64 bash -l -c '
2025-08-20T20:48:22.0013148Z [00:00:01.868]➜    #Setup ENV
2025-08-20T20:48:22.0013828Z [00:00:01.868]➜     set -x ; mkdir -p "/build-bins" && pushd "$(mktemp -d)" &>/dev/null
2025-08-20T20:48:22.0014372Z [00:00:01.868]➜     [[ -s "${HOME}/.cargo/env" ]] && source "${HOME}/.cargo/env"
2025-08-20T20:48:22.0015059Z [00:00:01.868]➜     if [[ "$(uname -m | tr -d [:space:])" == "riscv64" ]]; then
2025-08-20T20:48:22.0015705Z [00:00:01.868]➜       RUST_TARGET="$(rustc -Vv 2>/dev/null | sed -n "s/^[[:space:]]*host[[:space:]]*:[[:space:]]*//p" | grep -i "riscv" | tr -d "[:space:]")"
2025-08-20T20:48:22.0016284Z [00:00:01.868]➜       if [[ -n "${RUST_TARGET//[[:space:]]/}" ]]; then
2025-08-20T20:48:22.0016632Z [00:00:01.868]➜         export RUST_TARGET
2025-08-20T20:48:22.0016908Z [00:00:01.868]➜       else
2025-08-20T20:48:22.0017204Z [00:00:01.868]➜         rustc -Vv ; exit 1
2025-08-20T20:48:22.0017472Z [00:00:01.868]➜       fi
2025-08-20T20:48:22.0017698Z [00:00:01.868]➜     else
2025-08-20T20:48:22.0018024Z [00:00:01.868]➜       export RUST_TARGET="$(uname -m)-unknown-linux-musl"
2025-08-20T20:48:22.0018411Z [00:00:01.868]➜       rustup target add "${RUST_TARGET}"
2025-08-20T20:48:22.0018701Z [00:00:01.868]➜     fi
2025-08-20T20:48:22.0018951Z [00:00:01.868]➜     RUST_FLAGS=()
2025-08-20T20:48:22.0019293Z [00:00:01.868]➜     RUST_FLAGS+=("-C target-feature=+crt-static")
2025-08-20T20:48:22.0019704Z [00:00:01.868]➜     RUST_FLAGS+=("-C default-linker-libraries=yes")
2025-08-20T20:48:22.0020382Z [00:00:01.868]➜     if echo "${RUST_TARGET}" | grep -Eqiv "alpine|gnu"; then
2025-08-20T20:48:22.0020801Z [00:00:01.868]➜       RUST_FLAGS+=("-C link-self-contained=yes")
2025-08-20T20:48:22.0021111Z [00:00:01.868]➜     fi
2025-08-20T20:48:22.0021387Z [00:00:01.868]➜     RUST_FLAGS+=("-C prefer-dynamic=no")
2025-08-20T20:48:22.0021735Z [00:00:01.868]➜     RUST_FLAGS+=("-C embed-bitcode=yes")
2025-08-20T20:48:22.0022069Z [00:00:01.868]➜     RUST_FLAGS+=("-C lto=yes")
2025-08-20T20:48:22.0022384Z [00:00:01.868]➜     RUST_FLAGS+=("-C opt-level=z")
2025-08-20T20:48:22.0022719Z [00:00:01.868]➜     RUST_FLAGS+=("-C debuginfo=none")
2025-08-20T20:48:22.0023055Z [00:00:01.868]➜     RUST_FLAGS+=("-C strip=symbols")
2025-08-20T20:48:22.0023382Z [00:00:01.868]➜     RUST_FLAGS+=("-C linker=clang")
2025-08-20T20:48:22.0023954Z [00:00:01.868]➜     RUST_FLAGS+=("-C link-arg=-fuse-ld=$(which mold)")
2025-08-20T20:48:22.0024360Z [00:00:01.868]➜     RUST_FLAGS+=("-C link-arg=-Wl,--Bstatic")
2025-08-20T20:48:22.0024726Z [00:00:01.868]➜     RUST_FLAGS+=("-C link-arg=-Wl,--static")
2025-08-20T20:48:22.0025073Z [00:00:01.868]➜     RUST_FLAGS+=("-C link-arg=-Wl,-S")
2025-08-20T20:48:22.0025441Z [00:00:01.868]➜     RUST_FLAGS+=("-C link-arg=-Wl,--build-id=none")
2025-08-20T20:48:22.0025811Z [00:00:01.868]➜     export RUSTFLAGS="${RUST_FLAGS[*]}"
2025-08-20T20:48:22.0026106Z [00:00:01.868]➜    #Build
2025-08-20T20:48:22.0026614Z [00:00:01.868]➜     git clone --filter "blob:none" --quiet "https://github.com/dalance/gip" "./TEMPREPO" && cd "./TEMPREPO/"
2025-08-20T20:48:22.0027137Z [00:00:01.868]➜     echo -e "\n[+] Target: ${RUST_TARGET}"
2025-08-20T20:48:22.0027479Z [00:00:01.868]➜     echo -e "[+] Flags: ${RUSTFLAGS}\n"
2025-08-20T20:48:22.0028136Z [00:00:01.868]➜     sed "/^\[profile\.release\]/,/^$/d" -i "./Cargo.toml" ; echo -e "\n[profile.release]\nstrip = true\nopt-level = 3\nlto = true" >> "./Cargo.toml"
2025-08-20T20:48:22.0028751Z [00:00:01.868]➜     rm -rvf "./.cargo" rust-toolchain* 2>/dev/null
2025-08-20T20:48:22.0029291Z [00:00:01.868]➜     cargo build --target "${RUST_TARGET}" --release --jobs="$(($(nproc)+1))" --keep-going --verbose
2025-08-20T20:48:22.0030005Z [00:00:01.868]➜     find -L "./target/${RUST_TARGET}/release" -maxdepth 1 -type f 2>/dev/null
2025-08-20T20:48:22.0030387Z [00:00:01.868]➜    #Copy
2025-08-20T20:48:22.0031348Z [00:00:01.868]➜     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-20T20:48:22.0032627Z [00:00:01.868]➜     ( 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-20T20:48:22.0033354Z [00:00:01.868]➜    #Strip 
2025-08-20T20:48:22.0033851Z [00:00:01.868]➜     find "/build-bins/" -type f -exec objcopy --remove-section=".comment" --remove-section=".note.*" "{}" \;
2025-08-20T20:48:22.0034542Z [00:00:01.868]➜     find "/build-bins/" -type f ! -name "*.no_strip" -exec strip --strip-all --verbose "{}" 2>/dev/null \;
2025-08-20T20:48:22.0035228Z [00:00:01.868]➜     find "/build-bins/" -type f -exec bash -c "echo && realpath {} && readelf --section-headers {} 2>/dev/null" \;
2025-08-20T20:48:22.0035820Z [00:00:01.868]➜     file "/build-bins/"* && stat -c "%n:         %s Bytes" "/build-bins/"* && \
2025-08-20T20:48:22.0036384Z [00:00:01.868]➜     du "/build-bins/"* --bytes --human-readable --time --time-style="full-iso" --summarize
2025-08-20T20:48:22.0036810Z [00:00:01.868]➜     popd &>/dev/null
2025-08-20T20:48:22.0037062Z [00:00:01.868]➜    '
2025-08-20T20:48:22.2630656Z [00:00:02.130]➜  x86_64: Pulling from pkgforge/devscripts/alpine-builder
2025-08-20T20:48:22.3181870Z [00:00:02.185]➜  d62bb7eb03b5: Pulling fs layer
2025-08-20T20:48:22.3183136Z [00:00:02.185]➜  74f0d3ee81d8: Pulling fs layer
2025-08-20T20:48:22.3183753Z [00:00:02.185]➜  bffca73cb30c: Pulling fs layer
2025-08-20T20:48:22.3184190Z [00:00:02.185]➜  73d19b2d2e73: Pulling fs layer
2025-08-20T20:48:22.3184577Z [00:00:02.185]➜  eb4a15147d73: Pulling fs layer
2025-08-20T20:48:22.3184949Z [00:00:02.185]➜  1eff1cf6af24: Pulling fs layer
2025-08-20T20:48:22.3185305Z [00:00:02.185]➜  73d19b2d2e73: Waiting
2025-08-20T20:48:22.3185635Z [00:00:02.185]➜  1eff1cf6af24: Waiting
2025-08-20T20:48:22.3185968Z [00:00:02.185]➜  eb4a15147d73: Waiting
2025-08-20T20:48:22.3624522Z [00:00:02.229]➜  bffca73cb30c: Verifying Checksum
2025-08-20T20:48:22.3625098Z [00:00:02.230]➜  bffca73cb30c: Download complete
2025-08-20T20:48:22.4123276Z [00:00:02.279]➜  d62bb7eb03b5: Verifying Checksum
2025-08-20T20:48:22.4124851Z [00:00:02.280]➜  d62bb7eb03b5: Download complete
2025-08-20T20:48:22.4146644Z [00:00:02.282]➜  74f0d3ee81d8: Verifying Checksum
2025-08-20T20:48:22.4148650Z [00:00:02.282]➜  74f0d3ee81d8: Download complete
2025-08-20T20:48:22.4701412Z [00:00:02.337]➜  1eff1cf6af24: Verifying Checksum
2025-08-20T20:48:22.4707115Z [00:00:02.338]➜  1eff1cf6af24: Download complete
2025-08-20T20:48:22.5382752Z [00:00:02.405]➜  d62bb7eb03b5: Pull complete
2025-08-20T20:48:22.8941078Z [00:00:02.760]➜  eb4a15147d73: Verifying Checksum
2025-08-20T20:48:22.8943009Z [00:00:02.761]➜  eb4a15147d73: Download complete
2025-08-20T20:48:24.2667998Z [00:00:04.134]➜  74f0d3ee81d8: Pull complete
2025-08-20T20:48:25.1415816Z [00:00:05.009]➜  bffca73cb30c: Pull complete
2025-08-20T20:48:30.1835817Z [00:00:10.051]➜  73d19b2d2e73: Verifying Checksum
2025-08-20T20:48:30.1836475Z [00:00:10.051]➜  73d19b2d2e73: Download complete
2025-08-20T20:49:42.9344528Z [00:01:22.801]➜  73d19b2d2e73: Pull complete
2025-08-20T20:49:47.9917071Z [00:01:27.859]➜  eb4a15147d73: Pull complete
2025-08-20T20:49:48.0020167Z [00:01:27.869]➜  1eff1cf6af24: Pull complete
2025-08-20T20:49:48.0063958Z [00:01:27.873]➜  Digest: sha256:275f0d74757c41d7d8c67ff66bbd1327d906f1cc180818b350613ea49d8459ac
2025-08-20T20:49:48.0076680Z [00:01:27.875]➜  Status: Downloaded newer image for ghcr.io/pkgforge/devscripts/alpine-builder:x86_64
2025-08-20T20:49:48.1947614Z [00:01:28.062]➜  + mkdir -p /build-bins
2025-08-20T20:49:48.1964922Z [00:01:28.064]➜  ++ mktemp -d
2025-08-20T20:49:48.1981133Z [00:01:28.065]➜  + pushd /tmp/tmp.yVJYY5P0CV
2025-08-20T20:49:48.1982812Z [00:01:28.065]➜  + [[ -s /root/.cargo/env ]]
2025-08-20T20:49:48.1983374Z [00:01:28.065]➜  + source /root/.cargo/env
2025-08-20T20:49:48.1983793Z [00:01:28.065]➜  ++ case ":${PATH}:" in
2025-08-20T20:49:48.1988888Z [00:01:28.066]➜  ++ uname -m
2025-08-20T20:49:48.1989677Z [00:01:28.066]➜  ++ tr -d '[:space:]'
2025-08-20T20:49:48.2005820Z [00:01:28.068]➜  + [[ x86_64 == riscv64 ]]
2025-08-20T20:49:48.2008290Z [00:01:28.068]➜  ++ uname -m
2025-08-20T20:49:48.2023558Z [00:01:28.069]➜  + export RUST_TARGET=x86_64-unknown-linux-musl
2025-08-20T20:49:48.2024341Z [00:01:28.069]➜  + RUST_TARGET=x86_64-unknown-linux-musl
2025-08-20T20:49:48.2024798Z [00:01:28.069]➜  + rustup target add x86_64-unknown-linux-musl
2025-08-20T20:49:48.4268517Z [00:01:28.294]➜  info: component 'rust-std' for target 'x86_64-unknown-linux-musl' is up to date
2025-08-20T20:49:48.4294740Z [00:01:28.297]➜  + RUST_FLAGS=()
2025-08-20T20:49:48.4295365Z [00:01:28.297]➜  + RUST_FLAGS+=("-C target-feature=+crt-static")
2025-08-20T20:49:48.4295918Z [00:01:28.297]➜  + RUST_FLAGS+=("-C default-linker-libraries=yes")
2025-08-20T20:49:48.4300375Z [00:01:28.297]➜  + echo x86_64-unknown-linux-musl
2025-08-20T20:49:48.4300981Z [00:01:28.297]➜  + grep -Eqiv 'alpine|gnu'
2025-08-20T20:49:48.4310106Z [00:01:28.298]➜  + RUST_FLAGS+=("-C link-self-contained=yes")
2025-08-20T20:49:48.4310849Z [00:01:28.298]➜  + RUST_FLAGS+=("-C prefer-dynamic=no")
2025-08-20T20:49:48.4311481Z [00:01:28.298]➜  + RUST_FLAGS+=("-C embed-bitcode=yes")
2025-08-20T20:49:48.4312428Z [00:01:28.298]➜  + RUST_FLAGS+=("-C lto=yes")
2025-08-20T20:49:48.4313043Z [00:01:28.298]➜  + RUST_FLAGS+=("-C opt-level=z")
2025-08-20T20:49:48.4313605Z [00:01:28.298]➜  + RUST_FLAGS+=("-C debuginfo=none")
2025-08-20T20:49:48.4314206Z [00:01:28.298]➜  + RUST_FLAGS+=("-C strip=symbols")
2025-08-20T20:49:48.4314781Z [00:01:28.298]➜  + RUST_FLAGS+=("-C linker=clang")
2025-08-20T20:49:48.4315465Z [00:01:28.298]➜  + RUST_FLAGS+=("-C link-arg=-fuse-ld=$(which mold)")
2025-08-20T20:49:48.4317422Z [00:01:28.299]➜  ++ which mold
2025-08-20T20:49:48.4345336Z [00:01:28.302]➜  + RUST_FLAGS+=("-C link-arg=-Wl,--Bstatic")
2025-08-20T20:49:48.4346106Z [00:01:28.302]➜  + RUST_FLAGS+=("-C link-arg=-Wl,--static")
2025-08-20T20:49:48.4346950Z [00:01:28.302]➜  + RUST_FLAGS+=("-C link-arg=-Wl,-S")
2025-08-20T20:49:48.4347834Z [00:01:28.302]➜  + RUST_FLAGS+=("-C link-arg=-Wl,--build-id=none")
2025-08-20T20:49:48.4349394Z [00:01:28.302]➜  + 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-20T20:49:48.4352775Z [00:01:28.302]➜  + 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-20T20:49:48.4354157Z [00:01:28.302]➜  + git clone --filter blob:none --quiet https://github.com/dalance/gip ./TEMPREPO
2025-08-20T20:49:48.7381214Z [00:01:28.605]➜  + cd ./TEMPREPO/
2025-08-20T20:49:48.7382011Z [00:01:28.605]➜  + echo -e '\n[+] Target: x86_64-unknown-linux-musl'
2025-08-20T20:49:48.7382585Z [00:01:28.605]➜  
2025-08-20T20:49:48.7383251Z [00:01:28.605]➜  [+] Target: x86_64-unknown-linux-musl
2025-08-20T20:49:48.7384681Z [00:01:28.605]➜  [+] 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-20T20:49:48.7385832Z [00:01:28.605]➜  
2025-08-20T20:49:48.7387180Z [00:01:28.605]➜  + 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-20T20:49:48.7388459Z [00:01:28.605]➜  + sed '/^\[profile\.release\]/,/^$/d' -i ./Cargo.toml
2025-08-20T20:49:48.7392622Z [00:01:28.606]➜  + echo -e '\n[profile.release]\nstrip = true\nopt-level = 3\nlto = true'
2025-08-20T20:49:48.7393463Z [00:01:28.606]➜  + rm -rvf ./.cargo 'rust-toolchain*'
2025-08-20T20:49:48.7413608Z [00:01:28.608]➜  ++ nproc
2025-08-20T20:49:48.7429717Z [00:01:28.610]➜  + cargo build --target x86_64-unknown-linux-musl --release --jobs=5 --keep-going --verbose
2025-08-20T20:49:49.2015752Z [00:01:29.069]➜      Updating crates.io index
2025-08-20T20:49:49.9028949Z [00:01:29.770]➜   Downloading crates ...
2025-08-20T20:49:49.9519784Z [00:01:29.819]➜    Downloaded atty v0.2.14
2025-08-20T20:49:49.9568976Z [00:01:29.824]➜    Downloaded openssl-macros v0.1.1
2025-08-20T20:49:49.9586982Z [00:01:29.826]➜    Downloaded quick-error v1.2.3
2025-08-20T20:49:49.9612349Z [00:01:29.828]➜    Downloaded num-traits v0.2.17
2025-08-20T20:49:49.9654576Z [00:01:29.833]➜    Downloaded option-ext v0.2.0
2025-08-20T20:49:49.9672265Z [00:01:29.834]➜    Downloaded strsim v0.8.0
2025-08-20T20:49:49.9699157Z [00:01:29.837]➜    Downloaded cfg-if v1.0.0
2025-08-20T20:49:49.9722228Z [00:01:29.839]➜    Downloaded zeroize v1.8.1
2025-08-20T20:49:49.9760044Z [00:01:29.843]➜    Downloaded tracing-attributes v0.1.26
2025-08-20T20:49:49.9806012Z [00:01:29.848]➜    Downloaded thiserror-impl v2.0.16
2025-08-20T20:49:49.9840252Z [00:01:29.851]➜    Downloaded indexmap v2.7.1
2025-08-20T20:49:49.9926240Z [00:01:29.860]➜    Downloaded version_check v0.9.4
2025-08-20T20:49:49.9975891Z [00:01:29.865]➜    Downloaded untrusted v0.9.0
2025-08-20T20:49:50.0024066Z [00:01:29.869]➜    Downloaded unicode-normalization v0.1.22
2025-08-20T20:49:50.0087973Z [00:01:29.876]➜    Downloaded want v0.3.1
2025-08-20T20:49:50.0114263Z [00:01:29.878]➜    Downloaded toml_writer v1.0.2
2025-08-20T20:49:50.0154830Z [00:01:29.883]➜    Downloaded winnow v0.7.10
2025-08-20T20:49:50.0316010Z [00:01:29.899]➜    Downloaded rustls-pki-types v1.12.0
2025-08-20T20:49:50.0397992Z [00:01:29.907]➜    Downloaded tower v0.5.2
2025-08-20T20:49:50.0584808Z [00:01:29.926]➜    Downloaded serde_spanned v1.0.0
2025-08-20T20:49:50.0618187Z [00:01:29.929]➜    Downloaded vcpkg v0.2.15
2025-08-20T20:49:50.1391512Z [00:01:30.006]➜    Downloaded zerocopy v0.8.14
2025-08-20T20:49:50.1788813Z [00:01:30.046]➜    Downloaded parking_lot v0.12.1
2025-08-20T20:49:50.1824652Z [00:01:30.050]➜    Downloaded trust-dns-resolver v0.23.2
2025-08-20T20:49:50.1883635Z [00:01:30.055]➜    Downloaded hyper v1.6.0
2025-08-20T20:49:50.1973617Z [00:01:30.064]➜    Downloaded futures-util v0.3.28
2025-08-20T20:49:50.2150213Z [00:01:30.082]➜    Downloaded tower-http v0.6.5
2025-08-20T20:49:50.2265592Z [00:01:30.094]➜    Downloaded unicode-segmentation v1.10.1
2025-08-20T20:49:50.2306207Z [00:01:30.098]➜    Downloaded idna v0.4.0
2025-08-20T20:49:50.2373985Z [00:01:30.104]➜    Downloaded openssl v0.10.72
2025-08-20T20:49:50.2496881Z [00:01:30.117]➜    Downloaded http v1.1.0
2025-08-20T20:49:50.2545620Z [00:01:30.122]➜    Downloaded hashbrown v0.15.2
2025-08-20T20:49:50.2611149Z [00:01:30.128]➜    Downloaded trust-dns-proto v0.23.2
2025-08-20T20:49:50.2810212Z [00:01:30.148]➜    Downloaded rand v0.8.5
2025-08-20T20:49:50.2857778Z [00:01:30.153]➜    Downloaded libc v0.2.172
2025-08-20T20:49:50.3194809Z [00:01:30.187]➜    Downloaded syn v2.0.87
2025-08-20T20:49:50.3327305Z [00:01:30.200]➜    Downloaded openssl-sys v0.9.107
2025-08-20T20:49:50.3401676Z [00:01:30.207]➜    Downloaded rand v0.9.2
2025-08-20T20:49:50.3452997Z [00:01:30.212]➜    Downloaded h2 v0.4.4
2025-08-20T20:49:50.3536741Z [00:01:30.221]➜    Downloaded httparse v1.10.1
2025-08-20T20:49:50.3571966Z [00:01:30.224]➜    Downloaded serde_derive v1.0.219
2025-08-20T20:49:50.3607082Z [00:01:30.228]➜    Downloaded reqwest v0.12.23
2025-08-20T20:49:50.3685432Z [00:01:30.236]➜    Downloaded ryu v1.0.15
2025-08-20T20:49:50.3728429Z [00:01:30.240]➜    Downloaded regex v1.11.1
2025-08-20T20:49:50.3907788Z [00:01:30.258]➜    Downloaded proc-macro2 v1.0.89
2025-08-20T20:49:50.3942019Z [00:01:30.261]➜    Downloaded log v0.4.20
2025-08-20T20:49:50.3973742Z [00:01:30.264]➜    Downloaded linked-hash-map v0.5.6
2025-08-20T20:49:50.3989424Z [00:01:30.266]➜    Downloaded iri-string v0.7.8
2025-08-20T20:49:50.4081477Z [00:01:30.275]➜    Downloaded getrandom v0.2.10
2025-08-20T20:49:50.4122893Z [00:01:30.279]➜    Downloaded form_urlencoded v1.2.0
2025-08-20T20:49:50.4135302Z [00:01:30.281]➜    Downloaded regex-syntax v0.8.5
2025-08-20T20:49:50.4217835Z [00:01:30.289]➜    Downloaded shlex v1.3.0
2025-08-20T20:49:50.4236295Z [00:01:30.291]➜    Downloaded serde_urlencoded v0.7.1
2025-08-20T20:49:50.4260381Z [00:01:30.293]➜    Downloaded scopeguard v1.2.0
2025-08-20T20:49:50.4278627Z [00:01:30.295]➜    Downloaded rand_chacha v0.9.0
2025-08-20T20:49:50.4296359Z [00:01:30.297]➜    Downloaded rand_chacha v0.3.1
2025-08-20T20:49:50.4313036Z [00:01:30.298]➜    Downloaded quote v1.0.35
2025-08-20T20:49:50.4349320Z [00:01:30.302]➜    Downloaded proc-macro-error v1.0.4
2025-08-20T20:49:50.4398413Z [00:01:30.307]➜    Downloaded pin-utils v0.1.0
2025-08-20T20:49:50.4416217Z [00:01:30.309]➜    Downloaded pin-project-lite v0.2.13
2025-08-20T20:49:50.4491292Z [00:01:30.316]➜    Downloaded percent-encoding v2.3.0
2025-08-20T20:49:50.4502797Z [00:01:30.317]➜    Downloaded parking_lot_core v0.9.8
2025-08-20T20:49:50.4532389Z [00:01:30.320]➜    Downloaded mime v0.3.17
2025-08-20T20:49:50.4551712Z [00:01:30.322]➜    Downloaded hostname v0.3.1
2025-08-20T20:49:50.4574181Z [00:01:30.325]➜    Downloaded futures-task v0.3.28
2025-08-20T20:49:50.4592252Z [00:01:30.326]➜    Downloaded futures-channel v0.3.28
2025-08-20T20:49:50.4619547Z [00:01:30.329]➜    Downloaded foreign-types-shared v0.1.1
2025-08-20T20:49:50.4630153Z [00:01:30.330]➜    Downloaded ring v0.17.13
2025-08-20T20:49:50.5157747Z [00:01:30.383]➜    Downloaded regex-automata v0.4.8
2025-08-20T20:49:50.5344860Z [00:01:30.402]➜    Downloaded encoding_rs v0.8.33
2025-08-20T20:49:50.5575957Z [00:01:30.425]➜    Downloaded dirs-sys v0.5.0
2025-08-20T20:49:50.5591269Z [00:01:30.426]➜    Downloaded serde v1.0.219
2025-08-20T20:49:50.5630687Z [00:01:30.430]➜    Downloaded proc-macro-error-attr v1.0.4
2025-08-20T20:49:50.5644163Z [00:01:30.431]➜    Downloaded mio v1.0.4
2025-08-20T20:49:50.5722643Z [00:01:30.439]➜    Downloaded hyper-rustls v0.27.2
2025-08-20T20:49:50.5756810Z [00:01:30.443]➜    Downloaded http-body v1.0.0
2025-08-20T20:49:50.5770108Z [00:01:30.444]➜    Downloaded fnv v1.0.7
2025-08-20T20:49:50.5782468Z [00:01:30.445]➜    Downloaded data-encoding v2.4.0
2025-08-20T20:49:50.5795028Z [00:01:30.447]➜    Downloaded toml v0.9.5
2025-08-20T20:49:50.5852091Z [00:01:30.452]➜    Downloaded rand_core v0.9.0
2025-08-20T20:49:50.5870351Z [00:01:30.454]➜    Downloaded ppv-lite86 v0.2.17
2025-08-20T20:49:50.5887716Z [00:01:30.456]➜    Downloaded pkg-config v0.3.27
2025-08-20T20:49:50.5909402Z [00:01:30.458]➜    Downloaded native-tls v0.2.11
2025-08-20T20:49:50.5936699Z [00:01:30.461]➜    Downloaded match_cfg v0.1.0
2025-08-20T20:49:50.5948313Z [00:01:30.462]➜    Downloaded lru-cache v0.1.2
2025-08-20T20:49:50.5962599Z [00:01:30.463]➜    Downloaded lazy_static v1.4.0
2025-08-20T20:49:50.5979707Z [00:01:30.465]➜    Downloaded ipnet v2.11.0
2025-08-20T20:49:50.6001463Z [00:01:30.467]➜    Downloaded iana-time-zone v0.1.57
2025-08-20T20:49:50.6030030Z [00:01:30.470]➜    Downloaded hyper-tls v0.6.0
2025-08-20T20:49:50.6048889Z [00:01:30.472]➜    Downloaded http-body-util v0.1.1
2025-08-20T20:49:50.6075878Z [00:01:30.475]➜    Downloaded heck v0.3.3
2025-08-20T20:49:50.6092185Z [00:01:30.476]➜    Downloaded equivalent v1.0.1
2025-08-20T20:49:50.6103308Z [00:01:30.477]➜    Downloaded dirs v6.0.0
2025-08-20T20:49:50.6121117Z [00:01:30.479]➜    Downloaded chrono v0.4.41
2025-08-20T20:49:50.6205026Z [00:01:30.488]➜    Downloaded base64 v0.22.0
2025-08-20T20:49:50.6255419Z [00:01:30.493]➜    Downloaded aho-corasick v1.1.2
2025-08-20T20:49:50.6320655Z [00:01:30.499]➜    Downloaded rustls v0.23.7
2025-08-20T20:49:50.6514914Z [00:01:30.519]➜    Downloaded resolv-conf v0.7.0
2025-08-20T20:49:50.6540140Z [00:01:30.521]➜    Downloaded rand_core v0.6.4
2025-08-20T20:49:50.6558903Z [00:01:30.523]➜    Downloaded foreign-types v0.3.2
2025-08-20T20:49:50.6570285Z [00:01:30.524]➜    Downloaded async-trait v0.1.73
2025-08-20T20:49:50.6618288Z [00:01:30.529]➜    Downloaded url v2.4.1
2025-08-20T20:49:50.6650917Z [00:01:30.532]➜    Downloaded tokio-util v0.7.9
2025-08-20T20:49:50.6737413Z [00:01:30.541]➜    Downloaded tinyvec v1.6.0
2025-08-20T20:49:50.6776564Z [00:01:30.545]➜    Downloaded thiserror-impl v1.0.68
2025-08-20T20:49:50.6794651Z [00:01:30.547]➜    Downloaded rustls-webpki v0.102.3
2025-08-20T20:49:50.7068849Z [00:01:30.574]➜    Downloaded toml_parser v1.0.2
2025-08-20T20:49:50.7101686Z [00:01:30.577]➜    Downloaded thiserror v2.0.16
2025-08-20T20:49:50.7189448Z [00:01:30.586]➜    Downloaded thiserror v1.0.68
2025-08-20T20:49:50.7266662Z [00:01:30.594]➜    Downloaded itoa v1.0.9
2025-08-20T20:49:50.7286432Z [00:01:30.596]➜    Downloaded unicode-bidi v0.3.13
2025-08-20T20:49:50.7316507Z [00:01:30.599]➜    Downloaded try-lock v0.2.4
2025-08-20T20:49:50.7329774Z [00:01:30.600]➜    Downloaded tower-service v0.3.3
2025-08-20T20:49:50.7341983Z [00:01:30.601]➜    Downloaded tokio-native-tls v0.3.1
2025-08-20T20:49:50.7367950Z [00:01:30.604]➜    Downloaded tinyvec_macros v0.1.1
2025-08-20T20:49:50.7380514Z [00:01:30.605]➜    Downloaded structopt-derive v0.4.18
2025-08-20T20:49:50.7397261Z [00:01:30.607]➜    Downloaded openssl-probe v0.1.5
2025-08-20T20:49:50.7412249Z [00:01:30.608]➜    Downloaded lock_api v0.4.10
2025-08-20T20:49:50.7430499Z [00:01:30.610]➜    Downloaded futures-core v0.3.28
2025-08-20T20:49:50.7450103Z [00:01:30.612]➜    Downloaded sync_wrapper v1.0.1
2025-08-20T20:49:50.7461867Z [00:01:30.613]➜    Downloaded syn v1.0.109
2025-08-20T20:49:50.7582997Z [00:01:30.625]➜    Downloaded socket2 v0.5.10
2025-08-20T20:49:50.7607036Z [00:01:30.628]➜    Downloaded smallvec v1.13.2
2025-08-20T20:49:50.7635198Z [00:01:30.631]➜    Downloaded memchr v2.6.4
2025-08-20T20:49:50.7706322Z [00:01:30.638]➜    Downloaded heck v0.4.1
2025-08-20T20:49:50.7724189Z [00:01:30.639]➜    Downloaded futures-sink v0.3.28
2025-08-20T20:49:50.7735749Z [00:01:30.641]➜    Downloaded clap v2.34.0
2025-08-20T20:49:50.7814546Z [00:01:30.649]➜    Downloaded tower-layer v0.3.3
2025-08-20T20:49:50.7827556Z [00:01:30.650]➜    Downloaded textwrap v0.11.0
2025-08-20T20:49:50.7852285Z [00:01:30.652]➜    Downloaded structopt v0.3.26
2025-08-20T20:49:50.7961205Z [00:01:30.663]➜    Downloaded hyper-util v0.1.13
2025-08-20T20:49:50.8039069Z [00:01:30.671]➜    Downloaded vec_map v0.8.2
2025-08-20T20:49:50.8053413Z [00:01:30.672]➜    Downloaded tracing-core v0.1.31
2025-08-20T20:49:50.8087603Z [00:01:30.676]➜    Downloaded tracing v0.1.37
2025-08-20T20:49:50.8137787Z [00:01:30.681]➜    Downloaded toml_datetime v0.7.0
2025-08-20T20:49:50.8157398Z [00:01:30.683]➜    Downloaded tokio-rustls v0.26.0
2025-08-20T20:49:50.8184862Z [00:01:30.686]➜    Downloaded tokio v1.45.1
2025-08-20T20:49:50.8740415Z [00:01:30.741]➜    Downloaded subtle v2.5.0
2025-08-20T20:49:50.8755429Z [00:01:30.743]➜    Downloaded slab v0.4.9
2025-08-20T20:49:50.8772704Z [00:01:30.744]➜    Downloaded serde_json v1.0.107
2025-08-20T20:49:50.8871616Z [00:01:30.754]➜    Downloaded once_cell v1.18.0
2025-08-20T20:49:50.8906092Z [00:01:30.758]➜    Downloaded enum-as-inner v0.6.0
2025-08-20T20:49:50.8928299Z [00:01:30.760]➜    Downloaded bitflags v2.4.0
2025-08-20T20:49:50.8963959Z [00:01:30.763]➜    Downloaded anyhow v1.0.99
2025-08-20T20:49:50.9019535Z [00:01:30.769]➜    Downloaded cc v1.2.16
2025-08-20T20:49:50.9064188Z [00:01:30.773]➜    Downloaded unicode-width v0.1.11
2025-08-20T20:49:50.9083988Z [00:01:30.775]➜    Downloaded unicode-ident v1.0.12
2025-08-20T20:49:50.9121024Z [00:01:30.779]➜    Downloaded autocfg v1.1.0
2025-08-20T20:49:50.9140577Z [00:01:30.781]➜    Downloaded ansi_term v0.12.1
2025-08-20T20:49:50.9165477Z [00:01:30.784]➜    Downloaded bytes v1.9.0
2025-08-20T20:49:50.9217663Z [00:01:30.789]➜    Downloaded bitflags v1.3.2
2025-08-20T20:49:50.9261899Z [00:01:30.793]➜    Downloaded getrandom v0.3.0
2025-08-20T20:49:50.9306164Z [00:01:30.798]➜    Downloaded futures-io v0.3.28
2025-08-20T20:49:50.9952002Z [00:01:30.862]➜     Compiling proc-macro2 v1.0.89
2025-08-20T20:49:50.9952675Z [00:01:30.862]➜     Compiling libc v0.2.172
2025-08-20T20:49:50.9953773Z [00:01:30.862]➜     Compiling unicode-ident v1.0.12
2025-08-20T20:49:50.9954568Z [00:01:30.862]➜     Compiling cfg-if v1.0.0
2025-08-20T20:49:50.9956049Z [00:01:30.863]➜     Compiling autocfg v1.1.0
2025-08-20T20:49:50.9963571Z [00:01:30.863]➜       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.89/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=a9ad47573f631b0e -C extra-filename=-6fd31c68ef960a7a --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/proc-macro2-6fd31c68ef960a7a -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T20:49:50.9987725Z [00:01:30.865]➜       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.172/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("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=f93f97034b727cfb -C extra-filename=-d4332107b66807ec --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/libc-d4332107b66807ec -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T20:49:51.0010529Z [00:01:30.865]➜       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.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("compiler_builtins", "core", "rustc-dep-of-std"))' -C metadata=7585621120af5767 -C extra-filename=-ad922fe68dc3537f --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yVJYY5P0CV/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-20T20:49:51.0021972Z [00:01:30.865]➜       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.12/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=959979a93bea1b90 -C extra-filename=-7a367797588f38f1 --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T20:49:51.0030135Z [00:01:30.865]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name autocfg --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/autocfg-1.1.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=28e23186d6370bc3 -C extra-filename=-c7b83ab91c5f9afe --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T20:49:51.1543903Z [00:01:31.021]➜     Compiling futures-core v0.3.28
2025-08-20T20:49:51.1550631Z [00:01:31.021]➜       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/futures-core-0.3.28/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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "portable-atomic", "std", "unstable"))' -C metadata=00ea175656bd5c01 -C extra-filename=-e40f69d4d6d89ff3 --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/futures-core-e40f69d4d6d89ff3 -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T20:49:51.2825367Z [00:01:31.150]➜     Compiling bytes v1.9.0
2025-08-20T20:49:51.2862906Z [00:01:31.152]➜       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.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 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=38dd64f9d8f1ef99 -C extra-filename=-d34434d8b0e45868 --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yVJYY5P0CV/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-20T20:49:51.6498533Z [00:01:31.517]➜     Compiling pin-project-lite v0.2.13
2025-08-20T20:49:51.6594364Z [00:01:31.526]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name pin_project_lite --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=82c86f1223ce1b63 -C extra-filename=-6ed75a437064983e --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yVJYY5P0CV/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-20T20:49:51.6762176Z [00:01:31.542]➜       Running `/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/futures-core-e40f69d4d6d89ff3/build-script-build`
2025-08-20T20:49:51.6763909Z [00:01:31.543]➜       Running `/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/libc-d4332107b66807ec/build-script-build`
2025-08-20T20:49:51.6768641Z [00:01:31.544]➜       Running `/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/proc-macro2-6fd31c68ef960a7a/build-script-build`
2025-08-20T20:49:51.6877590Z [00:01:31.554]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name futures_core --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-core-0.3.28/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", "cfg-target-has-atomic", "default", "portable-atomic", "std", "unstable"))' -C metadata=09662d216588820e -C extra-filename=-33166b3098f54118 --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yVJYY5P0CV/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-20T20:49:51.7175121Z [00:01:31.581]➜       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.172/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("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=893ff22ef8515d93 -C extra-filename=-420cee5c88c1309f --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yVJYY5P0CV/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(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(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-20T20:49:51.7571597Z [00:01:31.624]➜     Compiling memchr v2.6.4
2025-08-20T20:49:51.7583524Z [00:01:31.624]➜       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.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=172aea461907a4b1 -C extra-filename=-3157d788629a9fc7 --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yVJYY5P0CV/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-20T20:49:51.8405319Z [00:01:31.706]➜       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.89/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=e7e357e5eca6fe98 -C extra-filename=-ef6075579c1e9adf --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps --extern unicode_ident=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/libunicode_ident-7a367797588f38f1.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-20T20:49:51.9133192Z [00:01:31.780]➜     Compiling once_cell v1.18.0
2025-08-20T20:49:51.9143589Z [00:01:31.780]➜       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.18.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="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", "race", "std", "unstable"))' -C metadata=8234ce19923555f9 -C extra-filename=-bbd4a06f32bc156d --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yVJYY5P0CV/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-20T20:49:52.3236923Z [00:01:32.191]➜     Compiling slab v0.4.9
2025-08-20T20:49:52.3271251Z [00:01:32.193]➜       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/slab-0.4.9/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", "serde", "std"))' -C metadata=ca81e1cc32bb63f2 -C extra-filename=-bf25b350ad490dc7 --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/slab-bf25b350ad490dc7 -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps --extern autocfg=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/libautocfg-c7b83ab91c5f9afe.rlib --cap-lints allow`
2025-08-20T20:49:52.6212729Z [00:01:32.488]➜     Compiling futures-sink v0.3.28
2025-08-20T20:49:52.6229682Z [00:01:32.489]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name futures_sink --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-sink-0.3.28/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=c0a82930e2afce52 -C extra-filename=-1c7d35f41f896dec --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yVJYY5P0CV/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-20T20:49:52.7413602Z [00:01:32.608]➜     Compiling futures-task v0.3.28
2025-08-20T20:49:52.7448863Z [00:01:32.611]➜       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/futures-task-0.3.28/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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "std", "unstable"))' -C metadata=21c82b30fd1ea619 -C extra-filename=-08794650e2671fa3 --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/futures-task-08794650e2671fa3 -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T20:49:52.8436628Z [00:01:32.710]➜     Compiling quote v1.0.35
2025-08-20T20:49:52.8445389Z [00:01:32.711]➜       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.35/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=4d5df68850ebaf61 -C extra-filename=-9758e46d37d26ed8 --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/libproc_macro2-ef6075579c1e9adf.rmeta --cap-lints allow`
2025-08-20T20:49:53.0716003Z [00:01:32.938]➜       Running `/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/futures-task-08794650e2671fa3/build-script-build`
2025-08-20T20:49:53.0793965Z [00:01:32.946]➜       Running `/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/slab-bf25b350ad490dc7/build-script-build`
2025-08-20T20:49:53.1598318Z [00:01:33.027]➜     Compiling futures-util v0.3.28
2025-08-20T20:49:53.1610002Z [00:01:33.027]➜       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/futures-util-0.3.28/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="futures-io"' --cfg 'feature="futures-sink"' --cfg 'feature="io"' --cfg 'feature="memchr"' --cfg 'feature="sink"' --cfg 'feature="slab"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "async-await", "async-await-macro", "bilock", "cfg-target-has-atomic", "channel", "compat", "default", "futures-channel", "futures-io", "futures-macro", "futures-sink", "futures_01", "io", "io-compat", "memchr", "portable-atomic", "sink", "slab", "std", "tokio-io", "unstable", "write-all-vectored"))' -C metadata=451353c48b5a8542 -C extra-filename=-56da2dac9870d9a3 --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/futures-util-56da2dac9870d9a3 -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T20:49:53.2393371Z [00:01:33.106]➜     Compiling shlex v1.3.0
2025-08-20T20:49:53.2405740Z [00:01:33.107]➜       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.yVJYY5P0CV/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T20:49:53.5049289Z [00:01:33.372]➜     Compiling syn v2.0.87
2025-08-20T20:49:53.5072322Z [00:01:33.373]➜       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.87/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="visit-mut"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "test", "visit", "visit-mut"))' -C metadata=679aa469ea2e1799 -C extra-filename=-4a3a06872e9820ad --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/libproc_macro2-ef6075579c1e9adf.rmeta --extern quote=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/libquote-9758e46d37d26ed8.rmeta --extern unicode_ident=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/libunicode_ident-7a367797588f38f1.rmeta --cap-lints allow`
2025-08-20T20:49:53.5227369Z [00:01:33.390]➜     Compiling itoa v1.0.9
2025-08-20T20:49:53.5242729Z [00:01:33.390]➜       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.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic"))' -C metadata=df05e0f5c1b216f0 -C extra-filename=-59c4343f5413c409 --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yVJYY5P0CV/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-20T20:49:53.6345299Z [00:01:33.501]➜       Running `/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/futures-util-56da2dac9870d9a3/build-script-build`
2025-08-20T20:49:53.6528809Z [00:01:33.520]➜     Compiling cc v1.2.16
2025-08-20T20:49:53.6560517Z [00:01:33.523]➜       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.16/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=ac857b8387c760f9 -C extra-filename=-0965d9cf19277fa1 --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps --extern shlex=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/libshlex-b36db43b0fc69e13.rmeta --cap-lints allow`
2025-08-20T20:49:53.7557510Z [00:01:33.622]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name slab --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slab-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=912c56dc487ece8f -C extra-filename=-2c1d0774850b5183 --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yVJYY5P0CV/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-20T20:49:54.0118144Z [00:01:33.879]➜     Compiling mio v1.0.4
2025-08-20T20:49:54.0150366Z [00:01:33.879]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name mio --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=unexpected_cfgs --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(mio_unsupported_force_waker_pipe)' --cfg 'feature="net"' --cfg 'feature="os-ext"' --cfg 'feature="os-poll"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "log", "net", "os-ext", "os-poll"))' -C metadata=efc4a6d8f37ea985 -C extra-filename=-b579ca2a252ed26e --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-420cee5c88c1309f.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-20T20:49:54.0202588Z [00:01:33.887]➜     Compiling socket2 v0.5.10
2025-08-20T20:49:54.0214919Z [00:01:33.888]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name socket2 --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/socket2-0.5.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="all"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all"))' -C metadata=74c5146262b968e5 -C extra-filename=-6f97214ef411d7a5 --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-420cee5c88c1309f.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-20T20:49:54.2815166Z [00:01:34.148]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name futures_task --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-task-0.3.28/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "std", "unstable"))' -C metadata=ca19ec7a2584904c -C extra-filename=-e969f7142ec5a6fe --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yVJYY5P0CV/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-20T20:49:54.6524678Z [00:01:34.519]➜     Compiling pkg-config v0.3.27
2025-08-20T20:49:54.6532054Z [00:01:34.520]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name pkg_config --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pkg-config-0.3.27/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=9d0d214ac4c9704a -C extra-filename=-884d045005af08e8 --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T20:49:55.5751234Z [00:01:35.442]➜     Compiling tokio v1.45.1
2025-08-20T20:49:55.5780373Z [00:01:35.443]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name tokio --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(loom)' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(tokio_allow_from_blocking_fd)' --check-cfg 'cfg(tokio_internal_mt_counters)' --check-cfg 'cfg(tokio_no_parking_lot)' --check-cfg 'cfg(tokio_no_tuning_tests)' --check-cfg 'cfg(tokio_taskdump)' --check-cfg 'cfg(tokio_unstable)' --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=8530b71bea12ab40 -C extra-filename=-67c598889f199ac0 --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps --extern bytes=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbytes-d34434d8b0e45868.rmeta --extern libc=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-420cee5c88c1309f.rmeta --extern mio=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmio-b579ca2a252ed26e.rmeta --extern pin_project_lite=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpin_project_lite-6ed75a437064983e.rmeta --extern socket2=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsocket2-6f97214ef411d7a5.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-20T20:49:55.5875099Z [00:01:35.455]➜     Compiling futures-io v0.3.28
2025-08-20T20:49:55.5888292Z [00:01:35.455]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name futures_io --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-io-0.3.28/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", "unstable"))' -C metadata=59234bee81b54bc0 -C extra-filename=-9480d999324dcca3 --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yVJYY5P0CV/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-20T20:49:55.6592008Z [00:01:35.526]➜     Compiling vcpkg v0.2.15
2025-08-20T20:49:55.6601058Z [00:01:35.527]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name vcpkg --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vcpkg-0.2.15/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=4ce1b6cac9f3eb10 -C extra-filename=-b334f034d0f5b554 --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T20:49:55.8820537Z [00:01:35.749]➜     Compiling pin-utils v0.1.0
2025-08-20T20:49:55.8832729Z [00:01:35.749]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name pin_utils --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-utils-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8ec850a3fbc72638 -C extra-filename=-327e87f8993c05ae --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yVJYY5P0CV/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-20T20:49:55.9953939Z [00:01:35.861]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name futures_util --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.28/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="futures-io"' --cfg 'feature="futures-sink"' --cfg 'feature="io"' --cfg 'feature="memchr"' --cfg 'feature="sink"' --cfg 'feature="slab"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "async-await", "async-await-macro", "bilock", "cfg-target-has-atomic", "channel", "compat", "default", "futures-channel", "futures-io", "futures-macro", "futures-sink", "futures_01", "io", "io-compat", "memchr", "portable-atomic", "sink", "slab", "std", "tokio-io", "unstable", "write-all-vectored"))' -C metadata=5eb9810e4e1a4ace -C extra-filename=-368ee7d0e97f3973 --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps --extern futures_core=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_core-33166b3098f54118.rmeta --extern futures_io=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_io-9480d999324dcca3.rmeta --extern futures_sink=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_sink-1c7d35f41f896dec.rmeta --extern futures_task=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_task-e969f7142ec5a6fe.rmeta --extern memchr=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemchr-3157d788629a9fc7.rmeta --extern pin_project_lite=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpin_project_lite-6ed75a437064983e.rmeta --extern pin_utils=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpin_utils-327e87f8993c05ae.rmeta --extern slab=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libslab-2c1d0774850b5183.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-20T20:49:57.4011639Z [00:01:37.268]➜     Compiling tracing-core v0.1.31
2025-08-20T20:49:57.4024837Z [00:01:37.268]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name tracing_core --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.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 -C linker-plugin-lto --cfg 'feature="once_cell"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "once_cell", "std", "valuable"))' -C metadata=4fe3a87098e4ec87 -C extra-filename=-42e5d85406658ee0 --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps --extern once_cell=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libonce_cell-bbd4a06f32bc156d.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-20T20:49:57.4627179Z [00:01:37.330]➜     Compiling openssl-sys v0.9.107
2025-08-20T20:49:57.4637198Z [00:01:37.330]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name build_script_main --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.107/build/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc", "bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=a2a0feb3401632ef -C extra-filename=-e46cb704013f2874 --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/openssl-sys-e46cb704013f2874 -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps --extern cc=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/libcc-0965d9cf19277fa1.rlib --extern pkg_config=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/libpkg_config-884d045005af08e8.rlib --extern vcpkg=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/libvcpkg-b334f034d0f5b554.rlib --cap-lints allow`
2025-08-20T20:49:58.5861476Z [00:01:38.448]➜     Compiling fnv v1.0.7
2025-08-20T20:49:58.5870073Z [00:01:38.448]➜       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.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yVJYY5P0CV/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-20T20:49:58.7420987Z [00:01:38.609]➜     Compiling http v1.1.0
2025-08-20T20:49:58.7456899Z [00:01:38.612]➜       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.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=f989907cbbc04ef9 -C extra-filename=-ad4f3aeb4e1223fd --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps --extern bytes=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbytes-d34434d8b0e45868.rmeta --extern fnv=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfnv-7cc5609647fd48ac.rmeta --extern itoa=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libitoa-59c4343f5413c409.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-20T20:49:58.9944939Z [00:01:38.861]➜       Running `/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/openssl-sys-e46cb704013f2874/build-script-main`
2025-08-20T20:49:59.0949788Z [00:01:38.962]➜     Compiling version_check v0.9.4
2025-08-20T20:49:59.0960989Z [00:01:38.963]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name version_check --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/version_check-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 embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a28d0c80f9a2554b -C extra-filename=-dca504072d09ace5 --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T20:49:59.9443055Z [00:01:39.811]➜     Compiling percent-encoding v2.3.0
2025-08-20T20:49:59.9475677Z [00:01:39.814]➜       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.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=cc7c2dbf5fd9316e -C extra-filename=-a995dced42a03db2 --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yVJYY5P0CV/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-20T20:50:00.2898631Z [00:01:40.157]➜     Compiling futures-channel v0.3.28
2025-08-20T20:50:00.2905291Z [00:01:40.157]➜       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/futures-channel-0.3.28/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="futures-sink"' --cfg 'feature="sink"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "futures-sink", "sink", "std", "unstable"))' -C metadata=61fc7017702e0304 -C extra-filename=-8640bf5f31a21c8f --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/futures-channel-8640bf5f31a21c8f -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T20:50:00.7327351Z [00:01:40.600]➜     Compiling serde v1.0.219
2025-08-20T20:50:00.7343649Z [00:01:40.601]➜       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.yVJYY5P0CV/TEMPREPO/target/release/build/serde-1108bd03bb6c3137 -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T20:50:01.2731403Z [00:01:41.140]➜     Compiling smallvec v1.13.2
2025-08-20T20:50:01.2755409Z [00:01:41.142]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name smallvec --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.13.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="const_generics"' --cfg 'feature="const_new"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "const_generics", "const_new", "debugger_visualizer", "drain_filter", "drain_keep_rest", "may_dangle", "serde", "specialization", "union", "write"))' -C metadata=c26b00b60151fc96 -C extra-filename=-9344fc38af21df28 --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yVJYY5P0CV/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-20T20:50:01.6703404Z [00:01:41.535]➜       Running `/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/serde-1108bd03bb6c3137/build-script-build`
2025-08-20T20:50:01.7339174Z [00:01:41.601]➜       Running `/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/futures-channel-8640bf5f31a21c8f/build-script-build`
2025-08-20T20:50:01.7450212Z [00:01:41.612]➜     Compiling tinyvec_macros v0.1.1
2025-08-20T20:50:01.7484161Z [00:01:41.615]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name tinyvec_macros --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinyvec_macros-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=22fdc788b187d127 -C extra-filename=-cd1d5043b7cc5d72 --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yVJYY5P0CV/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-20T20:50:01.8552715Z [00:01:41.722]➜     Compiling tinyvec v1.6.0
2025-08-20T20:50:01.8566709Z [00:01:41.723]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name tinyvec --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinyvec-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="tinyvec_macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "default", "experimental_write_impl", "grab_spare_slice", "nightly_slice_partition_dedup", "real_blackbox", "rustc_1_40", "rustc_1_55", "rustc_1_57", "serde", "std", "tinyvec_macros"))' -C metadata=54c12467e94643da -C extra-filename=-038b5932eeb56cdf --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps --extern tinyvec_macros=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtinyvec_macros-cd1d5043b7cc5d72.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-20T20:50:02.4128341Z [00:01:42.279]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name futures_channel --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-channel-0.3.28/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="futures-sink"' --cfg 'feature="sink"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "futures-sink", "sink", "std", "unstable"))' -C metadata=ecbadbd1ad747948 -C extra-filename=-e609f3151adadee9 --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps --extern futures_core=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_core-33166b3098f54118.rmeta --extern futures_sink=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_sink-1c7d35f41f896dec.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-20T20:50:02.9132762Z [00:01:42.780]➜     Compiling http-body v1.0.0
2025-08-20T20:50:02.9143793Z [00:01:42.781]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name http_body --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=881d8ad2fb6c172d -C extra-filename=-4a365c793cd0921d --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps --extern bytes=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbytes-d34434d8b0e45868.rmeta --extern http=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhttp-ad4f3aeb4e1223fd.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-20T20:50:03.0407477Z [00:01:42.908]➜     Compiling ppv-lite86 v0.2.17
2025-08-20T20:50:03.0476587Z [00:01:42.914]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name ppv_lite86 --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ppv-lite86-0.2.17/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="simd"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "no_simd", "simd", "std"))' -C metadata=ae5e1673170049f1 -C extra-filename=-7f6bc8055a139b28 --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yVJYY5P0CV/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-20T20:50:03.1623179Z [00:01:43.029]➜     Compiling bitflags v2.4.0
2025-08-20T20:50:03.1635666Z [00:01:43.030]➜       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.4.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("arbitrary", "bytemuck", "compiler_builtins", "core", "example_generated", "rustc-dep-of-std", "serde", "std"))' -C metadata=08319c1bf7d6db40 -C extra-filename=-527b77d9cefff7ae --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yVJYY5P0CV/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-20T20:50:03.6789613Z [00:01:43.546]➜     Compiling hashbrown v0.15.2
2025-08-20T20:50:03.6800076Z [00:01:43.546]➜       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.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("alloc", "allocator-api2", "compiler_builtins", "core", "default", "default-hasher", "equivalent", "inline-more", "nightly", "raw-entry", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=fc2f21780c3e38fb -C extra-filename=-1e0e1bb8de4a7b13 --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yVJYY5P0CV/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-20T20:50:03.9873064Z [00:01:43.854]➜     Compiling equivalent v1.0.1
2025-08-20T20:50:03.9885028Z [00:01:43.855]➜       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.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=deb029574f6808b9 -C extra-filename=-4e9bcc75a171c853 --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yVJYY5P0CV/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-20T20:50:04.0518801Z [00:01:43.919]➜     Compiling foreign-types-shared v0.1.1
2025-08-20T20:50:04.0530164Z [00:01:43.919]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name foreign_types_shared --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foreign-types-shared-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=51df17968daf1163 -C extra-filename=-b42146452c3b8e42 --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yVJYY5P0CV/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-20T20:50:04.1215561Z [00:01:43.988]➜     Compiling httparse v1.10.1
2025-08-20T20:50:04.1255690Z [00:01:43.992]➜       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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=c8237f8956b0c02d -C extra-filename=-21f3052f47c7564f --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/httparse-21f3052f47c7564f -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T20:50:04.2139294Z [00:01:44.081]➜     Compiling openssl v0.10.72
2025-08-20T20:50:04.2148776Z [00:01:44.081]➜       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/openssl-0.10.72/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"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc", "bindgen", "default", "unstable_boringssl", "v101", "v102", "v110", "v111", "vendored"))' -C metadata=6c4cdb99c9cfcdfb -C extra-filename=-60cce7bc80e0283a --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/openssl-60cce7bc80e0283a -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T20:50:04.5723200Z [00:01:44.439]➜       Running `/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/openssl-60cce7bc80e0283a/build-script-build`
2025-08-20T20:50:04.5828447Z [00:01:44.450]➜     Compiling foreign-types v0.3.2
2025-08-20T20:50:04.5864531Z [00:01:44.453]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name foreign_types --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foreign-types-0.3.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=365b08a9c358dec5 -C extra-filename=-428086cbc53f505e --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps --extern foreign_types_shared=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libforeign_types_shared-b42146452c3b8e42.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-20T20:50:04.6635154Z [00:01:44.530]➜     Compiling unicode-normalization v0.1.22
2025-08-20T20:50:04.6664094Z [00:01:44.533]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name unicode_normalization --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-normalization-0.1.22/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=8583d3195c10dcce -C extra-filename=-716675513731be5e --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps --extern tinyvec=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtinyvec-038b5932eeb56cdf.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-20T20:50:04.8174604Z [00:01:44.684]➜       Running `/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/httparse-21f3052f47c7564f/build-script-build`
2025-08-20T20:50:04.8804137Z [00:01:44.747]➜     Compiling form_urlencoded v1.2.0
2025-08-20T20:50:04.8832806Z [00:01:44.749]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name form_urlencoded --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/form_urlencoded-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=5aecb9f8bb046ce5 -C extra-filename=-c24e728c8bb6e489 --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps --extern percent_encoding=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpercent_encoding-a995dced42a03db2.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-20T20:50:05.1177995Z [00:01:44.985]➜     Compiling indexmap v2.7.1
2025-08-20T20:50:05.1194141Z [00:01:44.985]➜       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.7.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 '--allow=clippy::style' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "borsh", "default", "quickcheck", "rayon", "rustc-rayon", "serde", "std", "test_debug"))' -C metadata=c0af098c30ecd920 -C extra-filename=-baeffcbfcac10e94 --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps --extern equivalent=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libequivalent-4e9bcc75a171c853.rmeta --extern hashbrown=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhashbrown-1e0e1bb8de4a7b13.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-20T20:50:05.2533434Z [00:01:45.120]➜     Compiling proc-macro-error-attr v1.0.4
2025-08-20T20:50:05.2544012Z [00:01:45.121]➜       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/proc-macro-error-attr-1.0.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=87f9128237e11609 -C extra-filename=-6a30e2c35e7abb98 --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/proc-macro-error-attr-6a30e2c35e7abb98 -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps --extern version_check=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/libversion_check-dca504072d09ace5.rlib --cap-lints allow`
2025-08-20T20:50:05.6282626Z [00:01:45.493]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name openssl_sys --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.107/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("aws-lc", "bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=b63545324aa4764b -C extra-filename=-8d2f2eb055078b9c --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-420cee5c88c1309f.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 ssl -l crypto --cfg 'osslconf="OPENSSL_NO_IDEA"' --cfg 'osslconf="OPENSSL_NO_COMP"' --cfg 'osslconf="OPENSSL_NO_EC2M"' --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg 'osslconf="OPENSSL_NO_SEED"' --cfg openssl --cfg ossl340 --cfg ossl330 --cfg ossl320 --cfg ossl300 --cfg ossl101 --cfg ossl102 --cfg ossl102f --cfg ossl102h --cfg ossl110 --cfg ossl110f --cfg ossl110g --cfg ossl110h --cfg ossl111 --cfg ossl111b --cfg ossl111c --cfg ossl111d --check-cfg 'cfg(osslconf, values("OPENSSL_NO_OCB", "OPENSSL_NO_SM4", "OPENSSL_NO_SEED", "OPENSSL_NO_CHACHA", "OPENSSL_NO_CAST", "OPENSSL_NO_IDEA", "OPENSSL_NO_CAMELLIA", "OPENSSL_NO_RC4", "OPENSSL_NO_BF", "OPENSSL_NO_PSK", "OPENSSL_NO_DEPRECATED_3_0", "OPENSSL_NO_SCRYPT", "OPENSSL_NO_SM3", "OPENSSL_NO_RMD160", "OPENSSL_NO_EC2M", "OPENSSL_NO_OCSP", "OPENSSL_NO_CMS", "OPENSSL_NO_COMP", "OPENSSL_NO_SOCK", "OPENSSL_NO_STDIO", "OPENSSL_NO_EC", "OPENSSL_NO_SSL3_METHOD", "OPENSSL_NO_KRB5", "OPENSSL_NO_TLSEXT", "OPENSSL_NO_SRP", "OPENSSL_NO_RFC3779", "OPENSSL_NO_SHA", "OPENSSL_NO_NEXTPROTONEG", "OPENSSL_NO_ENGINE", "OPENSSL_NO_BUF_FREELISTS", "OPENSSL_NO_RC2"))' --check-cfg 'cfg(openssl)' --check-cfg 'cfg(libressl)' --check-cfg 'cfg(boringssl)' --check-cfg 'cfg(awslc)' --check-cfg 'cfg(libressl250)' --check-cfg 'cfg(libressl251)' --check-cfg 'cfg(libressl252)' --check-cfg 'cfg(libressl261)' --check-cfg 'cfg(libressl270)' --check-cfg 'cfg(libressl271)' --check-cfg 'cfg(libressl273)' --check-cfg 'cfg(libressl280)' --check-cfg 'cfg(libressl281)' --check-cfg 'cfg(libressl291)' --check-cfg 'cfg(libressl310)' --check-cfg 'cfg(libressl321)' --check-cfg 'cfg(libressl332)' --check-cfg 'cfg(libressl340)' --check-cfg 'cfg(libressl350)' --check-cfg 'cfg(libressl360)' --check-cfg 'cfg(libressl361)' --check-cfg 'cfg(libressl370)' --check-cfg 'cfg(libressl380)' --check-cfg 'cfg(libressl381)' --check-cfg 'cfg(libressl382)' --check-cfg 'cfg(libressl390)' --check-cfg 'cfg(libressl400)' --check-cfg 'cfg(libressl410)' --check-cfg 'cfg(ossl101)' --check-cfg 'cfg(ossl102)' --check-cfg 'cfg(ossl102f)' --check-cfg 'cfg(ossl102h)' --check-cfg 'cfg(ossl110)' --check-cfg 'cfg(ossl110f)' --check-cfg 'cfg(ossl110g)' --check-cfg 'cfg(ossl110h)' --check-cfg 'cfg(ossl111)' --check-cfg 'cfg(ossl111b)' --check-cfg 'cfg(ossl111c)' --check-cfg 'cfg(ossl111d)' --check-cfg 'cfg(ossl300)' --check-cfg 'cfg(ossl310)' --check-cfg 'cfg(ossl320)' --check-cfg 'cfg(ossl330)' --check-cfg 'cfg(ossl340)'`
2025-08-20T20:50:05.9475666Z [00:01:45.814]➜     Compiling getrandom v0.2.10
2025-08-20T20:50:05.9491264Z [00:01:45.815]➜       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.10/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("compiler_builtins", "core", "custom", "js", "js-sys", "rdrand", "rustc-dep-of-std", "std", "test-in-browser", "wasm-bindgen"))' -C metadata=7b8fe608a0075878 -C extra-filename=-a5825333d5fcb39b --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps --extern cfg_if=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-ad922fe68dc3537f.rmeta --extern libc=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-420cee5c88c1309f.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-20T20:50:06.2542081Z [00:01:46.118]➜     Compiling syn v1.0.109
2025-08-20T20:50:06.2554266Z [00:01:46.122]➜       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/syn-1.0.109/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="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "test", "visit", "visit-mut"))' -C metadata=b352960d6d4c2705 -C extra-filename=-84c0709de8943111 --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/syn-84c0709de8943111 -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T20:50:06.5459226Z [00:01:46.413]➜     Compiling tracing-attributes v0.1.26
2025-08-20T20:50:06.5470580Z [00:01:46.413]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name tracing_attributes --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-attributes-0.1.26/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-await"))' -C metadata=08a9b22ee5983a3e -C extra-filename=-e931e99bb1ac320d --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/libproc_macro2-ef6075579c1e9adf.rlib --extern quote=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/libquote-9758e46d37d26ed8.rlib --extern syn=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/libsyn-4a3a06872e9820ad.rlib --extern proc_macro --cap-lints allow`
2025-08-20T20:50:06.7134580Z [00:01:46.580]➜     Compiling serde_derive v1.0.219
2025-08-20T20:50:06.7152018Z [00:01:46.581]➜       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=14eb01162b25a1c2 -C extra-filename=-a61548600b7f5a35 --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/libproc_macro2-ef6075579c1e9adf.rlib --extern quote=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/libquote-9758e46d37d26ed8.rlib --extern syn=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/libsyn-4a3a06872e9820ad.rlib --extern proc_macro --cap-lints allow`
2025-08-20T20:50:06.7212840Z [00:01:46.588]➜     Compiling openssl-macros v0.1.1
2025-08-20T20:50:06.7263101Z [00:01:46.593]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name openssl_macros --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-macros-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=09d32a1e95594619 -C extra-filename=-ed3d1659fe74b5a0 --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/libproc_macro2-ef6075579c1e9adf.rlib --extern quote=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/libquote-9758e46d37d26ed8.rlib --extern syn=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/libsyn-4a3a06872e9820ad.rlib --extern proc_macro --cap-lints allow`
2025-08-20T20:50:07.5148247Z [00:01:47.382]➜     Compiling zerocopy v0.8.14
2025-08-20T20:50:07.5166056Z [00:01:47.383]➜       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/zerocopy-0.8.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "derive", "float-nightly", "simd", "simd-nightly", "std", "zerocopy-derive"))' -C metadata=1ec0569405bc8450 -C extra-filename=-a1885187cd0cca1d --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/zerocopy-a1885187cd0cca1d -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T20:50:07.6955810Z [00:01:47.562]➜     Compiling getrandom v0.3.0
2025-08-20T20:50:07.6966873Z [00:01:47.563]➜       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/getrandom-0.3.0/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(getrandom_backend, values("custom", "rdrand", "rndr", "linux_getrandom", "wasm_js"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' -C debug-assertions=off --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("rustc-dep-of-std", "std", "wasm_js"))' -C metadata=af860b025aa2a2ce -C extra-filename=-7cde0775b7cd6b80 --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/getrandom-7cde0775b7cd6b80 -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T20:50:08.1680898Z [00:01:48.035]➜     Compiling ipnet v2.11.0
2025-08-20T20:50:08.1699441Z [00:01:48.036]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name ipnet --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ipnet-2.11.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", "heapless", "json", "schemars", "ser_as_str", "serde", "std"))' -C metadata=dd5d0a65e16cdf70 -C extra-filename=-41f4db5b46c309a4 --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yVJYY5P0CV/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-20T20:50:08.3746606Z [00:01:48.241]➜     Compiling native-tls v0.2.11
2025-08-20T20:50:08.3756099Z [00:01:48.242]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/native-tls-0.2.11/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=083a8bb453b5764c -C extra-filename=-f14379bd130dc899 --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/native-tls-f14379bd130dc899 -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T20:50:08.6322433Z [00:01:48.499]➜     Compiling try-lock v0.2.4
2025-08-20T20:50:08.6334490Z [00:01:48.500]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name try_lock --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/try-lock-0.2.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=cd1bd4691615b2c2 -C extra-filename=-e5d0a016936c64b8 --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yVJYY5P0CV/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-20T20:50:08.7880114Z [00:01:48.655]➜     Compiling unicode-bidi v0.3.13
2025-08-20T20:50:08.7895259Z [00:01:48.656]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name unicode_bidi --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-bidi-0.3.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="hardcoded-data"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench_it", "default", "flame", "flame_it", "flamer", "hardcoded-data", "serde", "std", "unstable", "with_serde"))' -C metadata=f2ba6de08e0908f5 -C extra-filename=-97a56091e237e6bc --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yVJYY5P0CV/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-20T20:50:09.8546930Z [00:01:49.722]➜     Compiling tracing v0.1.37
2025-08-20T20:50:09.8567993Z [00:01:49.722]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name tracing --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-0.1.37/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="attributes"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="tracing-attributes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-await", "attributes", "default", "log", "log-always", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std", "tracing-attributes", "valuable"))' -C metadata=d3b7cbf99cfc22e3 -C extra-filename=-440e3cdee73a4e8c --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps --extern cfg_if=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-ad922fe68dc3537f.rmeta --extern pin_project_lite=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpin_project_lite-6ed75a437064983e.rmeta --extern tracing_attributes=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/libtracing_attributes-e931e99bb1ac320d.so --extern tracing_core=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing_core-42e5d85406658ee0.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-20T20:50:10.0211712Z [00:01:49.888]➜     Compiling tower-service v0.3.3
2025-08-20T20:50:10.0225195Z [00:01:49.889]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name tower_service --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-service-0.3.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=589a8dcce52918ef -C extra-filename=-5f3ec94338e5b675 --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yVJYY5P0CV/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-20T20:50:10.1687437Z [00:01:50.036]➜     Compiling idna v0.4.0
2025-08-20T20:50:10.1706133Z [00:01:50.037]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name idna --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=29c4288b90a114fb -C extra-filename=-0fba6c9845b5fa4c --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps --extern unicode_bidi=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunicode_bidi-97a56091e237e6bc.rmeta --extern unicode_normalization=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunicode_normalization-716675513731be5e.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-20T20:50:10.4598579Z [00:01:50.327]➜     Compiling tokio-util v0.7.9
2025-08-20T20:50:10.4621362Z [00:01:50.328]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name tokio_util --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="codec"' --cfg 'feature="default"' --cfg 'feature="io"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__docs_rs", "codec", "compat", "default", "full", "futures-io", "futures-util", "hashbrown", "io", "io-util", "net", "rt", "slab", "time", "tracing"))' -C metadata=a6b3dc0cbfc838f3 -C extra-filename=-2e976d37fd40b8b7 --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps --extern bytes=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbytes-d34434d8b0e45868.rmeta --extern futures_core=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_core-33166b3098f54118.rmeta --extern futures_sink=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_sink-1c7d35f41f896dec.rmeta --extern pin_project_lite=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpin_project_lite-6ed75a437064983e.rmeta --extern tokio=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio-67c598889f199ac0.rmeta --extern tracing=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing-440e3cdee73a4e8c.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-20T20:50:11.3238395Z [00:01:51.191]➜     Compiling want v0.3.1
2025-08-20T20:50:11.3252130Z [00:01:51.191]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name want --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/want-0.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2a0492fe02d2494f -C extra-filename=-3a71478661cd9b85 --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps --extern try_lock=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtry_lock-e5d0a016936c64b8.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-20T20:50:11.5391680Z [00:01:51.406]➜       Running `/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/native-tls-f14379bd130dc899/build-script-build`
2025-08-20T20:50:11.5546595Z [00:01:51.422]➜       Running `/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/zerocopy-a1885187cd0cca1d/build-script-build`
2025-08-20T20:50:11.6213367Z [00:01:51.488]➜       Running `/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/getrandom-7cde0775b7cd6b80/build-script-build`
2025-08-20T20:50:11.6312798Z [00:01:51.496]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name openssl --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.72/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("aws-lc", "bindgen", "default", "unstable_boringssl", "v101", "v102", "v110", "v111", "vendored"))' -C metadata=357ae501ed9a60f8 -C extra-filename=-b5ce2583841e9dc6 --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps --extern bitflags=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitflags-527b77d9cefff7ae.rmeta --extern cfg_if=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-ad922fe68dc3537f.rmeta --extern foreign_types=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libforeign_types-428086cbc53f505e.rmeta --extern libc=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-420cee5c88c1309f.rmeta --extern once_cell=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libonce_cell-bbd4a06f32bc156d.rmeta --extern openssl_macros=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/libopenssl_macros-ed3d1659fe74b5a0.so --extern ffi=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libopenssl_sys-8d2f2eb055078b9c.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 'osslconf="OPENSSL_NO_IDEA"' --cfg 'osslconf="OPENSSL_NO_COMP"' --cfg 'osslconf="OPENSSL_NO_EC2M"' --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg 'osslconf="OPENSSL_NO_SEED"' --cfg ossl101 --cfg ossl102 --cfg ossl110 --cfg ossl110g --cfg ossl110h --cfg ossl111 --cfg ossl111d --cfg ossl300 --cfg ossl310 --cfg ossl320 --cfg ossl330 --check-cfg 'cfg(osslconf, values("OPENSSL_NO_OCB", "OPENSSL_NO_SM4", "OPENSSL_NO_SEED", "OPENSSL_NO_CHACHA", "OPENSSL_NO_CAST", "OPENSSL_NO_IDEA", "OPENSSL_NO_CAMELLIA", "OPENSSL_NO_RC4", "OPENSSL_NO_BF", "OPENSSL_NO_PSK", "OPENSSL_NO_DEPRECATED_3_0", "OPENSSL_NO_SCRYPT", "OPENSSL_NO_SM3", "OPENSSL_NO_RMD160", "OPENSSL_NO_EC2M", "OPENSSL_NO_OCSP", "OPENSSL_NO_CMS", "OPENSSL_NO_EC", "OPENSSL_NO_ARGON2", "OPENSSL_NO_RC2"))' --check-cfg 'cfg(libressl)' --check-cfg 'cfg(boringssl)' --check-cfg 'cfg(awslc)' --check-cfg 'cfg(libressl250)' --check-cfg 'cfg(libressl251)' --check-cfg 'cfg(libressl261)' --check-cfg 'cfg(libressl270)' --check-cfg 'cfg(libressl271)' --check-cfg 'cfg(libressl273)' --check-cfg 'cfg(libressl280)' --check-cfg 'cfg(libressl291)' --check-cfg 'cfg(libressl310)' --check-cfg 'cfg(libressl321)' --check-cfg 'cfg(libressl332)' --check-cfg 'cfg(libressl340)' --check-cfg 'cfg(libressl350)' --check-cfg 'cfg(libressl360)' --check-cfg 'cfg(libressl361)' --check-cfg 'cfg(libressl370)' --check-cfg 'cfg(libressl380)' --check-cfg 'cfg(libressl382)' --check-cfg 'cfg(libressl390)' --check-cfg 'cfg(libressl400)' --check-cfg 'cfg(libressl410)' --check-cfg 'cfg(ossl101)' --check-cfg 'cfg(ossl102)' --check-cfg 'cfg(ossl110)' --check-cfg 'cfg(ossl110g)' --check-cfg 'cfg(ossl110h)' --check-cfg 'cfg(ossl111)' --check-cfg 'cfg(ossl111d)' --check-cfg 'cfg(ossl300)' --check-cfg 'cfg(ossl310)' --check-cfg 'cfg(ossl320)' --check-cfg 'cfg(ossl330)'`
2025-08-20T20:50:12.2352192Z [00:01:52.102]➜     Compiling h2 v0.4.4
2025-08-20T20:50:12.2397979Z [00:01:52.105]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name h2 --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.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("stream", "unstable"))' -C metadata=cd32268de6507355 -C extra-filename=-8dab096807d5e7e0 --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps --extern bytes=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbytes-d34434d8b0e45868.rmeta --extern fnv=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfnv-7cc5609647fd48ac.rmeta --extern futures_core=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_core-33166b3098f54118.rmeta --extern futures_sink=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_sink-1c7d35f41f896dec.rmeta --extern futures_util=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_util-368ee7d0e97f3973.rmeta --extern http=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhttp-ad4f3aeb4e1223fd.rmeta --extern indexmap=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libindexmap-baeffcbfcac10e94.rmeta --extern slab=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libslab-2c1d0774850b5183.rmeta --extern tokio=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio-67c598889f199ac0.rmeta --extern tokio_util=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio_util-2e976d37fd40b8b7.rmeta --extern tracing=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing-440e3cdee73a4e8c.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-20T20:50:12.5222970Z [00:01:52.389]➜       Running `/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/syn-84c0709de8943111/build-script-build`
2025-08-20T20:50:12.5946555Z [00:01:52.462]➜     Compiling rand_core v0.6.4
2025-08-20T20:50:12.5960870Z [00:01:52.462]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name rand_core --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "getrandom", "serde", "serde1", "std"))' -C metadata=8d16257a4fd0208a -C extra-filename=-ad8d8da2c4390e4f --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps --extern getrandom=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgetrandom-a5825333d5fcb39b.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-20T20:50:12.6563758Z [00:01:52.523]➜       Running `/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/proc-macro-error-attr-6a30e2c35e7abb98/build-script-build`
2025-08-20T20:50:12.7256902Z [00:01:52.592]➜       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)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=641723f47ceaedb6 -C extra-filename=-9802dbd851879086 --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yVJYY5P0CV/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 httparse_simd_neon_intrinsics --cfg httparse_simd`
2025-08-20T20:50:13.0086418Z [00:01:52.875]➜     Compiling proc-macro-error v1.0.4
2025-08-20T20:50:13.0095565Z [00:01:52.876]➜       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/proc-macro-error-1.0.4/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="syn"' --cfg 'feature="syn-error"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "syn", "syn-error"))' -C metadata=0606bc61466f264f -C extra-filename=-364e85d491e45225 --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/proc-macro-error-364e85d491e45225 -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps --extern version_check=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/libversion_check-dca504072d09ace5.rlib --cap-lints allow`
2025-08-20T20:50:13.3599456Z [00:01:53.227]➜     Compiling lock_api v0.4.10
2025-08-20T20:50:13.3608963Z [00:01:53.227]➜       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/lock_api-0.4.10/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="atomic_usize"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arc_lock", "atomic_usize", "default", "nightly", "owning_ref", "serde"))' -C metadata=81a0a1bddd848cf8 -C extra-filename=-ee7c6d12536c086a --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/lock_api-ee7c6d12536c086a -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps --extern autocfg=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/libautocfg-c7b83ab91c5f9afe.rlib --cap-lints allow`
2025-08-20T20:50:13.4535609Z [00:01:53.320]➜     Compiling parking_lot_core v0.9.8
2025-08-20T20:50:13.4562078Z [00:01:53.323]➜       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/parking_lot_core-0.9.8/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=8afee4dd4bc0267f -C extra-filename=-a6884a014b2d6032 --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/parking_lot_core-a6884a014b2d6032 -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T20:50:13.7208044Z [00:01:53.588]➜     Compiling async-trait v0.1.73
2025-08-20T20:50:13.7216435Z [00:01:53.588]➜       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/async-trait-0.1.73/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d84ada97123e90eb -C extra-filename=-495a50f1e82144ad --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/async-trait-495a50f1e82144ad -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T20:50:13.8581969Z [00:01:53.725]➜     Compiling thiserror v1.0.68
2025-08-20T20:50:13.8615604Z [00:01:53.726]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-1.0.68/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=116b217f27f428cc -C extra-filename=-258b1a542484078b --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/thiserror-258b1a542484078b -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T20:50:14.2542548Z [00:01:54.121]➜     Compiling log v0.4.20
2025-08-20T20:50:14.2565917Z [00:01:54.123]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name log --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/log-0.4.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("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=c9911b54ce6a4153 -C extra-filename=-a2f999e5f57fe5b6 --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yVJYY5P0CV/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-20T20:50:14.4657832Z [00:01:54.333]➜     Compiling openssl-probe v0.1.5
2025-08-20T20:50:14.4668224Z [00:01:54.333]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name openssl_probe --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-probe-0.1.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=587a90667f83ceee -C extra-filename=-fec3caf83fa09ae2 --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yVJYY5P0CV/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-20T20:50:14.4811984Z [00:01:54.345]➜       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=70fecb28fab46756 -C extra-filename=-ed0abb2159fb3697 --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps --extern serde_derive=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/libserde_derive-a61548600b7f5a35.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-20T20:50:14.7906221Z [00:01:54.657]➜       Running `/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/thiserror-258b1a542484078b/build-script-build`
2025-08-20T20:50:14.8851985Z [00:01:54.752]➜       Running `/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/async-trait-495a50f1e82144ad/build-script-build`
2025-08-20T20:50:14.9222312Z [00:01:54.789]➜       Running `/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/parking_lot_core-a6884a014b2d6032/build-script-build`
2025-08-20T20:50:14.9305230Z [00:01:54.797]➜       Running `/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/lock_api-ee7c6d12536c086a/build-script-build`
2025-08-20T20:50:14.9917327Z [00:01:54.859]➜       Running `/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/proc-macro-error-364e85d491e45225/build-script-build`
2025-08-20T20:50:15.0364344Z [00:01:54.902]➜     Compiling rand_chacha v0.3.1
2025-08-20T20:50:15.0376334Z [00:01:54.903]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name rand_chacha --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_chacha-0.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", "serde", "serde1", "simd", "std"))' -C metadata=560865dc0e3ff4d5 -C extra-filename=-c2bb4a883acbbfeb --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps --extern ppv_lite86=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libppv_lite86-7f6bc8055a139b28.rmeta --extern rand_core=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand_core-ad8d8da2c4390e4f.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-20T20:50:15.1054333Z [00:01:54.972]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name proc_macro_error_attr --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-error-attr-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a92eac5a50c7df5f -C extra-filename=-75e0e10075ddbb0e --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/libproc_macro2-ef6075579c1e9adf.rlib --extern quote=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/libquote-9758e46d37d26ed8.rlib --extern proc_macro --cap-lints allow`
2025-08-20T20:50:15.6380663Z [00:01:55.502]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name syn --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/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"' --cfg 'feature="quote"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "test", "visit", "visit-mut"))' -C metadata=c544b3e1dccbed25 -C extra-filename=-5a13630af9fd3a54 --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/libproc_macro2-ef6075579c1e9adf.rmeta --extern quote=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/libquote-9758e46d37d26ed8.rmeta --extern unicode_ident=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/libunicode_ident-7a367797588f38f1.rmeta --cap-lints allow --cfg syn_disable_nightly_tests`
2025-08-20T20:50:17.3233683Z [00:01:57.189]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name getrandom --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.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 --warn=unexpected_cfgs --check-cfg 'cfg(getrandom_backend, values("custom", "rdrand", "rndr", "linux_getrandom", "wasm_js"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("rustc-dep-of-std", "std", "wasm_js"))' -C metadata=ae27e63506921bd2 -C extra-filename=-0c9679c635c41927 --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps --extern cfg_if=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-ad922fe68dc3537f.rmeta --extern libc=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-420cee5c88c1309f.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-20T20:50:18.0109663Z [00:01:57.877]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name zerocopy --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.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 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "derive", "float-nightly", "simd", "simd-nightly", "std", "zerocopy-derive"))' -C metadata=dadaa3d46491bfd8 -C extra-filename=-e6c85c2b1bd127c5 --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yVJYY5P0CV/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 zerocopy_aarch64_simd_1_59_0 --cfg zerocopy_core_error_1_81_0 --cfg zerocopy_diagnostic_on_unimplemented_1_78_0 --cfg zerocopy_generic_bounds_in_const_fn_1_61_0 --cfg zerocopy_panic_in_const_and_vec_try_reserve_1_57_0 --cfg zerocopy_target_has_atomics_1_60_0 --check-cfg 'cfg(zerocopy_aarch64_simd_1_59_0)' --check-cfg 'cfg(zerocopy_core_error_1_81_0)' --check-cfg 'cfg(zerocopy_diagnostic_on_unimplemented_1_78_0)' --check-cfg 'cfg(zerocopy_generic_bounds_in_const_fn_1_61_0)' --check-cfg 'cfg(zerocopy_panic_in_const_and_vec_try_reserve_1_57_0)' --check-cfg 'cfg(zerocopy_target_has_atomics_1_60_0)' --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(kani)' --check-cfg 'cfg(__ZEROCOPY_INTERNAL_USE_ONLY_NIGHTLY_FEATURES_IN_TESTS)' --check-cfg 'cfg(coverage_nightly)'`
2025-08-20T20:50:22.4077097Z [00:02:02.273]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name native_tls --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/native-tls-0.2.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("alpn", "vendored"))' -C metadata=2b0ba7e0bae10881 -C extra-filename=-1ff9d1fdfe92dbdf --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps --extern log=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblog-a2f999e5f57fe5b6.rmeta --extern openssl=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libopenssl-b5ce2583841e9dc6.rmeta --extern openssl_probe=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libopenssl_probe-fec3caf83fa09ae2.rmeta --extern openssl_sys=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libopenssl_sys-8d2f2eb055078b9c.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 have_min_max_version`
2025-08-20T20:50:22.6913400Z [00:02:02.558]➜     Compiling hyper v1.6.0
2025-08-20T20:50:22.6945762Z [00:02:02.559]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name hyper --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=unexpected_cfgs --check-cfg 'cfg(hyper_unstable_tracing)' --check-cfg 'cfg(hyper_unstable_ffi)' --cfg 'feature="client"' --cfg 'feature="default"' --cfg 'feature="http1"' --cfg 'feature="http2"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("capi", "client", "default", "ffi", "full", "http1", "http2", "nightly", "server", "tracing"))' -C metadata=227ed8e3e4ebb924 -C extra-filename=-295290e03b883a1d --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps --extern bytes=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbytes-d34434d8b0e45868.rmeta --extern futures_channel=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_channel-e609f3151adadee9.rmeta --extern futures_util=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_util-368ee7d0e97f3973.rmeta --extern h2=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libh2-8dab096807d5e7e0.rmeta --extern http=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhttp-ad4f3aeb4e1223fd.rmeta --extern http_body=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhttp_body-4a365c793cd0921d.rmeta --extern httparse=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhttparse-9802dbd851879086.rmeta --extern itoa=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libitoa-59c4343f5413c409.rmeta --extern pin_project_lite=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpin_project_lite-6ed75a437064983e.rmeta --extern smallvec=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsmallvec-9344fc38af21df28.rmeta --extern tokio=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio-67c598889f199ac0.rmeta --extern want=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwant-3a71478661cd9b85.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-20T20:50:23.2055379Z [00:02:03.072]➜     Compiling url v2.4.1
2025-08-20T20:50:23.2071160Z [00:02:03.073]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name url --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/url-2.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debugger_visualizer", "default", "expose_internals", "serde"))' -C metadata=966f8369d181752c -C extra-filename=-ddcecedf0b12ccce --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps --extern form_urlencoded=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libform_urlencoded-c24e728c8bb6e489.rmeta --extern idna=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libidna-0fba6c9845b5fa4c.rmeta --extern percent_encoding=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpercent_encoding-a995dced42a03db2.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-20T20:50:23.2770344Z [00:02:03.144]➜     Compiling thiserror-impl v1.0.68
2025-08-20T20:50:23.2872513Z [00:02:03.154]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name thiserror_impl --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-1.0.68/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a6ebc2937c6b2677 -C extra-filename=-e1008f02dfa7b974 --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/libproc_macro2-ef6075579c1e9adf.rlib --extern quote=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/libquote-9758e46d37d26ed8.rlib --extern syn=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/libsyn-4a3a06872e9820ad.rlib --extern proc_macro --cap-lints allow`
2025-08-20T20:50:23.8054881Z [00:02:03.672]➜     Compiling sync_wrapper v1.0.1
2025-08-20T20:50:23.8097726Z [00:02:03.673]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name sync_wrapper --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sync_wrapper-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="futures"' --cfg 'feature="futures-core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("futures", "futures-core"))' -C metadata=fe5985b2e61dbf54 -C extra-filename=-0b30a7071cf3c653 --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps --extern futures_core=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_core-33166b3098f54118.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-20T20:50:23.8982224Z [00:02:03.765]➜     Compiling num-traits v0.2.17
2025-08-20T20:50:23.8988317Z [00:02:03.765]➜       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/num-traits-0.2.17/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=208851cca711d017 -C extra-filename=-8b217e03f13b418d --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/num-traits-8b217e03f13b418d -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps --extern autocfg=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/libautocfg-c7b83ab91c5f9afe.rlib --cap-lints allow`
2025-08-20T20:50:24.1502891Z [00:02:04.017]➜     Compiling unicode-segmentation v1.10.1
2025-08-20T20:50:24.1510543Z [00:02:04.017]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name unicode_segmentation --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-segmentation-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 embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no_std"))' -C metadata=d07f2a481afbda92 -C extra-filename=-43f664e616df8f5a --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T20:50:24.8712516Z [00:02:04.738]➜     Compiling ryu v1.0.15
2025-08-20T20:50:24.8732335Z [00:02:04.739]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name ryu --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-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", "small"))' -C metadata=4c3b333d4cfbc145 -C extra-filename=-509bfb8d70740a1d --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yVJYY5P0CV/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-20T20:50:25.2993827Z [00:02:05.166]➜     Compiling scopeguard v1.2.0
2025-08-20T20:50:25.3008601Z [00:02:05.167]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name scopeguard --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scopeguard-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_std"))' -C metadata=72b18601c633bc5d -C extra-filename=-fca9edb259fbe444 --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yVJYY5P0CV/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-20T20:50:25.4484265Z [00:02:05.315]➜     Compiling heck v0.4.1
2025-08-20T20:50:25.4495375Z [00:02:05.316]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name heck --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.4.1/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"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "unicode", "unicode-segmentation"))' -C metadata=ef328454b9db8cc8 -C extra-filename=-b306c7cd1477ab57 --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T20:50:25.4711298Z [00:02:05.338]➜     Compiling unicode-width v0.1.11
2025-08-20T20:50:25.4724860Z [00:02:05.339]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name unicode_width --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-width-0.1.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 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "compiler_builtins", "core", "default", "no_std", "rustc-dep-of-std", "std"))' -C metadata=ffe3f99b0733cdf4 -C extra-filename=-631a53dbecda79e8 --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yVJYY5P0CV/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-20T20:50:25.6395725Z [00:02:05.506]➜     Compiling tower-layer v0.3.3
2025-08-20T20:50:25.6408279Z [00:02:05.507]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name tower_layer --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-layer-0.3.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cb5b2a5fffd006c3 -C extra-filename=-c94dc88d353092c6 --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yVJYY5P0CV/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-20T20:50:25.7944106Z [00:02:05.661]➜     Compiling base64 v0.22.0
2025-08-20T20:50:25.7952820Z [00:02:05.661]➜       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.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=e1def18f41d1e334 -C extra-filename=-0f1f1b3d42d4576d --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yVJYY5P0CV/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-20T20:50:25.9262716Z [00:02:05.793]➜     Compiling match_cfg v0.1.0
2025-08-20T20:50:25.9276081Z [00:02:05.794]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name match_cfg --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/match_cfg-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="use_core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_core"))' -C metadata=e447cbacba59b46e -C extra-filename=-4b69951735a51813 --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yVJYY5P0CV/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-20T20:50:26.0410376Z [00:02:05.908]➜     Compiling hostname v0.3.1
2025-08-20T20:50:26.0426078Z [00:02:05.909]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name hostname --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hostname-0.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="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "set"))' -C metadata=fc9964207c983c8a -C extra-filename=-5201ba595b8e676f --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-420cee5c88c1309f.rmeta --extern match_cfg=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmatch_cfg-4b69951735a51813.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-20T20:50:26.2355605Z [00:02:06.102]➜     Compiling tower v0.5.2
2025-08-20T20:50:26.2379287Z [00:02:06.103]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name tower --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.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="__common"' --cfg 'feature="futures-core"' --cfg 'feature="futures-util"' --cfg 'feature="pin-project-lite"' --cfg 'feature="retry"' --cfg 'feature="sync_wrapper"' --cfg 'feature="timeout"' --cfg 'feature="tokio"' --cfg 'feature="util"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__common", "balance", "buffer", "discover", "filter", "full", "futures-core", "futures-util", "hdrhistogram", "hedge", "indexmap", "limit", "load", "load-shed", "log", "make", "pin-project-lite", "ready-cache", "reconnect", "retry", "slab", "spawn-ready", "steer", "sync_wrapper", "timeout", "tokio", "tokio-stream", "tokio-util", "tracing", "util"))' -C metadata=f55292210a64a9b2 -C extra-filename=-165f8420bd548a81 --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps --extern futures_core=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_core-33166b3098f54118.rmeta --extern futures_util=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_util-368ee7d0e97f3973.rmeta --extern pin_project_lite=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpin_project_lite-6ed75a437064983e.rmeta --extern sync_wrapper=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsync_wrapper-0b30a7071cf3c653.rmeta --extern tokio=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio-67c598889f199ac0.rmeta --extern tower_layer=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtower_layer-c94dc88d353092c6.rmeta --extern tower_service=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtower_service-5f3ec94338e5b675.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-20T20:50:26.2645439Z [00:02:06.130]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name thiserror --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-1.0.68/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=0cdd80866b21621a -C extra-filename=-99ce331df62ae2e7 --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps --extern thiserror_impl=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/libthiserror_impl-e1008f02dfa7b974.so --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)'`
2025-08-20T20:50:26.3790646Z [00:02:06.246]➜     Compiling hyper-util v0.1.13
2025-08-20T20:50:26.3840400Z [00:02:06.246]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name hyper_util --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="client"' --cfg 'feature="client-legacy"' --cfg 'feature="client-proxy"' --cfg 'feature="client-proxy-system"' --cfg 'feature="default"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_happy_eyeballs_tests", "client", "client-legacy", "client-proxy", "client-proxy-system", "default", "full", "http1", "http2", "server", "server-auto", "server-graceful", "service", "tokio", "tracing"))' -C metadata=6f78f4e067079ff7 -C extra-filename=-6d7d572abec47b2e --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps --extern base64=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbase64-0f1f1b3d42d4576d.rmeta --extern bytes=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbytes-d34434d8b0e45868.rmeta --extern futures_channel=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_channel-e609f3151adadee9.rmeta --extern futures_core=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_core-33166b3098f54118.rmeta --extern futures_util=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_util-368ee7d0e97f3973.rmeta --extern http=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhttp-ad4f3aeb4e1223fd.rmeta --extern http_body=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhttp_body-4a365c793cd0921d.rmeta --extern hyper=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhyper-295290e03b883a1d.rmeta --extern ipnet=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libipnet-41f4db5b46c309a4.rmeta --extern libc=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-420cee5c88c1309f.rmeta --extern percent_encoding=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpercent_encoding-a995dced42a03db2.rmeta --extern pin_project_lite=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpin_project_lite-6ed75a437064983e.rmeta --extern socket2=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsocket2-6f97214ef411d7a5.rmeta --extern tokio=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio-67c598889f199ac0.rmeta --extern tower_service=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtower_service-5f3ec94338e5b675.rmeta --extern tracing=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing-440e3cdee73a4e8c.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-20T20:50:26.3982721Z [00:02:06.265]➜     Compiling enum-as-inner v0.6.0
2025-08-20T20:50:26.3994161Z [00:02:06.266]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name enum_as_inner --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/enum-as-inner-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f23563c0d1902ebe -C extra-filename=-09af2ff784c6f255 --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps --extern heck=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/libheck-b306c7cd1477ab57.rlib --extern proc_macro2=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/libproc_macro2-ef6075579c1e9adf.rlib --extern quote=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/libquote-9758e46d37d26ed8.rlib --extern syn=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/libsyn-4a3a06872e9820ad.rlib --extern proc_macro --cap-lints allow`
2025-08-20T20:50:26.5641156Z [00:02:06.431]➜     Compiling textwrap v0.11.0
2025-08-20T20:50:26.5671535Z [00:02:06.433]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name textwrap --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/textwrap-0.11.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("hyphenation", "term_size"))' -C metadata=e2a636f811a71b3b -C extra-filename=-82dc75c7298a9e85 --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps --extern unicode_width=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunicode_width-631a53dbecda79e8.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-20T20:50:27.2583070Z [00:02:07.124]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name lock_api --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lock_api-0.4.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="atomic_usize"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arc_lock", "atomic_usize", "default", "nightly", "owning_ref", "serde"))' -C metadata=a32852c31400b36c -C extra-filename=-dd72e6f1c3b668b5 --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps --extern scopeguard=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libscopeguard-fca9edb259fbe444.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none --cfg has_const_fn_trait_bound`
2025-08-20T20:50:27.5364808Z [00:02:07.403]➜     Compiling heck v0.3.3
2025-08-20T20:50:27.5377995Z [00:02:07.404]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name heck --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.3.3/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=ed36fd9e9b3fdcc1 -C extra-filename=-344489ea6b6fcb83 --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps --extern unicode_segmentation=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/libunicode_segmentation-43f664e616df8f5a.rmeta --cap-lints allow`
2025-08-20T20:50:27.5557352Z [00:02:07.423]➜       Running `/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/num-traits-8b217e03f13b418d/build-script-build`
2025-08-20T20:50:27.6774263Z [00:02:07.544]➜     Compiling tokio-native-tls v0.3.1
2025-08-20T20:50:27.6791433Z [00:02:07.545]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name tokio_native_tls --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-native-tls-0.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("vendored"))' -C metadata=13ae4b4d6b400a3f -C extra-filename=-105b96a5a13c7a71 --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps --extern native_tls=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnative_tls-1ff9d1fdfe92dbdf.rmeta --extern tokio=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio-67c598889f199ac0.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-20T20:50:27.8152352Z [00:02:07.682]➜     Compiling rand_core v0.9.0
2025-08-20T20:50:27.8170606Z [00:02:07.683]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name rand_core --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-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 -C linker-plugin-lto --cfg 'feature="os_rng"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("os_rng", "serde", "std"))' -C metadata=9d500004fbceb546 -C extra-filename=-db3c87e931eb94da --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps --extern getrandom=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgetrandom-0c9679c635c41927.rmeta --extern zerocopy=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzerocopy-e6c85c2b1bd127c5.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-20T20:50:27.8828539Z [00:02:07.749]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name proc_macro_error --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-error-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 embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="syn"' --cfg 'feature="syn-error"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "syn", "syn-error"))' -C metadata=1de54775b5b98ce6 -C extra-filename=-56d2976b67dcfc8b --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps --extern proc_macro_error_attr=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/libproc_macro_error_attr-75e0e10075ddbb0e.so --extern proc_macro2=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/libproc_macro2-ef6075579c1e9adf.rmeta --extern quote=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/libquote-9758e46d37d26ed8.rmeta --extern syn=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/libsyn-5a13630af9fd3a54.rmeta --cap-lints allow --cfg use_fallback`
2025-08-20T20:50:28.0056552Z [00:02:07.872]➜     Compiling rand v0.8.5
2025-08-20T20:50:28.0068733Z [00:02:07.873]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name rand --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="libc"' --cfg 'feature="rand_chacha"' --cfg 'feature="std"' --cfg 'feature="std_rng"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "libc", "log", "min_const_gen", "nightly", "packed_simd", "rand_chacha", "serde", "serde1", "simd_support", "small_rng", "std", "std_rng"))' -C metadata=485f18cf2f796535 -C extra-filename=-d6fd1102e86bac2b --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-420cee5c88c1309f.rmeta --extern rand_chacha=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand_chacha-c2bb4a883acbbfeb.rmeta --extern rand_core=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand_core-ad8d8da2c4390e4f.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-20T20:50:28.2004586Z [00:02:08.066]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name parking_lot_core --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=cb9b2e304b6af0d9 -C extra-filename=-e5323d76c1a79873 --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps --extern cfg_if=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-ad922fe68dc3537f.rmeta --extern libc=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-420cee5c88c1309f.rmeta --extern smallvec=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsmallvec-9344fc38af21df28.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-20T20:50:28.3306543Z [00:02:08.197]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name async_trait --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-trait-0.1.73/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9ed83d3f441d2851 -C extra-filename=-519f6055e0ef5bac --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/libproc_macro2-ef6075579c1e9adf.rlib --extern quote=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/libquote-9758e46d37d26ed8.rlib --extern syn=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/libsyn-4a3a06872e9820ad.rlib --extern proc_macro --cap-lints allow`
2025-08-20T20:50:28.3745142Z [00:02:08.241]➜     Compiling http-body-util v0.1.1
2025-08-20T20:50:28.3760510Z [00:02:08.242]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name http_body_util --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-util-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=145ffca7bf67e9cd -C extra-filename=-51f649edf5b2c7e4 --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps --extern bytes=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbytes-d34434d8b0e45868.rmeta --extern futures_core=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_core-33166b3098f54118.rmeta --extern http=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhttp-ad4f3aeb4e1223fd.rmeta --extern http_body=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhttp_body-4a365c793cd0921d.rmeta --extern pin_project_lite=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpin_project_lite-6ed75a437064983e.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-20T20:50:28.7193161Z [00:02:08.586]➜     Compiling atty v0.2.14
2025-08-20T20:50:28.7203263Z [00:02:08.586]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name atty --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/atty-0.2.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 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b6d6c6b8ae2c4992 -C extra-filename=-7f53a088b95520eb --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-420cee5c88c1309f.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-20T20:50:28.7852061Z [00:02:08.652]➜     Compiling aho-corasick v1.1.2
2025-08-20T20:50:28.7872428Z [00:02:08.653]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name aho_corasick --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.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="perf-literal"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "logging", "perf-literal", "std"))' -C metadata=4321279f37fda664 -C extra-filename=-fa4ad84ae97ea926 --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps --extern memchr=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemchr-3157d788629a9fc7.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-20T20:50:28.8641412Z [00:02:08.731]➜     Compiling thiserror v2.0.16
2025-08-20T20:50:28.8648411Z [00:02:08.731]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.16/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=d12921de622f6153 -C extra-filename=-cc203f23374bfcbc --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/thiserror-cc203f23374bfcbc -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T20:50:29.7172210Z [00:02:09.584]➜     Compiling serde_json v1.0.107
2025-08-20T20:50:29.7179684Z [00:02:09.584]➜       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/serde_json-1.0.107/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("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=de73da18c942ee88 -C extra-filename=-e91db25858f2b214 --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/serde_json-e91db25858f2b214 -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T20:50:29.9806581Z [00:02:09.848]➜     Compiling zeroize v1.8.1
2025-08-20T20:50:29.9817255Z [00:02:09.848]➜       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 -C linker-plugin-lto --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=d051c19aa6410c9a -C extra-filename=-9ff2ed902bd6bd57 --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yVJYY5P0CV/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-20T20:50:30.0044026Z [00:02:09.871]➜     Compiling regex-syntax v0.8.5
2025-08-20T20:50:30.0056492Z [00:02:09.872]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name regex_syntax --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"))' -C metadata=c73d2ac40ef9ad8f -C extra-filename=-a6e8118dff480c24 --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yVJYY5P0CV/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-20T20:50:30.3250609Z [00:02:10.192]➜     Compiling iri-string v0.7.8
2025-08-20T20:50:30.3260224Z [00:02:10.192]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name iri_string --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "memchr", "serde", "std"))' -C metadata=479202c71f42e556 -C extra-filename=-2c7aafe5b1f1cb1b --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yVJYY5P0CV/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-20T20:50:30.8366045Z [00:02:10.703]➜     Compiling strsim v0.8.0
2025-08-20T20:50:30.8401660Z [00:02:10.706]➜       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.8.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=4319b50a1ae695c4 -C extra-filename=-5d4c9d32c66e4b9a --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yVJYY5P0CV/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-20T20:50:30.8725765Z [00:02:10.739]➜     Compiling ansi_term v0.12.1
2025-08-20T20:50:30.8787815Z [00:02:10.745]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name ansi_term --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ansi_term-0.12.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("derive_serde_style", "serde"))' -C metadata=0c8cd9b93f6dadd7 -C extra-filename=-0bb655736fe41be1 --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yVJYY5P0CV/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-20T20:50:31.4884821Z [00:02:11.355]➜     Compiling winnow v0.7.10
2025-08-20T20:50:31.4910952Z [00:02:11.356]➜       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.10/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=7f44208581ef4747 -C extra-filename=-2dea7c4e3af6a35e --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yVJYY5P0CV/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-20T20:50:31.5034942Z [00:02:11.370]➜     Compiling option-ext v0.2.0
2025-08-20T20:50:31.5053774Z [00:02:11.372]➜       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.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yVJYY5P0CV/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-20T20:50:31.6382743Z [00:02:11.505]➜     Compiling quick-error v1.2.3
2025-08-20T20:50:31.6414281Z [00:02:11.508]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name quick_error --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quick-error-1.2.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c414c7fcfa3e8cce -C extra-filename=-99bf1a6e471b5de0 --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yVJYY5P0CV/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-20T20:50:31.8001561Z [00:02:11.667]➜     Compiling bitflags v1.3.2
2025-08-20T20:50:31.8012599Z [00:02:11.667]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name bitflags --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-1.3.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("compiler_builtins", "core", "default", "example_generated", "rustc-dep-of-std"))' -C metadata=cb9b28714061ea88 -C extra-filename=-e4638d9ba5deda4a --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yVJYY5P0CV/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-20T20:50:31.9211108Z [00:02:11.788]➜     Compiling vec_map v0.8.2
2025-08-20T20:50:31.9219563Z [00:02:11.788]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name vec_map --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vec_map-0.8.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("eders", "serde"))' -C metadata=67870d4842311698 -C extra-filename=-825f544470f9189c --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yVJYY5P0CV/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-20T20:50:32.2545411Z [00:02:12.121]➜     Compiling linked-hash-map v0.5.6
2025-08-20T20:50:32.2555084Z [00:02:12.121]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name linked_hash_map --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linked-hash-map-0.5.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("heapsize", "heapsize_impl", "nightly", "serde", "serde_impl"))' -C metadata=fe0a6a9b0d2a92bb -C extra-filename=-8f661f202569b569 --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yVJYY5P0CV/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-20T20:50:32.7405959Z [00:02:12.608]➜     Compiling data-encoding v2.4.0
2025-08-20T20:50:32.7415006Z [00:02:12.608]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name data_encoding --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/data-encoding-2.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=f8df8349a7814f17 -C extra-filename=-954dc823cfef64ec --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yVJYY5P0CV/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-20T20:50:35.4700748Z [00:02:15.337]➜     Compiling anyhow v1.0.99
2025-08-20T20:50:35.4710057Z [00:02:15.337]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.99/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=167184f3eb412221 -C extra-filename=-97abb6991338ccc4 --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/anyhow-97abb6991338ccc4 -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T20:50:36.0696305Z [00:02:15.936]➜       Running `/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/anyhow-97abb6991338ccc4/build-script-build`
2025-08-20T20:50:36.1664816Z [00:02:16.033]➜     Compiling toml_parser v1.0.2
2025-08-20T20:50:36.1695057Z [00:02:16.034]➜       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.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", "debug", "default", "simd", "std", "unsafe"))' -C metadata=5a4892339ee2a7f8 -C extra-filename=-0fd11076ae604d8a --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps --extern winnow=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwinnow-2dea7c4e3af6a35e.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-20T20:50:36.2711667Z [00:02:16.137]➜     Compiling regex-automata v0.4.8
2025-08-20T20:50:36.2729204Z [00:02:16.137]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name regex_automata --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.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 --cfg 'feature="alloc"' --cfg 'feature="dfa-onepass"' --cfg 'feature="hybrid"' --cfg 'feature="meta"' --cfg 'feature="nfa-backtrack"' --cfg 'feature="nfa-pikevm"' --cfg 'feature="nfa-thompson"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-literal-multisubstring"' --cfg 'feature="perf-literal-substring"' --cfg 'feature="std"' --cfg 'feature="syntax"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --cfg 'feature="unicode-word-boundary"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "dfa", "dfa-build", "dfa-onepass", "dfa-search", "hybrid", "internal-instrument", "internal-instrument-pikevm", "logging", "meta", "nfa", "nfa-backtrack", "nfa-pikevm", "nfa-thompson", "perf", "perf-inline", "perf-literal", "perf-literal-multisubstring", "perf-literal-substring", "std", "syntax", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unicode-word-boundary"))' -C metadata=c8b19874a6971a4b -C extra-filename=-e25d842a45d258da --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps --extern aho_corasick=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libaho_corasick-fa4ad84ae97ea926.rmeta --extern memchr=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemchr-3157d788629a9fc7.rmeta --extern regex_syntax=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_syntax-a6e8118dff480c24.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:50:36.2812592Z [00:02:16.148]➜     Compiling tower-http v0.6.5
2025-08-20T20:50:36.2838641Z [00:02:16.149]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name tower_http --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.6.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="follow-redirect"' --cfg 'feature="futures-util"' --cfg 'feature="iri-string"' --cfg 'feature="tower"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("add-extension", "async-compression", "auth", "base64", "catch-panic", "compression-br", "compression-deflate", "compression-full", "compression-gzip", "compression-zstd", "cors", "decompression-br", "decompression-deflate", "decompression-full", "decompression-gzip", "decompression-zstd", "default", "follow-redirect", "fs", "full", "futures-core", "futures-util", "httpdate", "iri-string", "limit", "map-request-body", "map-response-body", "metrics", "mime", "mime_guess", "normalize-path", "percent-encoding", "propagate-header", "redirect", "request-id", "sensitive-headers", "set-header", "set-status", "timeout", "tokio", "tokio-util", "tower", "trace", "tracing", "util", "uuid", "validate-request"))' -C metadata=60ad62e7d734f0df -C extra-filename=-42100e6f23b5746c --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps --extern bitflags=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitflags-527b77d9cefff7ae.rmeta --extern bytes=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbytes-d34434d8b0e45868.rmeta --extern futures_util=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_util-368ee7d0e97f3973.rmeta --extern http=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhttp-ad4f3aeb4e1223fd.rmeta --extern http_body=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhttp_body-4a365c793cd0921d.rmeta --extern iri_string=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libiri_string-2c7aafe5b1f1cb1b.rmeta --extern pin_project_lite=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpin_project_lite-6ed75a437064983e.rmeta --extern tower=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtower-165f8420bd548a81.rmeta --extern tower_layer=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtower_layer-c94dc88d353092c6.rmeta --extern tower_service=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtower_service-5f3ec94338e5b675.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-20T20:50:36.8268795Z [00:02:16.694]➜     Compiling trust-dns-proto v0.23.2
2025-08-20T20:50:36.8296525Z [00:02:16.694]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name trust_dns_proto --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/trust-dns-proto-0.23.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="tokio"' --cfg 'feature="tokio-runtime"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "bytes", "default", "dns-over-https", "dns-over-https-rustls", "dns-over-native-tls", "dns-over-openssl", "dns-over-quic", "dns-over-rustls", "dns-over-tls", "dnssec", "dnssec-openssl", "dnssec-ring", "h2", "http", "js-sys", "mdns", "native-tls", "openssl", "quinn", "ring", "rustls", "rustls-pemfile", "serde", "serde-config", "socket2", "testing", "text-parsing", "tokio", "tokio-native-tls", "tokio-openssl", "tokio-runtime", "tokio-rustls", "wasm-bindgen", "wasm-bindgen-crate", "webpki", "webpki-roots"))' -C metadata=c211605182e40a85 -C extra-filename=-1e61220b1d29d5f0 --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps --extern async_trait=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/libasync_trait-519f6055e0ef5bac.so --extern cfg_if=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-ad922fe68dc3537f.rmeta --extern data_encoding=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdata_encoding-954dc823cfef64ec.rmeta --extern enum_as_inner=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/libenum_as_inner-09af2ff784c6f255.so --extern futures_channel=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_channel-e609f3151adadee9.rmeta --extern futures_io=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_io-9480d999324dcca3.rmeta --extern futures_util=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_util-368ee7d0e97f3973.rmeta --extern idna=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libidna-0fba6c9845b5fa4c.rmeta --extern ipnet=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libipnet-41f4db5b46c309a4.rmeta --extern once_cell=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libonce_cell-bbd4a06f32bc156d.rmeta --extern rand=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand-d6fd1102e86bac2b.rmeta --extern smallvec=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsmallvec-9344fc38af21df28.rmeta --extern thiserror=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-99ce331df62ae2e7.rmeta --extern tinyvec=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtinyvec-038b5932eeb56cdf.rmeta --extern tokio=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio-67c598889f199ac0.rmeta --extern tracing=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing-440e3cdee73a4e8c.rmeta --extern url=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liburl-ddcecedf0b12ccce.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-20T20:50:37.8916329Z [00:02:17.759]➜     Compiling lru-cache v0.1.2
2025-08-20T20:50:37.8929180Z [00:02:17.759]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name lru_cache --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lru-cache-0.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("heapsize", "heapsize_impl"))' -C metadata=2903bac361baed6f -C extra-filename=-a894348194e4a53e --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps --extern linked_hash_map=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblinked_hash_map-8f661f202569b569.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-20T20:50:38.1843929Z [00:02:18.051]➜     Compiling clap v2.34.0
2025-08-20T20:50:38.1863788Z [00:02:18.052]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name clap --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-2.34.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="ansi_term"' --cfg 'feature="atty"' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="strsim"' --cfg 'feature="suggestions"' --cfg 'feature="vec_map"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi_term", "atty", "clippy", "color", "debug", "default", "doc", "nightly", "no_cargo", "strsim", "suggestions", "term_size", "unstable", "vec_map", "wrap_help", "yaml", "yaml-rust"))' -C metadata=f4b8ed8699f90982 -C extra-filename=-3d7fc944c0e3cdbe --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps --extern ansi_term=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libansi_term-0bb655736fe41be1.rmeta --extern atty=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libatty-7f53a088b95520eb.rmeta --extern bitflags=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitflags-e4638d9ba5deda4a.rmeta --extern strsim=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstrsim-5d4c9d32c66e4b9a.rmeta --extern textwrap=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtextwrap-82dc75c7298a9e85.rmeta --extern unicode_width=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunicode_width-631a53dbecda79e8.rmeta --extern vec_map=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libvec_map-825f544470f9189c.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-20T20:50:38.8526720Z [00:02:18.720]➜     Compiling resolv-conf v0.7.0
2025-08-20T20:50:38.8545656Z [00:02:18.721]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name resolv_conf --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/resolv-conf-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 --cfg 'feature="hostname"' --cfg 'feature="system"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("hostname", "system"))' -C metadata=3f4590793648e4bf -C extra-filename=-96d38002a8f66e5d --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps --extern hostname=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhostname-5201ba595b8e676f.rmeta --extern quick_error=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libquick_error-99bf1a6e471b5de0.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-20T20:50:40.1086657Z [00:02:19.976]➜     Compiling dirs-sys v0.5.0
2025-08-20T20:50:40.1102663Z [00:02:19.976]➜       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=3f44bce86485abaa -C extra-filename=-4174b561be733dd2 --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-420cee5c88c1309f.rmeta --extern option_ext=/tmp/tmp.yVJYY5P0CV/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-20T20:50:40.8170626Z [00:02:20.684]➜     Compiling rustls-pki-types v1.12.0
2025-08-20T20:50:40.8184954Z [00:02:20.685]➜       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 -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", "web", "web-time"))' -C metadata=aff01f93f8a301c5 -C extra-filename=-26359f1b6191537f --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps --extern zeroize=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzeroize-9ff2ed902bd6bd57.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-20T20:50:40.8745772Z [00:02:20.741]➜       Running `/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/serde_json-e91db25858f2b214/build-script-build`
2025-08-20T20:50:40.8916758Z [00:02:20.759]➜       Running `/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/thiserror-cc203f23374bfcbc/build-script-build`
2025-08-20T20:50:41.1066956Z [00:02:20.974]➜     Compiling hyper-tls v0.6.0
2025-08-20T20:50:41.1091346Z [00:02:20.975]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name hyper_tls --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-tls-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=394ea80af0f349cd -C extra-filename=-71c9f04090b3e392 --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps --extern bytes=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbytes-d34434d8b0e45868.rmeta --extern http_body_util=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhttp_body_util-51f649edf5b2c7e4.rmeta --extern hyper=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhyper-295290e03b883a1d.rmeta --extern hyper_util=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhyper_util-6d7d572abec47b2e.rmeta --extern native_tls=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnative_tls-1ff9d1fdfe92dbdf.rmeta --extern tokio=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio-67c598889f199ac0.rmeta --extern tokio_native_tls=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio_native_tls-105b96a5a13c7a71.rmeta --extern tower_service=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtower_service-5f3ec94338e5b675.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-20T20:50:41.4947189Z [00:02:21.362]➜     Compiling parking_lot v0.12.1
2025-08-20T20:50:41.4967285Z [00:02:21.363]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name parking_lot --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arc_lock", "deadlock_detection", "default", "hardware-lock-elision", "nightly", "owning_ref", "send_guard", "serde"))' -C metadata=30af702f7f8e9154 -C extra-filename=-6df456e6650fcfe1 --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps --extern lock_api=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblock_api-dd72e6f1c3b668b5.rmeta --extern parking_lot_core=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libparking_lot_core-e5323d76c1a79873.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-20T20:50:42.3937738Z [00:02:22.261]➜     Compiling structopt-derive v0.4.18
2025-08-20T20:50:42.3952043Z [00:02:22.261]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name structopt_derive --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/structopt-derive-0.4.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("paw"))' -C metadata=dcade8f79c319289 -C extra-filename=-566b88a8ba161f78 --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps --extern heck=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/libheck-344489ea6b6fcb83.rlib --extern proc_macro_error=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/libproc_macro_error-56d2976b67dcfc8b.rlib --extern proc_macro2=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/libproc_macro2-ef6075579c1e9adf.rlib --extern quote=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/libquote-9758e46d37d26ed8.rlib --extern syn=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/libsyn-5a13630af9fd3a54.rlib --extern proc_macro --cap-lints allow`
2025-08-20T20:50:42.8191369Z [00:02:22.685]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name num_traits --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=3e1484e79dc98b3b -C extra-filename=-05ee148d3b6837d1 --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yVJYY5P0CV/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 has_to_int_unchecked --cfg has_reverse_bits --cfg has_leading_trailing_ones --cfg has_div_euclid --cfg has_is_subnormal --cfg has_int_to_from_bytes --cfg has_float_to_from_bytes`
2025-08-20T20:50:45.2197669Z [00:02:25.087]➜     Compiling rand_chacha v0.9.0
2025-08-20T20:50:45.2212003Z [00:02:25.087]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name rand_chacha --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_chacha-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 -C linker-plugin-lto --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "os_rng", "serde", "std"))' -C metadata=4e6753a3d70774e1 -C extra-filename=-757f0684fc1e401a --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps --extern ppv_lite86=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libppv_lite86-7f6bc8055a139b28.rmeta --extern rand_core=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand_core-db3c87e931eb94da.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-20T20:50:45.5745211Z [00:02:25.441]➜     Compiling serde_urlencoded v0.7.1
2025-08-20T20:50:45.5767402Z [00:02:25.443]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name serde_urlencoded --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_urlencoded-0.7.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=2d31c7d49db139ae -C extra-filename=-3c9f5695df710470 --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps --extern form_urlencoded=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libform_urlencoded-c24e728c8bb6e489.rmeta --extern itoa=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libitoa-59c4343f5413c409.rmeta --extern ryu=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libryu-509bfb8d70740a1d.rmeta --extern serde=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-ed0abb2159fb3697.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-20T20:50:46.0948740Z [00:02:25.962]➜     Compiling serde_spanned v1.0.0
2025-08-20T20:50:46.0984006Z [00:02:25.963]➜       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=ced43475a9f7d1b3 -C extra-filename=-912a51887ea58838 --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps --extern serde=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-ed0abb2159fb3697.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-20T20:50:46.3453835Z [00:02:26.212]➜     Compiling toml_datetime v0.7.0
2025-08-20T20:50:46.3482927Z [00:02:26.213]➜       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=c1b97860e2a47595 -C extra-filename=-9d6ad02847cc40da --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps --extern serde=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-ed0abb2159fb3697.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-20T20:50:47.1692842Z [00:02:27.036]➜     Compiling thiserror-impl v2.0.16
2025-08-20T20:50:47.1699344Z [00:02:27.036]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name thiserror_impl --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-2.0.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=578f0483da3d3ec5 -C extra-filename=-9cfc1cf9efb84ee4 --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/libproc_macro2-ef6075579c1e9adf.rlib --extern quote=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/libquote-9758e46d37d26ed8.rlib --extern syn=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/libsyn-4a3a06872e9820ad.rlib --extern proc_macro --cap-lints allow`
2025-08-20T20:50:47.1892280Z [00:02:27.054]➜     Compiling encoding_rs v0.8.33
2025-08-20T20:50:47.1903628Z [00:02:27.054]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name encoding_rs --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/encoding_rs-0.8.33/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"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "fast-big5-hanzi-encode", "fast-gb-hanzi-encode", "fast-hangul-encode", "fast-hanja-encode", "fast-kanji-encode", "fast-legacy-encode", "less-slow-big5-hanzi-encode", "less-slow-gb-hanzi-encode", "less-slow-kanji-encode", "packed_simd", "serde", "simd-accel"))' -C metadata=4f8602bf2dd36862 -C extra-filename=-5fc9b6f08e743507 --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps --extern cfg_if=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-ad922fe68dc3537f.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-20T20:50:49.7145593Z [00:02:29.582]➜     Compiling toml_writer v1.0.2
2025-08-20T20:50:49.7203302Z [00:02:29.582]➜       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.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yVJYY5P0CV/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-20T20:50:50.2301643Z [00:02:30.097]➜     Compiling lazy_static v1.4.0
2025-08-20T20:50:50.2333869Z [00:02:30.100]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name lazy_static --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("spin", "spin_no_std"))' -C metadata=50fa7f7cb3e1a984 -C extra-filename=-a76e57ddeaa42a0c --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yVJYY5P0CV/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-20T20:50:50.3872567Z [00:02:30.254]➜     Compiling mime v0.3.17
2025-08-20T20:50:50.3889405Z [00:02:30.255]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name mime --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mime-0.3.17/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=29f23587b24e17bd -C extra-filename=-3b2f1791f4355644 --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yVJYY5P0CV/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-20T20:50:50.7587915Z [00:02:30.626]➜     Compiling iana-time-zone v0.1.57
2025-08-20T20:50:50.7630206Z [00:02:30.629]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name iana_time_zone --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iana-time-zone-0.1.57/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="fallback"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("fallback"))' -C metadata=b579891f6d783a61 -C extra-filename=-ecdf876c6e8f56fb --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yVJYY5P0CV/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-20T20:50:51.1498636Z [00:02:31.017]➜     Compiling chrono v0.4.41
2025-08-20T20:50:51.1528437Z [00:02:31.018]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name chrono --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.41/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="alloc"' --cfg 'feature="android-tzdata"' --cfg 'feature="clock"' --cfg 'feature="default"' --cfg 'feature="iana-time-zone"' --cfg 'feature="js-sys"' --cfg 'feature="now"' --cfg 'feature="oldtime"' --cfg 'feature="std"' --cfg 'feature="wasm-bindgen"' --cfg 'feature="wasmbind"' --cfg 'feature="winapi"' --cfg 'feature="windows-link"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_bench", "alloc", "android-tzdata", "arbitrary", "clock", "default", "iana-time-zone", "js-sys", "libc", "now", "oldtime", "pure-rust-locales", "rkyv", "rkyv-16", "rkyv-32", "rkyv-64", "rkyv-validation", "serde", "std", "unstable-locales", "wasm-bindgen", "wasmbind", "winapi", "windows-link"))' -C metadata=49ca7a14ad0cd6aa -C extra-filename=-1ebb78babb4e29fe --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps --extern iana_time_zone=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libiana_time_zone-ecdf876c6e8f56fb.rmeta --extern num_traits=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnum_traits-05ee148d3b6837d1.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-20T20:50:51.6766009Z [00:02:31.543]➜     Compiling reqwest v0.12.23
2025-08-20T20:50:51.6840063Z [00:02:31.544]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name reqwest --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.23/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(reqwest_unstable)' --cfg 'feature="__tls"' --cfg 'feature="blocking"' --cfg 'feature="charset"' --cfg 'feature="default"' --cfg 'feature="default-tls"' --cfg 'feature="h2"' --cfg 'feature="http2"' --cfg 'feature="system-proxy"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__rustls", "__rustls-ring", "__tls", "blocking", "brotli", "charset", "cookies", "default", "default-tls", "deflate", "gzip", "h2", "hickory-dns", "http2", "http3", "json", "macos-system-configuration", "multipart", "native-tls", "native-tls-alpn", "native-tls-vendored", "rustls-tls", "rustls-tls-manual-roots", "rustls-tls-manual-roots-no-provider", "rustls-tls-native-roots", "rustls-tls-native-roots-no-provider", "rustls-tls-no-provider", "rustls-tls-webpki-roots", "rustls-tls-webpki-roots-no-provider", "socks", "stream", "system-proxy", "trust-dns", "zstd"))' -C metadata=08253b62e69f7225 -C extra-filename=-28f996910ac3eab1 --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps --extern base64=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbase64-0f1f1b3d42d4576d.rmeta --extern bytes=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbytes-d34434d8b0e45868.rmeta --extern encoding_rs=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libencoding_rs-5fc9b6f08e743507.rmeta --extern futures_channel=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_channel-e609f3151adadee9.rmeta --extern futures_core=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_core-33166b3098f54118.rmeta --extern futures_util=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_util-368ee7d0e97f3973.rmeta --extern h2=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libh2-8dab096807d5e7e0.rmeta --extern http=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhttp-ad4f3aeb4e1223fd.rmeta --extern http_body=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhttp_body-4a365c793cd0921d.rmeta --extern http_body_util=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhttp_body_util-51f649edf5b2c7e4.rmeta --extern hyper=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhyper-295290e03b883a1d.rmeta --extern hyper_tls=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhyper_tls-71c9f04090b3e392.rmeta --extern hyper_util=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhyper_util-6d7d572abec47b2e.rmeta --extern log=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblog-a2f999e5f57fe5b6.rmeta --extern mime=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmime-3b2f1791f4355644.rmeta --extern native_tls_crate=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnative_tls-1ff9d1fdfe92dbdf.rmeta --extern percent_encoding=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpercent_encoding-a995dced42a03db2.rmeta --extern pin_project_lite=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpin_project_lite-6ed75a437064983e.rmeta --extern rustls_pki_types=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustls_pki_types-26359f1b6191537f.rmeta --extern serde=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-ed0abb2159fb3697.rmeta --extern serde_urlencoded=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde_urlencoded-3c9f5695df710470.rmeta --extern sync_wrapper=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsync_wrapper-0b30a7071cf3c653.rmeta --extern tokio=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio-67c598889f199ac0.rmeta --extern tokio_native_tls=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio_native_tls-105b96a5a13c7a71.rmeta --extern tower=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtower-165f8420bd548a81.rmeta --extern tower_http=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtower_http-42100e6f23b5746c.rmeta --extern tower_service=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtower_service-5f3ec94338e5b675.rmeta --extern url=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liburl-ddcecedf0b12ccce.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-20T20:50:51.7051893Z [00:02:31.571]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name thiserror --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=ddaab4a50ae00bde -C extra-filename=-e6527d7c958864a8 --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps --extern thiserror_impl=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/libthiserror_impl-9cfc1cf9efb84ee4.so --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)' --check-cfg 'cfg(thiserror_no_backtrace_type)'`
2025-08-20T20:50:51.8732534Z [00:02:31.740]➜     Compiling structopt v0.3.26
2025-08-20T20:50:51.8745654Z [00:02:31.741]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name structopt --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/structopt-0.3.26/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("color", "debug", "default", "doc", "lints", "no_cargo", "paw", "paw_dep", "suggestions", "wrap_help", "yaml"))' -C metadata=3ec32e68ffb5cbf5 -C extra-filename=-90fca16f210a6afd --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps --extern clap=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap-3d7fc944c0e3cdbe.rmeta --extern lazy_static=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblazy_static-a76e57ddeaa42a0c.rmeta --extern structopt_derive=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/libstructopt_derive-566b88a8ba161f78.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-20T20:50:52.0427782Z [00:02:31.910]➜     Compiling toml v0.9.5
2025-08-20T20:50:52.0488031Z [00:02:31.910]➜       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.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::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=6f0b7e6980d3fbbc -C extra-filename=-5f54dd42ab96f447 --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps --extern serde=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-ed0abb2159fb3697.rmeta --extern serde_spanned=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde_spanned-912a51887ea58838.rmeta --extern toml_datetime=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtoml_datetime-9d6ad02847cc40da.rmeta --extern toml_parser=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtoml_parser-0fd11076ae604d8a.rmeta --extern toml_writer=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtoml_writer-892fe5ab5f5215ca.rmeta --extern winnow=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwinnow-2dea7c4e3af6a35e.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-20T20:50:53.6858700Z [00:02:33.553]➜     Compiling rand v0.9.2
2025-08-20T20:50:53.6872331Z [00:02:33.553]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name rand --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="os_rng"' --cfg 'feature="small_rng"' --cfg 'feature="std"' --cfg 'feature="std_rng"' --cfg 'feature="thread_rng"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "log", "nightly", "os_rng", "serde", "simd_support", "small_rng", "std", "std_rng", "thread_rng", "unbiased"))' -C metadata=e3feea740cb18780 -C extra-filename=-de96310d605f4b05 --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps --extern rand_chacha=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand_chacha-757f0684fc1e401a.rmeta --extern rand_core=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand_core-db3c87e931eb94da.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-20T20:50:54.0036196Z [00:02:33.871]➜     Compiling trust-dns-resolver v0.23.2
2025-08-20T20:50:54.0063606Z [00:02:33.871]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name trust_dns_resolver --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/trust-dns-resolver-0.23.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"' --cfg 'feature="ipconfig"' --cfg 'feature="resolv-conf"' --cfg 'feature="system-config"' --cfg 'feature="tokio"' --cfg 'feature="tokio-runtime"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "dns-over-https", "dns-over-https-rustls", "dns-over-native-tls", "dns-over-openssl", "dns-over-quic", "dns-over-rustls", "dns-over-tls", "dnssec", "dnssec-openssl", "dnssec-ring", "ipconfig", "resolv-conf", "rustls", "serde", "serde-config", "system-config", "testing", "tokio", "tokio-native-tls", "tokio-openssl", "tokio-runtime", "tokio-rustls", "webpki-roots"))' -C metadata=00c54a70be3a33a0 -C extra-filename=-4287aa4bec06fc24 --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps --extern cfg_if=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-ad922fe68dc3537f.rmeta --extern futures_util=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_util-368ee7d0e97f3973.rmeta --extern lru_cache=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblru_cache-a894348194e4a53e.rmeta --extern once_cell=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libonce_cell-bbd4a06f32bc156d.rmeta --extern parking_lot=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libparking_lot-6df456e6650fcfe1.rmeta --extern rand=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand-d6fd1102e86bac2b.rmeta --extern resolv_conf=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libresolv_conf-96d38002a8f66e5d.rmeta --extern smallvec=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsmallvec-9344fc38af21df28.rmeta --extern thiserror=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-99ce331df62ae2e7.rmeta --extern tokio=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio-67c598889f199ac0.rmeta --extern tracing=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing-440e3cdee73a4e8c.rmeta --extern trust_dns_proto=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtrust_dns_proto-1e61220b1d29d5f0.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-20T20:50:55.6096388Z [00:02:35.477]➜     Compiling regex v1.11.1
2025-08-20T20:50:55.6121717Z [00:02:35.478]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name regex --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-1.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="perf"' --cfg 'feature="perf-backtrack"' --cfg 'feature="perf-cache"' --cfg 'feature="perf-dfa"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-onepass"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "logging", "pattern", "perf", "perf-backtrack", "perf-cache", "perf-dfa", "perf-dfa-full", "perf-inline", "perf-literal", "perf-onepass", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unstable", "use_std"))' -C metadata=e22b9d13b31aa422 -C extra-filename=-055fae97edde99fe --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps --extern aho_corasick=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libaho_corasick-fa4ad84ae97ea926.rmeta --extern memchr=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemchr-3157d788629a9fc7.rmeta --extern regex_automata=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_automata-e25d842a45d258da.rmeta --extern regex_syntax=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_syntax-a6e8118dff480c24.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:50:56.5913783Z [00:02:36.457]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name serde_json --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.107/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("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=2df36d0d35e68eca -C extra-filename=-be7694d345efd823 --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps --extern itoa=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libitoa-59c4343f5413c409.rmeta --extern ryu=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libryu-509bfb8d70740a1d.rmeta --extern serde=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-ed0abb2159fb3697.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 limb_width_64`
2025-08-20T20:50:57.4272724Z [00:02:37.294]➜     Compiling dirs v6.0.0
2025-08-20T20:50:57.4292836Z [00:02:37.296]➜       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=da6c457bfadae287 -C extra-filename=-918782f9812ad0d3 --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps --extern dirs_sys=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdirs_sys-4174b561be733dd2.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-20T20:50:57.5935043Z [00:02:37.459]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name anyhow --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.99/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=904f15117c1734de -C extra-filename=-25b990e15e0f8fae --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none --cfg std_backtrace --check-cfg 'cfg(anyhow_build_probe)' --check-cfg 'cfg(anyhow_nightly_testing)' --check-cfg 'cfg(anyhow_no_core_error)' --check-cfg 'cfg(anyhow_no_core_unwind_safe)' --check-cfg 'cfg(anyhow_no_fmt_arguments_as_str)' --check-cfg 'cfg(anyhow_no_ptr_addr_of)' --check-cfg 'cfg(anyhow_no_unsafe_op_in_unsafe_fn_lint)' --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(std_backtrace)'`
2025-08-20T20:51:00.2283634Z [00:02:40.095]➜     Compiling gip v0.7.2-pre (/tmp/tmp.yVJYY5P0CV/TEMPREPO)
2025-08-20T20:51:00.2300751Z [00:02:40.096]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name gip --edition=2021 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=57fe9f057ab2e135 -C extra-filename=-56b1683a272d9136 --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps --extern anyhow=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanyhow-25b990e15e0f8fae.rmeta --extern chrono=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libchrono-1ebb78babb4e29fe.rmeta --extern dirs=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdirs-918782f9812ad0d3.rmeta --extern rand=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand-de96310d605f4b05.rmeta --extern regex=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex-055fae97edde99fe.rmeta --extern reqwest=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libreqwest-28f996910ac3eab1.rmeta --extern serde=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-ed0abb2159fb3697.rmeta --extern serde_json=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde_json-be7694d345efd823.rmeta --extern structopt=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstructopt-90fca16f210a6afd.rmeta --extern thiserror=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-e6527d7c958864a8.rmeta --extern toml=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtoml-5f54dd42ab96f447.rmeta --extern trust_dns_resolver=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtrust_dns_resolver-4287aa4bec06fc24.rmeta -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-20T20:51:00.3841666Z [00:02:40.251]➜  warning: use of deprecated function `rand::thread_rng`: Renamed to `rng`
2025-08-20T20:51:00.3842458Z [00:02:40.251]➜    --> src/lib.rs:59:11
2025-08-20T20:51:00.3842931Z [00:02:40.251]➜     |
2025-08-20T20:51:00.3843421Z [00:02:40.251]➜  59 | use rand::thread_rng;
2025-08-20T20:51:00.3843913Z [00:02:40.251]➜     |           ^^^^^^^^^^
2025-08-20T20:51:00.3850515Z [00:02:40.252]➜     |
2025-08-20T20:51:00.3851047Z [00:02:40.252]➜     = note: `#[warn(deprecated)]` on by default
2025-08-20T20:51:00.3851571Z [00:02:40.252]➜  
2025-08-20T20:51:00.3870606Z [00:02:40.254]➜  warning: use of deprecated function `rand::thread_rng`: Renamed to `rng`
2025-08-20T20:51:00.3872026Z [00:02:40.254]➜     --> src/lib.rs:450:23
2025-08-20T20:51:00.3872563Z [00:02:40.254]➜      |
2025-08-20T20:51:00.3873094Z [00:02:40.254]➜  450 |         let mut rng = thread_rng();
2025-08-20T20:51:00.3875857Z [00:02:40.255]➜      |                       ^^^^^^^^^^
2025-08-20T20:51:00.3876374Z [00:02:40.255]➜  
2025-08-20T20:51:03.3892484Z [00:02:43.256]➜  warning: `gip` (lib) generated 2 warnings
2025-08-20T20:51:05.4320212Z [00:02:45.298]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name gip --edition=2021 src/gip.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=38936466a470ac1d -C extra-filename=-fbf2f0a064c144f9 --out-dir /tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps --extern anyhow=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanyhow-25b990e15e0f8fae.rlib --extern chrono=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libchrono-1ebb78babb4e29fe.rlib --extern dirs=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdirs-918782f9812ad0d3.rlib --extern gip=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgip-56b1683a272d9136.rlib --extern rand=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand-de96310d605f4b05.rlib --extern regex=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex-055fae97edde99fe.rlib --extern reqwest=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libreqwest-28f996910ac3eab1.rlib --extern serde=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-ed0abb2159fb3697.rlib --extern serde_json=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde_json-be7694d345efd823.rlib --extern structopt=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstructopt-90fca16f210a6afd.rlib --extern thiserror=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-e6527d7c958864a8.rlib --extern toml=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtoml-5f54dd42ab96f447.rlib --extern trust_dns_resolver=/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtrust_dns_resolver-4287aa4bec06fc24.rlib -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:51:45.4771683Z [00:03:25.344]➜      Finished `release` profile [optimized] target(s) in 1m 56s
2025-08-20T20:51:45.5747653Z [00:03:25.442]➜  + find -L ./target/x86_64-unknown-linux-musl/release -maxdepth 1 -type f
2025-08-20T20:51:45.5766255Z [00:03:25.444]➜  ./target/x86_64-unknown-linux-musl/release/libgip.rlib
2025-08-20T20:51:45.5767043Z [00:03:25.444]➜  ./target/x86_64-unknown-linux-musl/release/.cargo-lock
2025-08-20T20:51:45.5767780Z [00:03:25.444]➜  ./target/x86_64-unknown-linux-musl/release/gip.d
2025-08-20T20:51:45.5768483Z [00:03:25.444]➜  ./target/x86_64-unknown-linux-musl/release/gip
2025-08-20T20:51:45.5769186Z [00:03:25.444]➜  ./target/x86_64-unknown-linux-musl/release/libgip.d
2025-08-20T20:51:45.5774323Z [00:03:25.444]➜  + find ./target/x86_64-unknown-linux-musl/release -maxdepth 1 -type f -exec file -i '{}' ';'
2025-08-20T20:51:45.5776062Z [00:03:25.444]➜  + grep -Ei 'application/.*executable|inode/symlink|text/x-perl|text/.*script'
2025-08-20T20:51:45.5784991Z [00:03:25.446]➜  + cut -d: -f1
2025-08-20T20:51:45.5790724Z [00:03:25.446]➜  + xargs realpath --no-symlinks
2025-08-20T20:51:45.5791433Z [00:03:25.446]➜  + xargs -I '{}' rsync -achvL '{}' /build-bins/
2025-08-20T20:51:45.6336797Z [00:03:25.501]➜  sending incremental file list
2025-08-20T20:51:45.6357182Z [00:03:25.503]➜  gip
2025-08-20T20:51:45.6936064Z [00:03:25.561]➜  
2025-08-20T20:51:45.6936470Z [00:03:25.561]➜  sent 9.89M bytes  received 35 bytes  19.78M bytes/sec
2025-08-20T20:51:45.6937125Z [00:03:25.561]➜  total size is 9.89M  speedup is 1.00
2025-08-20T20:51:45.8359382Z [00:03:25.703]➜  '/tmp/tmp.yVJYY5P0CV/TEMPREPO/LICENSE-APACHE' -> '/build-bins/LICENSE'
2025-08-20T20:51:45.8586204Z [00:03:25.726]➜  + find /build-bins/ -type f -exec objcopy --remove-section=.comment '--remove-section=.note.*' '{}' ';'
2025-08-20T20:51:45.8909390Z [00:03:25.758]➜  objcopy: /build-bins/LICENSE: file format not recognized
2025-08-20T20:51:45.8913724Z [00:03:25.758]➜  + find /build-bins/ -type f '!' -name '*.no_strip' -exec strip --strip-all --verbose '{}' ';'
2025-08-20T20:51:45.9237948Z [00:03:25.791]➜  copy from `/build-bins/gip' [elf64-x86-64] to `/build-bins/stMkhecd' [elf64-x86-64]
2025-08-20T20:51:45.9969466Z [00:03:25.864]➜  + find /build-bins/ -type f -exec bash -c 'echo && realpath {} && readelf --section-headers {} 2>/dev/null' ';'
2025-08-20T20:51:45.9999002Z [00:03:25.867]➜  
2025-08-20T20:51:46.0016284Z [00:03:25.869]➜  /build-bins/gip
2025-08-20T20:51:46.0054614Z [00:03:25.873]➜  There are 33 section headers, starting at offset 0x96de10:
2025-08-20T20:51:46.0058416Z [00:03:25.873]➜  
2025-08-20T20:51:46.0059287Z [00:03:25.873]➜  Section Headers:
2025-08-20T20:51:46.0062759Z [00:03:25.873]➜    [Nr] Name              Type             Address           Offset
2025-08-20T20:51:46.0063838Z [00:03:25.873]➜         Size              EntSize          Flags  Link  Info  Align
2025-08-20T20:51:46.0064918Z [00:03:25.873]➜    [ 0]                   NULL             0000000000000000  00000000
2025-08-20T20:51:46.0065793Z [00:03:25.873]➜         0000000000000000  0000000000000000           0     0     0
2025-08-20T20:51:46.0066603Z [00:03:25.873]➜    [ 1] .gnu.hash         GNU_HASH         0000000000000270  00000270
2025-08-20T20:51:46.0067299Z [00:03:25.873]➜         000000000000001c  0000000000000000   A       2     0     8
2025-08-20T20:51:46.0067814Z [00:03:25.873]➜    [ 2] .dynsym           DYNSYM           0000000000000290  00000290
2025-08-20T20:51:46.0068347Z [00:03:25.873]➜         0000000000000018  0000000000000018   A       3     1     8
2025-08-20T20:51:46.0068854Z [00:03:25.873]➜    [ 3] .dynstr           STRTAB           00000000000002a8  000002a8
2025-08-20T20:51:46.0069359Z [00:03:25.873]➜         0000000000000001  0000000000000000   A       0     0     1
2025-08-20T20:51:46.0070086Z [00:03:25.873]➜    [ 4] .rela.dyn         RELA             00000000000002b0  000002b0
2025-08-20T20:51:46.0070635Z [00:03:25.873]➜         00000000000fcc00  0000000000000018   A       2     0     8
2025-08-20T20:51:46.0071367Z [00:03:25.873]➜    [ 5] .eh_frame         PROGBITS         00000000000fceb0  000fceb0
2025-08-20T20:51:46.0071809Z [00:03:25.873]➜         00000000000e6bc4  0000000000000000   A       0     0     8
2025-08-20T20:51:46.0072251Z [00:03:25.873]➜    [ 6] .eh_frame_hdr     PROGBITS         00000000001e3a74  001e3a74
2025-08-20T20:51:46.0072690Z [00:03:25.873]➜         000000000002b37c  0000000000000000   A       0     0     4
2025-08-20T20:51:46.0073140Z [00:03:25.873]➜    [ 7] .gcc_except_table PROGBITS         000000000020edf0  0020edf0
2025-08-20T20:51:46.0073585Z [00:03:25.873]➜         000000000001c380  0000000000000000   A       0     0     4
2025-08-20T20:51:46.0074008Z [00:03:25.873]➜    [ 8] .rodata           PROGBITS         000000000022c000  0022c000
2025-08-20T20:51:46.0074434Z [00:03:25.873]➜         000000000010cbe8  0000000000000000   A       0     0     4096
2025-08-20T20:51:46.0074883Z [00:03:25.873]➜    [ 9] .rodata.cst16     PROGBITS         0000000000338bf0  00338bf0
2025-08-20T20:51:46.0075349Z [00:03:25.873]➜         0000000000000e00  0000000000000010  AM       0     0     16
2025-08-20T20:51:46.0075798Z [00:03:25.873]➜    [10] .rodata.cst32     PROGBITS         0000000000339a00  00339a00
2025-08-20T20:51:46.0076236Z [00:03:25.873]➜         0000000000000d80  0000000000000020  AM       0     0     32
2025-08-20T20:51:46.0076672Z [00:03:25.873]➜    [11] .rodata.cst4      PROGBITS         000000000033a780  0033a780
2025-08-20T20:51:46.0077105Z [00:03:25.873]➜         00000000000029f8  0000000000000004  AM       0     0     4
2025-08-20T20:51:46.0077538Z [00:03:25.873]➜    [12] .rodata.cst8      PROGBITS         000000000033d178  0033d178
2025-08-20T20:51:46.0077966Z [00:03:25.873]➜         0000000000000ab0  0000000000000008  AM       0     0     8
2025-08-20T20:51:46.0078405Z [00:03:25.873]➜    [13] .rodata.str1.1    PROGBITS         000000000033dc28  0033dc28
2025-08-20T20:51:46.0078839Z [00:03:25.873]➜         0000000000035a2e  0000000000000001 AMS       0     0     1
2025-08-20T20:51:46.0079434Z [00:03:25.873]➜    [14] .rodata.str1.4    PROGBITS         0000000000373658  00373658
2025-08-20T20:51:46.0080086Z [00:03:25.873]➜         00000000000008c8  0000000000000001 AMS       0     0     4
2025-08-20T20:51:46.0080555Z [00:03:25.873]➜    [15] .rodata.str1.8    PROGBITS         0000000000373f20  00373f20
2025-08-20T20:51:46.0081001Z [00:03:25.873]➜         0000000000001bc0  0000000000000001 AMS       0     0     8
2025-08-20T20:51:46.0081440Z [00:03:25.873]➜    [16] .rodata.str4.4    PROGBITS         0000000000375ae0  00375ae0
2025-08-20T20:51:46.0081876Z [00:03:25.873]➜         000000000000000c  0000000000000004 AMS       0     0     4
2025-08-20T20:51:46.0082290Z [00:03:25.873]➜    [17] .fini             PROGBITS         0000000000376aec  00375aec
2025-08-20T20:51:46.0082704Z [00:03:25.873]➜         0000000000000003  0000000000000000  AX       0     0     1
2025-08-20T20:51:46.0083113Z [00:03:25.873]➜    [18] .init             PROGBITS         0000000000376aef  00375aef
2025-08-20T20:51:46.0083536Z [00:03:25.873]➜         0000000000000008  0000000000000000  AX       0     0     1
2025-08-20T20:51:46.0083943Z [00:03:25.873]➜    [19] .text             PROGBITS         0000000000376b00  00375b00
2025-08-20T20:51:46.0084361Z [00:03:25.873]➜         0000000000533a7b  0000000000000000  AX       0     0     64
2025-08-20T20:51:46.0085024Z [00:03:25.873]➜    [20] .tdata            PROGBITS         00000000008ab580  008a9580
2025-08-20T20:51:46.0085843Z [00:03:25.873]➜         0000000000000078  0000000000000000 WAT       0     0     8
2025-08-20T20:51:46.0086614Z [00:03:25.873]➜    [21] .tbss             NOBITS           00000000008ab5f8  008a95f8
2025-08-20T20:51:46.0087382Z [00:03:25.873]➜         00000000000000c8  0000000000000000 WAT       0     0     8
2025-08-20T20:51:46.0087979Z [00:03:25.873]➜    [22] .data.rel.ro      PROGBITS         00000000008ab600  008a9600
2025-08-20T20:51:46.0088426Z [00:03:25.873]➜         00000000000b1b20  0000000000000000  WA       0     0     32
2025-08-20T20:51:46.0089060Z [00:03:25.873]➜    [23] .dynamic          DYNAMIC          000000000095d120  0095b120
2025-08-20T20:51:46.0089491Z [00:03:25.873]➜         0000000000000180  0000000000000010  WA       3     0     8
2025-08-20T20:51:46.0090169Z [00:03:25.873]➜    [24] .fini_array       FINI_ARRAY       000000000095d2a0  0095b2a0
2025-08-20T20:51:46.0090617Z [00:03:25.873]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-20T20:51:46.0091037Z [00:03:25.873]➜    [25] .got.plt          PROGBITS         000000000095d2a8  0095b2a8
2025-08-20T20:51:46.0091457Z [00:03:25.873]➜         0000000000000018  0000000000000000  WA       0     0     8
2025-08-20T20:51:46.0091881Z [00:03:25.873]➜    [26] .init_array       INIT_ARRAY       000000000095d2c0  0095b2c0
2025-08-20T20:51:46.0092298Z [00:03:25.873]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-20T20:51:46.0092716Z [00:03:25.873]➜    [27] .got              PROGBITS         000000000095d2c8  0095b2c8
2025-08-20T20:51:46.0093142Z [00:03:25.873]➜         000000000000b418  0000000000000000  WA       0     0     8
2025-08-20T20:51:46.0093578Z [00:03:25.873]➜    [28] .relro_padding    NOBITS           00000000009686e0  009666e0
2025-08-20T20:51:46.0094010Z [00:03:25.873]➜         0000000000000920  0000000000000000  WA       0     0     1
2025-08-20T20:51:46.0094424Z [00:03:25.873]➜    [29] .data             PROGBITS         00000000009696e0  009666e0
2025-08-20T20:51:46.0094838Z [00:03:25.873]➜         00000000000075e0  0000000000000000  WA       0     0     32
2025-08-20T20:51:46.0095251Z [00:03:25.873]➜    [30] .bss              NOBITS           0000000000970cc0  0096dcc0
2025-08-20T20:51:46.0095661Z [00:03:25.873]➜         0000000000005048  0000000000000000  WA       0     0     32
2025-08-20T20:51:46.0096088Z [00:03:25.873]➜    [31] .common           NOBITS           0000000000975d20  0096dcc0
2025-08-20T20:51:46.0096510Z [00:03:25.873]➜         00000000000000d8  0000000000000000  WA       0     0     32
2025-08-20T20:51:46.0097085Z [00:03:25.873]➜    [32] .shstrtab         STRTAB           0000000000000000  0096dcc0
2025-08-20T20:51:46.0097516Z [00:03:25.873]➜         0000000000000150  0000000000000000           0     0     1
2025-08-20T20:51:46.0097854Z [00:03:25.873]➜  Key to Flags:
2025-08-20T20:51:46.0098218Z [00:03:25.873]➜    W (write), A (alloc), X (execute), M (merge), S (strings), I (info),
2025-08-20T20:51:46.0098687Z [00:03:25.873]➜    L (link order), O (extra OS processing required), G (group), T (TLS),
2025-08-20T20:51:46.0099145Z [00:03:25.873]➜    C (compressed), x (unknown), o (OS specific), E (exclude),
2025-08-20T20:51:46.0099547Z [00:03:25.873]➜    D (mbind), l (large), p (processor specific)
2025-08-20T20:51:46.0100030Z [00:03:25.876]➜  
2025-08-20T20:51:46.0103993Z [00:03:25.877]➜  /build-bins/LICENSE
2025-08-20T20:51:46.0119716Z [00:03:25.879]➜  + file /build-bins/LICENSE /build-bins/gip
2025-08-20T20:51:46.0400339Z [00:03:25.907]➜  /build-bins/LICENSE: ASCII text
2025-08-20T20:51:46.0441542Z [00:03:25.911]➜  /build-bins/gip:     ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), static-pie linked, stripped
2025-08-20T20:51:46.0452390Z [00:03:25.912]➜  + stat -c '%n:         %s Bytes' /build-bins/LICENSE /build-bins/gip
2025-08-20T20:51:46.0472096Z [00:03:25.914]➜  /build-bins/LICENSE:         11358 Bytes
2025-08-20T20:51:46.0472755Z [00:03:25.914]➜  /build-bins/gip:         9889360 Bytes
2025-08-20T20:51:46.0476028Z [00:03:25.915]➜  + du /build-bins/LICENSE /build-bins/gip --bytes --human-readable --time --time-style=full-iso --summarize
2025-08-20T20:51:46.0490833Z [00:03:25.916]➜  12K	2025-08-20 20:51:45.833260475 +0000	/build-bins/LICENSE
2025-08-20T20:51:46.0491311Z [00:03:25.916]➜  9.5M	2025-08-20 20:51:45.943260782 +0000	/build-bins/gip
2025-08-20T20:51:46.0494213Z [00:03:25.917]➜  + popd
2025-08-20T20:51:46.1059119Z [00:03:25.973]➜  + docker cp alpine-builder:/build-bins/. /tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/
2025-08-20T20:51:46.1368787Z [00:03:26.004]➜  + '[' -s /tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE ']'
2025-08-20T20:51:46.1371937Z [00:03:26.004]➜  + cp -fv /tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE /tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/LICENSE
2025-08-20T20:51:46.1393236Z [00:03:26.006]➜  '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' -> '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/LICENSE'
2025-08-20T20:51:46.1398236Z [00:03:26.007]➜  + find /tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP -maxdepth 1 -type f -exec file -i '{}' ';'
2025-08-20T20:51:46.1402937Z [00:03:26.007]➜  + grep -Ei 'application/.*executable|inode/symlink|text/x-perl|text/.*script'
2025-08-20T20:51:46.1404259Z [00:03:26.007]➜  + cut -d: -f1
2025-08-20T20:51:46.1405440Z [00:03:26.008]➜  + xargs realpath --no-symlinks
2025-08-20T20:51:46.1412020Z [00:03:26.008]➜  + xargs -I '{}' rsync -achvL '{}' /tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR
2025-08-20T20:51:46.5337557Z [00:03:26.401]➜  sending incremental file list
2025-08-20T20:51:46.5356284Z [00:03:26.403]➜  gip
2025-08-20T20:51:46.5893057Z [00:03:26.456]➜  
2025-08-20T20:51:46.5893887Z [00:03:26.456]➜  sent 9.89M bytes  received 35 bytes  19.78M bytes/sec
2025-08-20T20:51:46.5894784Z [00:03:26.456]➜  total size is 9.89M  speedup is 1.00
2025-08-20T20:51:46.5908394Z [00:03:26.458]➜  
2025-08-20T20:51:47.2290265Z [00:03:27.096]➜  
2025-08-20T20:51:47.2396156Z [00:03:27.107]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/gip.version' from runner:docker to runner:runner
2025-08-20T20:51:47.2398158Z [00:03:27.107]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/Cargo.toml' from root:root to runner:runner
2025-08-20T20:51:47.2400824Z [00:03:27.107]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/.gitignore' from root:root to runner:runner
2025-08-20T20:51:47.2403019Z [00:03:27.107]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/README.md' from root:root to runner:runner
2025-08-20T20:51:47.2405168Z [00:03:27.107]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/LICENSE-APACHE' from root:root to runner:runner
2025-08-20T20:51:47.2407306Z [00:03:27.107]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/src/gip.rs' from root:root to runner:runner
2025-08-20T20:51:47.2409433Z [00:03:27.107]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/src/lib.rs' from root:root to runner:runner
2025-08-20T20:51:47.2411695Z [00:03:27.107]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/src' from root:root to runner:runner
2025-08-20T20:51:47.2413781Z [00:03:27.107]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/Cargo.lock' from root:root to runner:runner
2025-08-20T20:51:47.2415864Z [00:03:27.107]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/Makefile' from root:root to runner:runner
2025-08-20T20:51:47.2418058Z [00:03:27.107]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/.github/dependabot.yml' from root:root to runner:runner
2025-08-20T20:51:47.2420619Z [00:03:27.107]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/.github/workflows/dependabot_merge.yml' from root:root to runner:runner
2025-08-20T20:51:47.2423097Z [00:03:27.107]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/.github/workflows/periodic.yml' from root:root to runner:runner
2025-08-20T20:51:47.2425760Z [00:03:27.107]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/.github/workflows/regression.yml' from root:root to runner:runner
2025-08-20T20:51:47.2428156Z [00:03:27.107]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/.github/workflows/release.yml' from root:root to runner:runner
2025-08-20T20:51:47.2430628Z [00:03:27.107]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/.github/workflows' from root:root to runner:runner
2025-08-20T20:51:47.2432886Z [00:03:27.107]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/.github/FUNDING.yml' from root:root to runner:runner
2025-08-20T20:51:47.2435064Z [00:03:27.107]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/.github' from root:root to runner:runner
2025-08-20T20:51:47.2437339Z [00:03:27.107]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/.git/hooks/push-to-checkout.sample' from root:root to runner:runner
2025-08-20T20:51:47.2439730Z [00:03:27.107]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/.git/hooks/post-update.sample' from root:root to runner:runner
2025-08-20T20:51:47.2442331Z [00:03:27.107]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/.git/hooks/prepare-commit-msg.sample' from root:root to runner:runner
2025-08-20T20:51:47.2444905Z [00:03:27.107]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/.git/hooks/update.sample' from root:root to runner:runner
2025-08-20T20:51:47.2447274Z [00:03:27.107]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/.git/hooks/pre-receive.sample' from root:root to runner:runner
2025-08-20T20:51:47.2449687Z [00:03:27.107]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/.git/hooks/sendemail-validate.sample' from root:root to runner:runner
2025-08-20T20:51:47.2452295Z [00:03:27.107]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/.git/hooks/pre-commit.sample' from root:root to runner:runner
2025-08-20T20:51:47.2454635Z [00:03:27.107]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/.git/hooks/commit-msg.sample' from root:root to runner:runner
2025-08-20T20:51:47.2457030Z [00:03:27.107]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/.git/hooks/pre-applypatch.sample' from root:root to runner:runner
2025-08-20T20:51:47.2459436Z [00:03:27.107]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/.git/hooks/pre-rebase.sample' from root:root to runner:runner
2025-08-20T20:51:47.2461950Z [00:03:27.107]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/.git/hooks/pre-push.sample' from root:root to runner:runner
2025-08-20T20:51:47.2464366Z [00:03:27.107]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/.git/hooks/applypatch-msg.sample' from root:root to runner:runner
2025-08-20T20:51:47.2466794Z [00:03:27.107]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/.git/hooks/pre-merge-commit.sample' from root:root to runner:runner
2025-08-20T20:51:47.2469450Z [00:03:27.107]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/.git/hooks/fsmonitor-watchman.sample' from root:root to runner:runner
2025-08-20T20:51:47.2471954Z [00:03:27.107]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/.git/hooks' from root:root to runner:runner
2025-08-20T20:51:47.2474180Z [00:03:27.108]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/.git/logs/refs/heads/master' from root:root to runner:runner
2025-08-20T20:51:47.2476440Z [00:03:27.108]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/.git/logs/refs/heads' from root:root to runner:runner
2025-08-20T20:51:47.2478810Z [00:03:27.108]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/.git/logs/refs/remotes/origin/HEAD' from root:root to runner:runner
2025-08-20T20:51:47.2481413Z [00:03:27.108]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/.git/logs/refs/remotes/origin' from root:root to runner:runner
2025-08-20T20:51:47.2483718Z [00:03:27.108]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/.git/logs/refs/remotes' from root:root to runner:runner
2025-08-20T20:51:47.2485922Z [00:03:27.108]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/.git/logs/refs' from root:root to runner:runner
2025-08-20T20:51:47.2488249Z [00:03:27.108]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/.git/logs/HEAD' from root:root to runner:runner
2025-08-20T20:51:47.2490608Z [00:03:27.108]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/.git/logs' from root:root to runner:runner
2025-08-20T20:51:47.2492820Z [00:03:27.108]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/.git/refs/heads/master' from root:root to runner:runner
2025-08-20T20:51:47.2495033Z [00:03:27.108]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/.git/refs/heads' from root:root to runner:runner
2025-08-20T20:51:47.2497305Z [00:03:27.108]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/.git/refs/remotes/origin/HEAD' from root:root to runner:runner
2025-08-20T20:51:47.2499637Z [00:03:27.108]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/.git/refs/remotes/origin' from root:root to runner:runner
2025-08-20T20:51:47.2502070Z [00:03:27.108]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/.git/refs/remotes' from root:root to runner:runner
2025-08-20T20:51:47.2504246Z [00:03:27.108]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/.git/refs/tags' from root:root to runner:runner
2025-08-20T20:51:47.2506427Z [00:03:27.108]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/.git/refs' from root:root to runner:runner
2025-08-20T20:51:47.2508530Z [00:03:27.108]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/.git/config' from root:root to runner:runner
2025-08-20T20:51:47.2511106Z [00:03:27.108]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/.git/packed-refs' from root:root to runner:runner
2025-08-20T20:51:47.2513317Z [00:03:27.108]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/.git/description' from root:root to runner:runner
2025-08-20T20:51:47.2515448Z [00:03:27.108]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/.git/HEAD' from root:root to runner:runner
2025-08-20T20:51:47.2517978Z [00:03:27.108]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/.git/objects/pack/pack-4072d540f269d235709e8eb739944caa0606ef51.idx' from root:root to runner:runner
2025-08-20T20:51:47.2521096Z [00:03:27.108]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/.git/objects/pack/pack-fff90b58296cf208a33dd1f1b12fb2c20c7c14cd.rev' from root:root to runner:runner
2025-08-20T20:51:47.2524087Z [00:03:27.108]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/.git/objects/pack/pack-fff90b58296cf208a33dd1f1b12fb2c20c7c14cd.pack' from root:root to runner:runner
2025-08-20T20:51:47.2527108Z [00:03:27.108]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/.git/objects/pack/pack-fff90b58296cf208a33dd1f1b12fb2c20c7c14cd.promisor' from root:root to runner:runner
2025-08-20T20:51:47.2530228Z [00:03:27.108]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/.git/objects/pack/pack-4072d540f269d235709e8eb739944caa0606ef51.pack' from root:root to runner:runner
2025-08-20T20:51:47.2533385Z [00:03:27.108]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/.git/objects/pack/pack-4072d540f269d235709e8eb739944caa0606ef51.rev' from root:root to runner:runner
2025-08-20T20:51:47.2536357Z [00:03:27.108]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/.git/objects/pack/pack-fff90b58296cf208a33dd1f1b12fb2c20c7c14cd.idx' from root:root to runner:runner
2025-08-20T20:51:47.2539329Z [00:03:27.108]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/.git/objects/pack/pack-4072d540f269d235709e8eb739944caa0606ef51.promisor' from root:root to runner:runner
2025-08-20T20:51:47.2542061Z [00:03:27.108]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/.git/objects/pack' from root:root to runner:runner
2025-08-20T20:51:47.2544279Z [00:03:27.108]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/.git/objects/info' from root:root to runner:runner
2025-08-20T20:51:47.2546448Z [00:03:27.108]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/.git/objects' from root:root to runner:runner
2025-08-20T20:51:47.2548604Z [00:03:27.108]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/.git/info/exclude' from root:root to runner:runner
2025-08-20T20:51:47.2550914Z [00:03:27.108]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/.git/info' from root:root to runner:runner
2025-08-20T20:51:47.2553018Z [00:03:27.108]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/.git/index' from root:root to runner:runner
2025-08-20T20:51:47.2555101Z [00:03:27.108]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/.git' from root:root to runner:runner
2025-08-20T20:51:47.2557482Z [00:03:27.108]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/.rustc_info.json' from root:root to runner:runner
2025-08-20T20:51:47.2559769Z [00:03:27.108]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/examples' from root:root to runner:runner
2025-08-20T20:51:47.2562274Z [00:03:27.109]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/incremental' from root:root to runner:runner
2025-08-20T20:51:47.2564681Z [00:03:27.109]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.cargo-lock' from root:root to runner:runner
2025-08-20T20:51:47.2567366Z [00:03:27.109]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/serde_json-e91db25858f2b214/build-script-build' from root:root to runner:runner
2025-08-20T20:51:47.2570573Z [00:03:27.109]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/serde_json-e91db25858f2b214/build_script_build-e91db25858f2b214.d' from root:root to runner:runner
2025-08-20T20:51:47.2573638Z [00:03:27.109]➜  ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/serde_json-e91db25858f2b214/build_script_build-e91db25858f2b214' retained as runner:runner
2025-08-20T20:51:47.2576695Z [00:03:27.109]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/serde_json-e91db25858f2b214' from root:root to runner:runner
2025-08-20T20:51:47.2579412Z [00:03:27.109]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/async-trait-112916d93eba3c76/out' from root:root to runner:runner
2025-08-20T20:51:47.2582327Z [00:03:27.109]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/async-trait-112916d93eba3c76/output' from root:root to runner:runner
2025-08-20T20:51:47.2585136Z [00:03:27.109]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/async-trait-112916d93eba3c76/root-output' from root:root to runner:runner
2025-08-20T20:51:47.2588071Z [00:03:27.109]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/async-trait-112916d93eba3c76/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.2591131Z [00:03:27.109]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/async-trait-112916d93eba3c76/stderr' from root:root to runner:runner
2025-08-20T20:51:47.2593856Z [00:03:27.109]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/async-trait-112916d93eba3c76' from root:root to runner:runner
2025-08-20T20:51:47.2596673Z [00:03:27.109]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/thiserror-cc203f23374bfcbc/build-script-build' from root:root to runner:runner
2025-08-20T20:51:47.2599655Z [00:03:27.109]➜  ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/thiserror-cc203f23374bfcbc/build_script_build-cc203f23374bfcbc' retained as runner:runner
2025-08-20T20:51:47.2603123Z [00:03:27.109]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/thiserror-cc203f23374bfcbc/build_script_build-cc203f23374bfcbc.d' from root:root to runner:runner
2025-08-20T20:51:47.2606016Z [00:03:27.109]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/thiserror-cc203f23374bfcbc' from root:root to runner:runner
2025-08-20T20:51:47.2608951Z [00:03:27.109]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/openssl-sys-e46cb704013f2874/build_script_main-e46cb704013f2874' from root:root to runner:runner
2025-08-20T20:51:47.2612089Z [00:03:27.109]➜  ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/openssl-sys-e46cb704013f2874/build-script-main' retained as runner:runner
2025-08-20T20:51:47.2615066Z [00:03:27.109]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/openssl-sys-e46cb704013f2874/build_script_main-e46cb704013f2874.d' from root:root to runner:runner
2025-08-20T20:51:47.2617960Z [00:03:27.110]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/openssl-sys-e46cb704013f2874' from root:root to runner:runner
2025-08-20T20:51:47.2620885Z [00:03:27.110]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/slab-bf25b350ad490dc7/build-script-build' from root:root to runner:runner
2025-08-20T20:51:47.2624048Z [00:03:27.110]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/slab-bf25b350ad490dc7/build_script_build-bf25b350ad490dc7.d' from root:root to runner:runner
2025-08-20T20:51:47.2627052Z [00:03:27.110]➜  ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/slab-bf25b350ad490dc7/build_script_build-bf25b350ad490dc7' retained as runner:runner
2025-08-20T20:51:47.2629771Z [00:03:27.110]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/slab-bf25b350ad490dc7' from root:root to runner:runner
2025-08-20T20:51:47.2632716Z [00:03:27.110]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/anyhow-97abb6991338ccc4/build-script-build' from root:root to runner:runner
2025-08-20T20:51:47.2635636Z [00:03:27.110]➜  ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/anyhow-97abb6991338ccc4/build_script_build-97abb6991338ccc4' retained as runner:runner
2025-08-20T20:51:47.2638652Z [00:03:27.110]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/anyhow-97abb6991338ccc4/build_script_build-97abb6991338ccc4.d' from root:root to runner:runner
2025-08-20T20:51:47.2641638Z [00:03:27.110]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/anyhow-97abb6991338ccc4' from root:root to runner:runner
2025-08-20T20:51:47.2644247Z [00:03:27.110]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/syn-0e10e3ca2d597036/out' from root:root to runner:runner
2025-08-20T20:51:47.2646904Z [00:03:27.110]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/syn-0e10e3ca2d597036/output' from root:root to runner:runner
2025-08-20T20:51:47.2649943Z [00:03:27.110]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/syn-0e10e3ca2d597036/root-output' from root:root to runner:runner
2025-08-20T20:51:47.2652744Z [00:03:27.110]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/syn-0e10e3ca2d597036/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.2655502Z [00:03:27.110]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/syn-0e10e3ca2d597036/stderr' from root:root to runner:runner
2025-08-20T20:51:47.2658129Z [00:03:27.110]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/syn-0e10e3ca2d597036' from root:root to runner:runner
2025-08-20T20:51:47.2661182Z [00:03:27.110]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/num-traits-8b217e03f13b418d/build_script_build-8b217e03f13b418d.d' from root:root to runner:runner
2025-08-20T20:51:47.2664319Z [00:03:27.110]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/num-traits-8b217e03f13b418d/build-script-build' from root:root to runner:runner
2025-08-20T20:51:47.2667296Z [00:03:27.110]➜  ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/num-traits-8b217e03f13b418d/build_script_build-8b217e03f13b418d' retained as runner:runner
2025-08-20T20:51:47.2670467Z [00:03:27.110]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/num-traits-8b217e03f13b418d' from root:root to runner:runner
2025-08-20T20:51:47.2673378Z [00:03:27.110]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/futures-task-08794650e2671fa3/build-script-build' from root:root to runner:runner
2025-08-20T20:51:47.2676388Z [00:03:27.110]➜  ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/futures-task-08794650e2671fa3/build_script_build-08794650e2671fa3' retained as runner:runner
2025-08-20T20:51:47.2679495Z [00:03:27.110]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/futures-task-08794650e2671fa3/build_script_build-08794650e2671fa3.d' from root:root to runner:runner
2025-08-20T20:51:47.2682623Z [00:03:27.110]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/futures-task-08794650e2671fa3' from root:root to runner:runner
2025-08-20T20:51:47.2685512Z [00:03:27.110]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/futures-channel-8640bf5f31a21c8f/build-script-build' from root:root to runner:runner
2025-08-20T20:51:47.2688698Z [00:03:27.110]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/futures-channel-8640bf5f31a21c8f/build_script_build-8640bf5f31a21c8f.d' from root:root to runner:runner
2025-08-20T20:51:47.2692037Z [00:03:27.110]➜  ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/futures-channel-8640bf5f31a21c8f/build_script_build-8640bf5f31a21c8f' retained as runner:runner
2025-08-20T20:51:47.2695129Z [00:03:27.110]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/futures-channel-8640bf5f31a21c8f' from root:root to runner:runner
2025-08-20T20:51:47.2698025Z [00:03:27.110]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/futures-core-e40f69d4d6d89ff3/build-script-build' from root:root to runner:runner
2025-08-20T20:51:47.2701191Z [00:03:27.110]➜  ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/futures-core-e40f69d4d6d89ff3/build_script_build-e40f69d4d6d89ff3' retained as runner:runner
2025-08-20T20:51:47.2704352Z [00:03:27.110]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/futures-core-e40f69d4d6d89ff3/build_script_build-e40f69d4d6d89ff3.d' from root:root to runner:runner
2025-08-20T20:51:47.2707301Z [00:03:27.110]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/futures-core-e40f69d4d6d89ff3' from root:root to runner:runner
2025-08-20T20:51:47.2710220Z [00:03:27.110]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/proc-macro-error-4cfde1e797c481ce/out' from root:root to runner:runner
2025-08-20T20:51:47.2713103Z [00:03:27.110]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/proc-macro-error-4cfde1e797c481ce/output' from root:root to runner:runner
2025-08-20T20:51:47.2716225Z [00:03:27.110]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/proc-macro-error-4cfde1e797c481ce/root-output' from root:root to runner:runner
2025-08-20T20:51:47.2719263Z [00:03:27.110]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/proc-macro-error-4cfde1e797c481ce/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.2722366Z [00:03:27.110]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/proc-macro-error-4cfde1e797c481ce/stderr' from root:root to runner:runner
2025-08-20T20:51:47.2725199Z [00:03:27.110]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/proc-macro-error-4cfde1e797c481ce' from root:root to runner:runner
2025-08-20T20:51:47.2728180Z [00:03:27.110]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/proc-macro-error-attr-6a30e2c35e7abb98/build-script-build' from root:root to runner:runner
2025-08-20T20:51:47.2731629Z [00:03:27.111]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/proc-macro-error-attr-6a30e2c35e7abb98/build_script_build-6a30e2c35e7abb98.d' from root:root to runner:runner
2025-08-20T20:51:47.2734882Z [00:03:27.111]➜  ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/proc-macro-error-attr-6a30e2c35e7abb98/build_script_build-6a30e2c35e7abb98' retained as runner:runner
2025-08-20T20:51:47.2737883Z [00:03:27.111]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/proc-macro-error-attr-6a30e2c35e7abb98' from root:root to runner:runner
2025-08-20T20:51:47.2740952Z [00:03:27.111]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/zerocopy-a1885187cd0cca1d/build-script-build' from root:root to runner:runner
2025-08-20T20:51:47.2744250Z [00:03:27.111]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/zerocopy-a1885187cd0cca1d/build_script_build-a1885187cd0cca1d.d' from root:root to runner:runner
2025-08-20T20:51:47.2747333Z [00:03:27.111]➜  ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/zerocopy-a1885187cd0cca1d/build_script_build-a1885187cd0cca1d' retained as runner:runner
2025-08-20T20:51:47.2750327Z [00:03:27.111]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/zerocopy-a1885187cd0cca1d' from root:root to runner:runner
2025-08-20T20:51:47.2753240Z [00:03:27.111]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/parking_lot_core-a6884a014b2d6032/build-script-build' from root:root to runner:runner
2025-08-20T20:51:47.2756428Z [00:03:27.111]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/parking_lot_core-a6884a014b2d6032/build_script_build-a6884a014b2d6032.d' from root:root to runner:runner
2025-08-20T20:51:47.2759564Z [00:03:27.111]➜  ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/parking_lot_core-a6884a014b2d6032/build_script_build-a6884a014b2d6032' retained as runner:runner
2025-08-20T20:51:47.2762806Z [00:03:27.111]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/parking_lot_core-a6884a014b2d6032' from root:root to runner:runner
2025-08-20T20:51:47.2765750Z [00:03:27.111]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/openssl-60cce7bc80e0283a/build-script-build' from root:root to runner:runner
2025-08-20T20:51:47.2768817Z [00:03:27.111]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/openssl-60cce7bc80e0283a/build_script_build-60cce7bc80e0283a.d' from root:root to runner:runner
2025-08-20T20:51:47.2772052Z [00:03:27.111]➜  ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/openssl-60cce7bc80e0283a/build_script_build-60cce7bc80e0283a' retained as runner:runner
2025-08-20T20:51:47.2774856Z [00:03:27.111]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/openssl-60cce7bc80e0283a' from root:root to runner:runner
2025-08-20T20:51:47.2777623Z [00:03:27.111]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/syn-84c0709de8943111/build-script-build' from root:root to runner:runner
2025-08-20T20:51:47.2780648Z [00:03:27.111]➜  ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/syn-84c0709de8943111/build_script_build-84c0709de8943111' retained as runner:runner
2025-08-20T20:51:47.2783659Z [00:03:27.111]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/syn-84c0709de8943111/build_script_build-84c0709de8943111.d' from root:root to runner:runner
2025-08-20T20:51:47.2805318Z [00:03:27.112]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/syn-84c0709de8943111' from root:root to runner:runner
2025-08-20T20:51:47.2808399Z [00:03:27.112]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/futures-util-56da2dac9870d9a3/build-script-build' from root:root to runner:runner
2025-08-20T20:51:47.2811720Z [00:03:27.112]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/futures-util-56da2dac9870d9a3/build_script_build-56da2dac9870d9a3.d' from root:root to runner:runner
2025-08-20T20:51:47.2814943Z [00:03:27.112]➜  ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/futures-util-56da2dac9870d9a3/build_script_build-56da2dac9870d9a3' retained as runner:runner
2025-08-20T20:51:47.2817885Z [00:03:27.112]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/futures-util-56da2dac9870d9a3' from root:root to runner:runner
2025-08-20T20:51:47.2820887Z [00:03:27.112]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/proc-macro2-ff8e8a7f329d96d2/out' from root:root to runner:runner
2025-08-20T20:51:47.2827639Z [00:03:27.112]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/proc-macro2-ff8e8a7f329d96d2/output' from root:root to runner:runner
2025-08-20T20:51:47.2830689Z [00:03:27.112]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/proc-macro2-ff8e8a7f329d96d2/root-output' from root:root to runner:runner
2025-08-20T20:51:47.2833639Z [00:03:27.112]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/proc-macro2-ff8e8a7f329d96d2/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.2836595Z [00:03:27.112]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/proc-macro2-ff8e8a7f329d96d2/stderr' from root:root to runner:runner
2025-08-20T20:51:47.2839400Z [00:03:27.112]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/proc-macro2-ff8e8a7f329d96d2' from root:root to runner:runner
2025-08-20T20:51:47.2842068Z [00:03:27.112]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/proc-macro-error-364e85d491e45225/build-script-build' from root:root to runner:runner
2025-08-20T20:51:47.2845217Z [00:03:27.112]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/proc-macro-error-364e85d491e45225/build_script_build-364e85d491e45225.d' from root:root to runner:runner
2025-08-20T20:51:47.2847963Z [00:03:27.112]➜  ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/proc-macro-error-364e85d491e45225/build_script_build-364e85d491e45225' retained as runner:runner
2025-08-20T20:51:47.2850713Z [00:03:27.112]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/proc-macro-error-364e85d491e45225' from root:root to runner:runner
2025-08-20T20:51:47.2852512Z [00:03:27.112]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/proc-macro2-6fd31c68ef960a7a/build-script-build' from root:root to runner:runner
2025-08-20T20:51:47.2854351Z [00:03:27.112]➜  ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/proc-macro2-6fd31c68ef960a7a/build_script_build-6fd31c68ef960a7a' retained as runner:runner
2025-08-20T20:51:47.2856094Z [00:03:27.112]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/proc-macro2-6fd31c68ef960a7a/build_script_build-6fd31c68ef960a7a.d' from root:root to runner:runner
2025-08-20T20:51:47.2857744Z [00:03:27.112]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/proc-macro2-6fd31c68ef960a7a' from root:root to runner:runner
2025-08-20T20:51:47.2859285Z [00:03:27.112]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/libc-d4332107b66807ec/build-script-build' from root:root to runner:runner
2025-08-20T20:51:47.2861480Z [00:03:27.112]➜  ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/libc-d4332107b66807ec/build_script_build-d4332107b66807ec' retained as runner:runner
2025-08-20T20:51:47.2863142Z [00:03:27.112]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/libc-d4332107b66807ec/build_script_build-d4332107b66807ec.d' from root:root to runner:runner
2025-08-20T20:51:47.2865782Z [00:03:27.112]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/libc-d4332107b66807ec' from root:root to runner:runner
2025-08-20T20:51:47.2868416Z [00:03:27.112]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/native-tls-f14379bd130dc899/build-script-build' from root:root to runner:runner
2025-08-20T20:51:47.2871532Z [00:03:27.112]➜  ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/native-tls-f14379bd130dc899/build_script_build-f14379bd130dc899' retained as runner:runner
2025-08-20T20:51:47.2873910Z [00:03:27.112]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/native-tls-f14379bd130dc899/build_script_build-f14379bd130dc899.d' from root:root to runner:runner
2025-08-20T20:51:47.2876468Z [00:03:27.112]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/native-tls-f14379bd130dc899' from root:root to runner:runner
2025-08-20T20:51:47.2878832Z [00:03:27.112]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/serde-1108bd03bb6c3137/build-script-build' from root:root to runner:runner
2025-08-20T20:51:47.2881555Z [00:03:27.112]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/serde-1108bd03bb6c3137/build_script_build-1108bd03bb6c3137.d' from root:root to runner:runner
2025-08-20T20:51:47.2884177Z [00:03:27.112]➜  ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/serde-1108bd03bb6c3137/build_script_build-1108bd03bb6c3137' retained as runner:runner
2025-08-20T20:51:47.2886645Z [00:03:27.112]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/serde-1108bd03bb6c3137' from root:root to runner:runner
2025-08-20T20:51:47.2889015Z [00:03:27.112]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/thiserror-258b1a542484078b/build-script-build' from root:root to runner:runner
2025-08-20T20:51:47.2892268Z [00:03:27.112]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/thiserror-258b1a542484078b/build_script_build-258b1a542484078b.d' from root:root to runner:runner
2025-08-20T20:51:47.2894538Z [00:03:27.112]➜  ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/thiserror-258b1a542484078b/build_script_build-258b1a542484078b' retained as runner:runner
2025-08-20T20:51:47.2897169Z [00:03:27.112]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/thiserror-258b1a542484078b' from root:root to runner:runner
2025-08-20T20:51:47.2899488Z [00:03:27.112]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/httparse-21f3052f47c7564f/build-script-build' from root:root to runner:runner
2025-08-20T20:51:47.2902713Z [00:03:27.112]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/httparse-21f3052f47c7564f/build_script_build-21f3052f47c7564f.d' from root:root to runner:runner
2025-08-20T20:51:47.2904911Z [00:03:27.113]➜  ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/httparse-21f3052f47c7564f/build_script_build-21f3052f47c7564f' retained as runner:runner
2025-08-20T20:51:47.2907724Z [00:03:27.113]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/httparse-21f3052f47c7564f' from root:root to runner:runner
2025-08-20T20:51:47.2909704Z [00:03:27.113]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/proc-macro-error-attr-6992197f6e682db5/out' from root:root to runner:runner
2025-08-20T20:51:47.2912824Z [00:03:27.113]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/proc-macro-error-attr-6992197f6e682db5/output' from root:root to runner:runner
2025-08-20T20:51:47.2914906Z [00:03:27.113]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/proc-macro-error-attr-6992197f6e682db5/root-output' from root:root to runner:runner
2025-08-20T20:51:47.2917899Z [00:03:27.113]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/proc-macro-error-attr-6992197f6e682db5/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.2920309Z [00:03:27.113]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/proc-macro-error-attr-6992197f6e682db5/stderr' from root:root to runner:runner
2025-08-20T20:51:47.2923299Z [00:03:27.113]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/proc-macro-error-attr-6992197f6e682db5' from root:root to runner:runner
2025-08-20T20:51:47.2925482Z [00:03:27.113]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/async-trait-495a50f1e82144ad/build-script-build' from root:root to runner:runner
2025-08-20T20:51:47.2928557Z [00:03:27.113]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/async-trait-495a50f1e82144ad/build_script_build-495a50f1e82144ad.d' from root:root to runner:runner
2025-08-20T20:51:47.2930905Z [00:03:27.113]➜  ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/async-trait-495a50f1e82144ad/build_script_build-495a50f1e82144ad' retained as runner:runner
2025-08-20T20:51:47.2933801Z [00:03:27.113]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/async-trait-495a50f1e82144ad' from root:root to runner:runner
2025-08-20T20:51:47.2935988Z [00:03:27.113]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/lock_api-ee7c6d12536c086a/build-script-build' from root:root to runner:runner
2025-08-20T20:51:47.2939056Z [00:03:27.113]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/lock_api-ee7c6d12536c086a/build_script_build-ee7c6d12536c086a.d' from root:root to runner:runner
2025-08-20T20:51:47.2941531Z [00:03:27.113]➜  ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/lock_api-ee7c6d12536c086a/build_script_build-ee7c6d12536c086a' retained as runner:runner
2025-08-20T20:51:47.2944284Z [00:03:27.113]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/lock_api-ee7c6d12536c086a' from root:root to runner:runner
2025-08-20T20:51:47.2946044Z [00:03:27.113]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/getrandom-7cde0775b7cd6b80/build-script-build' from root:root to runner:runner
2025-08-20T20:51:47.2949363Z [00:03:27.113]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/getrandom-7cde0775b7cd6b80/build_script_build-7cde0775b7cd6b80.d' from root:root to runner:runner
2025-08-20T20:51:47.2952505Z [00:03:27.113]➜  ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/getrandom-7cde0775b7cd6b80/build_script_build-7cde0775b7cd6b80' retained as runner:runner
2025-08-20T20:51:47.2955190Z [00:03:27.114]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/getrandom-7cde0775b7cd6b80' from root:root to runner:runner
2025-08-20T20:51:47.2956759Z [00:03:27.114]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build' from root:root to runner:runner
2025-08-20T20:51:47.2959117Z [00:03:27.114]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/quote-9758e46d37d26ed8.d' from root:root to runner:runner
2025-08-20T20:51:47.2962053Z [00:03:27.114]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/serde_derive-a61548600b7f5a35.d' from root:root to runner:runner
2025-08-20T20:51:47.2964784Z [00:03:27.114]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/libasync_trait-519f6055e0ef5bac.so' from root:root to runner:runner
2025-08-20T20:51:47.2967542Z [00:03:27.114]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/structopt_derive-566b88a8ba161f78.d' from root:root to runner:runner
2025-08-20T20:51:47.2969375Z [00:03:27.114]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/libopenssl_macros-ed3d1659fe74b5a0.so' from root:root to runner:runner
2025-08-20T20:51:47.2971418Z [00:03:27.114]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/libshlex-b36db43b0fc69e13.rlib' from root:root to runner:runner
2025-08-20T20:51:47.2972974Z [00:03:27.114]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/libthiserror_impl-9cfc1cf9efb84ee4.so' from root:root to runner:runner
2025-08-20T20:51:47.2974560Z [00:03:27.114]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/libproc_macro_error_attr-75e0e10075ddbb0e.so' from root:root to runner:runner
2025-08-20T20:51:47.2976088Z [00:03:27.114]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/shlex-b36db43b0fc69e13.d' from root:root to runner:runner
2025-08-20T20:51:47.2977618Z [00:03:27.114]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/libpkg_config-884d045005af08e8.rmeta' from root:root to runner:runner
2025-08-20T20:51:47.2979170Z [00:03:27.114]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/thiserror_impl-9cfc1cf9efb84ee4.d' from root:root to runner:runner
2025-08-20T20:51:47.2981419Z [00:03:27.114]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/proc_macro_error-56d2976b67dcfc8b.d' from root:root to runner:runner
2025-08-20T20:51:47.2982938Z [00:03:27.114]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/unicode_ident-7a367797588f38f1.d' from root:root to runner:runner
2025-08-20T20:51:47.2984669Z [00:03:27.114]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/libunicode_segmentation-43f664e616df8f5a.rlib' from root:root to runner:runner
2025-08-20T20:51:47.2986243Z [00:03:27.114]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/version_check-dca504072d09ace5.d' from root:root to runner:runner
2025-08-20T20:51:47.2987762Z [00:03:27.114]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/libproc_macro2-ef6075579c1e9adf.rlib' from root:root to runner:runner
2025-08-20T20:51:47.2989328Z [00:03:27.114]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/libproc_macro_error-56d2976b67dcfc8b.rmeta' from root:root to runner:runner
2025-08-20T20:51:47.2991051Z [00:03:27.114]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/syn-5a13630af9fd3a54.d' from root:root to runner:runner
2025-08-20T20:51:47.2992516Z [00:03:27.114]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/libsyn-4a3a06872e9820ad.rlib' from root:root to runner:runner
2025-08-20T20:51:47.2994023Z [00:03:27.114]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/libheck-344489ea6b6fcb83.rmeta' from root:root to runner:runner
2025-08-20T20:51:47.2995534Z [00:03:27.114]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/libquote-9758e46d37d26ed8.rlib' from root:root to runner:runner
2025-08-20T20:51:47.2997177Z [00:03:27.114]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/heck-344489ea6b6fcb83.d' from root:root to runner:runner
2025-08-20T20:51:47.2998661Z [00:03:27.114]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/libpkg_config-884d045005af08e8.rlib' from root:root to runner:runner
2025-08-20T20:51:47.3000411Z [00:03:27.114]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/libheck-b306c7cd1477ab57.rmeta' from root:root to runner:runner
2025-08-20T20:51:47.3001919Z [00:03:27.114]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/libheck-b306c7cd1477ab57.rlib' from root:root to runner:runner
2025-08-20T20:51:47.3003422Z [00:03:27.114]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/libquote-9758e46d37d26ed8.rmeta' from root:root to runner:runner
2025-08-20T20:51:47.3004997Z [00:03:27.114]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/libversion_check-dca504072d09ace5.rlib' from root:root to runner:runner
2025-08-20T20:51:47.3006546Z [00:03:27.114]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/libautocfg-c7b83ab91c5f9afe.rmeta' from root:root to runner:runner
2025-08-20T20:51:47.3008059Z [00:03:27.114]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/libshlex-b36db43b0fc69e13.rmeta' from root:root to runner:runner
2025-08-20T20:51:47.3009719Z [00:03:27.114]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/tracing_attributes-e931e99bb1ac320d.d' from root:root to runner:runner
2025-08-20T20:51:47.3011726Z [00:03:27.114]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/libsyn-4a3a06872e9820ad.rmeta' from root:root to runner:runner
2025-08-20T20:51:47.3013257Z [00:03:27.114]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/proc_macro_error_attr-75e0e10075ddbb0e.d' from root:root to runner:runner
2025-08-20T20:51:47.3014788Z [00:03:27.114]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/thiserror_impl-e1008f02dfa7b974.d' from root:root to runner:runner
2025-08-20T20:51:47.3016324Z [00:03:27.114]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/libunicode_ident-7a367797588f38f1.rlib' from root:root to runner:runner
2025-08-20T20:51:47.3017890Z [00:03:27.114]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/libversion_check-dca504072d09ace5.rmeta' from root:root to runner:runner
2025-08-20T20:51:47.3019408Z [00:03:27.114]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/autocfg-c7b83ab91c5f9afe.d' from root:root to runner:runner
2025-08-20T20:51:47.3021051Z [00:03:27.114]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/libcc-0965d9cf19277fa1.rlib' from root:root to runner:runner
2025-08-20T20:51:47.3022526Z [00:03:27.114]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/async_trait-519f6055e0ef5bac.d' from root:root to runner:runner
2025-08-20T20:51:47.3024149Z [00:03:27.115]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/libheck-344489ea6b6fcb83.rlib' from root:root to runner:runner
2025-08-20T20:51:47.3025650Z [00:03:27.115]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/libvcpkg-b334f034d0f5b554.rmeta' from root:root to runner:runner
2025-08-20T20:51:47.3027222Z [00:03:27.115]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/libunicode_segmentation-43f664e616df8f5a.rmeta' from root:root to runner:runner
2025-08-20T20:51:47.3028753Z [00:03:27.115]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/syn-4a3a06872e9820ad.d' from root:root to runner:runner
2025-08-20T20:51:47.3030383Z [00:03:27.115]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/libsyn-5a13630af9fd3a54.rmeta' from root:root to runner:runner
2025-08-20T20:51:47.3031873Z [00:03:27.115]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/enum_as_inner-09af2ff784c6f255.d' from root:root to runner:runner
2025-08-20T20:51:47.3033370Z [00:03:27.115]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/libautocfg-c7b83ab91c5f9afe.rlib' from root:root to runner:runner
2025-08-20T20:51:47.3035022Z [00:03:27.115]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/libenum_as_inner-09af2ff784c6f255.so' from root:root to runner:runner
2025-08-20T20:51:47.3036509Z [00:03:27.115]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/heck-b306c7cd1477ab57.d' from root:root to runner:runner
2025-08-20T20:51:47.3037976Z [00:03:27.115]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/openssl_macros-ed3d1659fe74b5a0.d' from root:root to runner:runner
2025-08-20T20:51:47.3039480Z [00:03:27.115]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/libvcpkg-b334f034d0f5b554.rlib' from root:root to runner:runner
2025-08-20T20:51:47.3041225Z [00:03:27.115]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/pkg_config-884d045005af08e8.d' from root:root to runner:runner
2025-08-20T20:51:47.3042757Z [00:03:27.115]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/libtracing_attributes-e931e99bb1ac320d.so' from root:root to runner:runner
2025-08-20T20:51:47.3044336Z [00:03:27.115]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/libproc_macro_error-56d2976b67dcfc8b.rlib' from root:root to runner:runner
2025-08-20T20:51:47.3046426Z [00:03:27.115]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/unicode_segmentation-43f664e616df8f5a.d' from root:root to runner:runner
2025-08-20T20:51:47.3048031Z [00:03:27.115]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/libproc_macro2-ef6075579c1e9adf.rmeta' from root:root to runner:runner
2025-08-20T20:51:47.3049700Z [00:03:27.115]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/libcc-0965d9cf19277fa1.rmeta' from root:root to runner:runner
2025-08-20T20:51:47.3051449Z [00:03:27.115]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/libstructopt_derive-566b88a8ba161f78.so' from root:root to runner:runner
2025-08-20T20:51:47.3053013Z [00:03:27.115]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/libunicode_ident-7a367797588f38f1.rmeta' from root:root to runner:runner
2025-08-20T20:51:47.3054553Z [00:03:27.115]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/libserde_derive-a61548600b7f5a35.so' from root:root to runner:runner
2025-08-20T20:51:47.3056095Z [00:03:27.115]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/libthiserror_impl-e1008f02dfa7b974.so' from root:root to runner:runner
2025-08-20T20:51:47.3057604Z [00:03:27.116]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/proc_macro2-ef6075579c1e9adf.d' from root:root to runner:runner
2025-08-20T20:51:47.3059046Z [00:03:27.116]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/cc-0965d9cf19277fa1.d' from root:root to runner:runner
2025-08-20T20:51:47.3060847Z [00:03:27.116]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/vcpkg-b334f034d0f5b554.d' from root:root to runner:runner
2025-08-20T20:51:47.3062324Z [00:03:27.116]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/libsyn-5a13630af9fd3a54.rlib' from root:root to runner:runner
2025-08-20T20:51:47.3063669Z [00:03:27.116]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps' from root:root to runner:runner
2025-08-20T20:51:47.3065123Z [00:03:27.116]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/autocfg-c7b83ab91c5f9afe/lib-autocfg.json' from root:root to runner:runner
2025-08-20T20:51:47.3066762Z [00:03:27.116]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/autocfg-c7b83ab91c5f9afe/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.3068387Z [00:03:27.116]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/autocfg-c7b83ab91c5f9afe/lib-autocfg' from root:root to runner:runner
2025-08-20T20:51:47.3070191Z [00:03:27.116]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/autocfg-c7b83ab91c5f9afe/dep-lib-autocfg' from root:root to runner:runner
2025-08-20T20:51:47.3071777Z [00:03:27.116]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/autocfg-c7b83ab91c5f9afe' from root:root to runner:runner
2025-08-20T20:51:47.3073375Z [00:03:27.116]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/version_check-dca504072d09ace5/lib-version_check' from root:root to runner:runner
2025-08-20T20:51:47.3075190Z [00:03:27.116]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/version_check-dca504072d09ace5/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.3076879Z [00:03:27.116]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/version_check-dca504072d09ace5/lib-version_check.json' from root:root to runner:runner
2025-08-20T20:51:47.3078576Z [00:03:27.116]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/version_check-dca504072d09ace5/dep-lib-version_check' from root:root to runner:runner
2025-08-20T20:51:47.3080506Z [00:03:27.116]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/version_check-dca504072d09ace5' from root:root to runner:runner
2025-08-20T20:51:47.3082231Z [00:03:27.116]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/serde_json-e91db25858f2b214/build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:51:47.3084031Z [00:03:27.116]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/serde_json-e91db25858f2b214/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:51:47.3085760Z [00:03:27.116]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/serde_json-e91db25858f2b214/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.3087634Z [00:03:27.116]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/serde_json-e91db25858f2b214/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T20:51:47.3089297Z [00:03:27.116]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/serde_json-e91db25858f2b214' from root:root to runner:runner
2025-08-20T20:51:47.3091147Z [00:03:27.116]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/thiserror-impl-e1008f02dfa7b974/dep-lib-thiserror_impl' from root:root to runner:runner
2025-08-20T20:51:47.3092864Z [00:03:27.116]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/thiserror-impl-e1008f02dfa7b974/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.3094578Z [00:03:27.116]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/thiserror-impl-e1008f02dfa7b974/lib-thiserror_impl' from root:root to runner:runner
2025-08-20T20:51:47.3096301Z [00:03:27.116]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/thiserror-impl-e1008f02dfa7b974/lib-thiserror_impl.json' from root:root to runner:runner
2025-08-20T20:51:47.3097942Z [00:03:27.116]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/thiserror-impl-e1008f02dfa7b974' from root:root to runner:runner
2025-08-20T20:51:47.3099580Z [00:03:27.116]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/unicode-ident-7a367797588f38f1/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.3101519Z [00:03:27.116]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/unicode-ident-7a367797588f38f1/lib-unicode_ident.json' from root:root to runner:runner
2025-08-20T20:51:47.3103231Z [00:03:27.116]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/unicode-ident-7a367797588f38f1/dep-lib-unicode_ident' from root:root to runner:runner
2025-08-20T20:51:47.3104944Z [00:03:27.116]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/unicode-ident-7a367797588f38f1/lib-unicode_ident' from root:root to runner:runner
2025-08-20T20:51:47.3106557Z [00:03:27.116]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/unicode-ident-7a367797588f38f1' from root:root to runner:runner
2025-08-20T20:51:47.3108113Z [00:03:27.116]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/syn-5a13630af9fd3a54/dep-lib-syn' from root:root to runner:runner
2025-08-20T20:51:47.3109699Z [00:03:27.116]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/syn-5a13630af9fd3a54/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.3111357Z [00:03:27.116]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/syn-5a13630af9fd3a54/lib-syn' from root:root to runner:runner
2025-08-20T20:51:47.3113018Z [00:03:27.116]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/syn-5a13630af9fd3a54/lib-syn.json' from root:root to runner:runner
2025-08-20T20:51:47.3114534Z [00:03:27.116]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/syn-5a13630af9fd3a54' from root:root to runner:runner
2025-08-20T20:51:47.3116119Z [00:03:27.116]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/serde_derive-a61548600b7f5a35/lib-serde_derive.json' from root:root to runner:runner
2025-08-20T20:51:47.3118197Z [00:03:27.117]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/serde_derive-a61548600b7f5a35/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.3120130Z [00:03:27.117]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/serde_derive-a61548600b7f5a35/dep-lib-serde_derive' from root:root to runner:runner
2025-08-20T20:51:47.3121828Z [00:03:27.117]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/serde_derive-a61548600b7f5a35/lib-serde_derive' from root:root to runner:runner
2025-08-20T20:51:47.3123418Z [00:03:27.117]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/serde_derive-a61548600b7f5a35' from root:root to runner:runner
2025-08-20T20:51:47.3125122Z [00:03:27.117]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/async-trait-112916d93eba3c76/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T20:51:47.3127132Z [00:03:27.117]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/async-trait-112916d93eba3c76/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:51:47.3128795Z [00:03:27.117]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/async-trait-112916d93eba3c76' from root:root to runner:runner
2025-08-20T20:51:47.3130675Z [00:03:27.117]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/thiserror-cc203f23374bfcbc/build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:51:47.3132488Z [00:03:27.117]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/thiserror-cc203f23374bfcbc/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:51:47.3134226Z [00:03:27.117]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/thiserror-cc203f23374bfcbc/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.3135970Z [00:03:27.117]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/thiserror-cc203f23374bfcbc/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T20:51:47.3137630Z [00:03:27.117]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/thiserror-cc203f23374bfcbc' from root:root to runner:runner
2025-08-20T20:51:47.3139444Z [00:03:27.117]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/openssl-sys-e46cb704013f2874/dep-build-script-build-script-main' from root:root to runner:runner
2025-08-20T20:51:47.3141333Z [00:03:27.117]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/openssl-sys-e46cb704013f2874/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.3143061Z [00:03:27.117]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/openssl-sys-e46cb704013f2874/build-script-build-script-main' from root:root to runner:runner
2025-08-20T20:51:47.3144869Z [00:03:27.117]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/openssl-sys-e46cb704013f2874/build-script-build-script-main.json' from root:root to runner:runner
2025-08-20T20:51:47.3146544Z [00:03:27.117]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/openssl-sys-e46cb704013f2874' from root:root to runner:runner
2025-08-20T20:51:47.3148184Z [00:03:27.117]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/slab-bf25b350ad490dc7/build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:51:47.3150025Z [00:03:27.117]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/slab-bf25b350ad490dc7/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:51:47.3151716Z [00:03:27.117]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/slab-bf25b350ad490dc7/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.3153539Z [00:03:27.117]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/slab-bf25b350ad490dc7/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T20:51:47.3155147Z [00:03:27.117]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/slab-bf25b350ad490dc7' from root:root to runner:runner
2025-08-20T20:51:47.3156741Z [00:03:27.117]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/openssl-macros-ed3d1659fe74b5a0/lib-openssl_macros' from root:root to runner:runner
2025-08-20T20:51:47.3158545Z [00:03:27.117]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/openssl-macros-ed3d1659fe74b5a0/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.3160505Z [00:03:27.117]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/openssl-macros-ed3d1659fe74b5a0/lib-openssl_macros.json' from root:root to runner:runner
2025-08-20T20:51:47.3162255Z [00:03:27.117]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/openssl-macros-ed3d1659fe74b5a0/dep-lib-openssl_macros' from root:root to runner:runner
2025-08-20T20:51:47.3163904Z [00:03:27.117]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/openssl-macros-ed3d1659fe74b5a0' from root:root to runner:runner
2025-08-20T20:51:47.3165567Z [00:03:27.117]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/anyhow-97abb6991338ccc4/build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:51:47.3167332Z [00:03:27.117]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/anyhow-97abb6991338ccc4/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:51:47.3169032Z [00:03:27.118]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/anyhow-97abb6991338ccc4/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.3170945Z [00:03:27.118]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/anyhow-97abb6991338ccc4/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T20:51:47.3172716Z [00:03:27.118]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/anyhow-97abb6991338ccc4' from root:root to runner:runner
2025-08-20T20:51:47.3174363Z [00:03:27.118]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/syn-0e10e3ca2d597036/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T20:51:47.3176127Z [00:03:27.118]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/syn-0e10e3ca2d597036/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:51:47.3177723Z [00:03:27.118]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/syn-0e10e3ca2d597036' from root:root to runner:runner
2025-08-20T20:51:47.3179356Z [00:03:27.118]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/num-traits-8b217e03f13b418d/build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:51:47.3181417Z [00:03:27.118]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/num-traits-8b217e03f13b418d/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:51:47.3183158Z [00:03:27.118]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/num-traits-8b217e03f13b418d/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.3185030Z [00:03:27.118]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/num-traits-8b217e03f13b418d/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T20:51:47.3187114Z [00:03:27.118]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/num-traits-8b217e03f13b418d' from root:root to runner:runner
2025-08-20T20:51:47.3188881Z [00:03:27.118]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/tracing-attributes-e931e99bb1ac320d/lib-tracing_attributes.json' from root:root to runner:runner
2025-08-20T20:51:47.3190791Z [00:03:27.118]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/tracing-attributes-e931e99bb1ac320d/lib-tracing_attributes' from root:root to runner:runner
2025-08-20T20:51:47.3192559Z [00:03:27.118]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/tracing-attributes-e931e99bb1ac320d/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.3194321Z [00:03:27.118]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/tracing-attributes-e931e99bb1ac320d/dep-lib-tracing_attributes' from root:root to runner:runner
2025-08-20T20:51:47.3196016Z [00:03:27.118]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/tracing-attributes-e931e99bb1ac320d' from root:root to runner:runner
2025-08-20T20:51:47.3197723Z [00:03:27.118]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/futures-task-08794650e2671fa3/build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:51:47.3199718Z [00:03:27.118]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/futures-task-08794650e2671fa3/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:51:47.3201695Z [00:03:27.118]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/futures-task-08794650e2671fa3/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.3203454Z [00:03:27.118]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/futures-task-08794650e2671fa3/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T20:51:47.3205170Z [00:03:27.118]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/futures-task-08794650e2671fa3' from root:root to runner:runner
2025-08-20T20:51:47.3206857Z [00:03:27.118]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/futures-channel-8640bf5f31a21c8f/build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:51:47.3208702Z [00:03:27.118]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/futures-channel-8640bf5f31a21c8f/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:51:47.3210689Z [00:03:27.118]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/futures-channel-8640bf5f31a21c8f/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.3212636Z [00:03:27.118]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/futures-channel-8640bf5f31a21c8f/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T20:51:47.3214352Z [00:03:27.118]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/futures-channel-8640bf5f31a21c8f' from root:root to runner:runner
2025-08-20T20:51:47.3216050Z [00:03:27.118]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/unicode-segmentation-43f664e616df8f5a/dep-lib-unicode_segmentation' from root:root to runner:runner
2025-08-20T20:51:47.3217844Z [00:03:27.119]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/unicode-segmentation-43f664e616df8f5a/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.3219627Z [00:03:27.119]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/unicode-segmentation-43f664e616df8f5a/lib-unicode_segmentation' from root:root to runner:runner
2025-08-20T20:51:47.3221589Z [00:03:27.119]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/unicode-segmentation-43f664e616df8f5a/lib-unicode_segmentation.json' from root:root to runner:runner
2025-08-20T20:51:47.3223313Z [00:03:27.119]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/unicode-segmentation-43f664e616df8f5a' from root:root to runner:runner
2025-08-20T20:51:47.3225062Z [00:03:27.119]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/heck-b306c7cd1477ab57/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.3226659Z [00:03:27.119]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/heck-b306c7cd1477ab57/dep-lib-heck' from root:root to runner:runner
2025-08-20T20:51:47.3228240Z [00:03:27.119]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/heck-b306c7cd1477ab57/lib-heck.json' from root:root to runner:runner
2025-08-20T20:51:47.3229888Z [00:03:27.119]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/heck-b306c7cd1477ab57/lib-heck' from root:root to runner:runner
2025-08-20T20:51:47.3231413Z [00:03:27.119]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/heck-b306c7cd1477ab57' from root:root to runner:runner
2025-08-20T20:51:47.3233065Z [00:03:27.119]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/futures-core-e40f69d4d6d89ff3/build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:51:47.3234885Z [00:03:27.119]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/futures-core-e40f69d4d6d89ff3/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:51:47.3236747Z [00:03:27.119]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/futures-core-e40f69d4d6d89ff3/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.3238526Z [00:03:27.119]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/futures-core-e40f69d4d6d89ff3/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T20:51:47.3240416Z [00:03:27.119]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/futures-core-e40f69d4d6d89ff3' from root:root to runner:runner
2025-08-20T20:51:47.3242011Z [00:03:27.119]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/heck-344489ea6b6fcb83/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.3243603Z [00:03:27.119]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/heck-344489ea6b6fcb83/dep-lib-heck' from root:root to runner:runner
2025-08-20T20:51:47.3245172Z [00:03:27.119]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/heck-344489ea6b6fcb83/lib-heck.json' from root:root to runner:runner
2025-08-20T20:51:47.3246725Z [00:03:27.119]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/heck-344489ea6b6fcb83/lib-heck' from root:root to runner:runner
2025-08-20T20:51:47.3248223Z [00:03:27.119]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/heck-344489ea6b6fcb83' from root:root to runner:runner
2025-08-20T20:51:47.3250131Z [00:03:27.119]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/proc-macro-error-4cfde1e797c481ce/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T20:51:47.3252184Z [00:03:27.119]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/proc-macro-error-4cfde1e797c481ce/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:51:47.3253896Z [00:03:27.119]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/proc-macro-error-4cfde1e797c481ce' from root:root to runner:runner
2025-08-20T20:51:47.3255519Z [00:03:27.119]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/pkg-config-884d045005af08e8/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.3257593Z [00:03:27.119]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/pkg-config-884d045005af08e8/dep-lib-pkg_config' from root:root to runner:runner
2025-08-20T20:51:47.3259504Z [00:03:27.119]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/pkg-config-884d045005af08e8/lib-pkg_config' from root:root to runner:runner
2025-08-20T20:51:47.3261277Z [00:03:27.119]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/pkg-config-884d045005af08e8/lib-pkg_config.json' from root:root to runner:runner
2025-08-20T20:51:47.3262864Z [00:03:27.119]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/pkg-config-884d045005af08e8' from root:root to runner:runner
2025-08-20T20:51:47.3264577Z [00:03:27.119]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/quote-9758e46d37d26ed8/lib-quote.json' from root:root to runner:runner
2025-08-20T20:51:47.3266200Z [00:03:27.119]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/quote-9758e46d37d26ed8/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.3267782Z [00:03:27.119]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/quote-9758e46d37d26ed8/lib-quote' from root:root to runner:runner
2025-08-20T20:51:47.3269352Z [00:03:27.119]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/quote-9758e46d37d26ed8/dep-lib-quote' from root:root to runner:runner
2025-08-20T20:51:47.3270987Z [00:03:27.119]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/quote-9758e46d37d26ed8' from root:root to runner:runner
2025-08-20T20:51:47.3272658Z [00:03:27.119]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/proc-macro-error-attr-75e0e10075ddbb0e/lib-proc_macro_error_attr.json' from root:root to runner:runner
2025-08-20T20:51:47.3274468Z [00:03:27.119]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/proc-macro-error-attr-75e0e10075ddbb0e/lib-proc_macro_error_attr' from root:root to runner:runner
2025-08-20T20:51:47.3276255Z [00:03:27.120]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/proc-macro-error-attr-75e0e10075ddbb0e/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.3278187Z [00:03:27.120]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/proc-macro-error-attr-75e0e10075ddbb0e/dep-lib-proc_macro_error_attr' from root:root to runner:runner
2025-08-20T20:51:47.3280009Z [00:03:27.120]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/proc-macro-error-attr-75e0e10075ddbb0e' from root:root to runner:runner
2025-08-20T20:51:47.3281897Z [00:03:27.120]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/proc-macro-error-attr-6a30e2c35e7abb98/build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:51:47.3283807Z [00:03:27.120]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/proc-macro-error-attr-6a30e2c35e7abb98/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:51:47.3285649Z [00:03:27.120]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/proc-macro-error-attr-6a30e2c35e7abb98/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.3287498Z [00:03:27.120]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/proc-macro-error-attr-6a30e2c35e7abb98/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T20:51:47.3289379Z [00:03:27.120]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/proc-macro-error-attr-6a30e2c35e7abb98' from root:root to runner:runner
2025-08-20T20:51:47.3291205Z [00:03:27.120]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/cc-0965d9cf19277fa1/dep-lib-cc' from root:root to runner:runner
2025-08-20T20:51:47.3292727Z [00:03:27.120]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/cc-0965d9cf19277fa1/lib-cc' from root:root to runner:runner
2025-08-20T20:51:47.3294275Z [00:03:27.120]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/cc-0965d9cf19277fa1/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.3295852Z [00:03:27.120]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/cc-0965d9cf19277fa1/lib-cc.json' from root:root to runner:runner
2025-08-20T20:51:47.3297352Z [00:03:27.120]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/cc-0965d9cf19277fa1' from root:root to runner:runner
2025-08-20T20:51:47.3298970Z [00:03:27.120]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/zerocopy-a1885187cd0cca1d/build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:51:47.3300872Z [00:03:27.120]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/zerocopy-a1885187cd0cca1d/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:51:47.3302602Z [00:03:27.120]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/zerocopy-a1885187cd0cca1d/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.3304509Z [00:03:27.120]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/zerocopy-a1885187cd0cca1d/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T20:51:47.3306171Z [00:03:27.120]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/zerocopy-a1885187cd0cca1d' from root:root to runner:runner
2025-08-20T20:51:47.3308086Z [00:03:27.120]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/parking_lot_core-a6884a014b2d6032/build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:51:47.3310084Z [00:03:27.120]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/parking_lot_core-a6884a014b2d6032/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:51:47.3311876Z [00:03:27.120]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/parking_lot_core-a6884a014b2d6032/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.3313846Z [00:03:27.120]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/parking_lot_core-a6884a014b2d6032/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T20:51:47.3315693Z [00:03:27.120]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/parking_lot_core-a6884a014b2d6032' from root:root to runner:runner
2025-08-20T20:51:47.3317395Z [00:03:27.120]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/openssl-60cce7bc80e0283a/build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:51:47.3319183Z [00:03:27.120]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/openssl-60cce7bc80e0283a/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:51:47.3321144Z [00:03:27.120]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/openssl-60cce7bc80e0283a/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.3322893Z [00:03:27.120]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/openssl-60cce7bc80e0283a/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T20:51:47.3324884Z [00:03:27.120]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/openssl-60cce7bc80e0283a' from root:root to runner:runner
2025-08-20T20:51:47.3326565Z [00:03:27.120]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/syn-84c0709de8943111/build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:51:47.3328541Z [00:03:27.120]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/syn-84c0709de8943111/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:51:47.3330620Z [00:03:27.120]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/syn-84c0709de8943111/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.3332325Z [00:03:27.120]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/syn-84c0709de8943111/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T20:51:47.3333918Z [00:03:27.120]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/syn-84c0709de8943111' from root:root to runner:runner
2025-08-20T20:51:47.3335558Z [00:03:27.120]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/futures-util-56da2dac9870d9a3/build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:51:47.3337433Z [00:03:27.121]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/futures-util-56da2dac9870d9a3/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:51:47.3339233Z [00:03:27.121]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/futures-util-56da2dac9870d9a3/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.3341251Z [00:03:27.121]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/futures-util-56da2dac9870d9a3/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T20:51:47.3343086Z [00:03:27.121]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/futures-util-56da2dac9870d9a3' from root:root to runner:runner
2025-08-20T20:51:47.3344825Z [00:03:27.121]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/proc-macro2-ff8e8a7f329d96d2/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T20:51:47.3346678Z [00:03:27.121]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/proc-macro2-ff8e8a7f329d96d2/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:51:47.3348363Z [00:03:27.121]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/proc-macro2-ff8e8a7f329d96d2' from root:root to runner:runner
2025-08-20T20:51:47.3350179Z [00:03:27.121]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/proc-macro-error-364e85d491e45225/build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:51:47.3352050Z [00:03:27.121]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/proc-macro-error-364e85d491e45225/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:51:47.3353847Z [00:03:27.121]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/proc-macro-error-364e85d491e45225/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.3355659Z [00:03:27.121]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/proc-macro-error-364e85d491e45225/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T20:51:47.3357496Z [00:03:27.121]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/proc-macro-error-364e85d491e45225' from root:root to runner:runner
2025-08-20T20:51:47.3359167Z [00:03:27.121]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/thiserror-impl-9cfc1cf9efb84ee4/dep-lib-thiserror_impl' from root:root to runner:runner
2025-08-20T20:51:47.3361141Z [00:03:27.121]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/thiserror-impl-9cfc1cf9efb84ee4/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.3362864Z [00:03:27.121]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/thiserror-impl-9cfc1cf9efb84ee4/lib-thiserror_impl' from root:root to runner:runner
2025-08-20T20:51:47.3364605Z [00:03:27.121]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/thiserror-impl-9cfc1cf9efb84ee4/lib-thiserror_impl.json' from root:root to runner:runner
2025-08-20T20:51:47.3366260Z [00:03:27.121]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/thiserror-impl-9cfc1cf9efb84ee4' from root:root to runner:runner
2025-08-20T20:51:47.3367949Z [00:03:27.121]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/proc-macro2-6fd31c68ef960a7a/build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:51:47.3370026Z [00:03:27.121]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/proc-macro2-6fd31c68ef960a7a/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:51:47.3371863Z [00:03:27.121]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/proc-macro2-6fd31c68ef960a7a/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.3373634Z [00:03:27.121]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/proc-macro2-6fd31c68ef960a7a/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T20:51:47.3375320Z [00:03:27.121]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/proc-macro2-6fd31c68ef960a7a' from root:root to runner:runner
2025-08-20T20:51:47.3377161Z [00:03:27.121]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/enum-as-inner-09af2ff784c6f255/lib-enum_as_inner.json' from root:root to runner:runner
2025-08-20T20:51:47.3378882Z [00:03:27.121]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/enum-as-inner-09af2ff784c6f255/lib-enum_as_inner' from root:root to runner:runner
2025-08-20T20:51:47.3380688Z [00:03:27.121]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/enum-as-inner-09af2ff784c6f255/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.3382622Z [00:03:27.121]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/enum-as-inner-09af2ff784c6f255/dep-lib-enum_as_inner' from root:root to runner:runner
2025-08-20T20:51:47.3384396Z [00:03:27.122]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/enum-as-inner-09af2ff784c6f255' from root:root to runner:runner
2025-08-20T20:51:47.3386052Z [00:03:27.122]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/libc-d4332107b66807ec/build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:51:47.3387804Z [00:03:27.122]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/libc-d4332107b66807ec/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:51:47.3389498Z [00:03:27.122]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/libc-d4332107b66807ec/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.3391328Z [00:03:27.122]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/libc-d4332107b66807ec/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T20:51:47.3392981Z [00:03:27.122]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/libc-d4332107b66807ec' from root:root to runner:runner
2025-08-20T20:51:47.3395544Z [00:03:27.122]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/native-tls-f14379bd130dc899/build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:51:47.3397747Z [00:03:27.122]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/native-tls-f14379bd130dc899/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:51:47.3399505Z [00:03:27.122]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/native-tls-f14379bd130dc899/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.3401540Z [00:03:27.122]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/native-tls-f14379bd130dc899/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T20:51:47.3403214Z [00:03:27.122]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/native-tls-f14379bd130dc899' from root:root to runner:runner
2025-08-20T20:51:47.3404859Z [00:03:27.122]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/async-trait-519f6055e0ef5bac/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.3406551Z [00:03:27.122]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/async-trait-519f6055e0ef5bac/dep-lib-async_trait' from root:root to runner:runner
2025-08-20T20:51:47.3408218Z [00:03:27.122]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/async-trait-519f6055e0ef5bac/lib-async_trait' from root:root to runner:runner
2025-08-20T20:51:47.3410046Z [00:03:27.122]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/async-trait-519f6055e0ef5bac/lib-async_trait.json' from root:root to runner:runner
2025-08-20T20:51:47.3411870Z [00:03:27.122]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/async-trait-519f6055e0ef5bac' from root:root to runner:runner
2025-08-20T20:51:47.3413526Z [00:03:27.122]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/serde-1108bd03bb6c3137/build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:51:47.3415301Z [00:03:27.122]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/serde-1108bd03bb6c3137/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:51:47.3417010Z [00:03:27.122]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/serde-1108bd03bb6c3137/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.3418725Z [00:03:27.122]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/serde-1108bd03bb6c3137/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T20:51:47.3420487Z [00:03:27.122]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/serde-1108bd03bb6c3137' from root:root to runner:runner
2025-08-20T20:51:47.3422132Z [00:03:27.122]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/thiserror-258b1a542484078b/build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:51:47.3424048Z [00:03:27.122]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/thiserror-258b1a542484078b/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:51:47.3425791Z [00:03:27.122]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/thiserror-258b1a542484078b/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.3427532Z [00:03:27.122]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/thiserror-258b1a542484078b/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T20:51:47.3429196Z [00:03:27.122]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/thiserror-258b1a542484078b' from root:root to runner:runner
2025-08-20T20:51:47.3430871Z [00:03:27.122]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/shlex-b36db43b0fc69e13/dep-lib-shlex' from root:root to runner:runner
2025-08-20T20:51:47.3432474Z [00:03:27.122]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/shlex-b36db43b0fc69e13/lib-shlex.json' from root:root to runner:runner
2025-08-20T20:51:47.3434084Z [00:03:27.122]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/shlex-b36db43b0fc69e13/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.3435691Z [00:03:27.123]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/shlex-b36db43b0fc69e13/lib-shlex' from root:root to runner:runner
2025-08-20T20:51:47.3437331Z [00:03:27.123]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/shlex-b36db43b0fc69e13' from root:root to runner:runner
2025-08-20T20:51:47.3438973Z [00:03:27.123]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/httparse-21f3052f47c7564f/build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:51:47.3440859Z [00:03:27.123]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/httparse-21f3052f47c7564f/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:51:47.3442583Z [00:03:27.123]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/httparse-21f3052f47c7564f/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.3444323Z [00:03:27.123]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/httparse-21f3052f47c7564f/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T20:51:47.3446201Z [00:03:27.123]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/httparse-21f3052f47c7564f' from root:root to runner:runner
2025-08-20T20:51:47.3447954Z [00:03:27.123]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/proc-macro-error-attr-6992197f6e682db5/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T20:51:47.3450402Z [00:03:27.123]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/proc-macro-error-attr-6992197f6e682db5/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:51:47.3452209Z [00:03:27.123]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/proc-macro-error-attr-6992197f6e682db5' from root:root to runner:runner
2025-08-20T20:51:47.3453922Z [00:03:27.123]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/async-trait-495a50f1e82144ad/build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:51:47.3455744Z [00:03:27.123]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/async-trait-495a50f1e82144ad/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:51:47.3457507Z [00:03:27.123]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/async-trait-495a50f1e82144ad/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.3459274Z [00:03:27.123]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/async-trait-495a50f1e82144ad/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T20:51:47.3461065Z [00:03:27.123]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/async-trait-495a50f1e82144ad' from root:root to runner:runner
2025-08-20T20:51:47.3462642Z [00:03:27.123]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/vcpkg-b334f034d0f5b554/lib-vcpkg.json' from root:root to runner:runner
2025-08-20T20:51:47.3465248Z [00:03:27.123]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/vcpkg-b334f034d0f5b554/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.3466888Z [00:03:27.123]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/vcpkg-b334f034d0f5b554/lib-vcpkg' from root:root to runner:runner
2025-08-20T20:51:47.3468462Z [00:03:27.123]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/vcpkg-b334f034d0f5b554/dep-lib-vcpkg' from root:root to runner:runner
2025-08-20T20:51:47.3470125Z [00:03:27.123]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/vcpkg-b334f034d0f5b554' from root:root to runner:runner
2025-08-20T20:51:47.3471766Z [00:03:27.123]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/lock_api-ee7c6d12536c086a/build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:51:47.3473548Z [00:03:27.123]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/lock_api-ee7c6d12536c086a/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:51:47.3475263Z [00:03:27.123]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/lock_api-ee7c6d12536c086a/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.3477134Z [00:03:27.123]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/lock_api-ee7c6d12536c086a/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T20:51:47.3478785Z [00:03:27.123]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/lock_api-ee7c6d12536c086a' from root:root to runner:runner
2025-08-20T20:51:47.3480537Z [00:03:27.123]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/getrandom-7cde0775b7cd6b80/build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:51:47.3482344Z [00:03:27.123]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/getrandom-7cde0775b7cd6b80/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:51:47.3484095Z [00:03:27.123]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/getrandom-7cde0775b7cd6b80/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.3485844Z [00:03:27.123]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/getrandom-7cde0775b7cd6b80/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T20:51:47.3487506Z [00:03:27.123]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/getrandom-7cde0775b7cd6b80' from root:root to runner:runner
2025-08-20T20:51:47.3489119Z [00:03:27.123]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/proc-macro2-ef6075579c1e9adf/dep-lib-proc_macro2' from root:root to runner:runner
2025-08-20T20:51:47.3491110Z [00:03:27.123]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/proc-macro2-ef6075579c1e9adf/lib-proc_macro2' from root:root to runner:runner
2025-08-20T20:51:47.3492780Z [00:03:27.123]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/proc-macro2-ef6075579c1e9adf/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.3494467Z [00:03:27.123]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/proc-macro2-ef6075579c1e9adf/lib-proc_macro2.json' from root:root to runner:runner
2025-08-20T20:51:47.3496080Z [00:03:27.123]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/proc-macro2-ef6075579c1e9adf' from root:root to runner:runner
2025-08-20T20:51:47.3497752Z [00:03:27.124]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/structopt-derive-566b88a8ba161f78/dep-lib-structopt_derive' from root:root to runner:runner
2025-08-20T20:51:47.3499528Z [00:03:27.124]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/structopt-derive-566b88a8ba161f78/lib-structopt_derive.json' from root:root to runner:runner
2025-08-20T20:51:47.3501502Z [00:03:27.124]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/structopt-derive-566b88a8ba161f78/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.3503251Z [00:03:27.124]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/structopt-derive-566b88a8ba161f78/lib-structopt_derive' from root:root to runner:runner
2025-08-20T20:51:47.3504944Z [00:03:27.124]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/structopt-derive-566b88a8ba161f78' from root:root to runner:runner
2025-08-20T20:51:47.3506519Z [00:03:27.124]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/syn-4a3a06872e9820ad/dep-lib-syn' from root:root to runner:runner
2025-08-20T20:51:47.3508117Z [00:03:27.124]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/syn-4a3a06872e9820ad/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.3509697Z [00:03:27.124]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/syn-4a3a06872e9820ad/lib-syn' from root:root to runner:runner
2025-08-20T20:51:47.3511336Z [00:03:27.124]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/syn-4a3a06872e9820ad/lib-syn.json' from root:root to runner:runner
2025-08-20T20:51:47.3512909Z [00:03:27.124]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/syn-4a3a06872e9820ad' from root:root to runner:runner
2025-08-20T20:51:47.3514694Z [00:03:27.124]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/proc-macro-error-56d2976b67dcfc8b/lib-proc_macro_error' from root:root to runner:runner
2025-08-20T20:51:47.3516581Z [00:03:27.124]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/proc-macro-error-56d2976b67dcfc8b/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.3518517Z [00:03:27.124]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/proc-macro-error-56d2976b67dcfc8b/lib-proc_macro_error.json' from root:root to runner:runner
2025-08-20T20:51:47.3520403Z [00:03:27.124]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/proc-macro-error-56d2976b67dcfc8b/dep-lib-proc_macro_error' from root:root to runner:runner
2025-08-20T20:51:47.3522073Z [00:03:27.124]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/proc-macro-error-56d2976b67dcfc8b' from root:root to runner:runner
2025-08-20T20:51:47.3523513Z [00:03:27.124]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint' from root:root to runner:runner
2025-08-20T20:51:47.3524779Z [00:03:27.124]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release' from root:root to runner:runner
2025-08-20T20:51:47.3526128Z [00:03:27.124]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/examples' from root:root to runner:runner
2025-08-20T20:51:47.3527749Z [00:03:27.124]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/incremental' from root:root to runner:runner
2025-08-20T20:51:47.3529252Z [00:03:27.124]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/libgip.rlib' from root:root to runner:runner
2025-08-20T20:51:47.3531614Z [00:03:27.124]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.cargo-lock' from root:root to runner:runner
2025-08-20T20:51:47.3533287Z [00:03:27.125]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/gip.d' from root:root to runner:runner
2025-08-20T20:51:47.3534735Z [00:03:27.125]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/gip' from root:root to runner:runner
2025-08-20T20:51:47.3536312Z [00:03:27.125]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/native-tls-aed7071a88c6b31c/out' from root:root to runner:runner
2025-08-20T20:51:47.3538017Z [00:03:27.125]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/native-tls-aed7071a88c6b31c/output' from root:root to runner:runner
2025-08-20T20:51:47.3539747Z [00:03:27.125]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/native-tls-aed7071a88c6b31c/root-output' from root:root to runner:runner
2025-08-20T20:51:47.3541659Z [00:03:27.125]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/native-tls-aed7071a88c6b31c/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.3543560Z [00:03:27.125]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/native-tls-aed7071a88c6b31c/stderr' from root:root to runner:runner
2025-08-20T20:51:47.3545243Z [00:03:27.125]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/native-tls-aed7071a88c6b31c' from root:root to runner:runner
2025-08-20T20:51:47.3546902Z [00:03:27.125]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/anyhow-b9f338d7e1074f47/out' from root:root to runner:runner
2025-08-20T20:51:47.3548591Z [00:03:27.125]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/anyhow-b9f338d7e1074f47/output' from root:root to runner:runner
2025-08-20T20:51:47.3550387Z [00:03:27.125]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/anyhow-b9f338d7e1074f47/root-output' from root:root to runner:runner
2025-08-20T20:51:47.3552134Z [00:03:27.125]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/anyhow-b9f338d7e1074f47/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.3553973Z [00:03:27.125]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/anyhow-b9f338d7e1074f47/stderr' from root:root to runner:runner
2025-08-20T20:51:47.3555633Z [00:03:27.125]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/anyhow-b9f338d7e1074f47' from root:root to runner:runner
2025-08-20T20:51:47.3557310Z [00:03:27.125]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/futures-task-b2b78d7311316cc1/out' from root:root to runner:runner
2025-08-20T20:51:47.3559023Z [00:03:27.125]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/futures-task-b2b78d7311316cc1/output' from root:root to runner:runner
2025-08-20T20:51:47.3560880Z [00:03:27.125]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/futures-task-b2b78d7311316cc1/root-output' from root:root to runner:runner
2025-08-20T20:51:47.3562679Z [00:03:27.125]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/futures-task-b2b78d7311316cc1/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.3564443Z [00:03:27.125]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/futures-task-b2b78d7311316cc1/stderr' from root:root to runner:runner
2025-08-20T20:51:47.3566144Z [00:03:27.125]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/futures-task-b2b78d7311316cc1' from root:root to runner:runner
2025-08-20T20:51:47.3567931Z [00:03:27.125]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde-f1e1770dfc148cb8/out' from root:root to runner:runner
2025-08-20T20:51:47.3569588Z [00:03:27.125]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde-f1e1770dfc148cb8/output' from root:root to runner:runner
2025-08-20T20:51:47.3571464Z [00:03:27.125]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde-f1e1770dfc148cb8/root-output' from root:root to runner:runner
2025-08-20T20:51:47.3573209Z [00:03:27.125]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde-f1e1770dfc148cb8/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.3574922Z [00:03:27.125]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde-f1e1770dfc148cb8/stderr' from root:root to runner:runner
2025-08-20T20:51:47.3576568Z [00:03:27.125]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde-f1e1770dfc148cb8' from root:root to runner:runner
2025-08-20T20:51:47.3578236Z [00:03:27.125]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/futures-util-d01ecaaa91ea9718/out' from root:root to runner:runner
2025-08-20T20:51:47.3580159Z [00:03:27.125]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/futures-util-d01ecaaa91ea9718/output' from root:root to runner:runner
2025-08-20T20:51:47.3582090Z [00:03:27.125]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/futures-util-d01ecaaa91ea9718/root-output' from root:root to runner:runner
2025-08-20T20:51:47.3583947Z [00:03:27.125]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/futures-util-d01ecaaa91ea9718/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.3585715Z [00:03:27.125]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/futures-util-d01ecaaa91ea9718/stderr' from root:root to runner:runner
2025-08-20T20:51:47.3587633Z [00:03:27.125]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/futures-util-d01ecaaa91ea9718' from root:root to runner:runner
2025-08-20T20:51:47.3589312Z [00:03:27.125]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde_json-d2549453ae94d50d/out' from root:root to runner:runner
2025-08-20T20:51:47.3591104Z [00:03:27.125]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde_json-d2549453ae94d50d/output' from root:root to runner:runner
2025-08-20T20:51:47.3592822Z [00:03:27.126]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde_json-d2549453ae94d50d/root-output' from root:root to runner:runner
2025-08-20T20:51:47.3594740Z [00:03:27.126]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde_json-d2549453ae94d50d/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.3596481Z [00:03:27.126]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde_json-d2549453ae94d50d/stderr' from root:root to runner:runner
2025-08-20T20:51:47.3598141Z [00:03:27.126]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde_json-d2549453ae94d50d' from root:root to runner:runner
2025-08-20T20:51:47.3600642Z [00:03:27.126]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/getrandom-6dacff32c087508f/out' from root:root to runner:runner
2025-08-20T20:51:47.3602582Z [00:03:27.126]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/getrandom-6dacff32c087508f/output' from root:root to runner:runner
2025-08-20T20:51:47.3604352Z [00:03:27.126]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/getrandom-6dacff32c087508f/root-output' from root:root to runner:runner
2025-08-20T20:51:47.3606126Z [00:03:27.126]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/getrandom-6dacff32c087508f/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.3608059Z [00:03:27.126]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/getrandom-6dacff32c087508f/stderr' from root:root to runner:runner
2025-08-20T20:51:47.3609746Z [00:03:27.126]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/getrandom-6dacff32c087508f' from root:root to runner:runner
2025-08-20T20:51:47.3611638Z [00:03:27.126]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-efc8cec8402bf526/out' from root:root to runner:runner
2025-08-20T20:51:47.3613337Z [00:03:27.126]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-efc8cec8402bf526/output' from root:root to runner:runner
2025-08-20T20:51:47.3615071Z [00:03:27.126]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-efc8cec8402bf526/root-output' from root:root to runner:runner
2025-08-20T20:51:47.3616843Z [00:03:27.126]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-efc8cec8402bf526/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.3618588Z [00:03:27.126]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-efc8cec8402bf526/stderr' from root:root to runner:runner
2025-08-20T20:51:47.3620373Z [00:03:27.126]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-efc8cec8402bf526' from root:root to runner:runner
2025-08-20T20:51:47.3622183Z [00:03:27.126]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/httparse-806403528a74456a/out' from root:root to runner:runner
2025-08-20T20:51:47.3623863Z [00:03:27.126]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/httparse-806403528a74456a/output' from root:root to runner:runner
2025-08-20T20:51:47.3625579Z [00:03:27.126]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/httparse-806403528a74456a/root-output' from root:root to runner:runner
2025-08-20T20:51:47.3627359Z [00:03:27.126]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/httparse-806403528a74456a/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.3629103Z [00:03:27.126]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/httparse-806403528a74456a/stderr' from root:root to runner:runner
2025-08-20T20:51:47.3630870Z [00:03:27.126]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/httparse-806403528a74456a' from root:root to runner:runner
2025-08-20T20:51:47.3632700Z [00:03:27.126]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/num-traits-1595081bedc4a866/out/probe7.ll' from root:root to runner:runner
2025-08-20T20:51:47.3634478Z [00:03:27.126]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/num-traits-1595081bedc4a866/out/probe5.ll' from root:root to runner:runner
2025-08-20T20:51:47.3636242Z [00:03:27.126]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/num-traits-1595081bedc4a866/out/probe1.ll' from root:root to runner:runner
2025-08-20T20:51:47.3637994Z [00:03:27.126]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/num-traits-1595081bedc4a866/out/probe6.ll' from root:root to runner:runner
2025-08-20T20:51:47.3639754Z [00:03:27.126]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/num-traits-1595081bedc4a866/out/probe0.ll' from root:root to runner:runner
2025-08-20T20:51:47.3641608Z [00:03:27.126]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/num-traits-1595081bedc4a866/out/probe2.ll' from root:root to runner:runner
2025-08-20T20:51:47.3643366Z [00:03:27.126]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/num-traits-1595081bedc4a866/out/probe4.ll' from root:root to runner:runner
2025-08-20T20:51:47.3645137Z [00:03:27.126]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/num-traits-1595081bedc4a866/out/probe3.ll' from root:root to runner:runner
2025-08-20T20:51:47.3647000Z [00:03:27.127]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/num-traits-1595081bedc4a866/out' from root:root to runner:runner
2025-08-20T20:51:47.3648696Z [00:03:27.127]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/num-traits-1595081bedc4a866/output' from root:root to runner:runner
2025-08-20T20:51:47.3650849Z [00:03:27.127]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/num-traits-1595081bedc4a866/root-output' from root:root to runner:runner
2025-08-20T20:51:47.3652646Z [00:03:27.127]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/num-traits-1595081bedc4a866/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.3654596Z [00:03:27.127]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/num-traits-1595081bedc4a866/stderr' from root:root to runner:runner
2025-08-20T20:51:47.3656304Z [00:03:27.127]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/num-traits-1595081bedc4a866' from root:root to runner:runner
2025-08-20T20:51:47.3657982Z [00:03:27.127]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/futures-core-e2dd8a3a94131c6a/out' from root:root to runner:runner
2025-08-20T20:51:47.3659967Z [00:03:27.127]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/futures-core-e2dd8a3a94131c6a/output' from root:root to runner:runner
2025-08-20T20:51:47.3661749Z [00:03:27.127]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/futures-core-e2dd8a3a94131c6a/root-output' from root:root to runner:runner
2025-08-20T20:51:47.3663555Z [00:03:27.127]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/futures-core-e2dd8a3a94131c6a/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.3665338Z [00:03:27.127]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/futures-core-e2dd8a3a94131c6a/stderr' from root:root to runner:runner
2025-08-20T20:51:47.3667411Z [00:03:27.127]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/futures-core-e2dd8a3a94131c6a' from root:root to runner:runner
2025-08-20T20:51:47.3669610Z [00:03:27.127]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-6c80423cc06c830d/out' from root:root to runner:runner
2025-08-20T20:51:47.3671439Z [00:03:27.127]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-6c80423cc06c830d/output' from root:root to runner:runner
2025-08-20T20:51:47.3673174Z [00:03:27.127]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-6c80423cc06c830d/root-output' from root:root to runner:runner
2025-08-20T20:51:47.3675094Z [00:03:27.127]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-6c80423cc06c830d/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.3676846Z [00:03:27.127]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-6c80423cc06c830d/stderr' from root:root to runner:runner
2025-08-20T20:51:47.3678526Z [00:03:27.127]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-6c80423cc06c830d' from root:root to runner:runner
2025-08-20T20:51:47.3680343Z [00:03:27.127]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/slab-d95565e4a8b61a0f/out/probe0.ll' from root:root to runner:runner
2025-08-20T20:51:47.3682015Z [00:03:27.127]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/slab-d95565e4a8b61a0f/out' from root:root to runner:runner
2025-08-20T20:51:47.3683662Z [00:03:27.127]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/slab-d95565e4a8b61a0f/output' from root:root to runner:runner
2025-08-20T20:51:47.3685459Z [00:03:27.127]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/slab-d95565e4a8b61a0f/root-output' from root:root to runner:runner
2025-08-20T20:51:47.3687207Z [00:03:27.127]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/slab-d95565e4a8b61a0f/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.3688908Z [00:03:27.127]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/slab-d95565e4a8b61a0f/stderr' from root:root to runner:runner
2025-08-20T20:51:47.3690722Z [00:03:27.127]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/slab-d95565e4a8b61a0f' from root:root to runner:runner
2025-08-20T20:51:47.3692391Z [00:03:27.128]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/zerocopy-fc4b6037a02d3d29/out' from root:root to runner:runner
2025-08-20T20:51:47.3694079Z [00:03:27.128]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/zerocopy-fc4b6037a02d3d29/output' from root:root to runner:runner
2025-08-20T20:51:47.3695789Z [00:03:27.128]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/zerocopy-fc4b6037a02d3d29/root-output' from root:root to runner:runner
2025-08-20T20:51:47.3697555Z [00:03:27.128]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/zerocopy-fc4b6037a02d3d29/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.3699441Z [00:03:27.128]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/zerocopy-fc4b6037a02d3d29/stderr' from root:root to runner:runner
2025-08-20T20:51:47.3701210Z [00:03:27.128]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/zerocopy-fc4b6037a02d3d29' from root:root to runner:runner
2025-08-20T20:51:47.3702907Z [00:03:27.128]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/futures-channel-dfb0bd8a7da034a5/out' from root:root to runner:runner
2025-08-20T20:51:47.3704688Z [00:03:27.128]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/futures-channel-dfb0bd8a7da034a5/output' from root:root to runner:runner
2025-08-20T20:51:47.3706482Z [00:03:27.128]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/futures-channel-dfb0bd8a7da034a5/root-output' from root:root to runner:runner
2025-08-20T20:51:47.3708315Z [00:03:27.128]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/futures-channel-dfb0bd8a7da034a5/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.3710213Z [00:03:27.128]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/futures-channel-dfb0bd8a7da034a5/stderr' from root:root to runner:runner
2025-08-20T20:51:47.3712072Z [00:03:27.128]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/futures-channel-dfb0bd8a7da034a5' from root:root to runner:runner
2025-08-20T20:51:47.3713765Z [00:03:27.128]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-ee661149543c80a0/out' from root:root to runner:runner
2025-08-20T20:51:47.3715432Z [00:03:27.128]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-ee661149543c80a0/output' from root:root to runner:runner
2025-08-20T20:51:47.3717139Z [00:03:27.128]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-ee661149543c80a0/root-output' from root:root to runner:runner
2025-08-20T20:51:47.3719160Z [00:03:27.128]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-ee661149543c80a0/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.3721035Z [00:03:27.128]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-ee661149543c80a0/stderr' from root:root to runner:runner
2025-08-20T20:51:47.3722698Z [00:03:27.128]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-ee661149543c80a0' from root:root to runner:runner
2025-08-20T20:51:47.3724596Z [00:03:27.128]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/parking_lot_core-f9abec1d515c964b/out' from root:root to runner:runner
2025-08-20T20:51:47.3726481Z [00:03:27.128]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/parking_lot_core-f9abec1d515c964b/output' from root:root to runner:runner
2025-08-20T20:51:47.3728250Z [00:03:27.128]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/parking_lot_core-f9abec1d515c964b/root-output' from root:root to runner:runner
2025-08-20T20:51:47.3730288Z [00:03:27.128]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/parking_lot_core-f9abec1d515c964b/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.3732107Z [00:03:27.128]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/parking_lot_core-f9abec1d515c964b/stderr' from root:root to runner:runner
2025-08-20T20:51:47.3733825Z [00:03:27.128]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/parking_lot_core-f9abec1d515c964b' from root:root to runner:runner
2025-08-20T20:51:47.3735548Z [00:03:27.128]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-eb3a4d2d7702dc19/out' from root:root to runner:runner
2025-08-20T20:51:47.3738236Z [00:03:27.128]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-eb3a4d2d7702dc19/output' from root:root to runner:runner
2025-08-20T20:51:47.3740152Z [00:03:27.128]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-eb3a4d2d7702dc19/root-output' from root:root to runner:runner
2025-08-20T20:51:47.3741954Z [00:03:27.128]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-eb3a4d2d7702dc19/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.3743722Z [00:03:27.128]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-eb3a4d2d7702dc19/stderr' from root:root to runner:runner
2025-08-20T20:51:47.3745412Z [00:03:27.128]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-eb3a4d2d7702dc19' from root:root to runner:runner
2025-08-20T20:51:47.3747121Z [00:03:27.128]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/lock_api-1e5011ef19e5cc44/out/probe0.ll' from root:root to runner:runner
2025-08-20T20:51:47.3748816Z [00:03:27.128]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/lock_api-1e5011ef19e5cc44/out' from root:root to runner:runner
2025-08-20T20:51:47.3750586Z [00:03:27.129]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/lock_api-1e5011ef19e5cc44/output' from root:root to runner:runner
2025-08-20T20:51:47.3752433Z [00:03:27.129]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/lock_api-1e5011ef19e5cc44/root-output' from root:root to runner:runner
2025-08-20T20:51:47.3754182Z [00:03:27.129]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/lock_api-1e5011ef19e5cc44/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.3755913Z [00:03:27.129]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/lock_api-1e5011ef19e5cc44/stderr' from root:root to runner:runner
2025-08-20T20:51:47.3757574Z [00:03:27.129]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/lock_api-1e5011ef19e5cc44' from root:root to runner:runner
2025-08-20T20:51:47.3759213Z [00:03:27.129]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-ebffa2c7779a5144/out' from root:root to runner:runner
2025-08-20T20:51:47.3760954Z [00:03:27.129]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-ebffa2c7779a5144/output' from root:root to runner:runner
2025-08-20T20:51:47.3762630Z [00:03:27.129]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-ebffa2c7779a5144/root-output' from root:root to runner:runner
2025-08-20T20:51:47.3764470Z [00:03:27.129]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-ebffa2c7779a5144/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.3766189Z [00:03:27.129]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-ebffa2c7779a5144/stderr' from root:root to runner:runner
2025-08-20T20:51:47.3767822Z [00:03:27.129]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-ebffa2c7779a5144' from root:root to runner:runner
2025-08-20T20:51:47.3769336Z [00:03:27.129]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build' from root:root to runner:runner
2025-08-20T20:51:47.3771096Z [00:03:27.129]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/getrandom-a5825333d5fcb39b.d' from root:root to runner:runner
2025-08-20T20:51:47.3772792Z [00:03:27.129]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libonce_cell-bbd4a06f32bc156d.rlib' from root:root to runner:runner
2025-08-20T20:51:47.3774476Z [00:03:27.129]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand-d6fd1102e86bac2b.rmeta' from root:root to runner:runner
2025-08-20T20:51:47.3776170Z [00:03:27.129]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-e6527d7c958864a8.rlib' from root:root to runner:runner
2025-08-20T20:51:47.3778035Z [00:03:27.129]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblinked_hash_map-8f661f202569b569.rlib' from root:root to runner:runner
2025-08-20T20:51:47.3779732Z [00:03:27.129]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblog-a2f999e5f57fe5b6.rmeta' from root:root to runner:runner
2025-08-20T20:51:47.3781515Z [00:03:27.129]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/openssl_sys-8d2f2eb055078b9c.d' from root:root to runner:runner
2025-08-20T20:51:47.3783206Z [00:03:27.129]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgetrandom-0c9679c635c41927.rlib' from root:root to runner:runner
2025-08-20T20:51:47.3784917Z [00:03:27.130]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtextwrap-82dc75c7298a9e85.rmeta' from root:root to runner:runner
2025-08-20T20:51:47.3786851Z [00:03:27.130]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/trust_dns_resolver-4287aa4bec06fc24.d' from root:root to runner:runner
2025-08-20T20:51:47.3788523Z [00:03:27.130]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/slab-2c1d0774850b5183.d' from root:root to runner:runner
2025-08-20T20:51:47.3790434Z [00:03:27.130]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-e6527d7c958864a8.rmeta' from root:root to runner:runner
2025-08-20T20:51:47.3792391Z [00:03:27.130]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/dirs_sys-4174b561be733dd2.d' from root:root to runner:runner
2025-08-20T20:51:47.3794093Z [00:03:27.130]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdirs_sys-4174b561be733dd2.rmeta' from root:root to runner:runner
2025-08-20T20:51:47.3795828Z [00:03:27.130]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libform_urlencoded-c24e728c8bb6e489.rmeta' from root:root to runner:runner
2025-08-20T20:51:47.3797554Z [00:03:27.130]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/socket2-6f97214ef411d7a5.d' from root:root to runner:runner
2025-08-20T20:51:47.3799240Z [00:03:27.130]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgetrandom-0c9679c635c41927.rmeta' from root:root to runner:runner
2025-08-20T20:51:47.3801077Z [00:03:27.130]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand_core-ad8d8da2c4390e4f.rmeta' from root:root to runner:runner
2025-08-20T20:51:47.3802808Z [00:03:27.130]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpin_project_lite-6ed75a437064983e.rlib' from root:root to runner:runner
2025-08-20T20:51:47.3805468Z [00:03:27.130]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libppv_lite86-7f6bc8055a139b28.rmeta' from root:root to runner:runner
2025-08-20T20:51:47.3807410Z [00:03:27.130]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/indexmap-baeffcbfcac10e94.d' from root:root to runner:runner
2025-08-20T20:51:47.3809059Z [00:03:27.130]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/log-a2f999e5f57fe5b6.d' from root:root to runner:runner
2025-08-20T20:51:47.3810958Z [00:03:27.130]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde_json-be7694d345efd823.rmeta' from root:root to runner:runner
2025-08-20T20:51:47.3812710Z [00:03:27.130]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libforeign_types-428086cbc53f505e.rmeta' from root:root to runner:runner
2025-08-20T20:51:47.3814401Z [00:03:27.130]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/http-ad4f3aeb4e1223fd.d' from root:root to runner:runner
2025-08-20T20:51:47.3816052Z [00:03:27.130]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/futures_task-e969f7142ec5a6fe.d' from root:root to runner:runner
2025-08-20T20:51:47.3817869Z [00:03:27.130]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/native_tls-1ff9d1fdfe92dbdf.d' from root:root to runner:runner
2025-08-20T20:51:47.3819540Z [00:03:27.130]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/httparse-9802dbd851879086.d' from root:root to runner:runner
2025-08-20T20:51:47.3821290Z [00:03:27.130]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/once_cell-bbd4a06f32bc156d.d' from root:root to runner:runner
2025-08-20T20:51:47.3823011Z [00:03:27.130]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpercent_encoding-a995dced42a03db2.rmeta' from root:root to runner:runner
2025-08-20T20:51:47.3824738Z [00:03:27.130]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdirs-918782f9812ad0d3.rlib' from root:root to runner:runner
2025-08-20T20:51:47.3826391Z [00:03:27.130]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/openssl-b5ce2583841e9dc6.d' from root:root to runner:runner
2025-08-20T20:51:47.3828062Z [00:03:27.130]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtinyvec-038b5932eeb56cdf.rlib' from root:root to runner:runner
2025-08-20T20:51:47.3829763Z [00:03:27.130]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhyper-295290e03b883a1d.rmeta' from root:root to runner:runner
2025-08-20T20:51:47.3831673Z [00:03:27.130]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/futures_channel-e609f3151adadee9.d' from root:root to runner:runner
2025-08-20T20:51:47.3833364Z [00:03:27.130]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwant-3a71478661cd9b85.rmeta' from root:root to runner:runner
2025-08-20T20:51:47.3835009Z [00:03:27.130]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/url-ddcecedf0b12ccce.d' from root:root to runner:runner
2025-08-20T20:51:47.3836648Z [00:03:27.130]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/http_body-4a365c793cd0921d.d' from root:root to runner:runner
2025-08-20T20:51:47.3838344Z [00:03:27.130]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_core-33166b3098f54118.rlib' from root:root to runner:runner
2025-08-20T20:51:47.3840315Z [00:03:27.130]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libquick_error-99bf1a6e471b5de0.rlib' from root:root to runner:runner
2025-08-20T20:51:47.3842042Z [00:03:27.130]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanyhow-25b990e15e0f8fae.rlib' from root:root to runner:runner
2025-08-20T20:51:47.3843867Z [00:03:27.131]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libryu-509bfb8d70740a1d.rlib' from root:root to runner:runner
2025-08-20T20:51:47.3845598Z [00:03:27.131]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio_native_tls-105b96a5a13c7a71.rmeta' from root:root to runner:runner
2025-08-20T20:51:47.3847349Z [00:03:27.131]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand_chacha-c2bb4a883acbbfeb.rlib' from root:root to runner:runner
2025-08-20T20:51:47.3849079Z [00:03:27.131]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libopenssl_sys-8d2f2eb055078b9c.rmeta' from root:root to runner:runner
2025-08-20T20:51:47.3850993Z [00:03:27.131]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtower_http-42100e6f23b5746c.rlib' from root:root to runner:runner
2025-08-20T20:51:47.3852716Z [00:03:27.131]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtinyvec_macros-cd1d5043b7cc5d72.rlib' from root:root to runner:runner
2025-08-20T20:51:47.3854649Z [00:03:27.131]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/ppv_lite86-7f6bc8055a139b28.d' from root:root to runner:runner
2025-08-20T20:51:47.3856358Z [00:03:27.131]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_util-368ee7d0e97f3973.rlib' from root:root to runner:runner
2025-08-20T20:51:47.3858213Z [00:03:27.131]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/parking_lot_core-e5323d76c1a79873.d' from root:root to runner:runner
2025-08-20T20:51:47.3860170Z [00:03:27.131]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/match_cfg-4b69951735a51813.d' from root:root to runner:runner
2025-08-20T20:51:47.3861858Z [00:03:27.131]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libiri_string-2c7aafe5b1f1cb1b.rmeta' from root:root to runner:runner
2025-08-20T20:51:47.3863577Z [00:03:27.131]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libiri_string-2c7aafe5b1f1cb1b.rlib' from root:root to runner:runner
2025-08-20T20:51:47.3865279Z [00:03:27.131]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhttparse-9802dbd851879086.rlib' from root:root to runner:runner
2025-08-20T20:51:47.3866973Z [00:03:27.131]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/foreign_types-428086cbc53f505e.d' from root:root to runner:runner
2025-08-20T20:51:47.3868777Z [00:03:27.131]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgip-56b1683a272d9136.rmeta' from root:root to runner:runner
2025-08-20T20:51:47.3870582Z [00:03:27.131]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libequivalent-4e9bcc75a171c853.rlib' from root:root to runner:runner
2025-08-20T20:51:47.3873131Z [00:03:27.131]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-420cee5c88c1309f.rmeta' from root:root to runner:runner
2025-08-20T20:51:47.3874857Z [00:03:27.131]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhostname-5201ba595b8e676f.rlib' from root:root to runner:runner
2025-08-20T20:51:47.3876524Z [00:03:27.131]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/idna-0fba6c9845b5fa4c.d' from root:root to runner:runner
2025-08-20T20:51:47.3878160Z [00:03:27.131]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/structopt-90fca16f210a6afd.d' from root:root to runner:runner
2025-08-20T20:51:47.3879911Z [00:03:27.131]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/vec_map-825f544470f9189c.d' from root:root to runner:runner
2025-08-20T20:51:47.3881566Z [00:03:27.131]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhttp-ad4f3aeb4e1223fd.rmeta' from root:root to runner:runner
2025-08-20T20:51:47.3883359Z [00:03:27.131]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/clap-3d7fc944c0e3cdbe.d' from root:root to runner:runner
2025-08-20T20:51:47.3885028Z [00:03:27.131]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_sink-1c7d35f41f896dec.rmeta' from root:root to runner:runner
2025-08-20T20:51:47.3886763Z [00:03:27.131]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhttp_body_util-51f649edf5b2c7e4.rmeta' from root:root to runner:runner
2025-08-20T20:51:47.3888487Z [00:03:27.131]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtinyvec-038b5932eeb56cdf.rmeta' from root:root to runner:runner
2025-08-20T20:51:47.3890412Z [00:03:27.131]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libequivalent-4e9bcc75a171c853.rmeta' from root:root to runner:runner
2025-08-20T20:51:47.3892092Z [00:03:27.131]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/gip-56b1683a272d9136.d' from root:root to runner:runner
2025-08-20T20:51:47.3893722Z [00:03:27.131]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/resolv_conf-96d38002a8f66e5d.d' from root:root to runner:runner
2025-08-20T20:51:47.3895517Z [00:03:27.131]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtry_lock-e5d0a016936c64b8.rlib' from root:root to runner:runner
2025-08-20T20:51:47.3897218Z [00:03:27.131]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand-d6fd1102e86bac2b.rlib' from root:root to runner:runner
2025-08-20T20:51:47.3898900Z [00:03:27.131]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnum_traits-05ee148d3b6837d1.rlib' from root:root to runner:runner
2025-08-20T20:51:47.3900765Z [00:03:27.131]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunicode_normalization-716675513731be5e.rlib' from root:root to runner:runner
2025-08-20T20:51:47.3902536Z [00:03:27.131]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde_spanned-912a51887ea58838.rlib' from root:root to runner:runner
2025-08-20T20:51:47.3904288Z [00:03:27.131]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtoml_datetime-9d6ad02847cc40da.rlib' from root:root to runner:runner
2025-08-20T20:51:47.3906013Z [00:03:27.131]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libiana_time_zone-ecdf876c6e8f56fb.rlib' from root:root to runner:runner
2025-08-20T20:51:47.3907738Z [00:03:27.132]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libindexmap-baeffcbfcac10e94.rlib' from root:root to runner:runner
2025-08-20T20:51:47.3909571Z [00:03:27.132]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhyper_util-6d7d572abec47b2e.rlib' from root:root to runner:runner
2025-08-20T20:51:47.3911373Z [00:03:27.132]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand_chacha-757f0684fc1e401a.rmeta' from root:root to runner:runner
2025-08-20T20:51:47.3913074Z [00:03:27.132]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhttp_body-4a365c793cd0921d.rlib' from root:root to runner:runner
2025-08-20T20:51:47.3914769Z [00:03:27.132]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/trust_dns_proto-1e61220b1d29d5f0.d' from root:root to runner:runner
2025-08-20T20:51:47.3916464Z [00:03:27.132]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtry_lock-e5d0a016936c64b8.rmeta' from root:root to runner:runner
2025-08-20T20:51:47.3918159Z [00:03:27.132]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libopenssl_sys-8d2f2eb055078b9c.rlib' from root:root to runner:runner
2025-08-20T20:51:47.3919937Z [00:03:27.132]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex-055fae97edde99fe.rmeta' from root:root to runner:runner
2025-08-20T20:51:47.3921960Z [00:03:27.132]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitflags-e4638d9ba5deda4a.rmeta' from root:root to runner:runner
2025-08-20T20:51:47.3923688Z [00:03:27.132]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/equivalent-4e9bcc75a171c853.d' from root:root to runner:runner
2025-08-20T20:51:47.3925353Z [00:03:27.132]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap-3d7fc944c0e3cdbe.rlib' from root:root to runner:runner
2025-08-20T20:51:47.3927209Z [00:03:27.132]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/mime-3b2f1791f4355644.d' from root:root to runner:runner
2025-08-20T20:51:47.3928859Z [00:03:27.132]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdirs-918782f9812ad0d3.rmeta' from root:root to runner:runner
2025-08-20T20:51:47.3930720Z [00:03:27.132]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/reqwest-28f996910ac3eab1.d' from root:root to runner:runner
2025-08-20T20:51:47.3932407Z [00:03:27.132]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-99ce331df62ae2e7.rlib' from root:root to runner:runner
2025-08-20T20:51:47.3934131Z [00:03:27.132]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libforeign_types-428086cbc53f505e.rlib' from root:root to runner:runner
2025-08-20T20:51:47.3935989Z [00:03:27.132]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing-440e3cdee73a4e8c.rmeta' from root:root to runner:runner
2025-08-20T20:51:47.3937683Z [00:03:27.132]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tinyvec_macros-cd1d5043b7cc5d72.d' from root:root to runner:runner
2025-08-20T20:51:47.3940276Z [00:03:27.132]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemchr-3157d788629a9fc7.rmeta' from root:root to runner:runner
2025-08-20T20:51:47.3943477Z [00:03:27.132]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-99ce331df62ae2e7.rmeta' from root:root to runner:runner
2025-08-20T20:51:47.3946515Z [00:03:27.132]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tokio-67c598889f199ac0.d' from root:root to runner:runner
2025-08-20T20:51:47.3949290Z [00:03:27.132]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmatch_cfg-4b69951735a51813.rlib' from root:root to runner:runner
2025-08-20T20:51:47.3951225Z [00:03:27.132]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbase64-0f1f1b3d42d4576d.rmeta' from root:root to runner:runner
2025-08-20T20:51:47.3953085Z [00:03:27.132]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/num_traits-05ee148d3b6837d1.d' from root:root to runner:runner
2025-08-20T20:51:47.3954783Z [00:03:27.132]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtoml_writer-892fe5ab5f5215ca.rlib' from root:root to runner:runner
2025-08-20T20:51:47.3956458Z [00:03:27.132]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libh2-8dab096807d5e7e0.rlib' from root:root to runner:runner
2025-08-20T20:51:47.3958136Z [00:03:27.132]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio-67c598889f199ac0.rlib' from root:root to runner:runner
2025-08-20T20:51:47.3960029Z [00:03:27.132]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtinyvec_macros-cd1d5043b7cc5d72.rmeta' from root:root to runner:runner
2025-08-20T20:51:47.3961768Z [00:03:27.132]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblru_cache-a894348194e4a53e.rmeta' from root:root to runner:runner
2025-08-20T20:51:47.3963490Z [00:03:27.132]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_util-368ee7d0e97f3973.rmeta' from root:root to runner:runner
2025-08-20T20:51:47.3965228Z [00:03:27.132]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtower_service-5f3ec94338e5b675.rmeta' from root:root to runner:runner
2025-08-20T20:51:47.3967071Z [00:03:27.132]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-ad922fe68dc3537f.rlib' from root:root to runner:runner
2025-08-20T20:51:47.3968734Z [00:03:27.132]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/regex_syntax-a6e8118dff480c24.d' from root:root to runner:runner
2025-08-20T20:51:47.3970591Z [00:03:27.132]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtower-165f8420bd548a81.rlib' from root:root to runner:runner
2025-08-20T20:51:47.3972271Z [00:03:27.132]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/ansi_term-0bb655736fe41be1.d' from root:root to runner:runner
2025-08-20T20:51:47.3973926Z [00:03:27.133]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/iana_time_zone-ecdf876c6e8f56fb.d' from root:root to runner:runner
2025-08-20T20:51:47.3975594Z [00:03:27.133]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libitoa-59c4343f5413c409.rmeta' from root:root to runner:runner
2025-08-20T20:51:47.3977401Z [00:03:27.133]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libopenssl-b5ce2583841e9dc6.rmeta' from root:root to runner:runner
2025-08-20T20:51:47.3979354Z [00:03:27.133]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libreqwest-28f996910ac3eab1.rlib' from root:root to runner:runner
2025-08-20T20:51:47.3981605Z [00:03:27.133]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunicode_width-631a53dbecda79e8.rlib' from root:root to runner:runner
2025-08-20T20:51:47.3983401Z [00:03:27.133]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/rustls_pki_types-26359f1b6191537f.d' from root:root to runner:runner
2025-08-20T20:51:47.3985314Z [00:03:27.133]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_automata-e25d842a45d258da.rmeta' from root:root to runner:runner
2025-08-20T20:51:47.3987139Z [00:03:27.133]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tokio_native_tls-105b96a5a13c7a71.d' from root:root to runner:runner
2025-08-20T20:51:47.3988964Z [00:03:27.133]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libopenssl-b5ce2583841e9dc6.rlib' from root:root to runner:runner
2025-08-20T20:51:47.3991107Z [00:03:27.133]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtoml_datetime-9d6ad02847cc40da.rmeta' from root:root to runner:runner
2025-08-20T20:51:47.3993293Z [00:03:27.133]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpin_utils-327e87f8993c05ae.rlib' from root:root to runner:runner
2025-08-20T20:51:47.3995156Z [00:03:27.133]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/futures_core-33166b3098f54118.d' from root:root to runner:runner
2025-08-20T20:51:47.3997127Z [00:03:27.133]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunicode_bidi-97a56091e237e6bc.rmeta' from root:root to runner:runner
2025-08-20T20:51:47.4010396Z [00:03:27.133]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/form_urlencoded-c24e728c8bb6e489.d' from root:root to runner:runner
2025-08-20T20:51:47.4012450Z [00:03:27.133]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdata_encoding-954dc823cfef64ec.rmeta' from root:root to runner:runner
2025-08-20T20:51:47.4014196Z [00:03:27.133]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/getrandom-0c9679c635c41927.d' from root:root to runner:runner
2025-08-20T20:51:47.4015955Z [00:03:27.133]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand_chacha-c2bb4a883acbbfeb.rmeta' from root:root to runner:runner
2025-08-20T20:51:47.4017851Z [00:03:27.133]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/toml_datetime-9d6ad02847cc40da.d' from root:root to runner:runner
2025-08-20T20:51:47.4019586Z [00:03:27.133]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liboption_ext-dd7fd95bf387f8ef.rmeta' from root:root to runner:runner
2025-08-20T20:51:47.4021545Z [00:03:27.133]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmime-3b2f1791f4355644.rlib' from root:root to runner:runner
2025-08-20T20:51:47.4023297Z [00:03:27.133]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libscopeguard-fca9edb259fbe444.rmeta' from root:root to runner:runner
2025-08-20T20:51:47.4025013Z [00:03:27.133]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/serde-ed0abb2159fb3697.d' from root:root to runner:runner
2025-08-20T20:51:47.4026693Z [00:03:27.133]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libreqwest-28f996910ac3eab1.rmeta' from root:root to runner:runner
2025-08-20T20:51:47.4028441Z [00:03:27.133]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libiana_time_zone-ecdf876c6e8f56fb.rmeta' from root:root to runner:runner
2025-08-20T20:51:47.4030403Z [00:03:27.133]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libform_urlencoded-c24e728c8bb6e489.rlib' from root:root to runner:runner
2025-08-20T20:51:47.4032346Z [00:03:27.133]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblru_cache-a894348194e4a53e.rlib' from root:root to runner:runner
2025-08-20T20:51:47.4034067Z [00:03:27.133]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzeroize-9ff2ed902bd6bd57.rmeta' from root:root to runner:runner
2025-08-20T20:51:47.4035747Z [00:03:27.133]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tower-165f8420bd548a81.d' from root:root to runner:runner
2025-08-20T20:51:47.4037435Z [00:03:27.133]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhostname-5201ba595b8e676f.rmeta' from root:root to runner:runner
2025-08-20T20:51:47.4039160Z [00:03:27.133]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitflags-527b77d9cefff7ae.rlib' from root:root to runner:runner
2025-08-20T20:51:47.4041066Z [00:03:27.133]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/linked_hash_map-8f661f202569b569.d' from root:root to runner:runner
2025-08-20T20:51:47.4042770Z [00:03:27.133]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhttparse-9802dbd851879086.rmeta' from root:root to runner:runner
2025-08-20T20:51:47.4044608Z [00:03:27.133]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/pin_utils-327e87f8993c05ae.d' from root:root to runner:runner
2025-08-20T20:51:47.4046285Z [00:03:27.133]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/lru_cache-a894348194e4a53e.d' from root:root to runner:runner
2025-08-20T20:51:47.4047995Z [00:03:27.133]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libencoding_rs-5fc9b6f08e743507.rmeta' from root:root to runner:runner
2025-08-20T20:51:47.4049700Z [00:03:27.134]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/zerocopy-e6c85c2b1bd127c5.d' from root:root to runner:runner
2025-08-20T20:51:47.4051627Z [00:03:27.134]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/bitflags-e4638d9ba5deda4a.d' from root:root to runner:runner
2025-08-20T20:51:47.4053308Z [00:03:27.134]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfnv-7cc5609647fd48ac.rmeta' from root:root to runner:runner
2025-08-20T20:51:47.4054983Z [00:03:27.134]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/rand_core-db3c87e931eb94da.d' from root:root to runner:runner
2025-08-20T20:51:47.4056699Z [00:03:27.134]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtower_service-5f3ec94338e5b675.rlib' from root:root to runner:runner
2025-08-20T20:51:47.4058551Z [00:03:27.134]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/encoding_rs-5fc9b6f08e743507.d' from root:root to runner:runner
2025-08-20T20:51:47.4060659Z [00:03:27.134]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/textwrap-82dc75c7298a9e85.d' from root:root to runner:runner
2025-08-20T20:51:47.4062353Z [00:03:27.134]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/unicode_width-631a53dbecda79e8.d' from root:root to runner:runner
2025-08-20T20:51:47.4064137Z [00:03:27.134]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libparking_lot-6df456e6650fcfe1.rmeta' from root:root to runner:runner
2025-08-20T20:51:47.4066010Z [00:03:27.134]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libipnet-41f4db5b46c309a4.rlib' from root:root to runner:runner
2025-08-20T20:51:47.4067722Z [00:03:27.134]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_io-9480d999324dcca3.rlib' from root:root to runner:runner
2025-08-20T20:51:47.4069568Z [00:03:27.134]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/pin_project_lite-6ed75a437064983e.d' from root:root to runner:runner
2025-08-20T20:51:47.4071398Z [00:03:27.134]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/http_body_util-51f649edf5b2c7e4.d' from root:root to runner:runner
2025-08-20T20:51:47.4073158Z [00:03:27.134]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdata_encoding-954dc823cfef64ec.rlib' from root:root to runner:runner
2025-08-20T20:51:47.4074941Z [00:03:27.134]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libaho_corasick-fa4ad84ae97ea926.rlib' from root:root to runner:runner
2025-08-20T20:51:47.4077197Z [00:03:27.134]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzeroize-9ff2ed902bd6bd57.rlib' from root:root to runner:runner
2025-08-20T20:51:47.4080366Z [00:03:27.134]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap-3d7fc944c0e3cdbe.rmeta' from root:root to runner:runner
2025-08-20T20:51:47.4083435Z [00:03:27.134]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/strsim-5d4c9d32c66e4b9a.d' from root:root to runner:runner
2025-08-20T20:51:47.4086489Z [00:03:27.134]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_syntax-a6e8118dff480c24.rmeta' from root:root to runner:runner
2025-08-20T20:51:47.4088512Z [00:03:27.134]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhttp_body-4a365c793cd0921d.rmeta' from root:root to runner:runner
2025-08-20T20:51:47.4090665Z [00:03:27.134]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liboption_ext-dd7fd95bf387f8ef.rlib' from root:root to runner:runner
2025-08-20T20:51:47.4092470Z [00:03:27.134]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtrust_dns_resolver-4287aa4bec06fc24.rmeta' from root:root to runner:runner
2025-08-20T20:51:47.4094390Z [00:03:27.134]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libresolv_conf-96d38002a8f66e5d.rmeta' from root:root to runner:runner
2025-08-20T20:51:47.4096143Z [00:03:27.134]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libvec_map-825f544470f9189c.rmeta' from root:root to runner:runner
2025-08-20T20:51:47.4097877Z [00:03:27.134]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libquick_error-99bf1a6e471b5de0.rmeta' from root:root to runner:runner
2025-08-20T20:51:47.4099583Z [00:03:27.134]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/bitflags-527b77d9cefff7ae.d' from root:root to runner:runner
2025-08-20T20:51:47.4101486Z [00:03:27.134]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/percent_encoding-a995dced42a03db2.d' from root:root to runner:runner
2025-08-20T20:51:47.4103169Z [00:03:27.134]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/toml-5f54dd42ab96f447.d' from root:root to runner:runner
2025-08-20T20:51:47.4104894Z [00:03:27.134]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstructopt-90fca16f210a6afd.rmeta' from root:root to runner:runner
2025-08-20T20:51:47.4106624Z [00:03:27.134]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsocket2-6f97214ef411d7a5.rlib' from root:root to runner:runner
2025-08-20T20:51:47.4108330Z [00:03:27.134]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmime-3b2f1791f4355644.rmeta' from root:root to runner:runner
2025-08-20T20:51:47.4110349Z [00:03:27.135]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand_core-ad8d8da2c4390e4f.rlib' from root:root to runner:runner
2025-08-20T20:51:47.4112090Z [00:03:27.135]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libindexmap-baeffcbfcac10e94.rmeta' from root:root to runner:runner
2025-08-20T20:51:47.4113775Z [00:03:27.135]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/mio-b579ca2a252ed26e.d' from root:root to runner:runner
2025-08-20T20:51:47.4115464Z [00:03:27.135]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblock_api-dd72e6f1c3b668b5.rlib' from root:root to runner:runner
2025-08-20T20:51:47.4117178Z [00:03:27.135]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand_core-db3c87e931eb94da.rlib' from root:root to runner:runner
2025-08-20T20:51:47.4118872Z [00:03:27.135]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand-de96310d605f4b05.rmeta' from root:root to runner:runner
2025-08-20T20:51:47.4120889Z [00:03:27.135]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunicode_bidi-97a56091e237e6bc.rlib' from root:root to runner:runner
2025-08-20T20:51:47.4122626Z [00:03:27.135]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbytes-d34434d8b0e45868.rlib' from root:root to runner:runner
2025-08-20T20:51:47.4124312Z [00:03:27.135]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/data_encoding-954dc823cfef64ec.d' from root:root to runner:runner
2025-08-20T20:51:47.4125993Z [00:03:27.135]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/unicode_bidi-97a56091e237e6bc.d' from root:root to runner:runner
2025-08-20T20:51:47.4127717Z [00:03:27.135]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libencoding_rs-5fc9b6f08e743507.rlib' from root:root to runner:runner
2025-08-20T20:51:47.4129692Z [00:03:27.135]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustls_pki_types-26359f1b6191537f.rmeta' from root:root to runner:runner
2025-08-20T20:51:47.4131722Z [00:03:27.135]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_task-e969f7142ec5a6fe.rmeta' from root:root to runner:runner
2025-08-20T20:51:47.4133476Z [00:03:27.135]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitflags-527b77d9cefff7ae.rmeta' from root:root to runner:runner
2025-08-20T20:51:47.4135530Z [00:03:27.135]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/memchr-3157d788629a9fc7.d' from root:root to runner:runner
2025-08-20T20:51:47.4137245Z [00:03:27.135]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustls_pki_types-26359f1b6191537f.rlib' from root:root to runner:runner
2025-08-20T20:51:47.4138988Z [00:03:27.135]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand_core-db3c87e931eb94da.rmeta' from root:root to runner:runner
2025-08-20T20:51:47.4141327Z [00:03:27.135]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsync_wrapper-0b30a7071cf3c653.rmeta' from root:root to runner:runner
2025-08-20T20:51:47.4143127Z [00:03:27.135]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-ed0abb2159fb3697.rmeta' from root:root to runner:runner
2025-08-20T20:51:47.4144887Z [00:03:27.135]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpercent_encoding-a995dced42a03db2.rlib' from root:root to runner:runner
2025-08-20T20:51:47.4146908Z [00:03:27.135]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/foreign_types_shared-b42146452c3b8e42.d' from root:root to runner:runner
2025-08-20T20:51:47.4150126Z [00:03:27.135]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_channel-e609f3151adadee9.rmeta' from root:root to runner:runner
2025-08-20T20:51:47.4153326Z [00:03:27.135]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbytes-d34434d8b0e45868.rmeta' from root:root to runner:runner
2025-08-20T20:51:47.4156365Z [00:03:27.135]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libipnet-41f4db5b46c309a4.rmeta' from root:root to runner:runner
2025-08-20T20:51:47.4158649Z [00:03:27.135]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tower_http-42100e6f23b5746c.d' from root:root to runner:runner
2025-08-20T20:51:47.4160608Z [00:03:27.135]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsmallvec-9344fc38af21df28.rlib' from root:root to runner:runner
2025-08-20T20:51:47.4162374Z [00:03:27.135]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblinked_hash_map-8f661f202569b569.rmeta' from root:root to runner:runner
2025-08-20T20:51:47.4164175Z [00:03:27.135]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/dirs-918782f9812ad0d3.d' from root:root to runner:runner
2025-08-20T20:51:47.4165893Z [00:03:27.135]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtower_layer-c94dc88d353092c6.rmeta' from root:root to runner:runner
2025-08-20T20:51:47.4167813Z [00:03:27.135]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbase64-0f1f1b3d42d4576d.rlib' from root:root to runner:runner
2025-08-20T20:51:47.4169543Z [00:03:27.135]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtower_layer-c94dc88d353092c6.rlib' from root:root to runner:runner
2025-08-20T20:51:47.4171481Z [00:03:27.135]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/hyper_tls-71c9f04090b3e392.d' from root:root to runner:runner
2025-08-20T20:51:47.4173192Z [00:03:27.135]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio_util-2e976d37fd40b8b7.rlib' from root:root to runner:runner
2025-08-20T20:51:47.4174927Z [00:03:27.135]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing-440e3cdee73a4e8c.rlib' from root:root to runner:runner
2025-08-20T20:51:47.4176606Z [00:03:27.136]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/ryu-509bfb8d70740a1d.d' from root:root to runner:runner
2025-08-20T20:51:47.4178322Z [00:03:27.136]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtrust_dns_resolver-4287aa4bec06fc24.rlib' from root:root to runner:runner
2025-08-20T20:51:47.4180330Z [00:03:27.136]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/itoa-59c4343f5413c409.d' from root:root to runner:runner
2025-08-20T20:51:47.4182036Z [00:03:27.136]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhyper_util-6d7d572abec47b2e.rmeta' from root:root to runner:runner
2025-08-20T20:51:47.4183671Z [00:03:27.136]➜  ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/gip-fbf2f0a064c144f9' retained as runner:runner
2025-08-20T20:51:47.4185284Z [00:03:27.136]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/rand_core-ad8d8da2c4390e4f.d' from root:root to runner:runner
2025-08-20T20:51:47.4186973Z [00:03:27.136]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libryu-509bfb8d70740a1d.rmeta' from root:root to runner:runner
2025-08-20T20:51:47.4189163Z [00:03:27.136]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwinnow-2dea7c4e3af6a35e.rlib' from root:root to runner:runner
2025-08-20T20:51:47.4191135Z [00:03:27.136]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblock_api-dd72e6f1c3b668b5.rmeta' from root:root to runner:runner
2025-08-20T20:51:47.4192891Z [00:03:27.136]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_syntax-a6e8118dff480c24.rlib' from root:root to runner:runner
2025-08-20T20:51:47.4194778Z [00:03:27.136]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/sync_wrapper-0b30a7071cf3c653.d' from root:root to runner:runner
2025-08-20T20:51:47.4196497Z [00:03:27.136]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtoml_writer-892fe5ab5f5215ca.rmeta' from root:root to runner:runner
2025-08-20T20:51:47.4198234Z [00:03:27.136]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtextwrap-82dc75c7298a9e85.rlib' from root:root to runner:runner
2025-08-20T20:51:47.4200192Z [00:03:27.136]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libslab-2c1d0774850b5183.rmeta' from root:root to runner:runner
2025-08-20T20:51:47.4202220Z [00:03:27.136]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgetrandom-a5825333d5fcb39b.rlib' from root:root to runner:runner
2025-08-20T20:51:47.4203919Z [00:03:27.136]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/base64-0f1f1b3d42d4576d.d' from root:root to runner:runner
2025-08-20T20:51:47.4205756Z [00:03:27.136]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/smallvec-9344fc38af21df28.d' from root:root to runner:runner
2025-08-20T20:51:47.4207608Z [00:03:27.136]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/quick_error-99bf1a6e471b5de0.d' from root:root to runner:runner
2025-08-20T20:51:47.4209323Z [00:03:27.136]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/serde_json-be7694d345efd823.d' from root:root to runner:runner
2025-08-20T20:51:47.4211265Z [00:03:27.136]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtrust_dns_proto-1e61220b1d29d5f0.rmeta' from root:root to runner:runner
2025-08-20T20:51:47.4213032Z [00:03:27.136]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio_util-2e976d37fd40b8b7.rmeta' from root:root to runner:runner
2025-08-20T20:51:47.4214777Z [00:03:27.136]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_core-33166b3098f54118.rmeta' from root:root to runner:runner
2025-08-20T20:51:47.4216437Z [00:03:27.136]➜  ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgip-56b1683a272d9136.rlib' retained as runner:runner
2025-08-20T20:51:47.4218451Z [00:03:27.136]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/gip-fbf2f0a064c144f9.d' from root:root to runner:runner
2025-08-20T20:51:47.4221547Z [00:03:27.136]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/thiserror-e6527d7c958864a8.d' from root:root to runner:runner
2025-08-20T20:51:47.4224863Z [00:03:27.136]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsmallvec-9344fc38af21df28.rmeta' from root:root to runner:runner
2025-08-20T20:51:47.4227916Z [00:03:27.136]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/futures_sink-1c7d35f41f896dec.d' from root:root to runner:runner
2025-08-20T20:51:47.4229749Z [00:03:27.136]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libonce_cell-bbd4a06f32bc156d.rmeta' from root:root to runner:runner
2025-08-20T20:51:47.4231728Z [00:03:27.136]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand-de96310d605f4b05.rlib' from root:root to runner:runner
2025-08-20T20:51:47.4233428Z [00:03:27.136]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/winnow-2dea7c4e3af6a35e.d' from root:root to runner:runner
2025-08-20T20:51:47.4235090Z [00:03:27.136]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/regex-055fae97edde99fe.d' from root:root to runner:runner
2025-08-20T20:51:47.4236958Z [00:03:27.136]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnative_tls-1ff9d1fdfe92dbdf.rmeta' from root:root to runner:runner
2025-08-20T20:51:47.4238682Z [00:03:27.137]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/cfg_if-ad922fe68dc3537f.d' from root:root to runner:runner
2025-08-20T20:51:47.4240542Z [00:03:27.137]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstrsim-5d4c9d32c66e4b9a.rlib' from root:root to runner:runner
2025-08-20T20:51:47.4242256Z [00:03:27.137]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/hashbrown-1e0e1bb8de4a7b13.d' from root:root to runner:runner
2025-08-20T20:51:47.4243976Z [00:03:27.137]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblazy_static-a76e57ddeaa42a0c.rlib' from root:root to runner:runner
2025-08-20T20:51:47.4245712Z [00:03:27.137]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhyper_tls-71c9f04090b3e392.rlib' from root:root to runner:runner
2025-08-20T20:51:47.4247422Z [00:03:27.137]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/serde_spanned-912a51887ea58838.d' from root:root to runner:runner
2025-08-20T20:51:47.4249154Z [00:03:27.137]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtoml_parser-0fd11076ae604d8a.rmeta' from root:root to runner:runner
2025-08-20T20:51:47.4251062Z [00:03:27.137]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/bytes-d34434d8b0e45868.d' from root:root to runner:runner
2025-08-20T20:51:47.4252884Z [00:03:27.137]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/h2-8dab096807d5e7e0.d' from root:root to runner:runner
2025-08-20T20:51:47.4254522Z [00:03:27.137]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tracing-440e3cdee73a4e8c.d' from root:root to runner:runner
2025-08-20T20:51:47.4256212Z [00:03:27.137]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libansi_term-0bb655736fe41be1.rlib' from root:root to runner:runner
2025-08-20T20:51:47.4257930Z [00:03:27.137]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/iri_string-2c7aafe5b1f1cb1b.d' from root:root to runner:runner
2025-08-20T20:51:47.4259660Z [00:03:27.137]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpin_project_lite-6ed75a437064983e.rmeta' from root:root to runner:runner
2025-08-20T20:51:47.4261590Z [00:03:27.137]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstrsim-5d4c9d32c66e4b9a.rmeta' from root:root to runner:runner
2025-08-20T20:51:47.4263426Z [00:03:27.137]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtoml-5f54dd42ab96f447.rlib' from root:root to runner:runner
2025-08-20T20:51:47.4265166Z [00:03:27.137]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libparking_lot-6df456e6650fcfe1.rlib' from root:root to runner:runner
2025-08-20T20:51:47.4266875Z [00:03:27.137]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/toml_writer-892fe5ab5f5215ca.d' from root:root to runner:runner
2025-08-20T20:51:47.4268587Z [00:03:27.137]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsocket2-6f97214ef411d7a5.rmeta' from root:root to runner:runner
2025-08-20T20:51:47.4270485Z [00:03:27.137]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/anyhow-25b990e15e0f8fae.d' from root:root to runner:runner
2025-08-20T20:51:47.4272421Z [00:03:27.137]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libscopeguard-fca9edb259fbe444.rlib' from root:root to runner:runner
2025-08-20T20:51:47.4274155Z [00:03:27.137]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtoml-5f54dd42ab96f447.rmeta' from root:root to runner:runner
2025-08-20T20:51:47.4275968Z [00:03:27.137]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwant-3a71478661cd9b85.rlib' from root:root to runner:runner
2025-08-20T20:51:47.4277889Z [00:03:27.137]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libopenssl_probe-fec3caf83fa09ae2.rmeta' from root:root to runner:runner
2025-08-20T20:51:47.4279649Z [00:03:27.137]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde_json-be7694d345efd823.rlib' from root:root to runner:runner
2025-08-20T20:51:47.4281756Z [00:03:27.137]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libslab-2c1d0774850b5183.rlib' from root:root to runner:runner
2025-08-20T20:51:47.4283453Z [00:03:27.137]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/rand_chacha-757f0684fc1e401a.d' from root:root to runner:runner
2025-08-20T20:51:47.4285124Z [00:03:27.137]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/chrono-1ebb78babb4e29fe.d' from root:root to runner:runner
2025-08-20T20:51:47.4286787Z [00:03:27.137]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libh2-8dab096807d5e7e0.rmeta' from root:root to runner:runner
2025-08-20T20:51:47.4288906Z [00:03:27.137]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/openssl_probe-fec3caf83fa09ae2.d' from root:root to runner:runner
2025-08-20T20:51:47.4292206Z [00:03:27.137]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libchrono-1ebb78babb4e29fe.rmeta' from root:root to runner:runner
2025-08-20T20:51:47.4295353Z [00:03:27.137]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtower-165f8420bd548a81.rmeta' from root:root to runner:runner
2025-08-20T20:51:47.4298387Z [00:03:27.137]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-ed0abb2159fb3697.rlib' from root:root to runner:runner
2025-08-20T20:51:47.4300445Z [00:03:27.138]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhyper_tls-71c9f04090b3e392.rmeta' from root:root to runner:runner
2025-08-20T20:51:47.4302213Z [00:03:27.138]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liburl-ddcecedf0b12ccce.rmeta' from root:root to runner:runner
2025-08-20T20:51:47.4303934Z [00:03:27.138]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblog-a2f999e5f57fe5b6.rlib' from root:root to runner:runner
2025-08-20T20:51:47.4305659Z [00:03:27.138]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/hostname-5201ba595b8e676f.d' from root:root to runner:runner
2025-08-20T20:51:47.4307338Z [00:03:27.138]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/rand_chacha-c2bb4a883acbbfeb.d' from root:root to runner:runner
2025-08-20T20:51:47.4309237Z [00:03:27.138]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing_core-42e5d85406658ee0.rmeta' from root:root to runner:runner
2025-08-20T20:51:47.4311233Z [00:03:27.138]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/serde_urlencoded-3c9f5695df710470.d' from root:root to runner:runner
2025-08-20T20:51:47.4312937Z [00:03:27.138]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tower_service-5f3ec94338e5b675.d' from root:root to runner:runner
2025-08-20T20:51:47.4314645Z [00:03:27.138]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhyper-295290e03b883a1d.rlib' from root:root to runner:runner
2025-08-20T20:51:47.4316380Z [00:03:27.138]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunicode_width-631a53dbecda79e8.rmeta' from root:root to runner:runner
2025-08-20T20:51:47.4318104Z [00:03:27.138]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libatty-7f53a088b95520eb.rlib' from root:root to runner:runner
2025-08-20T20:51:47.4319955Z [00:03:27.138]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnative_tls-1ff9d1fdfe92dbdf.rlib' from root:root to runner:runner
2025-08-20T20:51:47.4321837Z [00:03:27.138]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libitoa-59c4343f5413c409.rlib' from root:root to runner:runner
2025-08-20T20:51:47.4323535Z [00:03:27.138]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/parking_lot-6df456e6650fcfe1.d' from root:root to runner:runner
2025-08-20T20:51:47.4325232Z [00:03:27.138]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemchr-3157d788629a9fc7.rlib' from root:root to runner:runner
2025-08-20T20:51:47.4326956Z [00:03:27.138]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzerocopy-e6c85c2b1bd127c5.rmeta' from root:root to runner:runner
2025-08-20T20:51:47.4328683Z [00:03:27.138]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmio-b579ca2a252ed26e.rlib' from root:root to runner:runner
2025-08-20T20:51:47.4330588Z [00:03:27.138]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libansi_term-0bb655736fe41be1.rmeta' from root:root to runner:runner
2025-08-20T20:51:47.4332326Z [00:03:27.138]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstructopt-90fca16f210a6afd.rlib' from root:root to runner:runner
2025-08-20T20:51:47.4334018Z [00:03:27.138]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/rand-de96310d605f4b05.d' from root:root to runner:runner
2025-08-20T20:51:47.4335797Z [00:03:27.138]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/lock_api-dd72e6f1c3b668b5.d' from root:root to runner:runner
2025-08-20T20:51:47.4337444Z [00:03:27.138]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/hyper-295290e03b883a1d.d' from root:root to runner:runner
2025-08-20T20:51:47.4339105Z [00:03:27.138]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/aho_corasick-fa4ad84ae97ea926.d' from root:root to runner:runner
2025-08-20T20:51:47.4341211Z [00:03:27.138]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzerocopy-e6c85c2b1bd127c5.rlib' from root:root to runner:runner
2025-08-20T20:51:47.4343187Z [00:03:27.138]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_channel-e609f3151adadee9.rlib' from root:root to runner:runner
2025-08-20T20:51:47.4344962Z [00:03:27.138]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libparking_lot_core-e5323d76c1a79873.rlib' from root:root to runner:runner
2025-08-20T20:51:47.4346834Z [00:03:27.138]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libatty-7f53a088b95520eb.rmeta' from root:root to runner:runner
2025-08-20T20:51:47.4348679Z [00:03:27.138]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/futures_io-9480d999324dcca3.d' from root:root to runner:runner
2025-08-20T20:51:47.4350514Z [00:03:27.138]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/atty-7f53a088b95520eb.d' from root:root to runner:runner
2025-08-20T20:51:47.4352207Z [00:03:27.138]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libresolv_conf-96d38002a8f66e5d.rlib' from root:root to runner:runner
2025-08-20T20:51:47.4353891Z [00:03:27.138]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/rand-d6fd1102e86bac2b.d' from root:root to runner:runner
2025-08-20T20:51:47.4355537Z [00:03:27.138]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/try_lock-e5d0a016936c64b8.d' from root:root to runner:runner
2025-08-20T20:51:47.4357208Z [00:03:27.138]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-ad922fe68dc3537f.rmeta' from root:root to runner:runner
2025-08-20T20:51:47.4359360Z [00:03:27.138]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libopenssl_probe-fec3caf83fa09ae2.rlib' from root:root to runner:runner
2025-08-20T20:51:47.4362601Z [00:03:27.139]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/regex_automata-e25d842a45d258da.d' from root:root to runner:runner
2025-08-20T20:51:47.4365928Z [00:03:27.139]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmio-b579ca2a252ed26e.rmeta' from root:root to runner:runner
2025-08-20T20:51:47.4368962Z [00:03:27.139]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde_spanned-912a51887ea58838.rmeta' from root:root to runner:runner
2025-08-20T20:51:47.4370989Z [00:03:27.139]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio-67c598889f199ac0.rmeta' from root:root to runner:runner
2025-08-20T20:51:47.4372726Z [00:03:27.139]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmatch_cfg-4b69951735a51813.rmeta' from root:root to runner:runner
2025-08-20T20:51:47.4374474Z [00:03:27.139]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblazy_static-a76e57ddeaa42a0c.rmeta' from root:root to runner:runner
2025-08-20T20:51:47.4376190Z [00:03:27.139]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhttp-ad4f3aeb4e1223fd.rlib' from root:root to runner:runner
2025-08-20T20:51:47.4377885Z [00:03:27.139]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/thiserror-99ce331df62ae2e7.d' from root:root to runner:runner
2025-08-20T20:51:47.4379774Z [00:03:27.139]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsync_wrapper-0b30a7071cf3c653.rlib' from root:root to runner:runner
2025-08-20T20:51:47.4381760Z [00:03:27.139]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libaho_corasick-fa4ad84ae97ea926.rmeta' from root:root to runner:runner
2025-08-20T20:51:47.4383490Z [00:03:27.139]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex-055fae97edde99fe.rlib' from root:root to runner:runner
2025-08-20T20:51:47.4385165Z [00:03:27.139]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/ipnet-41f4db5b46c309a4.d' from root:root to runner:runner
2025-08-20T20:51:47.4386832Z [00:03:27.139]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/lazy_static-a76e57ddeaa42a0c.d' from root:root to runner:runner
2025-08-20T20:51:47.4388540Z [00:03:27.139]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_io-9480d999324dcca3.rmeta' from root:root to runner:runner
2025-08-20T20:51:47.4390434Z [00:03:27.139]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libvec_map-825f544470f9189c.rlib' from root:root to runner:runner
2025-08-20T20:51:47.4392113Z [00:03:27.139]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libc-420cee5c88c1309f.d' from root:root to runner:runner
2025-08-20T20:51:47.4393946Z [00:03:27.139]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnum_traits-05ee148d3b6837d1.rmeta' from root:root to runner:runner
2025-08-20T20:51:47.4395711Z [00:03:27.139]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libparking_lot_core-e5323d76c1a79873.rmeta' from root:root to runner:runner
2025-08-20T20:51:47.4397441Z [00:03:27.139]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/futures_util-368ee7d0e97f3973.d' from root:root to runner:runner
2025-08-20T20:51:47.4399123Z [00:03:27.139]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tinyvec-038b5932eeb56cdf.d' from root:root to runner:runner
2025-08-20T20:51:47.4401028Z [00:03:27.139]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libforeign_types_shared-b42146452c3b8e42.rlib' from root:root to runner:runner
2025-08-20T20:51:47.4402791Z [00:03:27.139]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhashbrown-1e0e1bb8de4a7b13.rlib' from root:root to runner:runner
2025-08-20T20:51:47.4404713Z [00:03:27.139]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde_urlencoded-3c9f5695df710470.rmeta' from root:root to runner:runner
2025-08-20T20:51:47.4406456Z [00:03:27.139]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tracing_core-42e5d85406658ee0.d' from root:root to runner:runner
2025-08-20T20:51:47.4408138Z [00:03:27.139]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tower_layer-c94dc88d353092c6.d' from root:root to runner:runner
2025-08-20T20:51:47.4410112Z [00:03:27.139]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libidna-0fba6c9845b5fa4c.rmeta' from root:root to runner:runner
2025-08-20T20:51:47.4412117Z [00:03:27.139]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libchrono-1ebb78babb4e29fe.rlib' from root:root to runner:runner
2025-08-20T20:51:47.4413885Z [00:03:27.139]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgetrandom-a5825333d5fcb39b.rmeta' from root:root to runner:runner
2025-08-20T20:51:47.4415766Z [00:03:27.139]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhashbrown-1e0e1bb8de4a7b13.rmeta' from root:root to runner:runner
2025-08-20T20:51:47.4417699Z [00:03:27.139]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libppv_lite86-7f6bc8055a139b28.rlib' from root:root to runner:runner
2025-08-20T20:51:47.4419620Z [00:03:27.139]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde_urlencoded-3c9f5695df710470.rlib' from root:root to runner:runner
2025-08-20T20:51:47.4421937Z [00:03:27.139]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwinnow-2dea7c4e3af6a35e.rmeta' from root:root to runner:runner
2025-08-20T20:51:47.4423699Z [00:03:27.139]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_automata-e25d842a45d258da.rlib' from root:root to runner:runner
2025-08-20T20:51:47.4425445Z [00:03:27.140]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/toml_parser-0fd11076ae604d8a.d' from root:root to runner:runner
2025-08-20T20:51:47.4427141Z [00:03:27.140]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liburl-ddcecedf0b12ccce.rlib' from root:root to runner:runner
2025-08-20T20:51:47.4429142Z [00:03:27.140]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-420cee5c88c1309f.rlib' from root:root to runner:runner
2025-08-20T20:51:47.4432040Z [00:03:27.140]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpin_utils-327e87f8993c05ae.rmeta' from root:root to runner:runner
2025-08-20T20:51:47.4435381Z [00:03:27.140]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing_core-42e5d85406658ee0.rlib' from root:root to runner:runner
2025-08-20T20:51:47.4438452Z [00:03:27.140]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/zeroize-9ff2ed902bd6bd57.d' from root:root to runner:runner
2025-08-20T20:51:47.4440753Z [00:03:27.140]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunicode_normalization-716675513731be5e.rmeta' from root:root to runner:runner
2025-08-20T20:51:47.4442595Z [00:03:27.140]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libforeign_types_shared-b42146452c3b8e42.rmeta' from root:root to runner:runner
2025-08-20T20:51:47.4444364Z [00:03:27.140]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/option_ext-dd7fd95bf387f8ef.d' from root:root to runner:runner
2025-08-20T20:51:47.4446041Z [00:03:27.140]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/scopeguard-fca9edb259fbe444.d' from root:root to runner:runner
2025-08-20T20:51:47.4447765Z [00:03:27.140]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdirs_sys-4174b561be733dd2.rlib' from root:root to runner:runner
2025-08-20T20:51:47.4449495Z [00:03:27.140]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitflags-e4638d9ba5deda4a.rlib' from root:root to runner:runner
2025-08-20T20:51:47.4451631Z [00:03:27.140]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/want-3a71478661cd9b85.d' from root:root to runner:runner
2025-08-20T20:51:47.4453294Z [00:03:27.140]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfnv-7cc5609647fd48ac.rlib' from root:root to runner:runner
2025-08-20T20:51:47.4454972Z [00:03:27.140]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tokio_util-2e976d37fd40b8b7.d' from root:root to runner:runner
2025-08-20T20:51:47.4456704Z [00:03:27.140]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/unicode_normalization-716675513731be5e.d' from root:root to runner:runner
2025-08-20T20:51:47.4457630Z [00:03:27.140]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtower_http-42100e6f23b5746c.rmeta' from root:root to runner:runner
2025-08-20T20:51:47.4458504Z [00:03:27.140]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/hyper_util-6d7d572abec47b2e.d' from root:root to runner:runner
2025-08-20T20:51:47.4459425Z [00:03:27.140]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtrust_dns_proto-1e61220b1d29d5f0.rlib' from root:root to runner:runner
2025-08-20T20:51:47.4460708Z [00:03:27.140]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_task-e969f7142ec5a6fe.rlib' from root:root to runner:runner
2025-08-20T20:51:47.4461642Z [00:03:27.140]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_sink-1c7d35f41f896dec.rlib' from root:root to runner:runner
2025-08-20T20:51:47.4462488Z [00:03:27.140]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/fnv-7cc5609647fd48ac.d' from root:root to runner:runner
2025-08-20T20:51:47.4463410Z [00:03:27.140]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio_native_tls-105b96a5a13c7a71.rlib' from root:root to runner:runner
2025-08-20T20:51:47.4464328Z [00:03:27.140]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhttp_body_util-51f649edf5b2c7e4.rlib' from root:root to runner:runner
2025-08-20T20:51:47.4465231Z [00:03:27.140]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtoml_parser-0fd11076ae604d8a.rlib' from root:root to runner:runner
2025-08-20T20:51:47.4466122Z [00:03:27.140]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanyhow-25b990e15e0f8fae.rmeta' from root:root to runner:runner
2025-08-20T20:51:47.4467023Z [00:03:27.140]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand_chacha-757f0684fc1e401a.rlib' from root:root to runner:runner
2025-08-20T20:51:47.4468020Z [00:03:27.140]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libidna-0fba6c9845b5fa4c.rlib' from root:root to runner:runner
2025-08-20T20:51:47.4468770Z [00:03:27.140]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps' from root:root to runner:runner
2025-08-20T20:51:47.4469534Z [00:03:27.140]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/libgip.d' from root:root to runner:runner
2025-08-20T20:51:47.4470725Z [00:03:27.140]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-99ce331df62ae2e7/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.4471718Z [00:03:27.140]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-99ce331df62ae2e7/lib-thiserror.json' from root:root to runner:runner
2025-08-20T20:51:47.4472668Z [00:03:27.140]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-99ce331df62ae2e7/lib-thiserror' from root:root to runner:runner
2025-08-20T20:51:47.4473764Z [00:03:27.140]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-99ce331df62ae2e7/dep-lib-thiserror' from root:root to runner:runner
2025-08-20T20:51:47.4474666Z [00:03:27.141]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-99ce331df62ae2e7' from root:root to runner:runner
2025-08-20T20:51:47.4475613Z [00:03:27.141]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/itoa-59c4343f5413c409/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.4476529Z [00:03:27.141]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/itoa-59c4343f5413c409/dep-lib-itoa' from root:root to runner:runner
2025-08-20T20:51:47.4477464Z [00:03:27.141]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/itoa-59c4343f5413c409/lib-itoa.json' from root:root to runner:runner
2025-08-20T20:51:47.4478376Z [00:03:27.141]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/itoa-59c4343f5413c409/lib-itoa' from root:root to runner:runner
2025-08-20T20:51:47.4479242Z [00:03:27.141]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/itoa-59c4343f5413c409' from root:root to runner:runner
2025-08-20T20:51:47.4480410Z [00:03:27.141]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hyper-util-6d7d572abec47b2e/lib-hyper_util.json' from root:root to runner:runner
2025-08-20T20:51:47.4481556Z [00:03:27.141]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hyper-util-6d7d572abec47b2e/dep-lib-hyper_util' from root:root to runner:runner
2025-08-20T20:51:47.4482526Z [00:03:27.141]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hyper-util-6d7d572abec47b2e/lib-hyper_util' from root:root to runner:runner
2025-08-20T20:51:47.4483735Z [00:03:27.141]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hyper-util-6d7d572abec47b2e/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.4485039Z [00:03:27.141]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hyper-util-6d7d572abec47b2e' from root:root to runner:runner
2025-08-20T20:51:47.4486172Z [00:03:27.141]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bytes-d34434d8b0e45868/lib-bytes' from root:root to runner:runner
2025-08-20T20:51:47.4487432Z [00:03:27.141]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bytes-d34434d8b0e45868/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.4488925Z [00:03:27.141]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bytes-d34434d8b0e45868/dep-lib-bytes' from root:root to runner:runner
2025-08-20T20:51:47.4490600Z [00:03:27.141]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bytes-d34434d8b0e45868/lib-bytes.json' from root:root to runner:runner
2025-08-20T20:51:47.4491534Z [00:03:27.141]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bytes-d34434d8b0e45868' from root:root to runner:runner
2025-08-20T20:51:47.4492540Z [00:03:27.141]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-task-e969f7142ec5a6fe/lib-futures_task.json' from root:root to runner:runner
2025-08-20T20:51:47.4493535Z [00:03:27.141]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-task-e969f7142ec5a6fe/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.4494536Z [00:03:27.141]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-task-e969f7142ec5a6fe/dep-lib-futures_task' from root:root to runner:runner
2025-08-20T20:51:47.4495508Z [00:03:27.141]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-task-e969f7142ec5a6fe/lib-futures_task' from root:root to runner:runner
2025-08-20T20:51:47.4496417Z [00:03:27.141]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-task-e969f7142ec5a6fe' from root:root to runner:runner
2025-08-20T20:51:47.4497473Z [00:03:27.141]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/chrono-1ebb78babb4e29fe/lib-chrono' from root:root to runner:runner
2025-08-20T20:51:47.4498444Z [00:03:27.141]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/chrono-1ebb78babb4e29fe/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.4499401Z [00:03:27.141]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/chrono-1ebb78babb4e29fe/lib-chrono.json' from root:root to runner:runner
2025-08-20T20:51:47.4500749Z [00:03:27.141]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/chrono-1ebb78babb4e29fe/dep-lib-chrono' from root:root to runner:runner
2025-08-20T20:51:47.4502085Z [00:03:27.141]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/chrono-1ebb78babb4e29fe' from root:root to runner:runner
2025-08-20T20:51:47.4503212Z [00:03:27.141]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/native-tls-aed7071a88c6b31c/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T20:51:47.4504669Z [00:03:27.141]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/native-tls-aed7071a88c6b31c/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:51:47.4505606Z [00:03:27.141]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/native-tls-aed7071a88c6b31c' from root:root to runner:runner
2025-08-20T20:51:47.4506540Z [00:03:27.142]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tinyvec-038b5932eeb56cdf/lib-tinyvec' from root:root to runner:runner
2025-08-20T20:51:47.4507498Z [00:03:27.142]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tinyvec-038b5932eeb56cdf/lib-tinyvec.json' from root:root to runner:runner
2025-08-20T20:51:47.4508465Z [00:03:27.142]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tinyvec-038b5932eeb56cdf/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.4509421Z [00:03:27.142]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tinyvec-038b5932eeb56cdf/dep-lib-tinyvec' from root:root to runner:runner
2025-08-20T20:51:47.4510564Z [00:03:27.142]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tinyvec-038b5932eeb56cdf' from root:root to runner:runner
2025-08-20T20:51:47.4511564Z [00:03:27.142]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/quick-error-99bf1a6e471b5de0/lib-quick_error' from root:root to runner:runner
2025-08-20T20:51:47.4512688Z [00:03:27.142]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/quick-error-99bf1a6e471b5de0/lib-quick_error.json' from root:root to runner:runner
2025-08-20T20:51:47.4513678Z [00:03:27.142]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/quick-error-99bf1a6e471b5de0/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.4514663Z [00:03:27.142]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/quick-error-99bf1a6e471b5de0/dep-lib-quick_error' from root:root to runner:runner
2025-08-20T20:51:47.4515727Z [00:03:27.142]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/quick-error-99bf1a6e471b5de0' from root:root to runner:runner
2025-08-20T20:51:47.4516652Z [00:03:27.142]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/idna-0fba6c9845b5fa4c/lib-idna' from root:root to runner:runner
2025-08-20T20:51:47.4517602Z [00:03:27.142]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/idna-0fba6c9845b5fa4c/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.4518533Z [00:03:27.142]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/idna-0fba6c9845b5fa4c/lib-idna.json' from root:root to runner:runner
2025-08-20T20:51:47.4519586Z [00:03:27.142]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/idna-0fba6c9845b5fa4c/dep-lib-idna' from root:root to runner:runner
2025-08-20T20:51:47.4520637Z [00:03:27.142]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/idna-0fba6c9845b5fa4c' from root:root to runner:runner
2025-08-20T20:51:47.4521717Z [00:03:27.142]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anyhow-b9f338d7e1074f47/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T20:51:47.4522761Z [00:03:27.142]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anyhow-b9f338d7e1074f47/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:51:47.4523644Z [00:03:27.142]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anyhow-b9f338d7e1074f47' from root:root to runner:runner
2025-08-20T20:51:47.4524739Z [00:03:27.142]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-task-b2b78d7311316cc1/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T20:51:47.4525806Z [00:03:27.142]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-task-b2b78d7311316cc1/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:51:47.4526840Z [00:03:27.142]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-task-b2b78d7311316cc1' from root:root to runner:runner
2025-08-20T20:51:47.4527903Z [00:03:27.142]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/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-20T20:51:47.4528929Z [00:03:27.142]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/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-20T20:51:47.4529972Z [00:03:27.142]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde-f1e1770dfc148cb8' from root:root to runner:runner
2025-08-20T20:51:47.4531021Z [00:03:27.142]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand-d6fd1102e86bac2b/lib-rand.json' from root:root to runner:runner
2025-08-20T20:51:47.4531974Z [00:03:27.142]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand-d6fd1102e86bac2b/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.4533006Z [00:03:27.142]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand-d6fd1102e86bac2b/lib-rand' from root:root to runner:runner
2025-08-20T20:51:47.4533952Z [00:03:27.142]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand-d6fd1102e86bac2b/dep-lib-rand' from root:root to runner:runner
2025-08-20T20:51:47.4534812Z [00:03:27.143]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand-d6fd1102e86bac2b' from root:root to runner:runner
2025-08-20T20:51:47.4535769Z [00:03:27.143]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-traits-05ee148d3b6837d1/lib-num_traits' from root:root to runner:runner
2025-08-20T20:51:47.4536752Z [00:03:27.143]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-traits-05ee148d3b6837d1/lib-num_traits.json' from root:root to runner:runner
2025-08-20T20:51:47.4537727Z [00:03:27.143]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-traits-05ee148d3b6837d1/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.4538699Z [00:03:27.143]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-traits-05ee148d3b6837d1/dep-lib-num_traits' from root:root to runner:runner
2025-08-20T20:51:47.4539596Z [00:03:27.143]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-traits-05ee148d3b6837d1' from root:root to runner:runner
2025-08-20T20:51:47.4541011Z [00:03:27.143]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-e25d842a45d258da/dep-lib-regex_automata' from root:root to runner:runner
2025-08-20T20:51:47.4542029Z [00:03:27.143]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-e25d842a45d258da/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.4543040Z [00:03:27.143]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-e25d842a45d258da/lib-regex_automata.json' from root:root to runner:runner
2025-08-20T20:51:47.4544054Z [00:03:27.143]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-e25d842a45d258da/lib-regex_automata' from root:root to runner:runner
2025-08-20T20:51:47.4544964Z [00:03:27.143]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-e25d842a45d258da' from root:root to runner:runner
2025-08-20T20:51:47.4545905Z [00:03:27.143]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde-ed0abb2159fb3697/dep-lib-serde' from root:root to runner:runner
2025-08-20T20:51:47.4546979Z [00:03:27.143]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde-ed0abb2159fb3697/lib-serde.json' from root:root to runner:runner
2025-08-20T20:51:47.4547950Z [00:03:27.143]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde-ed0abb2159fb3697/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.4548867Z [00:03:27.143]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde-ed0abb2159fb3697/lib-serde' from root:root to runner:runner
2025-08-20T20:51:47.4549732Z [00:03:27.143]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde-ed0abb2159fb3697' from root:root to runner:runner
2025-08-20T20:51:47.4550982Z [00:03:27.143]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-67c598889f199ac0/dep-lib-tokio' from root:root to runner:runner
2025-08-20T20:51:47.4551943Z [00:03:27.143]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-67c598889f199ac0/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.4553096Z [00:03:27.143]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-67c598889f199ac0/lib-tokio' from root:root to runner:runner
2025-08-20T20:51:47.4554047Z [00:03:27.143]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-67c598889f199ac0/lib-tokio.json' from root:root to runner:runner
2025-08-20T20:51:47.4555055Z [00:03:27.143]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-67c598889f199ac0' from root:root to runner:runner
2025-08-20T20:51:47.4556028Z [00:03:27.143]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/smallvec-9344fc38af21df28/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.4557145Z [00:03:27.143]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/smallvec-9344fc38af21df28/lib-smallvec' from root:root to runner:runner
2025-08-20T20:51:47.4558151Z [00:03:27.143]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/smallvec-9344fc38af21df28/dep-lib-smallvec' from root:root to runner:runner
2025-08-20T20:51:47.4559123Z [00:03:27.143]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/smallvec-9344fc38af21df28/lib-smallvec.json' from root:root to runner:runner
2025-08-20T20:51:47.4560121Z [00:03:27.143]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/smallvec-9344fc38af21df28' from root:root to runner:runner
2025-08-20T20:51:47.4561283Z [00:03:27.143]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/foreign-types-shared-b42146452c3b8e42/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.4562338Z [00:03:27.143]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/foreign-types-shared-b42146452c3b8e42/lib-foreign_types_shared' from root:root to runner:runner
2025-08-20T20:51:47.4563399Z [00:03:27.143]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/foreign-types-shared-b42146452c3b8e42/dep-lib-foreign_types_shared' from root:root to runner:runner
2025-08-20T20:51:47.4564462Z [00:03:27.144]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/foreign-types-shared-b42146452c3b8e42/lib-foreign_types_shared.json' from root:root to runner:runner
2025-08-20T20:51:47.4565412Z [00:03:27.144]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/foreign-types-shared-b42146452c3b8e42' from root:root to runner:runner
2025-08-20T20:51:47.4566379Z [00:03:27.144]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/scopeguard-fca9edb259fbe444/lib-scopeguard' from root:root to runner:runner
2025-08-20T20:51:47.4567355Z [00:03:27.144]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/scopeguard-fca9edb259fbe444/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.4568335Z [00:03:27.144]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/scopeguard-fca9edb259fbe444/dep-lib-scopeguard' from root:root to runner:runner
2025-08-20T20:51:47.4570047Z [00:03:27.144]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/scopeguard-fca9edb259fbe444/lib-scopeguard.json' from root:root to runner:runner
2025-08-20T20:51:47.4571590Z [00:03:27.144]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/scopeguard-fca9edb259fbe444' from root:root to runner:runner
2025-08-20T20:51:47.4573414Z [00:03:27.144]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/httparse-9802dbd851879086/lib-httparse.json' from root:root to runner:runner
2025-08-20T20:51:47.4575183Z [00:03:27.144]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/httparse-9802dbd851879086/lib-httparse' from root:root to runner:runner
2025-08-20T20:51:47.4576936Z [00:03:27.144]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/httparse-9802dbd851879086/dep-lib-httparse' from root:root to runner:runner
2025-08-20T20:51:47.4578675Z [00:03:27.144]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/httparse-9802dbd851879086/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.4580434Z [00:03:27.144]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/httparse-9802dbd851879086' from root:root to runner:runner
2025-08-20T20:51:47.4581469Z [00:03:27.144]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/vec_map-825f544470f9189c/lib-vec_map.json' from root:root to runner:runner
2025-08-20T20:51:47.4582434Z [00:03:27.144]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/vec_map-825f544470f9189c/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.4583380Z [00:03:27.144]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/vec_map-825f544470f9189c/dep-lib-vec_map' from root:root to runner:runner
2025-08-20T20:51:47.4584318Z [00:03:27.144]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/vec_map-825f544470f9189c/lib-vec_map' from root:root to runner:runner
2025-08-20T20:51:47.4585200Z [00:03:27.144]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/vec_map-825f544470f9189c' from root:root to runner:runner
2025-08-20T20:51:47.4586180Z [00:03:27.144]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ppv-lite86-7f6bc8055a139b28/dep-lib-ppv_lite86' from root:root to runner:runner
2025-08-20T20:51:47.4587161Z [00:03:27.144]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ppv-lite86-7f6bc8055a139b28/lib-ppv_lite86.json' from root:root to runner:runner
2025-08-20T20:51:47.4588269Z [00:03:27.144]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ppv-lite86-7f6bc8055a139b28/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.4589220Z [00:03:27.144]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ppv-lite86-7f6bc8055a139b28/lib-ppv_lite86' from root:root to runner:runner
2025-08-20T20:51:47.4590299Z [00:03:27.144]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ppv-lite86-7f6bc8055a139b28' from root:root to runner:runner
2025-08-20T20:51:47.4591301Z [00:03:27.144]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-e6527d7c958864a8/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.4592278Z [00:03:27.144]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-e6527d7c958864a8/lib-thiserror.json' from root:root to runner:runner
2025-08-20T20:51:47.4593233Z [00:03:27.144]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-e6527d7c958864a8/lib-thiserror' from root:root to runner:runner
2025-08-20T20:51:47.4594316Z [00:03:27.144]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-e6527d7c958864a8/dep-lib-thiserror' from root:root to runner:runner
2025-08-20T20:51:47.4595225Z [00:03:27.144]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-e6527d7c958864a8' from root:root to runner:runner
2025-08-20T20:51:47.4596210Z [00:03:27.144]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sync_wrapper-0b30a7071cf3c653/dep-lib-sync_wrapper' from root:root to runner:runner
2025-08-20T20:51:47.4597183Z [00:03:27.144]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sync_wrapper-0b30a7071cf3c653/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.4598169Z [00:03:27.144]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sync_wrapper-0b30a7071cf3c653/lib-sync_wrapper' from root:root to runner:runner
2025-08-20T20:51:47.4599151Z [00:03:27.145]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sync_wrapper-0b30a7071cf3c653/lib-sync_wrapper.json' from root:root to runner:runner
2025-08-20T20:51:47.4600291Z [00:03:27.145]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sync_wrapper-0b30a7071cf3c653' from root:root to runner:runner
2025-08-20T20:51:47.4601412Z [00:03:27.145]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-util-d01ecaaa91ea9718/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T20:51:47.4602617Z [00:03:27.145]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-util-d01ecaaa91ea9718/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:51:47.4603526Z [00:03:27.145]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-util-d01ecaaa91ea9718' from root:root to runner:runner
2025-08-20T20:51:47.4604513Z [00:03:27.145]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strsim-5d4c9d32c66e4b9a/lib-strsim.json' from root:root to runner:runner
2025-08-20T20:51:47.4605481Z [00:03:27.145]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strsim-5d4c9d32c66e4b9a/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.4606402Z [00:03:27.145]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strsim-5d4c9d32c66e4b9a/lib-strsim' from root:root to runner:runner
2025-08-20T20:51:47.4607341Z [00:03:27.145]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strsim-5d4c9d32c66e4b9a/dep-lib-strsim' from root:root to runner:runner
2025-08-20T20:51:47.4608327Z [00:03:27.145]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strsim-5d4c9d32c66e4b9a' from root:root to runner:runner
2025-08-20T20:51:47.4609267Z [00:03:27.145]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/atty-7f53a088b95520eb/lib-atty' from root:root to runner:runner
2025-08-20T20:51:47.4610557Z [00:03:27.145]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/atty-7f53a088b95520eb/dep-lib-atty' from root:root to runner:runner
2025-08-20T20:51:47.4611521Z [00:03:27.145]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/atty-7f53a088b95520eb/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.4612470Z [00:03:27.145]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/atty-7f53a088b95520eb/lib-atty.json' from root:root to runner:runner
2025-08-20T20:51:47.4613334Z [00:03:27.145]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/atty-7f53a088b95520eb' from root:root to runner:runner
2025-08-20T20:51:47.4614258Z [00:03:27.145]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/winnow-2dea7c4e3af6a35e/lib-winnow' from root:root to runner:runner
2025-08-20T20:51:47.4615218Z [00:03:27.145]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/winnow-2dea7c4e3af6a35e/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.4616298Z [00:03:27.145]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/winnow-2dea7c4e3af6a35e/dep-lib-winnow' from root:root to runner:runner
2025-08-20T20:51:47.4617242Z [00:03:27.145]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/winnow-2dea7c4e3af6a35e/lib-winnow.json' from root:root to runner:runner
2025-08-20T20:51:47.4618121Z [00:03:27.145]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/winnow-2dea7c4e3af6a35e' from root:root to runner:runner
2025-08-20T20:51:47.4619094Z [00:03:27.145]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_json-be7694d345efd823/lib-serde_json' from root:root to runner:runner
2025-08-20T20:51:47.4620340Z [00:03:27.145]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_json-be7694d345efd823/lib-serde_json.json' from root:root to runner:runner
2025-08-20T20:51:47.4621326Z [00:03:27.145]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_json-be7694d345efd823/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.4622425Z [00:03:27.145]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_json-be7694d345efd823/dep-lib-serde_json' from root:root to runner:runner
2025-08-20T20:51:47.4623330Z [00:03:27.145]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_json-be7694d345efd823' from root:root to runner:runner
2025-08-20T20:51:47.4624407Z [00:03:27.145]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_json-d2549453ae94d50d/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T20:51:47.4625459Z [00:03:27.145]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_json-d2549453ae94d50d/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:51:47.4626351Z [00:03:27.145]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_json-d2549453ae94d50d' from root:root to runner:runner
2025-08-20T20:51:47.4627248Z [00:03:27.145]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gip-56b1683a272d9136/lib-gip' from root:root to runner:runner
2025-08-20T20:51:47.4628165Z [00:03:27.145]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gip-56b1683a272d9136/lib-gip.json' from root:root to runner:runner
2025-08-20T20:51:47.4629111Z [00:03:27.145]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gip-56b1683a272d9136/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.4630326Z [00:03:27.145]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gip-56b1683a272d9136/output-lib-gip' from root:root to runner:runner
2025-08-20T20:51:47.4631252Z [00:03:27.145]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gip-56b1683a272d9136/dep-lib-gip' from root:root to runner:runner
2025-08-20T20:51:47.4632114Z [00:03:27.145]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gip-56b1683a272d9136' from root:root to runner:runner
2025-08-20T20:51:47.4633154Z [00:03:27.146]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/form_urlencoded-c24e728c8bb6e489/lib-form_urlencoded.json' from root:root to runner:runner
2025-08-20T20:51:47.4634156Z [00:03:27.146]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/form_urlencoded-c24e728c8bb6e489/lib-form_urlencoded' from root:root to runner:runner
2025-08-20T20:51:47.4635164Z [00:03:27.146]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/form_urlencoded-c24e728c8bb6e489/dep-lib-form_urlencoded' from root:root to runner:runner
2025-08-20T20:51:47.4636280Z [00:03:27.146]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/form_urlencoded-c24e728c8bb6e489/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.4637210Z [00:03:27.146]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/form_urlencoded-c24e728c8bb6e489' from root:root to runner:runner
2025-08-20T20:51:47.4638294Z [00:03:27.146]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-6dacff32c087508f/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T20:51:47.4639456Z [00:03:27.146]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-6dacff32c087508f/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:51:47.4640990Z [00:03:27.146]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-6dacff32c087508f' from root:root to runner:runner
2025-08-20T20:51:47.4642733Z [00:03:27.146]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/slab-2c1d0774850b5183/lib-slab.json' from root:root to runner:runner
2025-08-20T20:51:47.4644489Z [00:03:27.146]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/slab-2c1d0774850b5183/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.4646202Z [00:03:27.146]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/slab-2c1d0774850b5183/dep-lib-slab' from root:root to runner:runner
2025-08-20T20:51:47.4648043Z [00:03:27.146]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/slab-2c1d0774850b5183/lib-slab' from root:root to runner:runner
2025-08-20T20:51:47.4649594Z [00:03:27.146]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/slab-2c1d0774850b5183' from root:root to runner:runner
2025-08-20T20:51:47.4650979Z [00:03:27.146]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iri-string-2c7aafe5b1f1cb1b/dep-lib-iri_string' from root:root to runner:runner
2025-08-20T20:51:47.4652023Z [00:03:27.146]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iri-string-2c7aafe5b1f1cb1b/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.4653016Z [00:03:27.146]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iri-string-2c7aafe5b1f1cb1b/lib-iri_string' from root:root to runner:runner
2025-08-20T20:51:47.4654016Z [00:03:27.146]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iri-string-2c7aafe5b1f1cb1b/lib-iri_string.json' from root:root to runner:runner
2025-08-20T20:51:47.4655084Z [00:03:27.146]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iri-string-2c7aafe5b1f1cb1b' from root:root to runner:runner
2025-08-20T20:51:47.4656079Z [00:03:27.146]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/native-tls-1ff9d1fdfe92dbdf/lib-native_tls' from root:root to runner:runner
2025-08-20T20:51:47.4657059Z [00:03:27.146]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/native-tls-1ff9d1fdfe92dbdf/dep-lib-native_tls' from root:root to runner:runner
2025-08-20T20:51:47.4658068Z [00:03:27.146]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/native-tls-1ff9d1fdfe92dbdf/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.4659053Z [00:03:27.146]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/native-tls-1ff9d1fdfe92dbdf/lib-native_tls.json' from root:root to runner:runner
2025-08-20T20:51:47.4660178Z [00:03:27.146]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/native-tls-1ff9d1fdfe92dbdf' from root:root to runner:runner
2025-08-20T20:51:47.4661212Z [00:03:27.146]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tinyvec_macros-cd1d5043b7cc5d72/dep-lib-tinyvec_macros' from root:root to runner:runner
2025-08-20T20:51:47.4662209Z [00:03:27.146]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tinyvec_macros-cd1d5043b7cc5d72/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.4663363Z [00:03:27.146]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tinyvec_macros-cd1d5043b7cc5d72/lib-tinyvec_macros.json' from root:root to runner:runner
2025-08-20T20:51:47.4664348Z [00:03:27.146]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tinyvec_macros-cd1d5043b7cc5d72/lib-tinyvec_macros' from root:root to runner:runner
2025-08-20T20:51:47.4665261Z [00:03:27.146]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tinyvec_macros-cd1d5043b7cc5d72' from root:root to runner:runner
2025-08-20T20:51:47.4666241Z [00:03:27.146]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ansi_term-0bb655736fe41be1/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.4667202Z [00:03:27.146]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ansi_term-0bb655736fe41be1/dep-lib-ansi_term' from root:root to runner:runner
2025-08-20T20:51:47.4668164Z [00:03:27.146]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ansi_term-0bb655736fe41be1/lib-ansi_term.json' from root:root to runner:runner
2025-08-20T20:51:47.4669216Z [00:03:27.146]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ansi_term-0bb655736fe41be1/lib-ansi_term' from root:root to runner:runner
2025-08-20T20:51:47.4670296Z [00:03:27.147]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ansi_term-0bb655736fe41be1' from root:root to runner:runner
2025-08-20T20:51:47.4671315Z [00:03:27.147]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/foreign-types-428086cbc53f505e/lib-foreign_types.json' from root:root to runner:runner
2025-08-20T20:51:47.4672327Z [00:03:27.147]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/foreign-types-428086cbc53f505e/dep-lib-foreign_types' from root:root to runner:runner
2025-08-20T20:51:47.4673324Z [00:03:27.147]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/foreign-types-428086cbc53f505e/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.4674305Z [00:03:27.147]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/foreign-types-428086cbc53f505e/lib-foreign_types' from root:root to runner:runner
2025-08-20T20:51:47.4675212Z [00:03:27.147]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/foreign-types-428086cbc53f505e' from root:root to runner:runner
2025-08-20T20:51:47.4676308Z [00:03:27.147]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lru-cache-a894348194e4a53e/dep-lib-lru_cache' from root:root to runner:runner
2025-08-20T20:51:47.4677279Z [00:03:27.147]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lru-cache-a894348194e4a53e/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.4678240Z [00:03:27.147]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lru-cache-a894348194e4a53e/lib-lru_cache.json' from root:root to runner:runner
2025-08-20T20:51:47.4679190Z [00:03:27.147]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lru-cache-a894348194e4a53e/lib-lru_cache' from root:root to runner:runner
2025-08-20T20:51:47.4680330Z [00:03:27.147]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lru-cache-a894348194e4a53e' from root:root to runner:runner
2025-08-20T20:51:47.4681289Z [00:03:27.147]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-440e3cdee73a4e8c/lib-tracing' from root:root to runner:runner
2025-08-20T20:51:47.4682244Z [00:03:27.147]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-440e3cdee73a4e8c/lib-tracing.json' from root:root to runner:runner
2025-08-20T20:51:47.4683344Z [00:03:27.147]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-440e3cdee73a4e8c/dep-lib-tracing' from root:root to runner:runner
2025-08-20T20:51:47.4684312Z [00:03:27.147]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-440e3cdee73a4e8c/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.4685198Z [00:03:27.147]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-440e3cdee73a4e8c' from root:root to runner:runner
2025-08-20T20:51:47.4686126Z [00:03:27.147]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dirs-918782f9812ad0d3/dep-lib-dirs' from root:root to runner:runner
2025-08-20T20:51:47.4687042Z [00:03:27.147]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dirs-918782f9812ad0d3/lib-dirs' from root:root to runner:runner
2025-08-20T20:51:47.4687985Z [00:03:27.147]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dirs-918782f9812ad0d3/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.4688913Z [00:03:27.147]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dirs-918782f9812ad0d3/lib-dirs.json' from root:root to runner:runner
2025-08-20T20:51:47.4689934Z [00:03:27.147]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dirs-918782f9812ad0d3' from root:root to runner:runner
2025-08-20T20:51:47.4691339Z [00:03:27.147]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zerocopy-e6c85c2b1bd127c5/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.4692304Z [00:03:27.147]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zerocopy-e6c85c2b1bd127c5/lib-zerocopy' from root:root to runner:runner
2025-08-20T20:51:47.4693283Z [00:03:27.147]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zerocopy-e6c85c2b1bd127c5/lib-zerocopy.json' from root:root to runner:runner
2025-08-20T20:51:47.4694249Z [00:03:27.147]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zerocopy-e6c85c2b1bd127c5/dep-lib-zerocopy' from root:root to runner:runner
2025-08-20T20:51:47.4695139Z [00:03:27.147]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zerocopy-e6c85c2b1bd127c5' from root:root to runner:runner
2025-08-20T20:51:47.4696212Z [00:03:27.148]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-efc8cec8402bf526/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T20:51:47.4697392Z [00:03:27.148]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-efc8cec8402bf526/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:51:47.4698295Z [00:03:27.148]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-efc8cec8402bf526' from root:root to runner:runner
2025-08-20T20:51:47.4699367Z [00:03:27.148]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/httparse-806403528a74456a/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T20:51:47.4700671Z [00:03:27.148]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/httparse-806403528a74456a/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:51:47.4701578Z [00:03:27.148]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/httparse-806403528a74456a' from root:root to runner:runner
2025-08-20T20:51:47.4702550Z [00:03:27.148]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/reqwest-28f996910ac3eab1/lib-reqwest.json' from root:root to runner:runner
2025-08-20T20:51:47.4703518Z [00:03:27.148]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/reqwest-28f996910ac3eab1/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.4704643Z [00:03:27.148]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/reqwest-28f996910ac3eab1/lib-reqwest' from root:root to runner:runner
2025-08-20T20:51:47.4705600Z [00:03:27.148]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/reqwest-28f996910ac3eab1/dep-lib-reqwest' from root:root to runner:runner
2025-08-20T20:51:47.4706475Z [00:03:27.148]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/reqwest-28f996910ac3eab1' from root:root to runner:runner
2025-08-20T20:51:47.4707564Z [00:03:27.148]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-traits-1595081bedc4a866/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T20:51:47.4708622Z [00:03:27.148]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-traits-1595081bedc4a866/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:51:47.4709518Z [00:03:27.148]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-traits-1595081bedc4a866' from root:root to runner:runner
2025-08-20T20:51:47.4711306Z [00:03:27.148]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand_chacha-c2bb4a883acbbfeb/lib-rand_chacha.json' from root:root to runner:runner
2025-08-20T20:51:47.4713255Z [00:03:27.148]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand_chacha-c2bb4a883acbbfeb/dep-lib-rand_chacha' from root:root to runner:runner
2025-08-20T20:51:47.4714454Z [00:03:27.148]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand_chacha-c2bb4a883acbbfeb/lib-rand_chacha' from root:root to runner:runner
2025-08-20T20:51:47.4715439Z [00:03:27.148]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand_chacha-c2bb4a883acbbfeb/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.4716352Z [00:03:27.148]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand_chacha-c2bb4a883acbbfeb' from root:root to runner:runner
2025-08-20T20:51:47.4717351Z [00:03:27.148]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-core-33166b3098f54118/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.4718341Z [00:03:27.149]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-core-33166b3098f54118/dep-lib-futures_core' from root:root to runner:runner
2025-08-20T20:51:47.4719318Z [00:03:27.149]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-core-33166b3098f54118/lib-futures_core' from root:root to runner:runner
2025-08-20T20:51:47.4720707Z [00:03:27.149]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-core-33166b3098f54118/lib-futures_core.json' from root:root to runner:runner
2025-08-20T20:51:47.4721629Z [00:03:27.149]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-core-33166b3098f54118' from root:root to runner:runner
2025-08-20T20:51:47.4722612Z [00:03:27.149]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tower-layer-c94dc88d353092c6/dep-lib-tower_layer' from root:root to runner:runner
2025-08-20T20:51:47.4723605Z [00:03:27.149]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tower-layer-c94dc88d353092c6/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.4724578Z [00:03:27.149]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tower-layer-c94dc88d353092c6/lib-tower_layer' from root:root to runner:runner
2025-08-20T20:51:47.4725554Z [00:03:27.149]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tower-layer-c94dc88d353092c6/lib-tower_layer.json' from root:root to runner:runner
2025-08-20T20:51:47.4726582Z [00:03:27.149]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tower-layer-c94dc88d353092c6' from root:root to runner:runner
2025-08-20T20:51:47.4727561Z [00:03:27.149]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-0c9679c635c41927/dep-lib-getrandom' from root:root to runner:runner
2025-08-20T20:51:47.4728532Z [00:03:27.149]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-0c9679c635c41927/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.4729479Z [00:03:27.149]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-0c9679c635c41927/lib-getrandom' from root:root to runner:runner
2025-08-20T20:51:47.4730671Z [00:03:27.149]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-0c9679c635c41927/lib-getrandom.json' from root:root to runner:runner
2025-08-20T20:51:47.4731586Z [00:03:27.149]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-0c9679c635c41927' from root:root to runner:runner
2025-08-20T20:51:47.4732572Z [00:03:27.149]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-sink-1c7d35f41f896dec/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.4733552Z [00:03:27.149]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-sink-1c7d35f41f896dec/lib-futures_sink' from root:root to runner:runner
2025-08-20T20:51:47.4734683Z [00:03:27.149]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-sink-1c7d35f41f896dec/lib-futures_sink.json' from root:root to runner:runner
2025-08-20T20:51:47.4735669Z [00:03:27.149]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-sink-1c7d35f41f896dec/dep-lib-futures_sink' from root:root to runner:runner
2025-08-20T20:51:47.4736571Z [00:03:27.149]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-sink-1c7d35f41f896dec' from root:root to runner:runner
2025-08-20T20:51:47.4737562Z [00:03:27.149]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-syntax-a6e8118dff480c24/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.4738561Z [00:03:27.149]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-syntax-a6e8118dff480c24/dep-lib-regex_syntax' from root:root to runner:runner
2025-08-20T20:51:47.4739530Z [00:03:27.149]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-syntax-a6e8118dff480c24/lib-regex_syntax' from root:root to runner:runner
2025-08-20T20:51:47.4740968Z [00:03:27.149]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-syntax-a6e8118dff480c24/lib-regex_syntax.json' from root:root to runner:runner
2025-08-20T20:51:47.4741916Z [00:03:27.149]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-syntax-a6e8118dff480c24' from root:root to runner:runner
2025-08-20T20:51:47.4742866Z [00:03:27.149]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tower-165f8420bd548a81/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.4743817Z [00:03:27.149]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tower-165f8420bd548a81/lib-tower.json' from root:root to runner:runner
2025-08-20T20:51:47.4744740Z [00:03:27.149]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tower-165f8420bd548a81/lib-tower' from root:root to runner:runner
2025-08-20T20:51:47.4745677Z [00:03:27.149]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tower-165f8420bd548a81/dep-lib-tower' from root:root to runner:runner
2025-08-20T20:51:47.4746554Z [00:03:27.149]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tower-165f8420bd548a81' from root:root to runner:runner
2025-08-20T20:51:47.4747514Z [00:03:27.149]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-io-9480d999324dcca3/lib-futures_io' from root:root to runner:runner
2025-08-20T20:51:47.4748609Z [00:03:27.149]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-io-9480d999324dcca3/lib-futures_io.json' from root:root to runner:runner
2025-08-20T20:51:47.4749577Z [00:03:27.149]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-io-9480d999324dcca3/dep-lib-futures_io' from root:root to runner:runner
2025-08-20T20:51:47.4750661Z [00:03:27.149]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-io-9480d999324dcca3/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.4751569Z [00:03:27.149]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-io-9480d999324dcca3' from root:root to runner:runner
2025-08-20T20:51:47.4752536Z [00:03:27.149]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/encoding_rs-5fc9b6f08e743507/lib-encoding_rs' from root:root to runner:runner
2025-08-20T20:51:47.4753510Z [00:03:27.149]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/encoding_rs-5fc9b6f08e743507/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.4754610Z [00:03:27.149]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/encoding_rs-5fc9b6f08e743507/lib-encoding_rs.json' from root:root to runner:runner
2025-08-20T20:51:47.4755610Z [00:03:27.149]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/encoding_rs-5fc9b6f08e743507/dep-lib-encoding_rs' from root:root to runner:runner
2025-08-20T20:51:47.4756497Z [00:03:27.149]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/encoding_rs-5fc9b6f08e743507' from root:root to runner:runner
2025-08-20T20:51:47.4757482Z [00:03:27.149]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/equivalent-4e9bcc75a171c853/dep-lib-equivalent' from root:root to runner:runner
2025-08-20T20:51:47.4758460Z [00:03:27.149]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/equivalent-4e9bcc75a171c853/lib-equivalent' from root:root to runner:runner
2025-08-20T20:51:47.4759431Z [00:03:27.150]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/equivalent-4e9bcc75a171c853/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.4760521Z [00:03:27.150]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/equivalent-4e9bcc75a171c853/lib-equivalent.json' from root:root to runner:runner
2025-08-20T20:51:47.4761429Z [00:03:27.150]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/equivalent-4e9bcc75a171c853' from root:root to runner:runner
2025-08-20T20:51:47.4762558Z [00:03:27.150]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iana-time-zone-ecdf876c6e8f56fb/dep-lib-iana_time_zone' from root:root to runner:runner
2025-08-20T20:51:47.4763555Z [00:03:27.150]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iana-time-zone-ecdf876c6e8f56fb/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.4764534Z [00:03:27.150]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iana-time-zone-ecdf876c6e8f56fb/lib-iana_time_zone' from root:root to runner:runner
2025-08-20T20:51:47.4765555Z [00:03:27.150]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iana-time-zone-ecdf876c6e8f56fb/lib-iana_time_zone.json' from root:root to runner:runner
2025-08-20T20:51:47.4766466Z [00:03:27.150]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iana-time-zone-ecdf876c6e8f56fb' from root:root to runner:runner
2025-08-20T20:51:47.4767411Z [00:03:27.150]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/url-ddcecedf0b12ccce/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.4768454Z [00:03:27.150]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/url-ddcecedf0b12ccce/lib-url.json' from root:root to runner:runner
2025-08-20T20:51:47.4769383Z [00:03:27.150]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/url-ddcecedf0b12ccce/dep-lib-url' from root:root to runner:runner
2025-08-20T20:51:47.4770386Z [00:03:27.150]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/url-ddcecedf0b12ccce/lib-url' from root:root to runner:runner
2025-08-20T20:51:47.4771253Z [00:03:27.151]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/url-ddcecedf0b12ccce' from root:root to runner:runner
2025-08-20T20:51:47.4772296Z [00:03:27.151]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-native-tls-105b96a5a13c7a71/dep-lib-tokio_native_tls' from root:root to runner:runner
2025-08-20T20:51:47.4773298Z [00:03:27.151]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-native-tls-105b96a5a13c7a71/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.4774325Z [00:03:27.151]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-native-tls-105b96a5a13c7a71/lib-tokio_native_tls.json' from root:root to runner:runner
2025-08-20T20:51:47.4775340Z [00:03:27.151]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-native-tls-105b96a5a13c7a71/lib-tokio_native_tls' from root:root to runner:runner
2025-08-20T20:51:47.4776384Z [00:03:27.151]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-native-tls-105b96a5a13c7a71' from root:root to runner:runner
2025-08-20T20:51:47.4777581Z [00:03:27.151]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/trust-dns-proto-1e61220b1d29d5f0/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.4778905Z [00:03:27.151]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/trust-dns-proto-1e61220b1d29d5f0/dep-lib-trust_dns_proto' from root:root to runner:runner
2025-08-20T20:51:47.4780241Z [00:03:27.151]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/trust-dns-proto-1e61220b1d29d5f0/lib-trust_dns_proto' from root:root to runner:runner
2025-08-20T20:51:47.4781294Z [00:03:27.151]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/trust-dns-proto-1e61220b1d29d5f0/lib-trust_dns_proto.json' from root:root to runner:runner
2025-08-20T20:51:47.4782212Z [00:03:27.151]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/trust-dns-proto-1e61220b1d29d5f0' from root:root to runner:runner
2025-08-20T20:51:47.4783333Z [00:03:27.151]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/once_cell-bbd4a06f32bc156d/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.4784309Z [00:03:27.151]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/once_cell-bbd4a06f32bc156d/dep-lib-once_cell' from root:root to runner:runner
2025-08-20T20:51:47.4785265Z [00:03:27.151]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/once_cell-bbd4a06f32bc156d/lib-once_cell' from root:root to runner:runner
2025-08-20T20:51:47.4786233Z [00:03:27.151]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/once_cell-bbd4a06f32bc156d/lib-once_cell.json' from root:root to runner:runner
2025-08-20T20:51:47.4787124Z [00:03:27.151]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/once_cell-bbd4a06f32bc156d' from root:root to runner:runner
2025-08-20T20:51:47.4788229Z [00:03:27.151]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-core-e2dd8a3a94131c6a/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T20:51:47.4789291Z [00:03:27.151]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-core-e2dd8a3a94131c6a/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:51:47.4790527Z [00:03:27.151]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-core-e2dd8a3a94131c6a' from root:root to runner:runner
2025-08-20T20:51:47.4791550Z [00:03:27.151]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/data-encoding-954dc823cfef64ec/dep-lib-data_encoding' from root:root to runner:runner
2025-08-20T20:51:47.4792536Z [00:03:27.152]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/data-encoding-954dc823cfef64ec/lib-data_encoding' from root:root to runner:runner
2025-08-20T20:51:47.4793645Z [00:03:27.152]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/data-encoding-954dc823cfef64ec/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.4794656Z [00:03:27.152]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/data-encoding-954dc823cfef64ec/lib-data_encoding.json' from root:root to runner:runner
2025-08-20T20:51:47.4795565Z [00:03:27.152]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/data-encoding-954dc823cfef64ec' from root:root to runner:runner
2025-08-20T20:51:47.4796527Z [00:03:27.152]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-527b77d9cefff7ae/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.4797514Z [00:03:27.152]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-527b77d9cefff7ae/lib-bitflags.json' from root:root to runner:runner
2025-08-20T20:51:47.4798463Z [00:03:27.152]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-527b77d9cefff7ae/lib-bitflags' from root:root to runner:runner
2025-08-20T20:51:47.4799413Z [00:03:27.152]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-527b77d9cefff7ae/dep-lib-bitflags' from root:root to runner:runner
2025-08-20T20:51:47.4800420Z [00:03:27.152]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-527b77d9cefff7ae' from root:root to runner:runner
2025-08-20T20:51:47.4801590Z [00:03:27.152]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/structopt-90fca16f210a6afd/lib-structopt.json' from root:root to runner:runner
2025-08-20T20:51:47.4802552Z [00:03:27.152]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/structopt-90fca16f210a6afd/lib-structopt' from root:root to runner:runner
2025-08-20T20:51:47.4803525Z [00:03:27.152]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/structopt-90fca16f210a6afd/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.4804533Z [00:03:27.152]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/structopt-90fca16f210a6afd/dep-lib-structopt' from root:root to runner:runner
2025-08-20T20:51:47.4805431Z [00:03:27.152]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/structopt-90fca16f210a6afd' from root:root to runner:runner
2025-08-20T20:51:47.4806351Z [00:03:27.152]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ryu-509bfb8d70740a1d/dep-lib-ryu' from root:root to runner:runner
2025-08-20T20:51:47.4807364Z [00:03:27.152]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ryu-509bfb8d70740a1d/lib-ryu' from root:root to runner:runner
2025-08-20T20:51:47.4808322Z [00:03:27.152]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ryu-509bfb8d70740a1d/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.4809242Z [00:03:27.152]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ryu-509bfb8d70740a1d/lib-ryu.json' from root:root to runner:runner
2025-08-20T20:51:47.4810204Z [00:03:27.152]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ryu-509bfb8d70740a1d' from root:root to runner:runner
2025-08-20T20:51:47.4811129Z [00:03:27.152]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-055fae97edde99fe/lib-regex' from root:root to runner:runner
2025-08-20T20:51:47.4812091Z [00:03:27.152]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-055fae97edde99fe/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.4813028Z [00:03:27.152]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-055fae97edde99fe/dep-lib-regex' from root:root to runner:runner
2025-08-20T20:51:47.4813974Z [00:03:27.152]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-055fae97edde99fe/lib-regex.json' from root:root to runner:runner
2025-08-20T20:51:47.4814971Z [00:03:27.152]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-055fae97edde99fe' from root:root to runner:runner
2025-08-20T20:51:47.4815953Z [00:03:27.152]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/openssl-sys-8d2f2eb055078b9c/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.4816945Z [00:03:27.152]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/openssl-sys-8d2f2eb055078b9c/lib-openssl_sys.json' from root:root to runner:runner
2025-08-20T20:51:47.4817932Z [00:03:27.152]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/openssl-sys-8d2f2eb055078b9c/dep-lib-openssl_sys' from root:root to runner:runner
2025-08-20T20:51:47.4818915Z [00:03:27.152]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/openssl-sys-8d2f2eb055078b9c/lib-openssl_sys' from root:root to runner:runner
2025-08-20T20:51:47.4819909Z [00:03:27.152]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/openssl-sys-8d2f2eb055078b9c' from root:root to runner:runner
2025-08-20T20:51:47.4821256Z [00:03:27.153]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/percent-encoding-a995dced42a03db2/lib-percent_encoding.json' from root:root to runner:runner
2025-08-20T20:51:47.4822296Z [00:03:27.153]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/percent-encoding-a995dced42a03db2/lib-percent_encoding' from root:root to runner:runner
2025-08-20T20:51:47.4823307Z [00:03:27.153]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/percent-encoding-a995dced42a03db2/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.4824337Z [00:03:27.153]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/percent-encoding-a995dced42a03db2/dep-lib-percent_encoding' from root:root to runner:runner
2025-08-20T20:51:47.4825276Z [00:03:27.153]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/percent-encoding-a995dced42a03db2' from root:root to runner:runner
2025-08-20T20:51:47.4826272Z [00:03:27.153]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/openssl-probe-fec3caf83fa09ae2/lib-openssl_probe' from root:root to runner:runner
2025-08-20T20:51:47.4827281Z [00:03:27.153]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/openssl-probe-fec3caf83fa09ae2/dep-lib-openssl_probe' from root:root to runner:runner
2025-08-20T20:51:47.4828270Z [00:03:27.153]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/openssl-probe-fec3caf83fa09ae2/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.4829388Z [00:03:27.153]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/openssl-probe-fec3caf83fa09ae2/lib-openssl_probe.json' from root:root to runner:runner
2025-08-20T20:51:47.4830411Z [00:03:27.153]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/openssl-probe-fec3caf83fa09ae2' from root:root to runner:runner
2025-08-20T20:51:47.4831504Z [00:03:27.153]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-6c80423cc06c830d/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T20:51:47.4832569Z [00:03:27.153]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-6c80423cc06c830d/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:51:47.4833457Z [00:03:27.153]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-6c80423cc06c830d' from root:root to runner:runner
2025-08-20T20:51:47.4834526Z [00:03:27.153]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-normalization-716675513731be5e/lib-unicode_normalization' from root:root to runner:runner
2025-08-20T20:51:47.4835666Z [00:03:27.153]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-normalization-716675513731be5e/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.4836766Z [00:03:27.153]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-normalization-716675513731be5e/dep-lib-unicode_normalization' from root:root to runner:runner
2025-08-20T20:51:47.4837845Z [00:03:27.153]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-normalization-716675513731be5e/lib-unicode_normalization.json' from root:root to runner:runner
2025-08-20T20:51:47.4838795Z [00:03:27.153]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-normalization-716675513731be5e' from root:root to runner:runner
2025-08-20T20:51:47.4839900Z [00:03:27.153]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/resolv-conf-96d38002a8f66e5d/dep-lib-resolv_conf' from root:root to runner:runner
2025-08-20T20:51:47.4841115Z [00:03:27.153]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/resolv-conf-96d38002a8f66e5d/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.4842655Z [00:03:27.153]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/resolv-conf-96d38002a8f66e5d/lib-resolv_conf.json' from root:root to runner:runner
2025-08-20T20:51:47.4844566Z [00:03:27.153]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/resolv-conf-96d38002a8f66e5d/lib-resolv_conf' from root:root to runner:runner
2025-08-20T20:51:47.4846147Z [00:03:27.153]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/resolv-conf-96d38002a8f66e5d' from root:root to runner:runner
2025-08-20T20:51:47.4848089Z [00:03:27.153]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/slab-d95565e4a8b61a0f/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T20:51:47.4850190Z [00:03:27.153]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/slab-d95565e4a8b61a0f/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:51:47.4851838Z [00:03:27.153]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/slab-d95565e4a8b61a0f' from root:root to runner:runner
2025-08-20T20:51:47.4853403Z [00:03:27.153]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gip-fbf2f0a064c144f9/dep-bin-gip' from root:root to runner:runner
2025-08-20T20:51:47.4854356Z [00:03:27.153]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gip-fbf2f0a064c144f9/bin-gip' from root:root to runner:runner
2025-08-20T20:51:47.4855502Z [00:03:27.153]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gip-fbf2f0a064c144f9/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.4856435Z [00:03:27.153]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gip-fbf2f0a064c144f9/bin-gip.json' from root:root to runner:runner
2025-08-20T20:51:47.4857305Z [00:03:27.153]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gip-fbf2f0a064c144f9' from root:root to runner:runner
2025-08-20T20:51:47.4858215Z [00:03:27.153]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fnv-7cc5609647fd48ac/lib-fnv' from root:root to runner:runner
2025-08-20T20:51:47.4859171Z [00:03:27.153]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fnv-7cc5609647fd48ac/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.4860351Z [00:03:27.153]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fnv-7cc5609647fd48ac/dep-lib-fnv' from root:root to runner:runner
2025-08-20T20:51:47.4861286Z [00:03:27.153]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fnv-7cc5609647fd48ac/lib-fnv.json' from root:root to runner:runner
2025-08-20T20:51:47.4862316Z [00:03:27.153]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fnv-7cc5609647fd48ac' from root:root to runner:runner
2025-08-20T20:51:47.4863273Z [00:03:27.153]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hashbrown-1e0e1bb8de4a7b13/lib-hashbrown' from root:root to runner:runner
2025-08-20T20:51:47.4864250Z [00:03:27.153]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hashbrown-1e0e1bb8de4a7b13/lib-hashbrown.json' from root:root to runner:runner
2025-08-20T20:51:47.4865226Z [00:03:27.153]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hashbrown-1e0e1bb8de4a7b13/dep-lib-hashbrown' from root:root to runner:runner
2025-08-20T20:51:47.4866197Z [00:03:27.153]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hashbrown-1e0e1bb8de4a7b13/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.4867087Z [00:03:27.153]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hashbrown-1e0e1bb8de4a7b13' from root:root to runner:runner
2025-08-20T20:51:47.4868061Z [00:03:27.153]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_writer-892fe5ab5f5215ca/lib-toml_writer.json' from root:root to runner:runner
2025-08-20T20:51:47.4869144Z [00:03:27.153]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_writer-892fe5ab5f5215ca/lib-toml_writer' from root:root to runner:runner
2025-08-20T20:51:47.4870233Z [00:03:27.153]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_writer-892fe5ab5f5215ca/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.4871212Z [00:03:27.153]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_writer-892fe5ab5f5215ca/dep-lib-toml_writer' from root:root to runner:runner
2025-08-20T20:51:47.4872113Z [00:03:27.153]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_writer-892fe5ab5f5215ca' from root:root to runner:runner
2025-08-20T20:51:47.4873035Z [00:03:27.153]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/mio-b579ca2a252ed26e/lib-mio.json' from root:root to runner:runner
2025-08-20T20:51:47.4873943Z [00:03:27.153]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/mio-b579ca2a252ed26e/dep-lib-mio' from root:root to runner:runner
2025-08-20T20:51:47.4874874Z [00:03:27.153]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/mio-b579ca2a252ed26e/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.4875898Z [00:03:27.153]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/mio-b579ca2a252ed26e/lib-mio' from root:root to runner:runner
2025-08-20T20:51:47.4876761Z [00:03:27.154]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/mio-b579ca2a252ed26e' from root:root to runner:runner
2025-08-20T20:51:47.4877733Z [00:03:27.154]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lazy_static-a76e57ddeaa42a0c/lib-lazy_static.json' from root:root to runner:runner
2025-08-20T20:51:47.4878703Z [00:03:27.154]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lazy_static-a76e57ddeaa42a0c/lib-lazy_static' from root:root to runner:runner
2025-08-20T20:51:47.4879677Z [00:03:27.154]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lazy_static-a76e57ddeaa42a0c/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.4880757Z [00:03:27.154]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lazy_static-a76e57ddeaa42a0c/dep-lib-lazy_static' from root:root to runner:runner
2025-08-20T20:51:47.4881643Z [00:03:27.154]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lazy_static-a76e57ddeaa42a0c' from root:root to runner:runner
2025-08-20T20:51:47.4882723Z [00:03:27.154]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand_core-ad8d8da2c4390e4f/dep-lib-rand_core' from root:root to runner:runner
2025-08-20T20:51:47.4883687Z [00:03:27.154]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand_core-ad8d8da2c4390e4f/lib-rand_core' from root:root to runner:runner
2025-08-20T20:51:47.4884643Z [00:03:27.154]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand_core-ad8d8da2c4390e4f/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.4885609Z [00:03:27.154]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand_core-ad8d8da2c4390e4f/lib-rand_core.json' from root:root to runner:runner
2025-08-20T20:51:47.4886494Z [00:03:27.154]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand_core-ad8d8da2c4390e4f' from root:root to runner:runner
2025-08-20T20:51:47.4887489Z [00:03:27.154]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot-6df456e6650fcfe1/dep-lib-parking_lot' from root:root to runner:runner
2025-08-20T20:51:47.4888463Z [00:03:27.154]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot-6df456e6650fcfe1/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.4889541Z [00:03:27.154]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot-6df456e6650fcfe1/lib-parking_lot' from root:root to runner:runner
2025-08-20T20:51:47.4890622Z [00:03:27.154]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot-6df456e6650fcfe1/lib-parking_lot.json' from root:root to runner:runner
2025-08-20T20:51:47.4891513Z [00:03:27.154]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot-6df456e6650fcfe1' from root:root to runner:runner
2025-08-20T20:51:47.4892483Z [00:03:27.154]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/match_cfg-4b69951735a51813/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.4893445Z [00:03:27.154]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/match_cfg-4b69951735a51813/dep-lib-match_cfg' from root:root to runner:runner
2025-08-20T20:51:47.4894395Z [00:03:27.154]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/match_cfg-4b69951735a51813/lib-match_cfg.json' from root:root to runner:runner
2025-08-20T20:51:47.4895332Z [00:03:27.154]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/match_cfg-4b69951735a51813/lib-match_cfg' from root:root to runner:runner
2025-08-20T20:51:47.4896333Z [00:03:27.154]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/match_cfg-4b69951735a51813' from root:root to runner:runner
2025-08-20T20:51:47.4897294Z [00:03:27.154]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cfg-if-ad922fe68dc3537f/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.4898211Z [00:03:27.154]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cfg-if-ad922fe68dc3537f/lib-cfg_if' from root:root to runner:runner
2025-08-20T20:51:47.4899160Z [00:03:27.154]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cfg-if-ad922fe68dc3537f/dep-lib-cfg_if' from root:root to runner:runner
2025-08-20T20:51:47.4900277Z [00:03:27.154]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cfg-if-ad922fe68dc3537f/lib-cfg_if.json' from root:root to runner:runner
2025-08-20T20:51:47.4901159Z [00:03:27.154]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cfg-if-ad922fe68dc3537f' from root:root to runner:runner
2025-08-20T20:51:47.4902238Z [00:03:27.154]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zerocopy-fc4b6037a02d3d29/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T20:51:47.4903440Z [00:03:27.154]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zerocopy-fc4b6037a02d3d29/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:51:47.4904331Z [00:03:27.154]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zerocopy-fc4b6037a02d3d29' from root:root to runner:runner
2025-08-20T20:51:47.4905326Z [00:03:27.154]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lock_api-dd72e6f1c3b668b5/lib-lock_api.json' from root:root to runner:runner
2025-08-20T20:51:47.4906286Z [00:03:27.154]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lock_api-dd72e6f1c3b668b5/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.4907241Z [00:03:27.154]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lock_api-dd72e6f1c3b668b5/dep-lib-lock_api' from root:root to runner:runner
2025-08-20T20:51:47.4908168Z [00:03:27.154]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lock_api-dd72e6f1c3b668b5/lib-lock_api' from root:root to runner:runner
2025-08-20T20:51:47.4909085Z [00:03:27.155]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lock_api-dd72e6f1c3b668b5' from root:root to runner:runner
2025-08-20T20:51:47.4910343Z [00:03:27.155]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pin-utils-327e87f8993c05ae/lib-pin_utils.json' from root:root to runner:runner
2025-08-20T20:51:47.4911325Z [00:03:27.155]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pin-utils-327e87f8993c05ae/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.4912275Z [00:03:27.155]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pin-utils-327e87f8993c05ae/lib-pin_utils' from root:root to runner:runner
2025-08-20T20:51:47.4913240Z [00:03:27.155]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pin-utils-327e87f8993c05ae/dep-lib-pin_utils' from root:root to runner:runner
2025-08-20T20:51:47.4914134Z [00:03:27.155]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pin-utils-327e87f8993c05ae' from root:root to runner:runner
2025-08-20T20:51:47.4915295Z [00:03:27.155]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hyper-295290e03b883a1d/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.4916259Z [00:03:27.155]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hyper-295290e03b883a1d/lib-hyper.json' from root:root to runner:runner
2025-08-20T20:51:47.4917577Z [00:03:27.155]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hyper-295290e03b883a1d/dep-lib-hyper' from root:root to runner:runner
2025-08-20T20:51:47.4918513Z [00:03:27.155]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hyper-295290e03b883a1d/lib-hyper' from root:root to runner:runner
2025-08-20T20:51:47.4919388Z [00:03:27.155]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hyper-295290e03b883a1d' from root:root to runner:runner
2025-08-20T20:51:47.4920462Z [00:03:27.155]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/h2-8dab096807d5e7e0/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.4921371Z [00:03:27.155]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/h2-8dab096807d5e7e0/lib-h2' from root:root to runner:runner
2025-08-20T20:51:47.4922283Z [00:03:27.155]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/h2-8dab096807d5e7e0/lib-h2.json' from root:root to runner:runner
2025-08-20T20:51:47.4923182Z [00:03:27.155]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/h2-8dab096807d5e7e0/dep-lib-h2' from root:root to runner:runner
2025-08-20T20:51:47.4924186Z [00:03:27.155]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/h2-8dab096807d5e7e0' from root:root to runner:runner
2025-08-20T20:51:47.4925317Z [00:03:27.155]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-channel-dfb0bd8a7da034a5/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T20:51:47.4926407Z [00:03:27.155]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-channel-dfb0bd8a7da034a5/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:51:47.4927334Z [00:03:27.155]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-channel-dfb0bd8a7da034a5' from root:root to runner:runner
2025-08-20T20:51:47.4928299Z [00:03:27.155]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/http-ad4f3aeb4e1223fd/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.4929217Z [00:03:27.155]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/http-ad4f3aeb4e1223fd/lib-http' from root:root to runner:runner
2025-08-20T20:51:47.4930237Z [00:03:27.155]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/http-ad4f3aeb4e1223fd/dep-lib-http' from root:root to runner:runner
2025-08-20T20:51:47.4931174Z [00:03:27.155]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/http-ad4f3aeb4e1223fd/lib-http.json' from root:root to runner:runner
2025-08-20T20:51:47.4932177Z [00:03:27.155]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/http-ad4f3aeb4e1223fd' from root:root to runner:runner
2025-08-20T20:51:47.4933141Z [00:03:27.155]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zeroize-9ff2ed902bd6bd57/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.4934098Z [00:03:27.155]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zeroize-9ff2ed902bd6bd57/lib-zeroize' from root:root to runner:runner
2025-08-20T20:51:47.4935065Z [00:03:27.155]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zeroize-9ff2ed902bd6bd57/dep-lib-zeroize' from root:root to runner:runner
2025-08-20T20:51:47.4936026Z [00:03:27.155]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zeroize-9ff2ed902bd6bd57/lib-zeroize.json' from root:root to runner:runner
2025-08-20T20:51:47.4936911Z [00:03:27.155]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zeroize-9ff2ed902bd6bd57' from root:root to runner:runner
2025-08-20T20:51:47.4938103Z [00:03:27.155]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/openssl-ee661149543c80a0/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T20:51:47.4939161Z [00:03:27.155]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/openssl-ee661149543c80a0/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:51:47.4940264Z [00:03:27.155]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/openssl-ee661149543c80a0' from root:root to runner:runner
2025-08-20T20:51:47.4941269Z [00:03:27.155]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-a5825333d5fcb39b/dep-lib-getrandom' from root:root to runner:runner
2025-08-20T20:51:47.4942243Z [00:03:27.155]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-a5825333d5fcb39b/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.4943194Z [00:03:27.156]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-a5825333d5fcb39b/lib-getrandom' from root:root to runner:runner
2025-08-20T20:51:47.4944159Z [00:03:27.156]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-a5825333d5fcb39b/lib-getrandom.json' from root:root to runner:runner
2025-08-20T20:51:47.4945056Z [00:03:27.156]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-a5825333d5fcb39b' from root:root to runner:runner
2025-08-20T20:51:47.4946189Z [00:03:27.156]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/linked-hash-map-8f661f202569b569/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.4947189Z [00:03:27.156]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/linked-hash-map-8f661f202569b569/lib-linked_hash_map' from root:root to runner:runner
2025-08-20T20:51:47.4948217Z [00:03:27.156]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/linked-hash-map-8f661f202569b569/lib-linked_hash_map.json' from root:root to runner:runner
2025-08-20T20:51:47.4949233Z [00:03:27.156]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/linked-hash-map-8f661f202569b569/dep-lib-linked_hash_map' from root:root to runner:runner
2025-08-20T20:51:47.4950261Z [00:03:27.156]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/linked-hash-map-8f661f202569b569' from root:root to runner:runner
2025-08-20T20:51:47.4951235Z [00:03:27.156]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/indexmap-baeffcbfcac10e94/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.4952325Z [00:03:27.156]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/indexmap-baeffcbfcac10e94/lib-indexmap.json' from root:root to runner:runner
2025-08-20T20:51:47.4953290Z [00:03:27.156]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/indexmap-baeffcbfcac10e94/dep-lib-indexmap' from root:root to runner:runner
2025-08-20T20:51:47.4954230Z [00:03:27.156]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/indexmap-baeffcbfcac10e94/lib-indexmap' from root:root to runner:runner
2025-08-20T20:51:47.4955131Z [00:03:27.156]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/indexmap-baeffcbfcac10e94' from root:root to runner:runner
2025-08-20T20:51:47.4956120Z [00:03:27.156]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_parser-0fd11076ae604d8a/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.4957096Z [00:03:27.156]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_parser-0fd11076ae604d8a/dep-lib-toml_parser' from root:root to runner:runner
2025-08-20T20:51:47.4958078Z [00:03:27.156]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_parser-0fd11076ae604d8a/lib-toml_parser.json' from root:root to runner:runner
2025-08-20T20:51:47.4959166Z [00:03:27.156]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_parser-0fd11076ae604d8a/lib-toml_parser' from root:root to runner:runner
2025-08-20T20:51:47.4960166Z [00:03:27.156]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_parser-0fd11076ae604d8a' from root:root to runner:runner
2025-08-20T20:51:47.4961197Z [00:03:27.156]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-pki-types-26359f1b6191537f/dep-lib-rustls_pki_types' from root:root to runner:runner
2025-08-20T20:51:47.4962210Z [00:03:27.156]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-pki-types-26359f1b6191537f/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.4963245Z [00:03:27.156]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-pki-types-26359f1b6191537f/lib-rustls_pki_types.json' from root:root to runner:runner
2025-08-20T20:51:47.4964252Z [00:03:27.156]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-pki-types-26359f1b6191537f/lib-rustls_pki_types' from root:root to runner:runner
2025-08-20T20:51:47.4965353Z [00:03:27.156]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-pki-types-26359f1b6191537f' from root:root to runner:runner
2025-08-20T20:51:47.4966545Z [00:03:27.156]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-util-2e976d37fd40b8b7/lib-tokio_util' from root:root to runner:runner
2025-08-20T20:51:47.4967543Z [00:03:27.156]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-util-2e976d37fd40b8b7/dep-lib-tokio_util' from root:root to runner:runner
2025-08-20T20:51:47.4968522Z [00:03:27.156]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-util-2e976d37fd40b8b7/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.4969523Z [00:03:27.156]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-util-2e976d37fd40b8b7/lib-tokio_util.json' from root:root to runner:runner
2025-08-20T20:51:47.4970738Z [00:03:27.156]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-util-2e976d37fd40b8b7' from root:root to runner:runner
2025-08-20T20:51:47.4971718Z [00:03:27.156]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/socket2-6f97214ef411d7a5/lib-socket2' from root:root to runner:runner
2025-08-20T20:51:47.4972712Z [00:03:27.156]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/socket2-6f97214ef411d7a5/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.4973830Z [00:03:27.156]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/socket2-6f97214ef411d7a5/dep-lib-socket2' from root:root to runner:runner
2025-08-20T20:51:47.4974783Z [00:03:27.156]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/socket2-6f97214ef411d7a5/lib-socket2.json' from root:root to runner:runner
2025-08-20T20:51:47.4975667Z [00:03:27.157]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/socket2-6f97214ef411d7a5' from root:root to runner:runner
2025-08-20T20:51:47.4976701Z [00:03:27.157]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pin-project-lite-6ed75a437064983e/lib-pin_project_lite.json' from root:root to runner:runner
2025-08-20T20:51:47.4977733Z [00:03:27.157]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pin-project-lite-6ed75a437064983e/dep-lib-pin_project_lite' from root:root to runner:runner
2025-08-20T20:51:47.4978742Z [00:03:27.157]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pin-project-lite-6ed75a437064983e/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.4980061Z [00:03:27.157]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pin-project-lite-6ed75a437064983e/lib-pin_project_lite' from root:root to runner:runner
2025-08-20T20:51:47.4981061Z [00:03:27.157]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pin-project-lite-6ed75a437064983e' from root:root to runner:runner
2025-08-20T20:51:47.4982070Z [00:03:27.157]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_datetime-9d6ad02847cc40da/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.4983299Z [00:03:27.157]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_datetime-9d6ad02847cc40da/dep-lib-toml_datetime' from root:root to runner:runner
2025-08-20T20:51:47.4984804Z [00:03:27.157]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_datetime-9d6ad02847cc40da/lib-toml_datetime.json' from root:root to runner:runner
2025-08-20T20:51:47.4986037Z [00:03:27.157]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_datetime-9d6ad02847cc40da/lib-toml_datetime' from root:root to runner:runner
2025-08-20T20:51:47.4986961Z [00:03:27.157]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_datetime-9d6ad02847cc40da' from root:root to runner:runner
2025-08-20T20:51:47.4987932Z [00:03:27.157]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/try-lock-e5d0a016936c64b8/dep-lib-try_lock' from root:root to runner:runner
2025-08-20T20:51:47.4989025Z [00:03:27.157]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/try-lock-e5d0a016936c64b8/lib-try_lock' from root:root to runner:runner
2025-08-20T20:51:47.4990106Z [00:03:27.157]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/try-lock-e5d0a016936c64b8/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.4991073Z [00:03:27.157]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/try-lock-e5d0a016936c64b8/lib-try_lock.json' from root:root to runner:runner
2025-08-20T20:51:47.4991985Z [00:03:27.157]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/try-lock-e5d0a016936c64b8' from root:root to runner:runner
2025-08-20T20:51:47.4992883Z [00:03:27.157]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/log-a2f999e5f57fe5b6/lib-log' from root:root to runner:runner
2025-08-20T20:51:47.4993800Z [00:03:27.157]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/log-a2f999e5f57fe5b6/dep-lib-log' from root:root to runner:runner
2025-08-20T20:51:47.4994855Z [00:03:27.157]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/log-a2f999e5f57fe5b6/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.4995783Z [00:03:27.157]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/log-a2f999e5f57fe5b6/lib-log.json' from root:root to runner:runner
2025-08-20T20:51:47.4996650Z [00:03:27.157]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/log-a2f999e5f57fe5b6' from root:root to runner:runner
2025-08-20T20:51:47.4997698Z [00:03:27.157]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/trust-dns-resolver-4287aa4bec06fc24/lib-trust_dns_resolver.json' from root:root to runner:runner
2025-08-20T20:51:47.4998719Z [00:03:27.157]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/trust-dns-resolver-4287aa4bec06fc24/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.4999768Z [00:03:27.157]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/trust-dns-resolver-4287aa4bec06fc24/dep-lib-trust_dns_resolver' from root:root to runner:runner
2025-08-20T20:51:47.5000890Z [00:03:27.157]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/trust-dns-resolver-4287aa4bec06fc24/lib-trust_dns_resolver' from root:root to runner:runner
2025-08-20T20:51:47.5001830Z [00:03:27.157]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/trust-dns-resolver-4287aa4bec06fc24' from root:root to runner:runner
2025-08-20T20:51:47.5003051Z [00:03:27.157]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot_core-f9abec1d515c964b/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T20:51:47.5004121Z [00:03:27.157]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot_core-f9abec1d515c964b/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:51:47.5005074Z [00:03:27.157]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot_core-f9abec1d515c964b' from root:root to runner:runner
2025-08-20T20:51:47.5006077Z [00:03:27.157]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/aho-corasick-fa4ad84ae97ea926/lib-aho_corasick.json' from root:root to runner:runner
2025-08-20T20:51:47.5007059Z [00:03:27.157]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/aho-corasick-fa4ad84ae97ea926/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.5008038Z [00:03:27.157]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/aho-corasick-fa4ad84ae97ea926/lib-aho_corasick' from root:root to runner:runner
2025-08-20T20:51:47.5009140Z [00:03:27.157]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/aho-corasick-fa4ad84ae97ea926/dep-lib-aho_corasick' from root:root to runner:runner
2025-08-20T20:51:47.5010167Z [00:03:27.158]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/aho-corasick-fa4ad84ae97ea926' from root:root to runner:runner
2025-08-20T20:51:47.5011211Z [00:03:27.158]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-channel-e609f3151adadee9/dep-lib-futures_channel' from root:root to runner:runner
2025-08-20T20:51:47.5012245Z [00:03:27.158]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-channel-e609f3151adadee9/lib-futures_channel.json' from root:root to runner:runner
2025-08-20T20:51:47.5013251Z [00:03:27.158]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-channel-e609f3151adadee9/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.5014255Z [00:03:27.158]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-channel-e609f3151adadee9/lib-futures_channel' from root:root to runner:runner
2025-08-20T20:51:47.5015186Z [00:03:27.158]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-channel-e609f3151adadee9' from root:root to runner:runner
2025-08-20T20:51:47.5016256Z [00:03:27.158]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/want-3a71478661cd9b85/dep-lib-want' from root:root to runner:runner
2025-08-20T20:51:47.5017190Z [00:03:27.158]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/want-3a71478661cd9b85/lib-want.json' from root:root to runner:runner
2025-08-20T20:51:47.5018141Z [00:03:27.158]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/want-3a71478661cd9b85/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.5019051Z [00:03:27.158]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/want-3a71478661cd9b85/lib-want' from root:root to runner:runner
2025-08-20T20:51:47.5020062Z [00:03:27.158]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/want-3a71478661cd9b85' from root:root to runner:runner
2025-08-20T20:51:47.5021185Z [00:03:27.158]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/openssl-sys-eb3a4d2d7702dc19/run-build-script-build-script-main' from root:root to runner:runner
2025-08-20T20:51:47.5022269Z [00:03:27.158]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/openssl-sys-eb3a4d2d7702dc19/run-build-script-build-script-main.json' from root:root to runner:runner
2025-08-20T20:51:47.5023347Z [00:03:27.158]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/openssl-sys-eb3a4d2d7702dc19' from root:root to runner:runner
2025-08-20T20:51:47.5024318Z [00:03:27.158]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tower-http-42100e6f23b5746c/lib-tower_http' from root:root to runner:runner
2025-08-20T20:51:47.5025292Z [00:03:27.158]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tower-http-42100e6f23b5746c/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.5026271Z [00:03:27.158]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tower-http-42100e6f23b5746c/dep-lib-tower_http' from root:root to runner:runner
2025-08-20T20:51:47.5027250Z [00:03:27.158]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tower-http-42100e6f23b5746c/lib-tower_http.json' from root:root to runner:runner
2025-08-20T20:51:47.5028139Z [00:03:27.158]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tower-http-42100e6f23b5746c' from root:root to runner:runner
2025-08-20T20:51:47.5029123Z [00:03:27.158]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/option-ext-dd7fd95bf387f8ef/lib-option_ext.json' from root:root to runner:runner
2025-08-20T20:51:47.5030345Z [00:03:27.158]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/option-ext-dd7fd95bf387f8ef/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.5031313Z [00:03:27.158]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/option-ext-dd7fd95bf387f8ef/lib-option_ext' from root:root to runner:runner
2025-08-20T20:51:47.5032281Z [00:03:27.158]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/option-ext-dd7fd95bf387f8ef/dep-lib-option_ext' from root:root to runner:runner
2025-08-20T20:51:47.5033184Z [00:03:27.158]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/option-ext-dd7fd95bf387f8ef' from root:root to runner:runner
2025-08-20T20:51:47.5034481Z [00:03:27.158]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lock_api-1e5011ef19e5cc44/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T20:51:47.5035546Z [00:03:27.158]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lock_api-1e5011ef19e5cc44/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:51:47.5036431Z [00:03:27.158]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lock_api-1e5011ef19e5cc44' from root:root to runner:runner
2025-08-20T20:51:47.5037590Z [00:03:27.158]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_urlencoded-3c9f5695df710470/dep-lib-serde_urlencoded' from root:root to runner:runner
2025-08-20T20:51:47.5038770Z [00:03:27.158]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_urlencoded-3c9f5695df710470/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.5039894Z [00:03:27.158]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_urlencoded-3c9f5695df710470/lib-serde_urlencoded' from root:root to runner:runner
2025-08-20T20:51:47.5040939Z [00:03:27.158]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_urlencoded-3c9f5695df710470/lib-serde_urlencoded.json' from root:root to runner:runner
2025-08-20T20:51:47.5041867Z [00:03:27.158]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_urlencoded-3c9f5695df710470' from root:root to runner:runner
2025-08-20T20:51:47.5042805Z [00:03:27.159]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/openssl-b5ce2583841e9dc6/lib-openssl' from root:root to runner:runner
2025-08-20T20:51:47.5043775Z [00:03:27.159]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/openssl-b5ce2583841e9dc6/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.5044868Z [00:03:27.159]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/openssl-b5ce2583841e9dc6/dep-lib-openssl' from root:root to runner:runner
2025-08-20T20:51:47.5045825Z [00:03:27.159]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/openssl-b5ce2583841e9dc6/lib-openssl.json' from root:root to runner:runner
2025-08-20T20:51:47.5046701Z [00:03:27.159]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/openssl-b5ce2583841e9dc6' from root:root to runner:runner
2025-08-20T20:51:47.5047676Z [00:03:27.159]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/textwrap-82dc75c7298a9e85/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.5048642Z [00:03:27.159]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/textwrap-82dc75c7298a9e85/dep-lib-textwrap' from root:root to runner:runner
2025-08-20T20:51:47.5049588Z [00:03:27.159]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/textwrap-82dc75c7298a9e85/lib-textwrap' from root:root to runner:runner
2025-08-20T20:51:47.5050803Z [00:03:27.159]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/textwrap-82dc75c7298a9e85/lib-textwrap.json' from root:root to runner:runner
2025-08-20T20:51:47.5052355Z [00:03:27.159]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/textwrap-82dc75c7298a9e85' from root:root to runner:runner
2025-08-20T20:51:47.5053612Z [00:03:27.159]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot_core-e5323d76c1a79873/dep-lib-parking_lot_core' from root:root to runner:runner
2025-08-20T20:51:47.5054687Z [00:03:27.159]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot_core-e5323d76c1a79873/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.5055732Z [00:03:27.159]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot_core-e5323d76c1a79873/lib-parking_lot_core.json' from root:root to runner:runner
2025-08-20T20:51:47.5056768Z [00:03:27.159]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot_core-e5323d76c1a79873/lib-parking_lot_core' from root:root to runner:runner
2025-08-20T20:51:47.5057695Z [00:03:27.159]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot_core-e5323d76c1a79873' from root:root to runner:runner
2025-08-20T20:51:47.5058702Z [00:03:27.159]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tower-service-5f3ec94338e5b675/lib-tower_service' from root:root to runner:runner
2025-08-20T20:51:47.5060075Z [00:03:27.159]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tower-service-5f3ec94338e5b675/dep-lib-tower_service' from root:root to runner:runner
2025-08-20T20:51:47.5061166Z [00:03:27.159]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tower-service-5f3ec94338e5b675/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.5062177Z [00:03:27.159]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tower-service-5f3ec94338e5b675/lib-tower_service.json' from root:root to runner:runner
2025-08-20T20:51:47.5063103Z [00:03:27.159]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tower-service-5f3ec94338e5b675' from root:root to runner:runner
2025-08-20T20:51:47.5064032Z [00:03:27.159]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap-3d7fc944c0e3cdbe/dep-lib-clap' from root:root to runner:runner
2025-08-20T20:51:47.5064979Z [00:03:27.159]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap-3d7fc944c0e3cdbe/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.5066053Z [00:03:27.159]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap-3d7fc944c0e3cdbe/lib-clap.json' from root:root to runner:runner
2025-08-20T20:51:47.5066979Z [00:03:27.159]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap-3d7fc944c0e3cdbe/lib-clap' from root:root to runner:runner
2025-08-20T20:51:47.5067841Z [00:03:27.159]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap-3d7fc944c0e3cdbe' from root:root to runner:runner
2025-08-20T20:51:47.5068805Z [00:03:27.159]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dirs-sys-4174b561be733dd2/dep-lib-dirs_sys' from root:root to runner:runner
2025-08-20T20:51:47.5069783Z [00:03:27.159]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dirs-sys-4174b561be733dd2/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.5070853Z [00:03:27.159]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dirs-sys-4174b561be733dd2/lib-dirs_sys.json' from root:root to runner:runner
2025-08-20T20:51:47.5071790Z [00:03:27.159]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dirs-sys-4174b561be733dd2/lib-dirs_sys' from root:root to runner:runner
2025-08-20T20:51:47.5072675Z [00:03:27.159]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dirs-sys-4174b561be733dd2' from root:root to runner:runner
2025-08-20T20:51:47.5073726Z [00:03:27.159]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml-5f54dd42ab96f447/dep-lib-toml' from root:root to runner:runner
2025-08-20T20:51:47.5074628Z [00:03:27.159]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml-5f54dd42ab96f447/lib-toml' from root:root to runner:runner
2025-08-20T20:51:47.5075572Z [00:03:27.159]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml-5f54dd42ab96f447/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.5076500Z [00:03:27.160]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml-5f54dd42ab96f447/lib-toml.json' from root:root to runner:runner
2025-08-20T20:51:47.5077375Z [00:03:27.160]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml-5f54dd42ab96f447' from root:root to runner:runner
2025-08-20T20:51:47.5078354Z [00:03:27.160]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-core-42e5d85406658ee0/lib-tracing_core' from root:root to runner:runner
2025-08-20T20:51:47.5079450Z [00:03:27.160]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-core-42e5d85406658ee0/dep-lib-tracing_core' from root:root to runner:runner
2025-08-20T20:51:47.5080540Z [00:03:27.160]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-core-42e5d85406658ee0/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.5081532Z [00:03:27.160]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-core-42e5d85406658ee0/lib-tracing_core.json' from root:root to runner:runner
2025-08-20T20:51:47.5082431Z [00:03:27.160]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-core-42e5d85406658ee0' from root:root to runner:runner
2025-08-20T20:51:47.5083406Z [00:03:27.160]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hyper-tls-71c9f04090b3e392/dep-lib-hyper_tls' from root:root to runner:runner
2025-08-20T20:51:47.5084375Z [00:03:27.160]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hyper-tls-71c9f04090b3e392/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.5085326Z [00:03:27.160]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hyper-tls-71c9f04090b3e392/lib-hyper_tls' from root:root to runner:runner
2025-08-20T20:51:47.5086294Z [00:03:27.160]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hyper-tls-71c9f04090b3e392/lib-hyper_tls.json' from root:root to runner:runner
2025-08-20T20:51:47.5087309Z [00:03:27.160]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hyper-tls-71c9f04090b3e392' from root:root to runner:runner
2025-08-20T20:51:47.5088260Z [00:03:27.160]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-420cee5c88c1309f/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.5089178Z [00:03:27.160]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-420cee5c88c1309f/lib-libc' from root:root to runner:runner
2025-08-20T20:51:47.5090205Z [00:03:27.160]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-420cee5c88c1309f/dep-lib-libc' from root:root to runner:runner
2025-08-20T20:51:47.5091138Z [00:03:27.160]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-420cee5c88c1309f/lib-libc.json' from root:root to runner:runner
2025-08-20T20:51:47.5092007Z [00:03:27.160]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-420cee5c88c1309f' from root:root to runner:runner
2025-08-20T20:51:47.5093061Z [00:03:27.160]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/mime-3b2f1791f4355644/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.5094001Z [00:03:27.160]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/mime-3b2f1791f4355644/dep-lib-mime' from root:root to runner:runner
2025-08-20T20:51:47.5094929Z [00:03:27.160]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/mime-3b2f1791f4355644/lib-mime.json' from root:root to runner:runner
2025-08-20T20:51:47.5095826Z [00:03:27.160]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/mime-3b2f1791f4355644/lib-mime' from root:root to runner:runner
2025-08-20T20:51:47.5096702Z [00:03:27.160]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/mime-3b2f1791f4355644' from root:root to runner:runner
2025-08-20T20:51:47.5097644Z [00:03:27.160]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memchr-3157d788629a9fc7/dep-lib-memchr' from root:root to runner:runner
2025-08-20T20:51:47.5098587Z [00:03:27.160]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memchr-3157d788629a9fc7/lib-memchr.json' from root:root to runner:runner
2025-08-20T20:51:47.5099545Z [00:03:27.160]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memchr-3157d788629a9fc7/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.5101004Z [00:03:27.160]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memchr-3157d788629a9fc7/lib-memchr' from root:root to runner:runner
2025-08-20T20:51:47.5101919Z [00:03:27.160]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memchr-3157d788629a9fc7' from root:root to runner:runner
2025-08-20T20:51:47.5102861Z [00:03:27.160]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/base64-0f1f1b3d42d4576d/dep-lib-base64' from root:root to runner:runner
2025-08-20T20:51:47.5103818Z [00:03:27.160]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/base64-0f1f1b3d42d4576d/lib-base64.json' from root:root to runner:runner
2025-08-20T20:51:47.5104811Z [00:03:27.160]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/base64-0f1f1b3d42d4576d/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.5105897Z [00:03:27.160]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/base64-0f1f1b3d42d4576d/lib-base64' from root:root to runner:runner
2025-08-20T20:51:47.5106791Z [00:03:27.161]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/base64-0f1f1b3d42d4576d' from root:root to runner:runner
2025-08-20T20:51:47.5107934Z [00:03:27.161]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_spanned-912a51887ea58838/lib-serde_spanned.json' from root:root to runner:runner
2025-08-20T20:51:47.5108934Z [00:03:27.161]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_spanned-912a51887ea58838/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.5110041Z [00:03:27.161]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_spanned-912a51887ea58838/dep-lib-serde_spanned' from root:root to runner:runner
2025-08-20T20:51:47.5111034Z [00:03:27.161]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_spanned-912a51887ea58838/lib-serde_spanned' from root:root to runner:runner
2025-08-20T20:51:47.5111949Z [00:03:27.161]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_spanned-912a51887ea58838' from root:root to runner:runner
2025-08-20T20:51:47.5112927Z [00:03:27.161]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-util-368ee7d0e97f3973/lib-futures_util' from root:root to runner:runner
2025-08-20T20:51:47.5113996Z [00:03:27.161]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-util-368ee7d0e97f3973/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.5115143Z [00:03:27.161]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-util-368ee7d0e97f3973/lib-futures_util.json' from root:root to runner:runner
2025-08-20T20:51:47.5116137Z [00:03:27.161]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-util-368ee7d0e97f3973/dep-lib-futures_util' from root:root to runner:runner
2025-08-20T20:51:47.5117040Z [00:03:27.161]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-util-368ee7d0e97f3973' from root:root to runner:runner
2025-08-20T20:51:47.5117972Z [00:03:27.161]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anyhow-25b990e15e0f8fae/lib-anyhow' from root:root to runner:runner
2025-08-20T20:51:47.5119621Z [00:03:27.161]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anyhow-25b990e15e0f8fae/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.5120896Z [00:03:27.161]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anyhow-25b990e15e0f8fae/lib-anyhow.json' from root:root to runner:runner
2025-08-20T20:51:47.5122081Z [00:03:27.161]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anyhow-25b990e15e0f8fae/dep-lib-anyhow' from root:root to runner:runner
2025-08-20T20:51:47.5123254Z [00:03:27.161]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anyhow-25b990e15e0f8fae' from root:root to runner:runner
2025-08-20T20:51:47.5124439Z [00:03:27.161]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-e4638d9ba5deda4a/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.5125711Z [00:03:27.161]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-e4638d9ba5deda4a/lib-bitflags.json' from root:root to runner:runner
2025-08-20T20:51:47.5126681Z [00:03:27.161]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-e4638d9ba5deda4a/lib-bitflags' from root:root to runner:runner
2025-08-20T20:51:47.5127651Z [00:03:27.161]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-e4638d9ba5deda4a/dep-lib-bitflags' from root:root to runner:runner
2025-08-20T20:51:47.5128538Z [00:03:27.161]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-e4638d9ba5deda4a' from root:root to runner:runner
2025-08-20T20:51:47.5129540Z [00:03:27.161]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/http-body-util-51f649edf5b2c7e4/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.5130853Z [00:03:27.161]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/http-body-util-51f649edf5b2c7e4/dep-lib-http_body_util' from root:root to runner:runner
2025-08-20T20:51:47.5131862Z [00:03:27.161]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/http-body-util-51f649edf5b2c7e4/lib-http_body_util.json' from root:root to runner:runner
2025-08-20T20:51:47.5132849Z [00:03:27.161]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/http-body-util-51f649edf5b2c7e4/lib-http_body_util' from root:root to runner:runner
2025-08-20T20:51:47.5133763Z [00:03:27.161]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/http-body-util-51f649edf5b2c7e4' from root:root to runner:runner
2025-08-20T20:51:47.5134774Z [00:03:27.161]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-width-631a53dbecda79e8/dep-lib-unicode_width' from root:root to runner:runner
2025-08-20T20:51:47.5135775Z [00:03:27.161]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-width-631a53dbecda79e8/lib-unicode_width.json' from root:root to runner:runner
2025-08-20T20:51:47.5136881Z [00:03:27.161]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-width-631a53dbecda79e8/lib-unicode_width' from root:root to runner:runner
2025-08-20T20:51:47.5137887Z [00:03:27.161]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-width-631a53dbecda79e8/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.5138789Z [00:03:27.161]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-width-631a53dbecda79e8' from root:root to runner:runner
2025-08-20T20:51:47.5139709Z [00:03:27.161]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ipnet-41f4db5b46c309a4/lib-ipnet' from root:root to runner:runner
2025-08-20T20:51:47.5140945Z [00:03:27.161]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ipnet-41f4db5b46c309a4/dep-lib-ipnet' from root:root to runner:runner
2025-08-20T20:51:47.5141899Z [00:03:27.161]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ipnet-41f4db5b46c309a4/lib-ipnet.json' from root:root to runner:runner
2025-08-20T20:51:47.5142853Z [00:03:27.162]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ipnet-41f4db5b46c309a4/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.5143732Z [00:03:27.162]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ipnet-41f4db5b46c309a4' from root:root to runner:runner
2025-08-20T20:51:47.5144844Z [00:03:27.162]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/http-body-4a365c793cd0921d/dep-lib-http_body' from root:root to runner:runner
2025-08-20T20:51:47.5145805Z [00:03:27.162]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/http-body-4a365c793cd0921d/lib-http_body.json' from root:root to runner:runner
2025-08-20T20:51:47.5146774Z [00:03:27.162]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/http-body-4a365c793cd0921d/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.5147731Z [00:03:27.162]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/http-body-4a365c793cd0921d/lib-http_body' from root:root to runner:runner
2025-08-20T20:51:47.5148624Z [00:03:27.162]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/http-body-4a365c793cd0921d' from root:root to runner:runner
2025-08-20T20:51:47.5149605Z [00:03:27.162]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand_chacha-757f0684fc1e401a/lib-rand_chacha.json' from root:root to runner:runner
2025-08-20T20:51:47.5150808Z [00:03:27.162]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand_chacha-757f0684fc1e401a/dep-lib-rand_chacha' from root:root to runner:runner
2025-08-20T20:51:47.5151799Z [00:03:27.162]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand_chacha-757f0684fc1e401a/lib-rand_chacha' from root:root to runner:runner
2025-08-20T20:51:47.5152769Z [00:03:27.162]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand_chacha-757f0684fc1e401a/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.5153657Z [00:03:27.162]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand_chacha-757f0684fc1e401a' from root:root to runner:runner
2025-08-20T20:51:47.5154594Z [00:03:27.162]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand-de96310d605f4b05/lib-rand.json' from root:root to runner:runner
2025-08-20T20:51:47.5155542Z [00:03:27.162]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand-de96310d605f4b05/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.5156448Z [00:03:27.162]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand-de96310d605f4b05/lib-rand' from root:root to runner:runner
2025-08-20T20:51:47.5157372Z [00:03:27.162]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand-de96310d605f4b05/dep-lib-rand' from root:root to runner:runner
2025-08-20T20:51:47.5158358Z [00:03:27.162]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand-de96310d605f4b05' from root:root to runner:runner
2025-08-20T20:51:47.5159360Z [00:03:27.162]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-bidi-97a56091e237e6bc/dep-lib-unicode_bidi' from root:root to runner:runner
2025-08-20T20:51:47.5160431Z [00:03:27.162]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-bidi-97a56091e237e6bc/lib-unicode_bidi' from root:root to runner:runner
2025-08-20T20:51:47.5161424Z [00:03:27.162]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-bidi-97a56091e237e6bc/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.5162425Z [00:03:27.162]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-bidi-97a56091e237e6bc/lib-unicode_bidi.json' from root:root to runner:runner
2025-08-20T20:51:47.5163327Z [00:03:27.162]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-bidi-97a56091e237e6bc' from root:root to runner:runner
2025-08-20T20:51:47.5164404Z [00:03:27.162]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hostname-5201ba595b8e676f/lib-hostname.json' from root:root to runner:runner
2025-08-20T20:51:47.5165377Z [00:03:27.162]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hostname-5201ba595b8e676f/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.5166319Z [00:03:27.162]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hostname-5201ba595b8e676f/lib-hostname' from root:root to runner:runner
2025-08-20T20:51:47.5167273Z [00:03:27.162]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hostname-5201ba595b8e676f/dep-lib-hostname' from root:root to runner:runner
2025-08-20T20:51:47.5168375Z [00:03:27.162]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hostname-5201ba595b8e676f' from root:root to runner:runner
2025-08-20T20:51:47.5169394Z [00:03:27.162]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand_core-db3c87e931eb94da/dep-lib-rand_core' from root:root to runner:runner
2025-08-20T20:51:47.5170441Z [00:03:27.162]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand_core-db3c87e931eb94da/lib-rand_core' from root:root to runner:runner
2025-08-20T20:51:47.5171413Z [00:03:27.162]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand_core-db3c87e931eb94da/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:51:47.5172505Z [00:03:27.162]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand_core-db3c87e931eb94da/lib-rand_core.json' from root:root to runner:runner
2025-08-20T20:51:47.5173568Z [00:03:27.162]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand_core-db3c87e931eb94da' from root:root to runner:runner
2025-08-20T20:51:47.5174637Z [00:03:27.163]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-ebffa2c7779a5144/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T20:51:47.5175678Z [00:03:27.163]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-ebffa2c7779a5144/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:51:47.5176555Z [00:03:27.163]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-ebffa2c7779a5144' from root:root to runner:runner
2025-08-20T20:51:47.5177339Z [00:03:27.163]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint' from root:root to runner:runner
2025-08-20T20:51:47.5178067Z [00:03:27.163]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release' from root:root to runner:runner
2025-08-20T20:51:47.5178948Z [00:03:27.163]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/CACHEDIR.TAG' from root:root to runner:runner
2025-08-20T20:51:47.5179650Z [00:03:27.163]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl' from root:root to runner:runner
2025-08-20T20:51:47.5180603Z [00:03:27.163]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/CACHEDIR.TAG' from root:root to runner:runner
2025-08-20T20:51:47.5181232Z [00:03:27.163]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target' from root:root to runner:runner
2025-08-20T20:51:47.5181868Z [00:03:27.163]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/LICENSE-MIT' from root:root to runner:runner
2025-08-20T20:51:47.5182440Z [00:03:27.163]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO' from root:root to runner:runner
2025-08-20T20:51:47.5182973Z [00:03:27.163]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV' from root:root to runner:runner
2025-08-20T20:51:47.5183457Z [00:03:27.163]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp' from runner:docker to runner:runner
2025-08-20T20:51:47.5183940Z [00:03:27.163]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/gip' from runner:docker to runner:runner
2025-08-20T20:51:47.5184437Z [00:03:27.163]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' from runner:docker to runner:runner
2025-08-20T20:51:47.5184971Z [00:03:27.163]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' from runner:docker to runner:runner
2025-08-20T20:51:47.5186060Z [00:03:27.163]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP' from runner:docker to runner:runner
2025-08-20T20:51:47.5186728Z [00:03:27.163]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD' from runner:docker to runner:runner
2025-08-20T20:51:47.5187309Z [00:03:27.163]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/gip' from runner:docker to runner:runner
2025-08-20T20:51:47.5187882Z [00:03:27.163]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/gip.static.version' from runner:docker to runner:runner
2025-08-20T20:51:47.5188335Z [00:03:27.163]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/LICENSE' from runner:docker to runner:runner
2025-08-20T20:51:47.5188788Z [00:03:27.163]➜  changed ownership of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR' from runner:docker to runner:runner
2025-08-20T20:51:47.5189261Z [00:03:27.172]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/gip.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:47.5190095Z [00:03:27.179]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:47.5190769Z [00:03:27.186]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:47.5191381Z [00:03:27.193]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:47.5192167Z [00:03:27.200]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/LICENSE-APACHE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:47.5192789Z [00:03:27.207]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/src/gip.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:47.5193400Z [00:03:27.213]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:47.5194003Z [00:03:27.220]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/Cargo.lock' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:47.5194613Z [00:03:27.227]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/Makefile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:47.5195288Z [00:03:27.234]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/.github/dependabot.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:47.5196037Z [00:03:27.241]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/.github/workflows/dependabot_merge.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:47.5196743Z [00:03:27.248]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/.github/workflows/periodic.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:47.5197446Z [00:03:27.254]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/.github/workflows/regression.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:47.5198146Z [00:03:27.261]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/.github/workflows/release.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:47.5198912Z [00:03:27.268]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/.github/FUNDING.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:47.5199565Z [00:03:27.275]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/.git/hooks/push-to-checkout.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:51:47.5200295Z [00:03:27.282]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/.git/hooks/post-update.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:51:47.5200951Z [00:03:27.289]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/.git/hooks/prepare-commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:51:47.5201558Z [00:03:27.296]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/.git/hooks/update.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:51:47.5202175Z [00:03:27.303]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/.git/hooks/pre-receive.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:51:47.5202825Z [00:03:27.310]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/.git/hooks/sendemail-validate.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:51:47.5203428Z [00:03:27.317]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/.git/hooks/pre-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:51:47.5204041Z [00:03:27.324]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/.git/hooks/commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:51:47.5204822Z [00:03:27.331]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/.git/hooks/pre-applypatch.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:51:47.5205436Z [00:03:27.338]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/.git/hooks/pre-rebase.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:51:47.5206035Z [00:03:27.345]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/.git/hooks/pre-push.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:51:47.5206967Z [00:03:27.352]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/.git/hooks/applypatch-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:51:47.5207626Z [00:03:27.359]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/.git/hooks/pre-merge-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:51:47.5208284Z [00:03:27.365]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/.git/hooks/fsmonitor-watchman.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:51:47.5208983Z [00:03:27.372]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/.git/logs/refs/heads/master' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:47.5209719Z [00:03:27.379]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/.git/logs/refs/remotes/origin/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:47.5210485Z [00:03:27.386]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/.git/logs/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:47.5255733Z [00:03:27.393]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/.git/refs/heads/master' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:47.5326218Z [00:03:27.400]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/.git/refs/remotes/origin/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:47.5394616Z [00:03:27.406]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/.git/config' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:47.5462944Z [00:03:27.413]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/.git/packed-refs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:47.5529545Z [00:03:27.420]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/.git/description' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:47.5599567Z [00:03:27.427]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/.git/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:47.5667562Z [00:03:27.434]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/.git/objects/pack/pack-4072d540f269d235709e8eb739944caa0606ef51.idx' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:47.5735449Z [00:03:27.441]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/.git/objects/pack/pack-fff90b58296cf208a33dd1f1b12fb2c20c7c14cd.rev' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:47.5802365Z [00:03:27.447]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/.git/objects/pack/pack-fff90b58296cf208a33dd1f1b12fb2c20c7c14cd.pack' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:47.5871380Z [00:03:27.454]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/.git/objects/pack/pack-fff90b58296cf208a33dd1f1b12fb2c20c7c14cd.promisor' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T20:51:47.5941279Z [00:03:27.461]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/.git/objects/pack/pack-4072d540f269d235709e8eb739944caa0606ef51.pack' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:47.6009177Z [00:03:27.468]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/.git/objects/pack/pack-4072d540f269d235709e8eb739944caa0606ef51.rev' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:47.6076509Z [00:03:27.475]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/.git/objects/pack/pack-fff90b58296cf208a33dd1f1b12fb2c20c7c14cd.idx' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:47.6145866Z [00:03:27.482]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/.git/objects/pack/pack-4072d540f269d235709e8eb739944caa0606ef51.promisor' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T20:51:47.6213093Z [00:03:27.488]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/.git/info/exclude' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:47.6282251Z [00:03:27.495]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/.git/index' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:47.6349556Z [00:03:27.502]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/.rustc_info.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:47.6417979Z [00:03:27.509]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.cargo-lock' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:47.6486713Z [00:03:27.516]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/serde_json-e91db25858f2b214/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T20:51:47.6565086Z [00:03:27.522]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/serde_json-e91db25858f2b214/build_script_build-e91db25858f2b214.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:47.6624130Z [00:03:27.529]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/serde_json-e91db25858f2b214/build_script_build-e91db25858f2b214' retained as 0755 (rwxr-xr-x)
2025-08-20T20:51:47.6691978Z [00:03:27.536]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/async-trait-112916d93eba3c76/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:47.6758536Z [00:03:27.543]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/async-trait-112916d93eba3c76/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:47.6824845Z [00:03:27.549]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/async-trait-112916d93eba3c76/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:47.6892055Z [00:03:27.556]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/async-trait-112916d93eba3c76/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:47.6961239Z [00:03:27.563]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/thiserror-cc203f23374bfcbc/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T20:51:47.7029033Z [00:03:27.570]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/thiserror-cc203f23374bfcbc/build_script_build-cc203f23374bfcbc' retained as 0755 (rwxr-xr-x)
2025-08-20T20:51:47.7096406Z [00:03:27.577]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/thiserror-cc203f23374bfcbc/build_script_build-cc203f23374bfcbc.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:47.7163275Z [00:03:27.583]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/openssl-sys-e46cb704013f2874/build_script_main-e46cb704013f2874' retained as 0755 (rwxr-xr-x)
2025-08-20T20:51:47.7231348Z [00:03:27.590]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/openssl-sys-e46cb704013f2874/build-script-main' retained as 0755 (rwxr-xr-x)
2025-08-20T20:51:47.7298231Z [00:03:27.597]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/openssl-sys-e46cb704013f2874/build_script_main-e46cb704013f2874.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:47.7366384Z [00:03:27.604]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/slab-bf25b350ad490dc7/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T20:51:47.7433789Z [00:03:27.610]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/slab-bf25b350ad490dc7/build_script_build-bf25b350ad490dc7.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:47.7500375Z [00:03:27.617]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/slab-bf25b350ad490dc7/build_script_build-bf25b350ad490dc7' retained as 0755 (rwxr-xr-x)
2025-08-20T20:51:47.7567127Z [00:03:27.624]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/anyhow-97abb6991338ccc4/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T20:51:47.7634734Z [00:03:27.630]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/anyhow-97abb6991338ccc4/build_script_build-97abb6991338ccc4' retained as 0755 (rwxr-xr-x)
2025-08-20T20:51:47.7702002Z [00:03:27.637]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/anyhow-97abb6991338ccc4/build_script_build-97abb6991338ccc4.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:47.7769229Z [00:03:27.644]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/syn-0e10e3ca2d597036/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:47.7836556Z [00:03:27.651]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/syn-0e10e3ca2d597036/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:47.7903744Z [00:03:27.657]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/syn-0e10e3ca2d597036/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:47.7970882Z [00:03:27.664]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/syn-0e10e3ca2d597036/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:47.8038668Z [00:03:27.671]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/num-traits-8b217e03f13b418d/build_script_build-8b217e03f13b418d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:47.8107066Z [00:03:27.678]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/num-traits-8b217e03f13b418d/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T20:51:47.8175067Z [00:03:27.684]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/num-traits-8b217e03f13b418d/build_script_build-8b217e03f13b418d' retained as 0755 (rwxr-xr-x)
2025-08-20T20:51:47.8243707Z [00:03:27.691]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/futures-task-08794650e2671fa3/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T20:51:47.8312099Z [00:03:27.698]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/futures-task-08794650e2671fa3/build_script_build-08794650e2671fa3' retained as 0755 (rwxr-xr-x)
2025-08-20T20:51:47.8383089Z [00:03:27.705]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/futures-task-08794650e2671fa3/build_script_build-08794650e2671fa3.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:47.8454601Z [00:03:27.712]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/futures-channel-8640bf5f31a21c8f/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T20:51:47.8525034Z [00:03:27.719]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/futures-channel-8640bf5f31a21c8f/build_script_build-8640bf5f31a21c8f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:47.8595478Z [00:03:27.727]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/futures-channel-8640bf5f31a21c8f/build_script_build-8640bf5f31a21c8f' retained as 0755 (rwxr-xr-x)
2025-08-20T20:51:47.8665239Z [00:03:27.734]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/futures-core-e40f69d4d6d89ff3/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T20:51:47.8734159Z [00:03:27.740]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/futures-core-e40f69d4d6d89ff3/build_script_build-e40f69d4d6d89ff3' retained as 0755 (rwxr-xr-x)
2025-08-20T20:51:47.8802539Z [00:03:27.747]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/futures-core-e40f69d4d6d89ff3/build_script_build-e40f69d4d6d89ff3.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:47.8870788Z [00:03:27.754]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/proc-macro-error-4cfde1e797c481ce/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:47.8938809Z [00:03:27.761]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/proc-macro-error-4cfde1e797c481ce/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:47.9008190Z [00:03:27.768]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/proc-macro-error-4cfde1e797c481ce/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:47.9076036Z [00:03:27.775]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/proc-macro-error-4cfde1e797c481ce/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:47.9144056Z [00:03:27.781]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/proc-macro-error-attr-6a30e2c35e7abb98/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T20:51:47.9211202Z [00:03:27.788]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/proc-macro-error-attr-6a30e2c35e7abb98/build_script_build-6a30e2c35e7abb98.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:47.9278252Z [00:03:27.795]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/proc-macro-error-attr-6a30e2c35e7abb98/build_script_build-6a30e2c35e7abb98' retained as 0755 (rwxr-xr-x)
2025-08-20T20:51:47.9346047Z [00:03:27.802]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/zerocopy-a1885187cd0cca1d/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T20:51:47.9413981Z [00:03:27.808]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/zerocopy-a1885187cd0cca1d/build_script_build-a1885187cd0cca1d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:47.9481281Z [00:03:27.815]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/zerocopy-a1885187cd0cca1d/build_script_build-a1885187cd0cca1d' retained as 0755 (rwxr-xr-x)
2025-08-20T20:51:47.9548039Z [00:03:27.822]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/parking_lot_core-a6884a014b2d6032/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T20:51:47.9614829Z [00:03:27.828]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/parking_lot_core-a6884a014b2d6032/build_script_build-a6884a014b2d6032.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:47.9684135Z [00:03:27.835]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/parking_lot_core-a6884a014b2d6032/build_script_build-a6884a014b2d6032' retained as 0755 (rwxr-xr-x)
2025-08-20T20:51:47.9751316Z [00:03:27.842]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/openssl-60cce7bc80e0283a/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T20:51:47.9818207Z [00:03:27.849]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/openssl-60cce7bc80e0283a/build_script_build-60cce7bc80e0283a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:47.9886077Z [00:03:27.856]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/openssl-60cce7bc80e0283a/build_script_build-60cce7bc80e0283a' retained as 0755 (rwxr-xr-x)
2025-08-20T20:51:47.9953805Z [00:03:27.862]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/syn-84c0709de8943111/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T20:51:48.0021677Z [00:03:27.869]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/syn-84c0709de8943111/build_script_build-84c0709de8943111' retained as 0755 (rwxr-xr-x)
2025-08-20T20:51:48.0089341Z [00:03:27.876]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/syn-84c0709de8943111/build_script_build-84c0709de8943111.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:48.0156316Z [00:03:27.883]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/futures-util-56da2dac9870d9a3/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T20:51:48.0224710Z [00:03:27.889]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/futures-util-56da2dac9870d9a3/build_script_build-56da2dac9870d9a3.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:48.0292474Z [00:03:27.896]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/futures-util-56da2dac9870d9a3/build_script_build-56da2dac9870d9a3' retained as 0755 (rwxr-xr-x)
2025-08-20T20:51:48.0359757Z [00:03:27.903]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/proc-macro2-ff8e8a7f329d96d2/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:48.0427061Z [00:03:27.910]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/proc-macro2-ff8e8a7f329d96d2/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:48.0494603Z [00:03:27.916]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/proc-macro2-ff8e8a7f329d96d2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:48.0563782Z [00:03:27.923]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/proc-macro2-ff8e8a7f329d96d2/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:48.0631776Z [00:03:27.930]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/proc-macro-error-364e85d491e45225/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T20:51:48.0699272Z [00:03:27.937]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/proc-macro-error-364e85d491e45225/build_script_build-364e85d491e45225.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:48.0766675Z [00:03:27.944]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/proc-macro-error-364e85d491e45225/build_script_build-364e85d491e45225' retained as 0755 (rwxr-xr-x)
2025-08-20T20:51:48.0834177Z [00:03:27.950]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/proc-macro2-6fd31c68ef960a7a/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T20:51:48.0909103Z [00:03:27.958]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/proc-macro2-6fd31c68ef960a7a/build_script_build-6fd31c68ef960a7a' retained as 0755 (rwxr-xr-x)
2025-08-20T20:51:48.0978983Z [00:03:27.965]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/proc-macro2-6fd31c68ef960a7a/build_script_build-6fd31c68ef960a7a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:48.1048261Z [00:03:27.972]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/libc-d4332107b66807ec/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T20:51:48.1116137Z [00:03:27.979]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/libc-d4332107b66807ec/build_script_build-d4332107b66807ec' retained as 0755 (rwxr-xr-x)
2025-08-20T20:51:48.1184075Z [00:03:27.985]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/libc-d4332107b66807ec/build_script_build-d4332107b66807ec.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:48.1252853Z [00:03:27.992]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/native-tls-f14379bd130dc899/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T20:51:48.1320709Z [00:03:27.999]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/native-tls-f14379bd130dc899/build_script_build-f14379bd130dc899' retained as 0755 (rwxr-xr-x)
2025-08-20T20:51:48.1388464Z [00:03:28.006]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/native-tls-f14379bd130dc899/build_script_build-f14379bd130dc899.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:48.1457393Z [00:03:28.013]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/serde-1108bd03bb6c3137/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T20:51:48.1524899Z [00:03:28.019]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/serde-1108bd03bb6c3137/build_script_build-1108bd03bb6c3137.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:48.1593243Z [00:03:28.026]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/serde-1108bd03bb6c3137/build_script_build-1108bd03bb6c3137' retained as 0755 (rwxr-xr-x)
2025-08-20T20:51:48.1661363Z [00:03:28.033]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/thiserror-258b1a542484078b/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T20:51:48.1729534Z [00:03:28.040]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/thiserror-258b1a542484078b/build_script_build-258b1a542484078b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:48.1797717Z [00:03:28.047]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/thiserror-258b1a542484078b/build_script_build-258b1a542484078b' retained as 0755 (rwxr-xr-x)
2025-08-20T20:51:48.1866131Z [00:03:28.054]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/httparse-21f3052f47c7564f/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T20:51:48.1933524Z [00:03:28.060]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/httparse-21f3052f47c7564f/build_script_build-21f3052f47c7564f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:48.2001449Z [00:03:28.067]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/httparse-21f3052f47c7564f/build_script_build-21f3052f47c7564f' retained as 0755 (rwxr-xr-x)
2025-08-20T20:51:48.2069742Z [00:03:28.074]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/proc-macro-error-attr-6992197f6e682db5/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:48.2138233Z [00:03:28.081]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/proc-macro-error-attr-6992197f6e682db5/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:48.2206553Z [00:03:28.088]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/proc-macro-error-attr-6992197f6e682db5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:48.2274948Z [00:03:28.094]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/proc-macro-error-attr-6992197f6e682db5/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:48.2343297Z [00:03:28.101]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/async-trait-495a50f1e82144ad/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T20:51:48.2411618Z [00:03:28.108]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/async-trait-495a50f1e82144ad/build_script_build-495a50f1e82144ad.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:48.2480225Z [00:03:28.115]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/async-trait-495a50f1e82144ad/build_script_build-495a50f1e82144ad' retained as 0755 (rwxr-xr-x)
2025-08-20T20:51:48.2548634Z [00:03:28.122]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/lock_api-ee7c6d12536c086a/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T20:51:48.2616967Z [00:03:28.129]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/lock_api-ee7c6d12536c086a/build_script_build-ee7c6d12536c086a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:48.2685262Z [00:03:28.136]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/lock_api-ee7c6d12536c086a/build_script_build-ee7c6d12536c086a' retained as 0755 (rwxr-xr-x)
2025-08-20T20:51:48.2752579Z [00:03:28.142]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/getrandom-7cde0775b7cd6b80/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T20:51:48.2820247Z [00:03:28.149]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/getrandom-7cde0775b7cd6b80/build_script_build-7cde0775b7cd6b80.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:48.2888480Z [00:03:28.156]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/build/getrandom-7cde0775b7cd6b80/build_script_build-7cde0775b7cd6b80' retained as 0755 (rwxr-xr-x)
2025-08-20T20:51:48.2957610Z [00:03:28.163]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/quote-9758e46d37d26ed8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:48.3024419Z [00:03:28.169]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/serde_derive-a61548600b7f5a35.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:48.3090111Z [00:03:28.176]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/libasync_trait-519f6055e0ef5bac.so' retained as 0755 (rwxr-xr-x)
2025-08-20T20:51:48.3156131Z [00:03:28.183]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/structopt_derive-566b88a8ba161f78.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:48.3223143Z [00:03:28.189]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/libopenssl_macros-ed3d1659fe74b5a0.so' retained as 0755 (rwxr-xr-x)
2025-08-20T20:51:48.3289513Z [00:03:28.196]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/libshlex-b36db43b0fc69e13.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:48.3355064Z [00:03:28.203]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/libthiserror_impl-9cfc1cf9efb84ee4.so' retained as 0755 (rwxr-xr-x)
2025-08-20T20:51:48.3423112Z [00:03:28.209]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/libproc_macro_error_attr-75e0e10075ddbb0e.so' retained as 0755 (rwxr-xr-x)
2025-08-20T20:51:48.3488493Z [00:03:28.216]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/shlex-b36db43b0fc69e13.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:48.3555383Z [00:03:28.223]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/libpkg_config-884d045005af08e8.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:48.3621531Z [00:03:28.229]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/thiserror_impl-9cfc1cf9efb84ee4.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:48.3688389Z [00:03:28.236]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/proc_macro_error-56d2976b67dcfc8b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:48.3755082Z [00:03:28.242]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/unicode_ident-7a367797588f38f1.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:48.3821687Z [00:03:28.249]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/libunicode_segmentation-43f664e616df8f5a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:48.3887478Z [00:03:28.256]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/version_check-dca504072d09ace5.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:48.3954461Z [00:03:28.262]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/libproc_macro2-ef6075579c1e9adf.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:48.4021467Z [00:03:28.269]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/libproc_macro_error-56d2976b67dcfc8b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:48.4089181Z [00:03:28.276]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/syn-5a13630af9fd3a54.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:48.4155736Z [00:03:28.283]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/libsyn-4a3a06872e9820ad.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:48.4221875Z [00:03:28.289]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/libheck-344489ea6b6fcb83.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:48.4290217Z [00:03:28.296]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/libquote-9758e46d37d26ed8.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:48.4358999Z [00:03:28.303]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/heck-344489ea6b6fcb83.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:48.4426470Z [00:03:28.310]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/libpkg_config-884d045005af08e8.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:48.4495312Z [00:03:28.316]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/libheck-b306c7cd1477ab57.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:48.4562016Z [00:03:28.323]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/libheck-b306c7cd1477ab57.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:48.4630947Z [00:03:28.330]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/libquote-9758e46d37d26ed8.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:48.4699075Z [00:03:28.337]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/libversion_check-dca504072d09ace5.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:48.4766901Z [00:03:28.344]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/libautocfg-c7b83ab91c5f9afe.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:48.4835868Z [00:03:28.351]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/libshlex-b36db43b0fc69e13.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:48.4904728Z [00:03:28.357]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/tracing_attributes-e931e99bb1ac320d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:48.4973890Z [00:03:28.364]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/libsyn-4a3a06872e9820ad.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:48.5042353Z [00:03:28.371]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/proc_macro_error_attr-75e0e10075ddbb0e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:48.5110417Z [00:03:28.378]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/thiserror_impl-e1008f02dfa7b974.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:48.5178223Z [00:03:28.385]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/libunicode_ident-7a367797588f38f1.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:48.5246439Z [00:03:28.392]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/libversion_check-dca504072d09ace5.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:48.5314631Z [00:03:28.398]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/autocfg-c7b83ab91c5f9afe.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:48.5381999Z [00:03:28.405]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/libcc-0965d9cf19277fa1.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:48.5449655Z [00:03:28.412]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/async_trait-519f6055e0ef5bac.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:48.5517759Z [00:03:28.419]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/libheck-344489ea6b6fcb83.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:48.5586263Z [00:03:28.426]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/libvcpkg-b334f034d0f5b554.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:48.5653507Z [00:03:28.432]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/libunicode_segmentation-43f664e616df8f5a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:48.5720586Z [00:03:28.439]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/syn-4a3a06872e9820ad.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:48.5789176Z [00:03:28.446]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/libsyn-5a13630af9fd3a54.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:48.5856564Z [00:03:28.453]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/enum_as_inner-09af2ff784c6f255.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:48.5925134Z [00:03:28.460]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/libautocfg-c7b83ab91c5f9afe.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:48.5995936Z [00:03:28.467]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/libenum_as_inner-09af2ff784c6f255.so' retained as 0755 (rwxr-xr-x)
2025-08-20T20:51:48.6063180Z [00:03:28.473]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/heck-b306c7cd1477ab57.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:48.6130807Z [00:03:28.480]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/openssl_macros-ed3d1659fe74b5a0.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:48.6198959Z [00:03:28.487]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/libvcpkg-b334f034d0f5b554.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:48.6266375Z [00:03:28.494]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/pkg_config-884d045005af08e8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:48.6334243Z [00:03:28.500]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/libtracing_attributes-e931e99bb1ac320d.so' retained as 0755 (rwxr-xr-x)
2025-08-20T20:51:48.6403438Z [00:03:28.507]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/libproc_macro_error-56d2976b67dcfc8b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:48.6471093Z [00:03:28.514]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/unicode_segmentation-43f664e616df8f5a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:48.6538391Z [00:03:28.521]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/libproc_macro2-ef6075579c1e9adf.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:48.6606113Z [00:03:28.528]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/libcc-0965d9cf19277fa1.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:48.6674045Z [00:03:28.534]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/libstructopt_derive-566b88a8ba161f78.so' retained as 0755 (rwxr-xr-x)
2025-08-20T20:51:48.6741716Z [00:03:28.541]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/libunicode_ident-7a367797588f38f1.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:48.6808578Z [00:03:28.548]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/libserde_derive-a61548600b7f5a35.so' retained as 0755 (rwxr-xr-x)
2025-08-20T20:51:48.6876120Z [00:03:28.555]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/libthiserror_impl-e1008f02dfa7b974.so' retained as 0755 (rwxr-xr-x)
2025-08-20T20:51:48.6943621Z [00:03:28.561]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/proc_macro2-ef6075579c1e9adf.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:48.7011167Z [00:03:28.568]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/cc-0965d9cf19277fa1.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:48.7078483Z [00:03:28.575]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/vcpkg-b334f034d0f5b554.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:48.7146157Z [00:03:28.582]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/deps/libsyn-5a13630af9fd3a54.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:48.7214250Z [00:03:28.588]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/autocfg-c7b83ab91c5f9afe/lib-autocfg.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:48.7282513Z [00:03:28.595]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/autocfg-c7b83ab91c5f9afe/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:48.7349252Z [00:03:28.602]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/autocfg-c7b83ab91c5f9afe/lib-autocfg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:48.7417474Z [00:03:28.609]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/autocfg-c7b83ab91c5f9afe/dep-lib-autocfg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:48.7485270Z [00:03:28.615]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/version_check-dca504072d09ace5/lib-version_check' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:48.7552692Z [00:03:28.622]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/version_check-dca504072d09ace5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:48.7619533Z [00:03:28.629]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/version_check-dca504072d09ace5/lib-version_check.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:48.7688478Z [00:03:28.636]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/version_check-dca504072d09ace5/dep-lib-version_check' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:48.7757138Z [00:03:28.643]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/serde_json-e91db25858f2b214/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:48.7825311Z [00:03:28.649]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/serde_json-e91db25858f2b214/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:48.7913637Z [00:03:28.658]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/serde_json-e91db25858f2b214/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:48.7981510Z [00:03:28.665]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/serde_json-e91db25858f2b214/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:48.8049523Z [00:03:28.672]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/thiserror-impl-e1008f02dfa7b974/dep-lib-thiserror_impl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:48.8117993Z [00:03:28.679]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/thiserror-impl-e1008f02dfa7b974/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:48.8186008Z [00:03:28.686]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/thiserror-impl-e1008f02dfa7b974/lib-thiserror_impl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:48.8254330Z [00:03:28.692]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/thiserror-impl-e1008f02dfa7b974/lib-thiserror_impl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:48.8322641Z [00:03:28.699]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/unicode-ident-7a367797588f38f1/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:48.8389640Z [00:03:28.706]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/unicode-ident-7a367797588f38f1/lib-unicode_ident.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:48.8458785Z [00:03:28.713]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/unicode-ident-7a367797588f38f1/dep-lib-unicode_ident' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:48.8527335Z [00:03:28.720]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/unicode-ident-7a367797588f38f1/lib-unicode_ident' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:48.8596226Z [00:03:28.727]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/syn-5a13630af9fd3a54/dep-lib-syn' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:48.8664145Z [00:03:28.733]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/syn-5a13630af9fd3a54/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:48.8732895Z [00:03:28.740]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/syn-5a13630af9fd3a54/lib-syn' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:48.8801750Z [00:03:28.747]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/syn-5a13630af9fd3a54/lib-syn.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:48.8870693Z [00:03:28.754]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/serde_derive-a61548600b7f5a35/lib-serde_derive.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:48.8938616Z [00:03:28.761]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/serde_derive-a61548600b7f5a35/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:48.9006638Z [00:03:28.768]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/serde_derive-a61548600b7f5a35/dep-lib-serde_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:48.9074697Z [00:03:28.774]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/serde_derive-a61548600b7f5a35/lib-serde_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:48.9143578Z [00:03:28.781]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/async-trait-112916d93eba3c76/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:48.9211471Z [00:03:28.788]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/async-trait-112916d93eba3c76/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:48.9279999Z [00:03:28.795]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/thiserror-cc203f23374bfcbc/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:48.9347502Z [00:03:28.802]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/thiserror-cc203f23374bfcbc/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:48.9416375Z [00:03:28.809]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/thiserror-cc203f23374bfcbc/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:48.9484387Z [00:03:28.815]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/thiserror-cc203f23374bfcbc/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:48.9552822Z [00:03:28.822]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/openssl-sys-e46cb704013f2874/dep-build-script-build-script-main' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:48.9621325Z [00:03:28.829]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/openssl-sys-e46cb704013f2874/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:48.9688891Z [00:03:28.836]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/openssl-sys-e46cb704013f2874/build-script-build-script-main' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:48.9756850Z [00:03:28.843]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/openssl-sys-e46cb704013f2874/build-script-build-script-main.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:48.9825033Z [00:03:28.849]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/slab-bf25b350ad490dc7/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:48.9894319Z [00:03:28.856]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/slab-bf25b350ad490dc7/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:48.9962054Z [00:03:28.863]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/slab-bf25b350ad490dc7/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:49.0030972Z [00:03:28.870]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/slab-bf25b350ad490dc7/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:49.0099366Z [00:03:28.877]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/openssl-macros-ed3d1659fe74b5a0/lib-openssl_macros' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:49.0166920Z [00:03:28.884]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/openssl-macros-ed3d1659fe74b5a0/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:49.0236574Z [00:03:28.891]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/openssl-macros-ed3d1659fe74b5a0/lib-openssl_macros.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:49.0303803Z [00:03:28.897]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/openssl-macros-ed3d1659fe74b5a0/dep-lib-openssl_macros' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:49.0372246Z [00:03:28.904]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/anyhow-97abb6991338ccc4/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:49.0439484Z [00:03:28.911]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/anyhow-97abb6991338ccc4/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:49.0507614Z [00:03:28.918]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/anyhow-97abb6991338ccc4/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:49.0575618Z [00:03:28.925]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/anyhow-97abb6991338ccc4/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:49.0643930Z [00:03:28.931]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/syn-0e10e3ca2d597036/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:49.0712294Z [00:03:28.938]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/syn-0e10e3ca2d597036/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:49.0781171Z [00:03:28.945]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/num-traits-8b217e03f13b418d/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:49.0849728Z [00:03:28.952]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/num-traits-8b217e03f13b418d/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:49.0917830Z [00:03:28.959]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/num-traits-8b217e03f13b418d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:49.0987585Z [00:03:28.966]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/num-traits-8b217e03f13b418d/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:49.1056411Z [00:03:28.973]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/tracing-attributes-e931e99bb1ac320d/lib-tracing_attributes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:49.1124106Z [00:03:28.979]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/tracing-attributes-e931e99bb1ac320d/lib-tracing_attributes' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:49.1192884Z [00:03:28.986]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/tracing-attributes-e931e99bb1ac320d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:49.1260220Z [00:03:28.993]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/tracing-attributes-e931e99bb1ac320d/dep-lib-tracing_attributes' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:49.1328066Z [00:03:29.000]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/futures-task-08794650e2671fa3/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:49.1396535Z [00:03:29.007]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/futures-task-08794650e2671fa3/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:49.1463821Z [00:03:29.013]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/futures-task-08794650e2671fa3/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:49.1532070Z [00:03:29.020]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/futures-task-08794650e2671fa3/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:49.1600633Z [00:03:29.027]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/futures-channel-8640bf5f31a21c8f/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:49.1668739Z [00:03:29.034]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/futures-channel-8640bf5f31a21c8f/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:49.1736348Z [00:03:29.041]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/futures-channel-8640bf5f31a21c8f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:49.1804785Z [00:03:29.047]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/futures-channel-8640bf5f31a21c8f/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:49.1874330Z [00:03:29.054]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/unicode-segmentation-43f664e616df8f5a/dep-lib-unicode_segmentation' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:49.1943094Z [00:03:29.061]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/unicode-segmentation-43f664e616df8f5a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:49.2011283Z [00:03:29.068]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/unicode-segmentation-43f664e616df8f5a/lib-unicode_segmentation' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:49.2078050Z [00:03:29.075]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/unicode-segmentation-43f664e616df8f5a/lib-unicode_segmentation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:49.2145889Z [00:03:29.082]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/heck-b306c7cd1477ab57/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:49.2212175Z [00:03:29.088]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/heck-b306c7cd1477ab57/dep-lib-heck' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:49.2281268Z [00:03:29.095]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/heck-b306c7cd1477ab57/lib-heck.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:49.2349630Z [00:03:29.102]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/heck-b306c7cd1477ab57/lib-heck' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:49.2417803Z [00:03:29.109]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/futures-core-e40f69d4d6d89ff3/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:49.2485895Z [00:03:29.116]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/futures-core-e40f69d4d6d89ff3/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:49.2554198Z [00:03:29.122]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/futures-core-e40f69d4d6d89ff3/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:49.2621363Z [00:03:29.129]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/futures-core-e40f69d4d6d89ff3/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:49.2688835Z [00:03:29.136]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/heck-344489ea6b6fcb83/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:49.2755554Z [00:03:29.143]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/heck-344489ea6b6fcb83/dep-lib-heck' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:49.2823702Z [00:03:29.149]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/heck-344489ea6b6fcb83/lib-heck.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:49.2892620Z [00:03:29.156]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/heck-344489ea6b6fcb83/lib-heck' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:49.2960831Z [00:03:29.163]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/proc-macro-error-4cfde1e797c481ce/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:49.3028480Z [00:03:29.170]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/proc-macro-error-4cfde1e797c481ce/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:49.3097239Z [00:03:29.177]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/pkg-config-884d045005af08e8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:49.3166561Z [00:03:29.184]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/pkg-config-884d045005af08e8/dep-lib-pkg_config' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:49.3233904Z [00:03:29.190]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/pkg-config-884d045005af08e8/lib-pkg_config' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:49.3301255Z [00:03:29.197]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/pkg-config-884d045005af08e8/lib-pkg_config.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:49.3369319Z [00:03:29.204]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/quote-9758e46d37d26ed8/lib-quote.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:49.3437998Z [00:03:29.211]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/quote-9758e46d37d26ed8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:49.3505904Z [00:03:29.218]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/quote-9758e46d37d26ed8/lib-quote' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:49.3575765Z [00:03:29.225]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/quote-9758e46d37d26ed8/dep-lib-quote' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:49.3645009Z [00:03:29.231]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/proc-macro-error-attr-75e0e10075ddbb0e/lib-proc_macro_error_attr.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:49.3714172Z [00:03:29.238]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/proc-macro-error-attr-75e0e10075ddbb0e/lib-proc_macro_error_attr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:49.3782159Z [00:03:29.245]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/proc-macro-error-attr-75e0e10075ddbb0e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:49.3849677Z [00:03:29.252]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/proc-macro-error-attr-75e0e10075ddbb0e/dep-lib-proc_macro_error_attr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:49.3917063Z [00:03:29.259]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/proc-macro-error-attr-6a30e2c35e7abb98/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:49.3985982Z [00:03:29.266]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/proc-macro-error-attr-6a30e2c35e7abb98/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:49.4054852Z [00:03:29.272]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/proc-macro-error-attr-6a30e2c35e7abb98/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:49.4122861Z [00:03:29.279]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/proc-macro-error-attr-6a30e2c35e7abb98/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:49.4190470Z [00:03:29.286]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/cc-0965d9cf19277fa1/dep-lib-cc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:49.4257810Z [00:03:29.293]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/cc-0965d9cf19277fa1/lib-cc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:49.4325576Z [00:03:29.300]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/cc-0965d9cf19277fa1/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:49.4393032Z [00:03:29.306]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/cc-0965d9cf19277fa1/lib-cc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:49.4463486Z [00:03:29.313]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/zerocopy-a1885187cd0cca1d/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:49.4533988Z [00:03:29.320]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/zerocopy-a1885187cd0cca1d/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:49.4601682Z [00:03:29.327]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/zerocopy-a1885187cd0cca1d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:49.4670675Z [00:03:29.334]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/zerocopy-a1885187cd0cca1d/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:49.4739411Z [00:03:29.341]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/parking_lot_core-a6884a014b2d6032/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:49.4808795Z [00:03:29.348]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/parking_lot_core-a6884a014b2d6032/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:49.4876871Z [00:03:29.355]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/parking_lot_core-a6884a014b2d6032/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:49.4945475Z [00:03:29.361]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/parking_lot_core-a6884a014b2d6032/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:49.5015078Z [00:03:29.368]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/openssl-60cce7bc80e0283a/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:49.5082504Z [00:03:29.375]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/openssl-60cce7bc80e0283a/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:49.5151020Z [00:03:29.382]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/openssl-60cce7bc80e0283a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:49.5219648Z [00:03:29.389]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/openssl-60cce7bc80e0283a/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:49.5286793Z [00:03:29.396]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/syn-84c0709de8943111/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:49.5355600Z [00:03:29.403]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/syn-84c0709de8943111/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:49.5423246Z [00:03:29.409]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/syn-84c0709de8943111/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:49.5490835Z [00:03:29.416]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/syn-84c0709de8943111/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:49.5558862Z [00:03:29.423]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/futures-util-56da2dac9870d9a3/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:49.5627127Z [00:03:29.430]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/futures-util-56da2dac9870d9a3/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:49.5695282Z [00:03:29.437]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/futures-util-56da2dac9870d9a3/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:49.5763459Z [00:03:29.443]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/futures-util-56da2dac9870d9a3/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:49.5831505Z [00:03:29.450]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/proc-macro2-ff8e8a7f329d96d2/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:49.5899778Z [00:03:29.457]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/proc-macro2-ff8e8a7f329d96d2/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:49.5971177Z [00:03:29.464]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/proc-macro-error-364e85d491e45225/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:49.6038581Z [00:03:29.471]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/proc-macro-error-364e85d491e45225/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:49.6107239Z [00:03:29.478]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/proc-macro-error-364e85d491e45225/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:49.6174654Z [00:03:29.484]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/proc-macro-error-364e85d491e45225/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:49.6242892Z [00:03:29.491]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/thiserror-impl-9cfc1cf9efb84ee4/dep-lib-thiserror_impl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:49.6310455Z [00:03:29.498]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/thiserror-impl-9cfc1cf9efb84ee4/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:49.6378103Z [00:03:29.505]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/thiserror-impl-9cfc1cf9efb84ee4/lib-thiserror_impl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:49.6446359Z [00:03:29.512]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/thiserror-impl-9cfc1cf9efb84ee4/lib-thiserror_impl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:49.6514689Z [00:03:29.518]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/proc-macro2-6fd31c68ef960a7a/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:49.6584530Z [00:03:29.525]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/proc-macro2-6fd31c68ef960a7a/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:49.6652474Z [00:03:29.532]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/proc-macro2-6fd31c68ef960a7a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:49.6720725Z [00:03:29.539]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/proc-macro2-6fd31c68ef960a7a/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:49.6788473Z [00:03:29.546]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/enum-as-inner-09af2ff784c6f255/lib-enum_as_inner.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:49.6857004Z [00:03:29.553]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/enum-as-inner-09af2ff784c6f255/lib-enum_as_inner' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:49.6924028Z [00:03:29.559]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/enum-as-inner-09af2ff784c6f255/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:49.6992486Z [00:03:29.566]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/enum-as-inner-09af2ff784c6f255/dep-lib-enum_as_inner' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:49.7060511Z [00:03:29.573]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/libc-d4332107b66807ec/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:49.7127421Z [00:03:29.580]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/libc-d4332107b66807ec/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:49.7195822Z [00:03:29.587]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/libc-d4332107b66807ec/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:49.7264032Z [00:03:29.593]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/libc-d4332107b66807ec/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:49.7332351Z [00:03:29.600]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/native-tls-f14379bd130dc899/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:49.7400308Z [00:03:29.607]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/native-tls-f14379bd130dc899/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:49.7468755Z [00:03:29.614]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/native-tls-f14379bd130dc899/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:49.7538627Z [00:03:29.621]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/native-tls-f14379bd130dc899/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:49.7607048Z [00:03:29.628]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/async-trait-519f6055e0ef5bac/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:49.7675678Z [00:03:29.635]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/async-trait-519f6055e0ef5bac/dep-lib-async_trait' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:49.7744415Z [00:03:29.641]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/async-trait-519f6055e0ef5bac/lib-async_trait' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:49.7812637Z [00:03:29.648]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/async-trait-519f6055e0ef5bac/lib-async_trait.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:49.7879563Z [00:03:29.655]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/serde-1108bd03bb6c3137/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:49.7947805Z [00:03:29.662]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/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-20T20:51:49.8016323Z [00:03:29.669]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/serde-1108bd03bb6c3137/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:49.8084611Z [00:03:29.675]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/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-20T20:51:49.8153747Z [00:03:29.682]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/thiserror-258b1a542484078b/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:49.8221717Z [00:03:29.689]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/thiserror-258b1a542484078b/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:49.8290279Z [00:03:29.696]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/thiserror-258b1a542484078b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:49.8358038Z [00:03:29.703]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/thiserror-258b1a542484078b/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:49.8428112Z [00:03:29.710]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/shlex-b36db43b0fc69e13/dep-lib-shlex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:49.8495722Z [00:03:29.717]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/shlex-b36db43b0fc69e13/lib-shlex.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:49.8563301Z [00:03:29.723]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/shlex-b36db43b0fc69e13/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:49.8631658Z [00:03:29.730]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/shlex-b36db43b0fc69e13/lib-shlex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:49.8699612Z [00:03:29.737]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/httparse-21f3052f47c7564f/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:49.8768276Z [00:03:29.744]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/httparse-21f3052f47c7564f/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:49.8835958Z [00:03:29.751]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/httparse-21f3052f47c7564f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:49.8903167Z [00:03:29.757]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/httparse-21f3052f47c7564f/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:49.8971726Z [00:03:29.764]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/proc-macro-error-attr-6992197f6e682db5/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:49.9039089Z [00:03:29.771]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/proc-macro-error-attr-6992197f6e682db5/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:49.9106929Z [00:03:29.778]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/async-trait-495a50f1e82144ad/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:49.9173671Z [00:03:29.784]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/async-trait-495a50f1e82144ad/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:49.9241027Z [00:03:29.791]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/async-trait-495a50f1e82144ad/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:49.9312280Z [00:03:29.798]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/async-trait-495a50f1e82144ad/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:49.9382084Z [00:03:29.805]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/vcpkg-b334f034d0f5b554/lib-vcpkg.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:49.9448782Z [00:03:29.812]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/vcpkg-b334f034d0f5b554/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:49.9516801Z [00:03:29.819]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/vcpkg-b334f034d0f5b554/lib-vcpkg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:49.9583204Z [00:03:29.825]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/vcpkg-b334f034d0f5b554/dep-lib-vcpkg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:49.9650331Z [00:03:29.832]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/lock_api-ee7c6d12536c086a/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:49.9718199Z [00:03:29.839]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/lock_api-ee7c6d12536c086a/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:49.9786489Z [00:03:29.846]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/lock_api-ee7c6d12536c086a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:49.9854394Z [00:03:29.852]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/lock_api-ee7c6d12536c086a/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:49.9923186Z [00:03:29.859]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/getrandom-7cde0775b7cd6b80/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:49.9990849Z [00:03:29.866]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/getrandom-7cde0775b7cd6b80/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:50.0058504Z [00:03:29.873]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/getrandom-7cde0775b7cd6b80/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:50.0126949Z [00:03:29.880]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/getrandom-7cde0775b7cd6b80/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:50.0194901Z [00:03:29.886]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/proc-macro2-ef6075579c1e9adf/dep-lib-proc_macro2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:50.0263238Z [00:03:29.893]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/proc-macro2-ef6075579c1e9adf/lib-proc_macro2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:50.0330772Z [00:03:29.900]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/proc-macro2-ef6075579c1e9adf/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:50.0398147Z [00:03:29.907]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/proc-macro2-ef6075579c1e9adf/lib-proc_macro2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:50.0467196Z [00:03:29.914]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/structopt-derive-566b88a8ba161f78/dep-lib-structopt_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:50.0535286Z [00:03:29.920]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/structopt-derive-566b88a8ba161f78/lib-structopt_derive.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:50.0603417Z [00:03:29.927]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/structopt-derive-566b88a8ba161f78/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:50.0670601Z [00:03:29.934]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/structopt-derive-566b88a8ba161f78/lib-structopt_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:50.0738307Z [00:03:29.941]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/syn-4a3a06872e9820ad/dep-lib-syn' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:50.0806152Z [00:03:29.948]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/syn-4a3a06872e9820ad/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:50.0874220Z [00:03:29.954]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/syn-4a3a06872e9820ad/lib-syn' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:50.0942588Z [00:03:29.961]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/syn-4a3a06872e9820ad/lib-syn.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:50.1011627Z [00:03:29.968]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/proc-macro-error-56d2976b67dcfc8b/lib-proc_macro_error' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:50.1078791Z [00:03:29.975]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/proc-macro-error-56d2976b67dcfc8b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:50.1146155Z [00:03:29.982]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/proc-macro-error-56d2976b67dcfc8b/lib-proc_macro_error.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:50.1213079Z [00:03:29.988]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/release/.fingerprint/proc-macro-error-56d2976b67dcfc8b/dep-lib-proc_macro_error' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:50.1281972Z [00:03:29.995]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/libgip.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:50.1348571Z [00:03:30.002]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.cargo-lock' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:50.1415811Z [00:03:30.009]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/gip.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:50.1483291Z [00:03:30.015]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/gip' retained as 0755 (rwxr-xr-x)
2025-08-20T20:51:50.1551713Z [00:03:30.022]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/native-tls-aed7071a88c6b31c/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:50.1619608Z [00:03:30.029]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/native-tls-aed7071a88c6b31c/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:50.1687488Z [00:03:30.036]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/native-tls-aed7071a88c6b31c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:50.1754015Z [00:03:30.042]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/native-tls-aed7071a88c6b31c/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:50.1822251Z [00:03:30.049]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/anyhow-b9f338d7e1074f47/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:50.1888668Z [00:03:30.056]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/anyhow-b9f338d7e1074f47/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:50.1957288Z [00:03:30.063]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/anyhow-b9f338d7e1074f47/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:50.2028445Z [00:03:30.070]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/anyhow-b9f338d7e1074f47/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:50.2095836Z [00:03:30.077]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/futures-task-b2b78d7311316cc1/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:50.2163335Z [00:03:30.083]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/futures-task-b2b78d7311316cc1/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:50.2231755Z [00:03:30.090]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/futures-task-b2b78d7311316cc1/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:50.2298464Z [00:03:30.097]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/futures-task-b2b78d7311316cc1/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:50.2365550Z [00:03:30.104]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/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-20T20:51:50.2434325Z [00:03:30.110]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/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-20T20:51:50.2502525Z [00:03:30.117]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/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-20T20:51:50.2569733Z [00:03:30.124]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/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-20T20:51:50.2639172Z [00:03:30.131]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/futures-util-d01ecaaa91ea9718/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:50.2705553Z [00:03:30.138]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/futures-util-d01ecaaa91ea9718/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:50.2773276Z [00:03:30.144]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/futures-util-d01ecaaa91ea9718/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:50.2840002Z [00:03:30.151]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/futures-util-d01ecaaa91ea9718/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:50.2906719Z [00:03:30.158]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde_json-d2549453ae94d50d/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:50.2974813Z [00:03:30.164]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde_json-d2549453ae94d50d/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:50.3041513Z [00:03:30.171]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde_json-d2549453ae94d50d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:50.3107571Z [00:03:30.178]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde_json-d2549453ae94d50d/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:50.3174833Z [00:03:30.184]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/getrandom-6dacff32c087508f/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:50.3241457Z [00:03:30.191]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/getrandom-6dacff32c087508f/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:50.3308743Z [00:03:30.198]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/getrandom-6dacff32c087508f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:50.3375780Z [00:03:30.205]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/getrandom-6dacff32c087508f/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:50.3443795Z [00:03:30.211]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-efc8cec8402bf526/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:50.3511167Z [00:03:30.218]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-efc8cec8402bf526/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:50.3579481Z [00:03:30.225]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-efc8cec8402bf526/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:50.3647149Z [00:03:30.232]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-efc8cec8402bf526/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:50.3714841Z [00:03:30.238]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/httparse-806403528a74456a/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:50.3781598Z [00:03:30.245]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/httparse-806403528a74456a/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:50.3849346Z [00:03:30.252]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/httparse-806403528a74456a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:50.3917809Z [00:03:30.259]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/httparse-806403528a74456a/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:50.3985921Z [00:03:30.266]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/num-traits-1595081bedc4a866/out/probe7.ll' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:50.4052606Z [00:03:30.272]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/num-traits-1595081bedc4a866/out/probe5.ll' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:50.4119197Z [00:03:30.279]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/num-traits-1595081bedc4a866/out/probe1.ll' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:50.4185733Z [00:03:30.286]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/num-traits-1595081bedc4a866/out/probe6.ll' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:50.4252882Z [00:03:30.292]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/num-traits-1595081bedc4a866/out/probe0.ll' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:50.4319286Z [00:03:30.299]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/num-traits-1595081bedc4a866/out/probe2.ll' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:50.4386278Z [00:03:30.306]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/num-traits-1595081bedc4a866/out/probe4.ll' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:50.4454365Z [00:03:30.312]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/num-traits-1595081bedc4a866/out/probe3.ll' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:50.4522063Z [00:03:30.319]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/num-traits-1595081bedc4a866/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:50.4590126Z [00:03:30.326]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/num-traits-1595081bedc4a866/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:50.4656158Z [00:03:30.333]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/num-traits-1595081bedc4a866/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:50.4723497Z [00:03:30.339]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/num-traits-1595081bedc4a866/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:50.4789420Z [00:03:30.346]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/futures-core-e2dd8a3a94131c6a/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:50.4855903Z [00:03:30.353]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/futures-core-e2dd8a3a94131c6a/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:50.4922122Z [00:03:30.359]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/futures-core-e2dd8a3a94131c6a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:50.4988795Z [00:03:30.366]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/futures-core-e2dd8a3a94131c6a/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:50.5056323Z [00:03:30.373]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-6c80423cc06c830d/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:50.5123454Z [00:03:30.379]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-6c80423cc06c830d/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:50.5189569Z [00:03:30.386]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-6c80423cc06c830d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:50.5256333Z [00:03:30.393]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-6c80423cc06c830d/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:50.5323787Z [00:03:30.399]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/slab-d95565e4a8b61a0f/out/probe0.ll' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:50.5393721Z [00:03:30.406]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/slab-d95565e4a8b61a0f/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:50.5460785Z [00:03:30.413]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/slab-d95565e4a8b61a0f/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:50.5527291Z [00:03:30.420]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/slab-d95565e4a8b61a0f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:50.5593922Z [00:03:30.426]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/slab-d95565e4a8b61a0f/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:50.5660848Z [00:03:30.433]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/zerocopy-fc4b6037a02d3d29/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:50.5727412Z [00:03:30.440]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/zerocopy-fc4b6037a02d3d29/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:50.5794179Z [00:03:30.446]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/zerocopy-fc4b6037a02d3d29/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:50.5861586Z [00:03:30.453]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/zerocopy-fc4b6037a02d3d29/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:50.5930220Z [00:03:30.460]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/futures-channel-dfb0bd8a7da034a5/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:50.5998640Z [00:03:30.467]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/futures-channel-dfb0bd8a7da034a5/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:50.6065932Z [00:03:30.474]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/futures-channel-dfb0bd8a7da034a5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:50.6132371Z [00:03:30.480]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/futures-channel-dfb0bd8a7da034a5/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:50.6199751Z [00:03:30.487]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-ee661149543c80a0/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:50.6267314Z [00:03:30.494]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-ee661149543c80a0/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:50.6334358Z [00:03:30.500]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-ee661149543c80a0/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:50.6401733Z [00:03:30.507]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-ee661149543c80a0/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:50.6469006Z [00:03:30.514]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/parking_lot_core-f9abec1d515c964b/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:50.6536769Z [00:03:30.521]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/parking_lot_core-f9abec1d515c964b/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:50.6603935Z [00:03:30.527]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/parking_lot_core-f9abec1d515c964b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:50.6670866Z [00:03:30.534]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/parking_lot_core-f9abec1d515c964b/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:50.6738877Z [00:03:30.541]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-eb3a4d2d7702dc19/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:50.6806026Z [00:03:30.548]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-eb3a4d2d7702dc19/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:50.6873550Z [00:03:30.554]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-eb3a4d2d7702dc19/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:50.6939587Z [00:03:30.561]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-eb3a4d2d7702dc19/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:50.7008636Z [00:03:30.568]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/lock_api-1e5011ef19e5cc44/out/probe0.ll' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:50.7075727Z [00:03:30.575]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/lock_api-1e5011ef19e5cc44/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:50.7143605Z [00:03:30.581]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/lock_api-1e5011ef19e5cc44/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:50.7210476Z [00:03:30.588]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/lock_api-1e5011ef19e5cc44/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:50.7277255Z [00:03:30.595]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/lock_api-1e5011ef19e5cc44/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:50.7344360Z [00:03:30.601]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-ebffa2c7779a5144/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:50.7411235Z [00:03:30.608]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-ebffa2c7779a5144/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:50.7479119Z [00:03:30.615]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-ebffa2c7779a5144/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:50.7546510Z [00:03:30.622]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-ebffa2c7779a5144/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:50.7616459Z [00:03:30.629]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/getrandom-a5825333d5fcb39b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:50.7683828Z [00:03:30.635]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libonce_cell-bbd4a06f32bc156d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:50.7750558Z [00:03:30.642]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand-d6fd1102e86bac2b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:50.7817543Z [00:03:30.649]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-e6527d7c958864a8.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:50.7885014Z [00:03:30.655]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblinked_hash_map-8f661f202569b569.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:50.7952263Z [00:03:30.662]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblog-a2f999e5f57fe5b6.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:50.8019775Z [00:03:30.669]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/openssl_sys-8d2f2eb055078b9c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:50.8087281Z [00:03:30.676]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgetrandom-0c9679c635c41927.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:50.8154067Z [00:03:30.682]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtextwrap-82dc75c7298a9e85.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:50.8221485Z [00:03:30.689]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/trust_dns_resolver-4287aa4bec06fc24.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:50.8287757Z [00:03:30.696]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/slab-2c1d0774850b5183.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:50.8354559Z [00:03:30.702]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-e6527d7c958864a8.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:50.8421724Z [00:03:30.709]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/dirs_sys-4174b561be733dd2.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:50.8491279Z [00:03:30.716]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdirs_sys-4174b561be733dd2.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:50.8559207Z [00:03:30.723]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libform_urlencoded-c24e728c8bb6e489.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:50.8628070Z [00:03:30.730]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/socket2-6f97214ef411d7a5.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:50.8695759Z [00:03:30.737]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgetrandom-0c9679c635c41927.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:50.8764302Z [00:03:30.743]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand_core-ad8d8da2c4390e4f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:50.8832232Z [00:03:30.750]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpin_project_lite-6ed75a437064983e.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:50.8900568Z [00:03:30.757]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libppv_lite86-7f6bc8055a139b28.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:50.8968141Z [00:03:30.764]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/indexmap-baeffcbfcac10e94.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:50.9035485Z [00:03:30.771]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/log-a2f999e5f57fe5b6.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:50.9103434Z [00:03:30.777]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde_json-be7694d345efd823.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:50.9171588Z [00:03:30.784]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libforeign_types-428086cbc53f505e.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:50.9238443Z [00:03:30.791]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/http-ad4f3aeb4e1223fd.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:50.9306357Z [00:03:30.798]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/futures_task-e969f7142ec5a6fe.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:50.9374020Z [00:03:30.804]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/native_tls-1ff9d1fdfe92dbdf.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:50.9441764Z [00:03:30.811]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/httparse-9802dbd851879086.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:50.9509298Z [00:03:30.818]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/once_cell-bbd4a06f32bc156d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:50.9577885Z [00:03:30.825]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpercent_encoding-a995dced42a03db2.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:50.9645996Z [00:03:30.832]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdirs-918782f9812ad0d3.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:50.9715282Z [00:03:30.838]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/openssl-b5ce2583841e9dc6.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:50.9783315Z [00:03:30.845]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtinyvec-038b5932eeb56cdf.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:50.9851131Z [00:03:30.852]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhyper-295290e03b883a1d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:50.9918624Z [00:03:30.859]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/futures_channel-e609f3151adadee9.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:50.9986897Z [00:03:30.866]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwant-3a71478661cd9b85.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:51.0054413Z [00:03:30.872]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/url-ddcecedf0b12ccce.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:51.0122652Z [00:03:30.879]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/http_body-4a365c793cd0921d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:51.0191642Z [00:03:30.886]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_core-33166b3098f54118.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:51.0260488Z [00:03:30.893]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libquick_error-99bf1a6e471b5de0.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:51.0328793Z [00:03:30.900]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanyhow-25b990e15e0f8fae.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:51.0397201Z [00:03:30.907]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libryu-509bfb8d70740a1d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:51.0466554Z [00:03:30.914]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio_native_tls-105b96a5a13c7a71.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:51.0534209Z [00:03:30.920]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand_chacha-c2bb4a883acbbfeb.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:51.0603031Z [00:03:30.927]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libopenssl_sys-8d2f2eb055078b9c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:51.0670799Z [00:03:30.934]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtower_http-42100e6f23b5746c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:51.0738647Z [00:03:30.941]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtinyvec_macros-cd1d5043b7cc5d72.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:51.0806917Z [00:03:30.948]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/ppv_lite86-7f6bc8055a139b28.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:51.0874980Z [00:03:30.954]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_util-368ee7d0e97f3973.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:51.0945028Z [00:03:30.961]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/parking_lot_core-e5323d76c1a79873.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:51.1012517Z [00:03:30.968]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/match_cfg-4b69951735a51813.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:51.1080886Z [00:03:30.975]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libiri_string-2c7aafe5b1f1cb1b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:51.1148103Z [00:03:30.982]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libiri_string-2c7aafe5b1f1cb1b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:51.1215952Z [00:03:30.989]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhttparse-9802dbd851879086.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:51.1283232Z [00:03:30.995]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/foreign_types-428086cbc53f505e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:51.1351198Z [00:03:31.002]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgip-56b1683a272d9136.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:51.1418038Z [00:03:31.009]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libequivalent-4e9bcc75a171c853.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:51.1486269Z [00:03:31.016]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-420cee5c88c1309f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:51.1554858Z [00:03:31.022]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhostname-5201ba595b8e676f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:51.1621469Z [00:03:31.029]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/idna-0fba6c9845b5fa4c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:51.1691157Z [00:03:31.036]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/structopt-90fca16f210a6afd.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:51.1758094Z [00:03:31.043]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/vec_map-825f544470f9189c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:51.1824821Z [00:03:31.049]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhttp-ad4f3aeb4e1223fd.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:51.1891458Z [00:03:31.056]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/clap-3d7fc944c0e3cdbe.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:51.1958882Z [00:03:31.063]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_sink-1c7d35f41f896dec.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:51.2025293Z [00:03:31.070]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhttp_body_util-51f649edf5b2c7e4.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:51.2091225Z [00:03:31.076]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtinyvec-038b5932eeb56cdf.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:51.2158947Z [00:03:31.083]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libequivalent-4e9bcc75a171c853.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:51.2225816Z [00:03:31.090]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/gip-56b1683a272d9136.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:51.2292599Z [00:03:31.096]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/resolv_conf-96d38002a8f66e5d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:51.2358479Z [00:03:31.103]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtry_lock-e5d0a016936c64b8.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:51.2425517Z [00:03:31.110]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand-d6fd1102e86bac2b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:51.2494347Z [00:03:31.116]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnum_traits-05ee148d3b6837d1.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:51.2562073Z [00:03:31.123]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunicode_normalization-716675513731be5e.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:51.2628598Z [00:03:31.130]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde_spanned-912a51887ea58838.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:51.2696578Z [00:03:31.137]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtoml_datetime-9d6ad02847cc40da.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:51.2765131Z [00:03:31.143]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libiana_time_zone-ecdf876c6e8f56fb.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:51.2833517Z [00:03:31.150]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libindexmap-baeffcbfcac10e94.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:51.2902023Z [00:03:31.157]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhyper_util-6d7d572abec47b2e.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:51.2970769Z [00:03:31.164]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand_chacha-757f0684fc1e401a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:51.3038994Z [00:03:31.171]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhttp_body-4a365c793cd0921d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:51.3107202Z [00:03:31.178]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/trust_dns_proto-1e61220b1d29d5f0.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:51.3174762Z [00:03:31.184]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtry_lock-e5d0a016936c64b8.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:51.3242499Z [00:03:31.191]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libopenssl_sys-8d2f2eb055078b9c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:51.3310259Z [00:03:31.198]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex-055fae97edde99fe.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:51.3377246Z [00:03:31.205]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitflags-e4638d9ba5deda4a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:51.3445758Z [00:03:31.212]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/equivalent-4e9bcc75a171c853.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:51.3512437Z [00:03:31.218]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap-3d7fc944c0e3cdbe.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:51.3579517Z [00:03:31.225]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/mime-3b2f1791f4355644.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:51.3648565Z [00:03:31.232]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdirs-918782f9812ad0d3.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:51.3716565Z [00:03:31.239]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/reqwest-28f996910ac3eab1.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:51.3783864Z [00:03:31.245]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-99ce331df62ae2e7.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:51.3851063Z [00:03:31.252]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libforeign_types-428086cbc53f505e.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:51.3918219Z [00:03:31.259]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing-440e3cdee73a4e8c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:51.3986637Z [00:03:31.266]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tinyvec_macros-cd1d5043b7cc5d72.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:51.4054709Z [00:03:31.272]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemchr-3157d788629a9fc7.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:51.4122607Z [00:03:31.279]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-99ce331df62ae2e7.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:51.4189434Z [00:03:31.286]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tokio-67c598889f199ac0.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:51.4256941Z [00:03:31.293]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmatch_cfg-4b69951735a51813.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:51.4324276Z [00:03:31.299]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbase64-0f1f1b3d42d4576d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:51.4392062Z [00:03:31.306]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/num_traits-05ee148d3b6837d1.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:51.4461218Z [00:03:31.313]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/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-20T20:51:51.4528945Z [00:03:31.320]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libh2-8dab096807d5e7e0.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:51.4598018Z [00:03:31.327]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio-67c598889f199ac0.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:51.4666347Z [00:03:31.334]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtinyvec_macros-cd1d5043b7cc5d72.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:51.4735322Z [00:03:31.340]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblru_cache-a894348194e4a53e.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:51.4804029Z [00:03:31.347]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_util-368ee7d0e97f3973.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:51.4871940Z [00:03:31.354]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtower_service-5f3ec94338e5b675.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:51.4938966Z [00:03:31.361]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-ad922fe68dc3537f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:51.5006989Z [00:03:31.368]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/regex_syntax-a6e8118dff480c24.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:51.5075277Z [00:03:31.374]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtower-165f8420bd548a81.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:51.5143454Z [00:03:31.381]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/ansi_term-0bb655736fe41be1.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:51.5211891Z [00:03:31.388]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/iana_time_zone-ecdf876c6e8f56fb.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:51.5280214Z [00:03:31.395]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libitoa-59c4343f5413c409.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:51.5348003Z [00:03:31.402]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libopenssl-b5ce2583841e9dc6.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:51.5416144Z [00:03:31.409]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libreqwest-28f996910ac3eab1.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:51.5484150Z [00:03:31.415]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunicode_width-631a53dbecda79e8.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:51.5552694Z [00:03:31.422]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/rustls_pki_types-26359f1b6191537f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:51.5621706Z [00:03:31.429]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_automata-e25d842a45d258da.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:51.5691257Z [00:03:31.436]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tokio_native_tls-105b96a5a13c7a71.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:51.5760295Z [00:03:31.443]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libopenssl-b5ce2583841e9dc6.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:51.5829105Z [00:03:31.450]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtoml_datetime-9d6ad02847cc40da.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:51.5897740Z [00:03:31.457]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpin_utils-327e87f8993c05ae.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:51.5966784Z [00:03:31.464]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/futures_core-33166b3098f54118.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:51.6036168Z [00:03:31.471]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunicode_bidi-97a56091e237e6bc.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:51.6103961Z [00:03:31.477]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/form_urlencoded-c24e728c8bb6e489.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:51.6171389Z [00:03:31.484]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdata_encoding-954dc823cfef64ec.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:51.6239379Z [00:03:31.491]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/getrandom-0c9679c635c41927.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:51.6308305Z [00:03:31.498]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand_chacha-c2bb4a883acbbfeb.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:51.6375997Z [00:03:31.505]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/toml_datetime-9d6ad02847cc40da.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:51.6443692Z [00:03:31.511]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/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-20T20:51:51.6511427Z [00:03:31.518]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmime-3b2f1791f4355644.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:51.6578708Z [00:03:31.525]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libscopeguard-fca9edb259fbe444.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:51.6646565Z [00:03:31.532]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/serde-ed0abb2159fb3697.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:51.6714761Z [00:03:31.538]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libreqwest-28f996910ac3eab1.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:51.6782822Z [00:03:31.545]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libiana_time_zone-ecdf876c6e8f56fb.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:51.6850156Z [00:03:31.552]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libform_urlencoded-c24e728c8bb6e489.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:51.6917945Z [00:03:31.559]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblru_cache-a894348194e4a53e.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:51.6985675Z [00:03:31.566]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzeroize-9ff2ed902bd6bd57.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:51.7052877Z [00:03:31.572]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tower-165f8420bd548a81.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:51.7120237Z [00:03:31.579]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhostname-5201ba595b8e676f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:51.7188646Z [00:03:31.586]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitflags-527b77d9cefff7ae.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:51.7256304Z [00:03:31.593]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/linked_hash_map-8f661f202569b569.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:51.7324682Z [00:03:31.599]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhttparse-9802dbd851879086.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:51.7392525Z [00:03:31.606]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/pin_utils-327e87f8993c05ae.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:51.7460588Z [00:03:31.613]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/lru_cache-a894348194e4a53e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:51.7528781Z [00:03:31.620]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libencoding_rs-5fc9b6f08e743507.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:51.7597066Z [00:03:31.627]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/zerocopy-e6c85c2b1bd127c5.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:51.7664760Z [00:03:31.633]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/bitflags-e4638d9ba5deda4a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:51.7733106Z [00:03:31.640]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/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-20T20:51:51.7800587Z [00:03:31.647]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/rand_core-db3c87e931eb94da.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:51.7868625Z [00:03:31.654]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtower_service-5f3ec94338e5b675.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:51.7936834Z [00:03:31.661]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/encoding_rs-5fc9b6f08e743507.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:51.8005323Z [00:03:31.667]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/textwrap-82dc75c7298a9e85.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:51.8073692Z [00:03:31.674]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/unicode_width-631a53dbecda79e8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:51.8142188Z [00:03:31.681]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libparking_lot-6df456e6650fcfe1.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:51.8210150Z [00:03:31.688]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libipnet-41f4db5b46c309a4.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:51.8277907Z [00:03:31.695]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_io-9480d999324dcca3.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:51.8346214Z [00:03:31.702]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/pin_project_lite-6ed75a437064983e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:51.8413105Z [00:03:31.708]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/http_body_util-51f649edf5b2c7e4.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:51.8480869Z [00:03:31.715]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdata_encoding-954dc823cfef64ec.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:51.8549959Z [00:03:31.722]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libaho_corasick-fa4ad84ae97ea926.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:51.8617048Z [00:03:31.729]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzeroize-9ff2ed902bd6bd57.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:51.8685048Z [00:03:31.735]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap-3d7fc944c0e3cdbe.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:51.8752384Z [00:03:31.742]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/strsim-5d4c9d32c66e4b9a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:51.8820009Z [00:03:31.749]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_syntax-a6e8118dff480c24.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:51.8887072Z [00:03:31.756]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhttp_body-4a365c793cd0921d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:51.8955494Z [00:03:31.762]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/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-20T20:51:51.9025287Z [00:03:31.769]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtrust_dns_resolver-4287aa4bec06fc24.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:51.9093444Z [00:03:31.776]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libresolv_conf-96d38002a8f66e5d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:51.9161737Z [00:03:31.783]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libvec_map-825f544470f9189c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:51.9229123Z [00:03:31.790]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libquick_error-99bf1a6e471b5de0.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:51.9297850Z [00:03:31.797]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/bitflags-527b77d9cefff7ae.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:51.9365590Z [00:03:31.804]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/percent_encoding-a995dced42a03db2.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:51.9433557Z [00:03:31.810]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/toml-5f54dd42ab96f447.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:51.9501718Z [00:03:31.817]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstructopt-90fca16f210a6afd.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:51.9568577Z [00:03:31.824]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsocket2-6f97214ef411d7a5.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:51.9635939Z [00:03:31.831]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmime-3b2f1791f4355644.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:51.9703731Z [00:03:31.837]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand_core-ad8d8da2c4390e4f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:51.9771800Z [00:03:31.844]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libindexmap-baeffcbfcac10e94.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:51.9839756Z [00:03:31.851]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/mio-b579ca2a252ed26e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:51.9906962Z [00:03:31.858]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblock_api-dd72e6f1c3b668b5.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:51.9973980Z [00:03:31.864]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand_core-db3c87e931eb94da.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:52.0040576Z [00:03:31.871]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand-de96310d605f4b05.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:52.0107240Z [00:03:31.878]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunicode_bidi-97a56091e237e6bc.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:52.0173393Z [00:03:31.884]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbytes-d34434d8b0e45868.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:52.0240454Z [00:03:31.891]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/data_encoding-954dc823cfef64ec.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:52.0306714Z [00:03:31.898]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/unicode_bidi-97a56091e237e6bc.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:52.0372872Z [00:03:31.904]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libencoding_rs-5fc9b6f08e743507.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:52.0439338Z [00:03:31.911]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustls_pki_types-26359f1b6191537f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:52.0506031Z [00:03:31.918]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_task-e969f7142ec5a6fe.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:52.0574541Z [00:03:31.924]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitflags-527b77d9cefff7ae.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:52.0640697Z [00:03:31.931]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/memchr-3157d788629a9fc7.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:52.0708462Z [00:03:31.938]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustls_pki_types-26359f1b6191537f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:52.0776721Z [00:03:31.945]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand_core-db3c87e931eb94da.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:52.0843279Z [00:03:31.951]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsync_wrapper-0b30a7071cf3c653.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:52.0910376Z [00:03:31.958]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-ed0abb2159fb3697.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:52.0980880Z [00:03:31.965]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpercent_encoding-a995dced42a03db2.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:52.1049033Z [00:03:31.972]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/foreign_types_shared-b42146452c3b8e42.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:52.1116901Z [00:03:31.979]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_channel-e609f3151adadee9.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:52.1184446Z [00:03:31.985]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbytes-d34434d8b0e45868.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:52.1252951Z [00:03:31.992]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libipnet-41f4db5b46c309a4.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:52.1321267Z [00:03:31.999]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tower_http-42100e6f23b5746c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:52.1388836Z [00:03:32.006]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsmallvec-9344fc38af21df28.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:52.1457173Z [00:03:32.013]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblinked_hash_map-8f661f202569b569.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:52.1525666Z [00:03:32.020]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/dirs-918782f9812ad0d3.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:52.1593470Z [00:03:32.026]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtower_layer-c94dc88d353092c6.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:52.1661503Z [00:03:32.033]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbase64-0f1f1b3d42d4576d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:52.1729454Z [00:03:32.040]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtower_layer-c94dc88d353092c6.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:52.1798105Z [00:03:32.047]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/hyper_tls-71c9f04090b3e392.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:52.1866228Z [00:03:32.054]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio_util-2e976d37fd40b8b7.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:52.1934005Z [00:03:32.060]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing-440e3cdee73a4e8c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:52.2000821Z [00:03:32.067]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/ryu-509bfb8d70740a1d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:52.2069010Z [00:03:32.074]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtrust_dns_resolver-4287aa4bec06fc24.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:52.2136546Z [00:03:32.081]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/itoa-59c4343f5413c409.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:52.2204041Z [00:03:32.087]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhyper_util-6d7d572abec47b2e.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:52.2271989Z [00:03:32.094]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/gip-fbf2f0a064c144f9' retained as 0755 (rwxr-xr-x)
2025-08-20T20:51:52.2339004Z [00:03:32.101]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/rand_core-ad8d8da2c4390e4f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:52.2407069Z [00:03:32.108]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libryu-509bfb8d70740a1d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:52.2476843Z [00:03:32.115]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwinnow-2dea7c4e3af6a35e.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:52.2544649Z [00:03:32.121]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblock_api-dd72e6f1c3b668b5.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:52.2612986Z [00:03:32.128]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_syntax-a6e8118dff480c24.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:52.2680657Z [00:03:32.135]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/sync_wrapper-0b30a7071cf3c653.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:52.2747977Z [00:03:32.142]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/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-20T20:51:52.2816672Z [00:03:32.149]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtextwrap-82dc75c7298a9e85.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:52.2886338Z [00:03:32.156]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libslab-2c1d0774850b5183.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:52.2954906Z [00:03:32.162]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgetrandom-a5825333d5fcb39b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:52.3023649Z [00:03:32.169]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/base64-0f1f1b3d42d4576d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:52.3091091Z [00:03:32.176]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/smallvec-9344fc38af21df28.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:52.3158915Z [00:03:32.183]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/quick_error-99bf1a6e471b5de0.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:52.3226654Z [00:03:32.190]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/serde_json-be7694d345efd823.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:52.3295275Z [00:03:32.196]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtrust_dns_proto-1e61220b1d29d5f0.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:52.3364522Z [00:03:32.203]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio_util-2e976d37fd40b8b7.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:52.3433835Z [00:03:32.210]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_core-33166b3098f54118.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:52.3502399Z [00:03:32.217]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgip-56b1683a272d9136.rlib' retained as 0755 (rwxr-xr-x)
2025-08-20T20:51:52.3569453Z [00:03:32.224]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/gip-fbf2f0a064c144f9.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:52.3637825Z [00:03:32.231]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/thiserror-e6527d7c958864a8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:52.3707518Z [00:03:32.238]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsmallvec-9344fc38af21df28.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:52.3775833Z [00:03:32.245]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/futures_sink-1c7d35f41f896dec.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:52.3844430Z [00:03:32.251]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libonce_cell-bbd4a06f32bc156d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:52.3912625Z [00:03:32.258]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand-de96310d605f4b05.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:52.3981000Z [00:03:32.265]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/winnow-2dea7c4e3af6a35e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:52.4049304Z [00:03:32.272]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/regex-055fae97edde99fe.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:52.4117581Z [00:03:32.279]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnative_tls-1ff9d1fdfe92dbdf.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:52.4186798Z [00:03:32.286]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/cfg_if-ad922fe68dc3537f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:52.4255588Z [00:03:32.293]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstrsim-5d4c9d32c66e4b9a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:52.4323516Z [00:03:32.299]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/hashbrown-1e0e1bb8de4a7b13.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:52.4391160Z [00:03:32.306]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblazy_static-a76e57ddeaa42a0c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:52.4459159Z [00:03:32.313]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhyper_tls-71c9f04090b3e392.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:52.4527011Z [00:03:32.320]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/serde_spanned-912a51887ea58838.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:52.4597200Z [00:03:32.327]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtoml_parser-0fd11076ae604d8a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:52.4665271Z [00:03:32.334]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/bytes-d34434d8b0e45868.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:52.4732907Z [00:03:32.340]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/h2-8dab096807d5e7e0.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:52.4800522Z [00:03:32.347]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tracing-440e3cdee73a4e8c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:52.4869121Z [00:03:32.354]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libansi_term-0bb655736fe41be1.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:52.4937050Z [00:03:32.361]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/iri_string-2c7aafe5b1f1cb1b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:52.5007892Z [00:03:32.368]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpin_project_lite-6ed75a437064983e.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:52.5076777Z [00:03:32.375]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstrsim-5d4c9d32c66e4b9a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:52.5144954Z [00:03:32.381]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtoml-5f54dd42ab96f447.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:52.5213367Z [00:03:32.388]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libparking_lot-6df456e6650fcfe1.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:52.5281731Z [00:03:32.395]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/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-20T20:51:52.5348562Z [00:03:32.402]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsocket2-6f97214ef411d7a5.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:52.5417397Z [00:03:32.409]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/anyhow-25b990e15e0f8fae.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:52.5485215Z [00:03:32.415]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libscopeguard-fca9edb259fbe444.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:52.5553151Z [00:03:32.422]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtoml-5f54dd42ab96f447.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:52.5621571Z [00:03:32.429]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwant-3a71478661cd9b85.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:52.5689659Z [00:03:32.436]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libopenssl_probe-fec3caf83fa09ae2.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:52.5757207Z [00:03:32.443]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde_json-be7694d345efd823.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:52.5825703Z [00:03:32.450]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libslab-2c1d0774850b5183.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:52.5893523Z [00:03:32.456]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/rand_chacha-757f0684fc1e401a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:52.5961839Z [00:03:32.463]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/chrono-1ebb78babb4e29fe.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:52.6031020Z [00:03:32.470]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libh2-8dab096807d5e7e0.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:52.6098716Z [00:03:32.477]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/openssl_probe-fec3caf83fa09ae2.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:52.6166197Z [00:03:32.484]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libchrono-1ebb78babb4e29fe.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:52.6233878Z [00:03:32.490]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtower-165f8420bd548a81.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:52.6301957Z [00:03:32.497]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-ed0abb2159fb3697.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:52.6371515Z [00:03:32.504]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhyper_tls-71c9f04090b3e392.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:52.6439322Z [00:03:32.511]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liburl-ddcecedf0b12ccce.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:52.6508220Z [00:03:32.518]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblog-a2f999e5f57fe5b6.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:52.6576007Z [00:03:32.525]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/hostname-5201ba595b8e676f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:52.6644168Z [00:03:32.531]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/rand_chacha-c2bb4a883acbbfeb.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:52.6712405Z [00:03:32.538]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing_core-42e5d85406658ee0.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:52.6781112Z [00:03:32.545]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/serde_urlencoded-3c9f5695df710470.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:52.6848077Z [00:03:32.552]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tower_service-5f3ec94338e5b675.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:52.6915650Z [00:03:32.559]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhyper-295290e03b883a1d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:52.6984887Z [00:03:32.565]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunicode_width-631a53dbecda79e8.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:52.7052918Z [00:03:32.572]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libatty-7f53a088b95520eb.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:52.7120528Z [00:03:32.579]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnative_tls-1ff9d1fdfe92dbdf.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:52.7188850Z [00:03:32.586]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libitoa-59c4343f5413c409.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:52.7257009Z [00:03:32.593]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/parking_lot-6df456e6650fcfe1.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:52.7323610Z [00:03:32.599]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemchr-3157d788629a9fc7.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:52.7390993Z [00:03:32.606]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzerocopy-e6c85c2b1bd127c5.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:52.7458457Z [00:03:32.613]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmio-b579ca2a252ed26e.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:52.7525894Z [00:03:32.620]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libansi_term-0bb655736fe41be1.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:52.7592823Z [00:03:32.626]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstructopt-90fca16f210a6afd.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:52.7659978Z [00:03:32.633]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/rand-de96310d605f4b05.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:52.7727684Z [00:03:32.640]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/lock_api-dd72e6f1c3b668b5.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:52.7795399Z [00:03:32.647]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/hyper-295290e03b883a1d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:52.7862897Z [00:03:32.653]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/aho_corasick-fa4ad84ae97ea926.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:52.7931111Z [00:03:32.660]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzerocopy-e6c85c2b1bd127c5.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:52.7998278Z [00:03:32.667]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_channel-e609f3151adadee9.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:52.8065783Z [00:03:32.674]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libparking_lot_core-e5323d76c1a79873.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:52.8136042Z [00:03:32.681]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libatty-7f53a088b95520eb.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:52.8205196Z [00:03:32.687]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/futures_io-9480d999324dcca3.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:52.8271950Z [00:03:32.694]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/atty-7f53a088b95520eb.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:52.8340455Z [00:03:32.701]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libresolv_conf-96d38002a8f66e5d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:52.8407639Z [00:03:32.708]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/rand-d6fd1102e86bac2b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:52.8475615Z [00:03:32.715]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/try_lock-e5d0a016936c64b8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:52.8543812Z [00:03:32.721]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-ad922fe68dc3537f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:52.8611517Z [00:03:32.728]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libopenssl_probe-fec3caf83fa09ae2.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:52.8679201Z [00:03:32.735]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/regex_automata-e25d842a45d258da.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:52.8747270Z [00:03:32.742]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmio-b579ca2a252ed26e.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:52.8815114Z [00:03:32.748]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde_spanned-912a51887ea58838.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:52.8883006Z [00:03:32.755]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio-67c598889f199ac0.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:52.8951676Z [00:03:32.762]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmatch_cfg-4b69951735a51813.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:52.9019266Z [00:03:32.769]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblazy_static-a76e57ddeaa42a0c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:52.9086680Z [00:03:32.776]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhttp-ad4f3aeb4e1223fd.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:52.9154696Z [00:03:32.782]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/thiserror-99ce331df62ae2e7.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:52.9223751Z [00:03:32.789]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsync_wrapper-0b30a7071cf3c653.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:52.9291818Z [00:03:32.796]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libaho_corasick-fa4ad84ae97ea926.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:52.9360798Z [00:03:32.803]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex-055fae97edde99fe.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:52.9426908Z [00:03:32.810]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/ipnet-41f4db5b46c309a4.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:52.9494260Z [00:03:32.816]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/lazy_static-a76e57ddeaa42a0c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:52.9561667Z [00:03:32.823]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_io-9480d999324dcca3.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:52.9630543Z [00:03:32.830]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libvec_map-825f544470f9189c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:52.9695985Z [00:03:32.837]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libc-420cee5c88c1309f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:52.9764262Z [00:03:32.843]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnum_traits-05ee148d3b6837d1.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:52.9832472Z [00:03:32.850]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libparking_lot_core-e5323d76c1a79873.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:52.9900499Z [00:03:32.857]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/futures_util-368ee7d0e97f3973.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:52.9967848Z [00:03:32.864]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tinyvec-038b5932eeb56cdf.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:53.0036987Z [00:03:32.871]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libforeign_types_shared-b42146452c3b8e42.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:53.0104970Z [00:03:32.877]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhashbrown-1e0e1bb8de4a7b13.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:53.0172626Z [00:03:32.884]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde_urlencoded-3c9f5695df710470.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:53.0240489Z [00:03:32.891]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tracing_core-42e5d85406658ee0.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:53.0308923Z [00:03:32.898]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tower_layer-c94dc88d353092c6.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:53.0377273Z [00:03:32.905]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libidna-0fba6c9845b5fa4c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:53.0445687Z [00:03:32.912]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libchrono-1ebb78babb4e29fe.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:53.0512716Z [00:03:32.918]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgetrandom-a5825333d5fcb39b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:53.0580948Z [00:03:32.925]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhashbrown-1e0e1bb8de4a7b13.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:53.0648453Z [00:03:32.932]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libppv_lite86-7f6bc8055a139b28.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:53.0717406Z [00:03:32.939]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde_urlencoded-3c9f5695df710470.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:53.0784226Z [00:03:32.945]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwinnow-2dea7c4e3af6a35e.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:53.0853001Z [00:03:32.952]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_automata-e25d842a45d258da.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:53.0920325Z [00:03:32.959]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/toml_parser-0fd11076ae604d8a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:53.0990045Z [00:03:32.966]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liburl-ddcecedf0b12ccce.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:53.1057959Z [00:03:32.973]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-420cee5c88c1309f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:53.1125491Z [00:03:32.980]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpin_utils-327e87f8993c05ae.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:53.1193821Z [00:03:32.986]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing_core-42e5d85406658ee0.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:53.1261658Z [00:03:32.993]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/zeroize-9ff2ed902bd6bd57.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:53.1328343Z [00:03:33.000]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunicode_normalization-716675513731be5e.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:53.1396052Z [00:03:33.007]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libforeign_types_shared-b42146452c3b8e42.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:53.1464207Z [00:03:33.013]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/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-20T20:51:53.1532588Z [00:03:33.020]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/scopeguard-fca9edb259fbe444.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:53.1600575Z [00:03:33.027]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdirs_sys-4174b561be733dd2.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:53.1670061Z [00:03:33.034]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitflags-e4638d9ba5deda4a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:53.1737895Z [00:03:33.041]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/want-3a71478661cd9b85.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:53.1805025Z [00:03:33.047]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/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-20T20:51:53.1872899Z [00:03:33.054]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tokio_util-2e976d37fd40b8b7.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:53.1940550Z [00:03:33.061]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/unicode_normalization-716675513731be5e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:53.2007115Z [00:03:33.068]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtower_http-42100e6f23b5746c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:53.2075065Z [00:03:33.074]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/hyper_util-6d7d572abec47b2e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:53.2143083Z [00:03:33.081]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtrust_dns_proto-1e61220b1d29d5f0.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:53.2210579Z [00:03:33.088]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_task-e969f7142ec5a6fe.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:53.2277643Z [00:03:33.095]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_sink-1c7d35f41f896dec.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:53.2344974Z [00:03:33.101]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/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-20T20:51:53.2413802Z [00:03:33.108]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio_native_tls-105b96a5a13c7a71.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:53.2481253Z [00:03:33.115]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhttp_body_util-51f649edf5b2c7e4.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:53.2550611Z [00:03:33.122]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtoml_parser-0fd11076ae604d8a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:53.2619391Z [00:03:33.129]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanyhow-25b990e15e0f8fae.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:53.2689175Z [00:03:33.136]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand_chacha-757f0684fc1e401a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:53.2757916Z [00:03:33.143]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libidna-0fba6c9845b5fa4c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:53.2827100Z [00:03:33.150]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/libgip.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:53.2897092Z [00:03:33.157]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-99ce331df62ae2e7/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:53.2965082Z [00:03:33.163]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-99ce331df62ae2e7/lib-thiserror.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:53.3033229Z [00:03:33.170]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-99ce331df62ae2e7/lib-thiserror' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:53.3102113Z [00:03:33.177]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-99ce331df62ae2e7/dep-lib-thiserror' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:53.3169372Z [00:03:33.184]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/itoa-59c4343f5413c409/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:53.3237943Z [00:03:33.191]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/itoa-59c4343f5413c409/dep-lib-itoa' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:53.3305627Z [00:03:33.198]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/itoa-59c4343f5413c409/lib-itoa.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:53.3373595Z [00:03:33.204]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/itoa-59c4343f5413c409/lib-itoa' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:53.3441622Z [00:03:33.211]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hyper-util-6d7d572abec47b2e/lib-hyper_util.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:53.3511114Z [00:03:33.218]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hyper-util-6d7d572abec47b2e/dep-lib-hyper_util' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:53.3579491Z [00:03:33.225]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hyper-util-6d7d572abec47b2e/lib-hyper_util' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:53.3646969Z [00:03:33.232]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hyper-util-6d7d572abec47b2e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:53.3715709Z [00:03:33.239]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bytes-d34434d8b0e45868/lib-bytes' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:53.3783407Z [00:03:33.245]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bytes-d34434d8b0e45868/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:53.3851048Z [00:03:33.252]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bytes-d34434d8b0e45868/dep-lib-bytes' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:53.3918909Z [00:03:33.259]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bytes-d34434d8b0e45868/lib-bytes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:53.3986894Z [00:03:33.266]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-task-e969f7142ec5a6fe/lib-futures_task.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:53.4056289Z [00:03:33.273]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-task-e969f7142ec5a6fe/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:53.4124421Z [00:03:33.279]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-task-e969f7142ec5a6fe/dep-lib-futures_task' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:53.4191564Z [00:03:33.286]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-task-e969f7142ec5a6fe/lib-futures_task' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:53.4259654Z [00:03:33.293]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/chrono-1ebb78babb4e29fe/lib-chrono' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:53.4327332Z [00:03:33.300]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/chrono-1ebb78babb4e29fe/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:53.4395689Z [00:03:33.307]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/chrono-1ebb78babb4e29fe/lib-chrono.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:53.4465097Z [00:03:33.313]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/chrono-1ebb78babb4e29fe/dep-lib-chrono' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:53.4533385Z [00:03:33.320]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/native-tls-aed7071a88c6b31c/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:53.4605101Z [00:03:33.327]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/native-tls-aed7071a88c6b31c/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:53.4672798Z [00:03:33.334]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tinyvec-038b5932eeb56cdf/lib-tinyvec' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:53.4740408Z [00:03:33.341]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tinyvec-038b5932eeb56cdf/lib-tinyvec.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:53.4808312Z [00:03:33.348]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tinyvec-038b5932eeb56cdf/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:53.4877202Z [00:03:33.355]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tinyvec-038b5932eeb56cdf/dep-lib-tinyvec' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:53.4944579Z [00:03:33.361]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/quick-error-99bf1a6e471b5de0/lib-quick_error' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:53.5012078Z [00:03:33.368]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/quick-error-99bf1a6e471b5de0/lib-quick_error.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:53.5080272Z [00:03:33.375]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/quick-error-99bf1a6e471b5de0/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:53.5148260Z [00:03:33.382]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/quick-error-99bf1a6e471b5de0/dep-lib-quick_error' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:53.5217432Z [00:03:33.389]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/idna-0fba6c9845b5fa4c/lib-idna' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:53.5286063Z [00:03:33.396]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/idna-0fba6c9845b5fa4c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:53.5354660Z [00:03:33.402]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/idna-0fba6c9845b5fa4c/lib-idna.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:53.5422008Z [00:03:33.409]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/idna-0fba6c9845b5fa4c/dep-lib-idna' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:53.5490011Z [00:03:33.416]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anyhow-b9f338d7e1074f47/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:53.5557740Z [00:03:33.423]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anyhow-b9f338d7e1074f47/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:53.5626995Z [00:03:33.430]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-task-b2b78d7311316cc1/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:53.5694453Z [00:03:33.436]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-task-b2b78d7311316cc1/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:53.5762275Z [00:03:33.443]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/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-20T20:51:53.5830693Z [00:03:33.450]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/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-20T20:51:53.5898578Z [00:03:33.457]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand-d6fd1102e86bac2b/lib-rand.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:53.5966119Z [00:03:33.464]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand-d6fd1102e86bac2b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:53.6035771Z [00:03:33.471]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand-d6fd1102e86bac2b/lib-rand' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:53.6103362Z [00:03:33.477]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand-d6fd1102e86bac2b/dep-lib-rand' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:53.6172171Z [00:03:33.484]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-traits-05ee148d3b6837d1/lib-num_traits' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:53.6240512Z [00:03:33.491]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-traits-05ee148d3b6837d1/lib-num_traits.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:53.6308730Z [00:03:33.498]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-traits-05ee148d3b6837d1/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:53.6377497Z [00:03:33.505]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-traits-05ee148d3b6837d1/dep-lib-num_traits' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:53.6445255Z [00:03:33.511]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-e25d842a45d258da/dep-lib-regex_automata' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:53.6513982Z [00:03:33.518]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-e25d842a45d258da/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:53.6582871Z [00:03:33.525]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-e25d842a45d258da/lib-regex_automata.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:53.6651093Z [00:03:33.532]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-e25d842a45d258da/lib-regex_automata' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:53.6720821Z [00:03:33.539]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde-ed0abb2159fb3697/dep-lib-serde' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:53.6789604Z [00:03:33.546]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde-ed0abb2159fb3697/lib-serde.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:53.6858926Z [00:03:33.553]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde-ed0abb2159fb3697/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:53.6927406Z [00:03:33.560]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde-ed0abb2159fb3697/lib-serde' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:53.6995819Z [00:03:33.567]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-67c598889f199ac0/dep-lib-tokio' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:53.7063499Z [00:03:33.573]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-67c598889f199ac0/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:53.7131168Z [00:03:33.580]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-67c598889f199ac0/lib-tokio' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:53.7198406Z [00:03:33.587]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-67c598889f199ac0/lib-tokio.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:53.7267528Z [00:03:33.594]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/smallvec-9344fc38af21df28/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:53.7335858Z [00:03:33.601]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/smallvec-9344fc38af21df28/lib-smallvec' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:53.7404482Z [00:03:33.607]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/smallvec-9344fc38af21df28/dep-lib-smallvec' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:53.7471993Z [00:03:33.614]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/smallvec-9344fc38af21df28/lib-smallvec.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:53.7541579Z [00:03:33.621]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/foreign-types-shared-b42146452c3b8e42/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:53.7609584Z [00:03:33.628]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/foreign-types-shared-b42146452c3b8e42/lib-foreign_types_shared' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:53.7676917Z [00:03:33.635]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/foreign-types-shared-b42146452c3b8e42/dep-lib-foreign_types_shared' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:53.7745620Z [00:03:33.641]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/foreign-types-shared-b42146452c3b8e42/lib-foreign_types_shared.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:53.7813514Z [00:03:33.648]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/scopeguard-fca9edb259fbe444/lib-scopeguard' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:53.7880704Z [00:03:33.655]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/scopeguard-fca9edb259fbe444/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:53.7948550Z [00:03:33.662]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/scopeguard-fca9edb259fbe444/dep-lib-scopeguard' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:53.8016914Z [00:03:33.669]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/scopeguard-fca9edb259fbe444/lib-scopeguard.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:53.8085620Z [00:03:33.676]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/httparse-9802dbd851879086/lib-httparse.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:53.8153468Z [00:03:33.682]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/httparse-9802dbd851879086/lib-httparse' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:53.8222189Z [00:03:33.689]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/httparse-9802dbd851879086/dep-lib-httparse' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:53.8289694Z [00:03:33.696]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/httparse-9802dbd851879086/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:53.8358464Z [00:03:33.703]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/vec_map-825f544470f9189c/lib-vec_map.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:53.8426694Z [00:03:33.710]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/vec_map-825f544470f9189c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:53.8494592Z [00:03:33.716]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/vec_map-825f544470f9189c/dep-lib-vec_map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:53.8563005Z [00:03:33.723]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/vec_map-825f544470f9189c/lib-vec_map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:53.8632989Z [00:03:33.730]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ppv-lite86-7f6bc8055a139b28/dep-lib-ppv_lite86' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:53.8701127Z [00:03:33.737]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ppv-lite86-7f6bc8055a139b28/lib-ppv_lite86.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:53.8767655Z [00:03:33.744]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ppv-lite86-7f6bc8055a139b28/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:53.8838759Z [00:03:33.751]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ppv-lite86-7f6bc8055a139b28/lib-ppv_lite86' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:53.8906716Z [00:03:33.758]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-e6527d7c958864a8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:53.8974771Z [00:03:33.764]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-e6527d7c958864a8/lib-thiserror.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:53.9042667Z [00:03:33.771]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-e6527d7c958864a8/lib-thiserror' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:53.9111046Z [00:03:33.778]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-e6527d7c958864a8/dep-lib-thiserror' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:53.9179210Z [00:03:33.785]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sync_wrapper-0b30a7071cf3c653/dep-lib-sync_wrapper' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:53.9247258Z [00:03:33.792]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sync_wrapper-0b30a7071cf3c653/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:53.9315164Z [00:03:33.798]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sync_wrapper-0b30a7071cf3c653/lib-sync_wrapper' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:53.9383451Z [00:03:33.805]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sync_wrapper-0b30a7071cf3c653/lib-sync_wrapper.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:53.9451698Z [00:03:33.812]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-util-d01ecaaa91ea9718/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:53.9518730Z [00:03:33.819]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-util-d01ecaaa91ea9718/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:53.9587453Z [00:03:33.826]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strsim-5d4c9d32c66e4b9a/lib-strsim.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:53.9655457Z [00:03:33.833]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strsim-5d4c9d32c66e4b9a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:53.9723295Z [00:03:33.839]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strsim-5d4c9d32c66e4b9a/lib-strsim' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:53.9790863Z [00:03:33.846]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strsim-5d4c9d32c66e4b9a/dep-lib-strsim' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:53.9859034Z [00:03:33.853]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/atty-7f53a088b95520eb/lib-atty' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:53.9926393Z [00:03:33.860]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/atty-7f53a088b95520eb/dep-lib-atty' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:53.9995138Z [00:03:33.866]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/atty-7f53a088b95520eb/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:54.0063429Z [00:03:33.873]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/atty-7f53a088b95520eb/lib-atty.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:54.0131274Z [00:03:33.880]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/winnow-2dea7c4e3af6a35e/lib-winnow' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:54.0199293Z [00:03:33.887]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/winnow-2dea7c4e3af6a35e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:54.0268015Z [00:03:33.894]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/winnow-2dea7c4e3af6a35e/dep-lib-winnow' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:54.0336239Z [00:03:33.901]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/winnow-2dea7c4e3af6a35e/lib-winnow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:54.0405329Z [00:03:33.907]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_json-be7694d345efd823/lib-serde_json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:54.0473053Z [00:03:33.914]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_json-be7694d345efd823/lib-serde_json.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:54.0542204Z [00:03:33.921]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_json-be7694d345efd823/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:54.0610127Z [00:03:33.928]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_json-be7694d345efd823/dep-lib-serde_json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:54.0678905Z [00:03:33.935]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_json-d2549453ae94d50d/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:54.0747098Z [00:03:33.942]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_json-d2549453ae94d50d/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:54.0815250Z [00:03:33.948]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gip-56b1683a272d9136/lib-gip' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:54.0883873Z [00:03:33.955]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gip-56b1683a272d9136/lib-gip.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:54.0951311Z [00:03:33.962]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gip-56b1683a272d9136/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:54.1021503Z [00:03:33.969]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gip-56b1683a272d9136/output-lib-gip' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:54.1089250Z [00:03:33.976]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gip-56b1683a272d9136/dep-lib-gip' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:54.1156964Z [00:03:33.983]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/form_urlencoded-c24e728c8bb6e489/lib-form_urlencoded.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:54.1226445Z [00:03:33.990]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/form_urlencoded-c24e728c8bb6e489/lib-form_urlencoded' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:54.1294278Z [00:03:33.996]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/form_urlencoded-c24e728c8bb6e489/dep-lib-form_urlencoded' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:54.1361836Z [00:03:34.003]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/form_urlencoded-c24e728c8bb6e489/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:54.1431103Z [00:03:34.010]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-6dacff32c087508f/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:54.1499020Z [00:03:34.017]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-6dacff32c087508f/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:54.1566210Z [00:03:34.024]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/slab-2c1d0774850b5183/lib-slab.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:54.1634383Z [00:03:34.030]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/slab-2c1d0774850b5183/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:54.1702261Z [00:03:34.037]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/slab-2c1d0774850b5183/dep-lib-slab' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:54.1770458Z [00:03:34.044]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/slab-2c1d0774850b5183/lib-slab' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:54.1838900Z [00:03:34.051]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iri-string-2c7aafe5b1f1cb1b/dep-lib-iri_string' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:54.1907978Z [00:03:34.058]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iri-string-2c7aafe5b1f1cb1b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:54.1976172Z [00:03:34.065]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iri-string-2c7aafe5b1f1cb1b/lib-iri_string' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:54.2044087Z [00:03:34.071]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iri-string-2c7aafe5b1f1cb1b/lib-iri_string.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:54.2111413Z [00:03:34.078]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/native-tls-1ff9d1fdfe92dbdf/lib-native_tls' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:54.2180387Z [00:03:34.085]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/native-tls-1ff9d1fdfe92dbdf/dep-lib-native_tls' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:54.2249450Z [00:03:34.092]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/native-tls-1ff9d1fdfe92dbdf/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:54.2316752Z [00:03:34.099]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/native-tls-1ff9d1fdfe92dbdf/lib-native_tls.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:54.2385457Z [00:03:34.105]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tinyvec_macros-cd1d5043b7cc5d72/dep-lib-tinyvec_macros' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:54.2453228Z [00:03:34.112]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tinyvec_macros-cd1d5043b7cc5d72/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:54.2523148Z [00:03:34.119]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tinyvec_macros-cd1d5043b7cc5d72/lib-tinyvec_macros.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:54.2590360Z [00:03:34.126]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tinyvec_macros-cd1d5043b7cc5d72/lib-tinyvec_macros' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:54.2658714Z [00:03:34.133]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ansi_term-0bb655736fe41be1/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:54.2728169Z [00:03:34.140]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ansi_term-0bb655736fe41be1/dep-lib-ansi_term' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:54.2795889Z [00:03:34.147]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ansi_term-0bb655736fe41be1/lib-ansi_term.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:54.2863537Z [00:03:34.153]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ansi_term-0bb655736fe41be1/lib-ansi_term' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:54.2933061Z [00:03:34.160]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/foreign-types-428086cbc53f505e/lib-foreign_types.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:54.3000878Z [00:03:34.167]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/foreign-types-428086cbc53f505e/dep-lib-foreign_types' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:54.3068328Z [00:03:34.174]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/foreign-types-428086cbc53f505e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:54.3137112Z [00:03:34.181]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/foreign-types-428086cbc53f505e/lib-foreign_types' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:54.3204536Z [00:03:34.187]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lru-cache-a894348194e4a53e/dep-lib-lru_cache' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:54.3272603Z [00:03:34.194]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lru-cache-a894348194e4a53e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:54.3340029Z [00:03:34.201]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lru-cache-a894348194e4a53e/lib-lru_cache.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:54.3407530Z [00:03:34.208]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lru-cache-a894348194e4a53e/lib-lru_cache' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:54.3475514Z [00:03:34.215]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-440e3cdee73a4e8c/lib-tracing' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:54.3543496Z [00:03:34.221]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-440e3cdee73a4e8c/lib-tracing.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:54.3613400Z [00:03:34.228]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-440e3cdee73a4e8c/dep-lib-tracing' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:54.3680836Z [00:03:34.235]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-440e3cdee73a4e8c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:54.3749315Z [00:03:34.242]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dirs-918782f9812ad0d3/dep-lib-dirs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:54.3816992Z [00:03:34.249]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dirs-918782f9812ad0d3/lib-dirs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:54.3884412Z [00:03:34.255]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dirs-918782f9812ad0d3/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:54.3952171Z [00:03:34.262]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dirs-918782f9812ad0d3/lib-dirs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:54.4021663Z [00:03:34.269]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zerocopy-e6c85c2b1bd127c5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:54.4088224Z [00:03:34.276]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zerocopy-e6c85c2b1bd127c5/lib-zerocopy' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:54.4155789Z [00:03:34.283]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zerocopy-e6c85c2b1bd127c5/lib-zerocopy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:54.4224429Z [00:03:34.289]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zerocopy-e6c85c2b1bd127c5/dep-lib-zerocopy' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:54.4292084Z [00:03:34.296]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-efc8cec8402bf526/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:54.4360139Z [00:03:34.303]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-efc8cec8402bf526/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:54.4428209Z [00:03:34.310]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/httparse-806403528a74456a/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:54.4496289Z [00:03:34.317]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/httparse-806403528a74456a/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:54.4564757Z [00:03:34.323]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/reqwest-28f996910ac3eab1/lib-reqwest.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:54.4635611Z [00:03:34.331]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/reqwest-28f996910ac3eab1/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:54.4704343Z [00:03:34.337]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/reqwest-28f996910ac3eab1/lib-reqwest' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:54.4771519Z [00:03:34.344]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/reqwest-28f996910ac3eab1/dep-lib-reqwest' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:54.4839506Z [00:03:34.351]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-traits-1595081bedc4a866/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:54.4907692Z [00:03:34.358]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-traits-1595081bedc4a866/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:54.4975082Z [00:03:34.364]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand_chacha-c2bb4a883acbbfeb/lib-rand_chacha.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:54.5043907Z [00:03:34.371]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand_chacha-c2bb4a883acbbfeb/dep-lib-rand_chacha' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:54.5113460Z [00:03:34.378]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand_chacha-c2bb4a883acbbfeb/lib-rand_chacha' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:54.5180490Z [00:03:34.385]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand_chacha-c2bb4a883acbbfeb/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:54.5248107Z [00:03:34.392]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-core-33166b3098f54118/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:54.5316501Z [00:03:34.399]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-core-33166b3098f54118/dep-lib-futures_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:54.5384275Z [00:03:34.405]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-core-33166b3098f54118/lib-futures_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:54.5452661Z [00:03:34.412]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-core-33166b3098f54118/lib-futures_core.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:54.5520403Z [00:03:34.419]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tower-layer-c94dc88d353092c6/dep-lib-tower_layer' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:54.5587861Z [00:03:34.426]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tower-layer-c94dc88d353092c6/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:54.5655874Z [00:03:34.433]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tower-layer-c94dc88d353092c6/lib-tower_layer' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:54.5724161Z [00:03:34.439]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tower-layer-c94dc88d353092c6/lib-tower_layer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:54.5792025Z [00:03:34.446]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-0c9679c635c41927/dep-lib-getrandom' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:54.5859941Z [00:03:34.453]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-0c9679c635c41927/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:54.5926857Z [00:03:34.460]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-0c9679c635c41927/lib-getrandom' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:54.5998713Z [00:03:34.467]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-0c9679c635c41927/lib-getrandom.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:54.6066481Z [00:03:34.474]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-sink-1c7d35f41f896dec/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:54.6133890Z [00:03:34.480]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-sink-1c7d35f41f896dec/lib-futures_sink' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:54.6202145Z [00:03:34.487]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-sink-1c7d35f41f896dec/lib-futures_sink.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:54.6270520Z [00:03:34.494]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-sink-1c7d35f41f896dec/dep-lib-futures_sink' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:54.6338532Z [00:03:34.501]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-syntax-a6e8118dff480c24/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:54.6407314Z [00:03:34.508]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-syntax-a6e8118dff480c24/dep-lib-regex_syntax' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:54.6474626Z [00:03:34.514]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-syntax-a6e8118dff480c24/lib-regex_syntax' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:54.6542856Z [00:03:34.521]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-syntax-a6e8118dff480c24/lib-regex_syntax.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:54.6611810Z [00:03:34.528]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tower-165f8420bd548a81/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:54.6678780Z [00:03:34.535]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tower-165f8420bd548a81/lib-tower.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:54.6747109Z [00:03:34.542]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tower-165f8420bd548a81/lib-tower' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:54.6815590Z [00:03:34.549]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tower-165f8420bd548a81/dep-lib-tower' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:54.6883767Z [00:03:34.555]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-io-9480d999324dcca3/lib-futures_io' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:54.6951542Z [00:03:34.562]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-io-9480d999324dcca3/lib-futures_io.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:54.7018568Z [00:03:34.569]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-io-9480d999324dcca3/dep-lib-futures_io' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:54.7086610Z [00:03:34.576]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-io-9480d999324dcca3/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:54.7155075Z [00:03:34.582]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/encoding_rs-5fc9b6f08e743507/lib-encoding_rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:54.7222654Z [00:03:34.589]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/encoding_rs-5fc9b6f08e743507/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:54.7290051Z [00:03:34.596]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/encoding_rs-5fc9b6f08e743507/lib-encoding_rs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:54.7356854Z [00:03:34.603]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/encoding_rs-5fc9b6f08e743507/dep-lib-encoding_rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:54.7425920Z [00:03:34.610]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/equivalent-4e9bcc75a171c853/dep-lib-equivalent' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:54.7494287Z [00:03:34.616]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/equivalent-4e9bcc75a171c853/lib-equivalent' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:54.7561802Z [00:03:34.623]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/equivalent-4e9bcc75a171c853/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:54.7629112Z [00:03:34.630]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/equivalent-4e9bcc75a171c853/lib-equivalent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:54.7696478Z [00:03:34.637]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iana-time-zone-ecdf876c6e8f56fb/dep-lib-iana_time_zone' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:54.7763516Z [00:03:34.643]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iana-time-zone-ecdf876c6e8f56fb/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:54.7831645Z [00:03:34.650]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iana-time-zone-ecdf876c6e8f56fb/lib-iana_time_zone' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:54.7899777Z [00:03:34.657]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iana-time-zone-ecdf876c6e8f56fb/lib-iana_time_zone.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:54.7968407Z [00:03:34.664]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/url-ddcecedf0b12ccce/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:54.8035629Z [00:03:34.671]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/url-ddcecedf0b12ccce/lib-url.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:54.8104209Z [00:03:34.677]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/url-ddcecedf0b12ccce/dep-lib-url' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:54.8172328Z [00:03:34.684]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/url-ddcecedf0b12ccce/lib-url' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:54.8241563Z [00:03:34.691]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-native-tls-105b96a5a13c7a71/dep-lib-tokio_native_tls' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:54.8311045Z [00:03:34.698]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-native-tls-105b96a5a13c7a71/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:54.8378399Z [00:03:34.705]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-native-tls-105b96a5a13c7a71/lib-tokio_native_tls.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:54.8446142Z [00:03:34.712]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-native-tls-105b96a5a13c7a71/lib-tokio_native_tls' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:54.8513517Z [00:03:34.718]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/trust-dns-proto-1e61220b1d29d5f0/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:54.8580089Z [00:03:34.725]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/trust-dns-proto-1e61220b1d29d5f0/dep-lib-trust_dns_proto' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:54.8646589Z [00:03:34.732]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/trust-dns-proto-1e61220b1d29d5f0/lib-trust_dns_proto' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:54.8713980Z [00:03:34.738]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/trust-dns-proto-1e61220b1d29d5f0/lib-trust_dns_proto.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:54.8781398Z [00:03:34.745]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/once_cell-bbd4a06f32bc156d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:54.8848362Z [00:03:34.752]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/once_cell-bbd4a06f32bc156d/dep-lib-once_cell' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:54.8915190Z [00:03:34.758]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/once_cell-bbd4a06f32bc156d/lib-once_cell' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:54.8981594Z [00:03:34.765]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/once_cell-bbd4a06f32bc156d/lib-once_cell.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:54.9048130Z [00:03:34.772]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-core-e2dd8a3a94131c6a/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:54.9116340Z [00:03:34.779]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-core-e2dd8a3a94131c6a/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:54.9182978Z [00:03:34.785]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/data-encoding-954dc823cfef64ec/dep-lib-data_encoding' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:54.9249480Z [00:03:34.792]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/data-encoding-954dc823cfef64ec/lib-data_encoding' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:54.9316528Z [00:03:34.799]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/data-encoding-954dc823cfef64ec/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:54.9385393Z [00:03:34.805]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/data-encoding-954dc823cfef64ec/lib-data_encoding.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:54.9453779Z [00:03:34.812]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-527b77d9cefff7ae/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:54.9521536Z [00:03:34.819]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-527b77d9cefff7ae/lib-bitflags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:54.9588774Z [00:03:34.826]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-527b77d9cefff7ae/lib-bitflags' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:54.9656379Z [00:03:34.833]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-527b77d9cefff7ae/dep-lib-bitflags' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:54.9724579Z [00:03:34.839]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/structopt-90fca16f210a6afd/lib-structopt.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:54.9791974Z [00:03:34.846]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/structopt-90fca16f210a6afd/lib-structopt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:54.9859309Z [00:03:34.853]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/structopt-90fca16f210a6afd/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:54.9926645Z [00:03:34.860]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/structopt-90fca16f210a6afd/dep-lib-structopt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:54.9995375Z [00:03:34.866]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ryu-509bfb8d70740a1d/dep-lib-ryu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:55.0062996Z [00:03:34.873]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ryu-509bfb8d70740a1d/lib-ryu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:55.0130702Z [00:03:34.880]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ryu-509bfb8d70740a1d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:55.0197774Z [00:03:34.887]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ryu-509bfb8d70740a1d/lib-ryu.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:55.0265686Z [00:03:34.894]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-055fae97edde99fe/lib-regex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:55.0334049Z [00:03:34.900]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-055fae97edde99fe/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:55.0402342Z [00:03:34.907]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-055fae97edde99fe/dep-lib-regex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:55.0469570Z [00:03:34.914]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-055fae97edde99fe/lib-regex.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:55.0537503Z [00:03:34.921]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/openssl-sys-8d2f2eb055078b9c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:55.0606608Z [00:03:34.928]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/openssl-sys-8d2f2eb055078b9c/lib-openssl_sys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:55.0675830Z [00:03:34.935]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/openssl-sys-8d2f2eb055078b9c/dep-lib-openssl_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:55.0743844Z [00:03:34.941]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/openssl-sys-8d2f2eb055078b9c/lib-openssl_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:55.0810326Z [00:03:34.948]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/percent-encoding-a995dced42a03db2/lib-percent_encoding.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:55.0876711Z [00:03:34.955]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/percent-encoding-a995dced42a03db2/lib-percent_encoding' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:55.0944742Z [00:03:34.961]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/percent-encoding-a995dced42a03db2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:55.1013654Z [00:03:34.968]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/percent-encoding-a995dced42a03db2/dep-lib-percent_encoding' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:55.1080321Z [00:03:34.975]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/openssl-probe-fec3caf83fa09ae2/lib-openssl_probe' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:55.1146958Z [00:03:34.982]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/openssl-probe-fec3caf83fa09ae2/dep-lib-openssl_probe' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:55.1214159Z [00:03:34.988]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/openssl-probe-fec3caf83fa09ae2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:55.1281741Z [00:03:34.995]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/openssl-probe-fec3caf83fa09ae2/lib-openssl_probe.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:55.1348583Z [00:03:35.002]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-6c80423cc06c830d/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:55.1415096Z [00:03:35.008]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-6c80423cc06c830d/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:55.1482062Z [00:03:35.015]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-normalization-716675513731be5e/lib-unicode_normalization' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:55.1548808Z [00:03:35.022]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-normalization-716675513731be5e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:55.1616553Z [00:03:35.029]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-normalization-716675513731be5e/dep-lib-unicode_normalization' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:55.1684443Z [00:03:35.035]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-normalization-716675513731be5e/lib-unicode_normalization.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:55.1753262Z [00:03:35.042]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/resolv-conf-96d38002a8f66e5d/dep-lib-resolv_conf' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:55.1820402Z [00:03:35.049]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/resolv-conf-96d38002a8f66e5d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:55.1887940Z [00:03:35.056]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/resolv-conf-96d38002a8f66e5d/lib-resolv_conf.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:55.1955677Z [00:03:35.063]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/resolv-conf-96d38002a8f66e5d/lib-resolv_conf' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:55.2023547Z [00:03:35.069]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/slab-d95565e4a8b61a0f/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:55.2091249Z [00:03:35.076]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/slab-d95565e4a8b61a0f/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:55.2159457Z [00:03:35.083]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gip-fbf2f0a064c144f9/dep-bin-gip' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:55.2226210Z [00:03:35.090]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gip-fbf2f0a064c144f9/bin-gip' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:55.2294598Z [00:03:35.096]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gip-fbf2f0a064c144f9/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:55.2362089Z [00:03:35.103]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gip-fbf2f0a064c144f9/bin-gip.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:55.2430205Z [00:03:35.110]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/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-20T20:51:55.2498455Z [00:03:35.117]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/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-20T20:51:55.2566089Z [00:03:35.124]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/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-20T20:51:55.2633969Z [00:03:35.130]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/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-20T20:51:55.2703204Z [00:03:35.137]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hashbrown-1e0e1bb8de4a7b13/lib-hashbrown' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:55.2771103Z [00:03:35.144]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hashbrown-1e0e1bb8de4a7b13/lib-hashbrown.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:55.2839484Z [00:03:35.151]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hashbrown-1e0e1bb8de4a7b13/dep-lib-hashbrown' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:55.2908061Z [00:03:35.158]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hashbrown-1e0e1bb8de4a7b13/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:55.2975971Z [00:03:35.165]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/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-20T20:51:55.3044110Z [00:03:35.171]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/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-20T20:51:55.3112620Z [00:03:35.178]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/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-20T20:51:55.3179667Z [00:03:35.185]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/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-20T20:51:55.3248163Z [00:03:35.192]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/mio-b579ca2a252ed26e/lib-mio.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:55.3317761Z [00:03:35.199]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/mio-b579ca2a252ed26e/dep-lib-mio' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:55.3385790Z [00:03:35.206]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/mio-b579ca2a252ed26e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:55.3453724Z [00:03:35.212]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/mio-b579ca2a252ed26e/lib-mio' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:55.3522818Z [00:03:35.219]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lazy_static-a76e57ddeaa42a0c/lib-lazy_static.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:55.3590134Z [00:03:35.226]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lazy_static-a76e57ddeaa42a0c/lib-lazy_static' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:55.3657690Z [00:03:35.233]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lazy_static-a76e57ddeaa42a0c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:55.3724703Z [00:03:35.239]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lazy_static-a76e57ddeaa42a0c/dep-lib-lazy_static' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:55.3792745Z [00:03:35.246]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand_core-ad8d8da2c4390e4f/dep-lib-rand_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:55.3861526Z [00:03:35.253]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand_core-ad8d8da2c4390e4f/lib-rand_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:55.3928395Z [00:03:35.260]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand_core-ad8d8da2c4390e4f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:55.3995379Z [00:03:35.267]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand_core-ad8d8da2c4390e4f/lib-rand_core.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:55.4063447Z [00:03:35.273]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot-6df456e6650fcfe1/dep-lib-parking_lot' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:55.4129229Z [00:03:35.280]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot-6df456e6650fcfe1/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:55.4196160Z [00:03:35.287]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot-6df456e6650fcfe1/lib-parking_lot' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:55.4264539Z [00:03:35.293]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot-6df456e6650fcfe1/lib-parking_lot.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:55.4331553Z [00:03:35.300]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/match_cfg-4b69951735a51813/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:55.4398644Z [00:03:35.307]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/match_cfg-4b69951735a51813/dep-lib-match_cfg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:55.4466218Z [00:03:35.314]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/match_cfg-4b69951735a51813/lib-match_cfg.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:55.4533756Z [00:03:35.320]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/match_cfg-4b69951735a51813/lib-match_cfg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:55.4603508Z [00:03:35.327]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cfg-if-ad922fe68dc3537f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:55.4670216Z [00:03:35.334]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cfg-if-ad922fe68dc3537f/lib-cfg_if' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:55.4737182Z [00:03:35.341]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cfg-if-ad922fe68dc3537f/dep-lib-cfg_if' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:55.4804779Z [00:03:35.347]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cfg-if-ad922fe68dc3537f/lib-cfg_if.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:55.4872084Z [00:03:35.354]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zerocopy-fc4b6037a02d3d29/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:55.4939190Z [00:03:35.361]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zerocopy-fc4b6037a02d3d29/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:55.5005802Z [00:03:35.368]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lock_api-dd72e6f1c3b668b5/lib-lock_api.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:55.5073527Z [00:03:35.374]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lock_api-dd72e6f1c3b668b5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:55.5140354Z [00:03:35.381]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lock_api-dd72e6f1c3b668b5/dep-lib-lock_api' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:55.5207678Z [00:03:35.388]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lock_api-dd72e6f1c3b668b5/lib-lock_api' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:55.5275284Z [00:03:35.394]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pin-utils-327e87f8993c05ae/lib-pin_utils.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:55.5343708Z [00:03:35.401]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pin-utils-327e87f8993c05ae/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:55.5410707Z [00:03:35.408]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pin-utils-327e87f8993c05ae/lib-pin_utils' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:55.5477445Z [00:03:35.415]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pin-utils-327e87f8993c05ae/dep-lib-pin_utils' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:55.5546554Z [00:03:35.422]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hyper-295290e03b883a1d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:55.5614581Z [00:03:35.428]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hyper-295290e03b883a1d/lib-hyper.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:55.5682279Z [00:03:35.435]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hyper-295290e03b883a1d/dep-lib-hyper' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:55.5748130Z [00:03:35.442]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hyper-295290e03b883a1d/lib-hyper' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:55.5815222Z [00:03:35.448]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/h2-8dab096807d5e7e0/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:55.5891697Z [00:03:35.455]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/h2-8dab096807d5e7e0/lib-h2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:55.5952282Z [00:03:35.462]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/h2-8dab096807d5e7e0/lib-h2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:55.6020544Z [00:03:35.469]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/h2-8dab096807d5e7e0/dep-lib-h2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:55.6088024Z [00:03:35.476]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-channel-dfb0bd8a7da034a5/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:55.6155848Z [00:03:35.483]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-channel-dfb0bd8a7da034a5/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:55.6222030Z [00:03:35.489]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/http-ad4f3aeb4e1223fd/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:55.6289349Z [00:03:35.496]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/http-ad4f3aeb4e1223fd/lib-http' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:55.6356958Z [00:03:35.503]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/http-ad4f3aeb4e1223fd/dep-lib-http' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:55.6423815Z [00:03:35.509]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/http-ad4f3aeb4e1223fd/lib-http.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:55.6491860Z [00:03:35.516]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zeroize-9ff2ed902bd6bd57/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:55.6558345Z [00:03:35.523]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zeroize-9ff2ed902bd6bd57/lib-zeroize' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:55.6626635Z [00:03:35.530]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zeroize-9ff2ed902bd6bd57/dep-lib-zeroize' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:55.6695026Z [00:03:35.536]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zeroize-9ff2ed902bd6bd57/lib-zeroize.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:55.6762227Z [00:03:35.543]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/openssl-ee661149543c80a0/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:55.6829121Z [00:03:35.550]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/openssl-ee661149543c80a0/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:55.6896191Z [00:03:35.557]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-a5825333d5fcb39b/dep-lib-getrandom' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:55.6963985Z [00:03:35.563]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-a5825333d5fcb39b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:55.7030365Z [00:03:35.570]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-a5825333d5fcb39b/lib-getrandom' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:55.7096977Z [00:03:35.577]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-a5825333d5fcb39b/lib-getrandom.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:55.7164999Z [00:03:35.583]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/linked-hash-map-8f661f202569b569/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:55.7232620Z [00:03:35.590]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/linked-hash-map-8f661f202569b569/lib-linked_hash_map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:55.7299497Z [00:03:35.597]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/linked-hash-map-8f661f202569b569/lib-linked_hash_map.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:55.7367924Z [00:03:35.604]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/linked-hash-map-8f661f202569b569/dep-lib-linked_hash_map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:55.7436683Z [00:03:35.611]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/indexmap-baeffcbfcac10e94/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:55.7502830Z [00:03:35.617]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/indexmap-baeffcbfcac10e94/lib-indexmap.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:55.7568627Z [00:03:35.624]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/indexmap-baeffcbfcac10e94/dep-lib-indexmap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:55.7635091Z [00:03:35.630]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/indexmap-baeffcbfcac10e94/lib-indexmap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:55.7703036Z [00:03:35.637]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_parser-0fd11076ae604d8a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:55.7769627Z [00:03:35.644]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_parser-0fd11076ae604d8a/dep-lib-toml_parser' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:55.7835934Z [00:03:35.651]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_parser-0fd11076ae604d8a/lib-toml_parser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:55.7903879Z [00:03:35.657]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_parser-0fd11076ae604d8a/lib-toml_parser' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:55.7970562Z [00:03:35.664]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-pki-types-26359f1b6191537f/dep-lib-rustls_pki_types' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:55.8037626Z [00:03:35.671]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-pki-types-26359f1b6191537f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:55.8104644Z [00:03:35.677]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-pki-types-26359f1b6191537f/lib-rustls_pki_types.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:55.8171559Z [00:03:35.684]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustls-pki-types-26359f1b6191537f/lib-rustls_pki_types' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:55.8238399Z [00:03:35.691]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-util-2e976d37fd40b8b7/lib-tokio_util' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:55.8305494Z [00:03:35.698]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-util-2e976d37fd40b8b7/dep-lib-tokio_util' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:55.8372246Z [00:03:35.704]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-util-2e976d37fd40b8b7/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:55.8440817Z [00:03:35.711]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-util-2e976d37fd40b8b7/lib-tokio_util.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:55.8508167Z [00:03:35.718]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/socket2-6f97214ef411d7a5/lib-socket2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:55.8574936Z [00:03:35.724]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/socket2-6f97214ef411d7a5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:55.8641986Z [00:03:35.731]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/socket2-6f97214ef411d7a5/dep-lib-socket2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:55.8708643Z [00:03:35.738]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/socket2-6f97214ef411d7a5/lib-socket2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:55.8775859Z [00:03:35.745]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pin-project-lite-6ed75a437064983e/lib-pin_project_lite.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:55.8843126Z [00:03:35.751]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pin-project-lite-6ed75a437064983e/dep-lib-pin_project_lite' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:55.8909521Z [00:03:35.758]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pin-project-lite-6ed75a437064983e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:55.8976753Z [00:03:35.765]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pin-project-lite-6ed75a437064983e/lib-pin_project_lite' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:55.9044738Z [00:03:35.771]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_datetime-9d6ad02847cc40da/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:55.9112166Z [00:03:35.778]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_datetime-9d6ad02847cc40da/dep-lib-toml_datetime' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:55.9178586Z [00:03:35.785]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_datetime-9d6ad02847cc40da/lib-toml_datetime.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:55.9246066Z [00:03:35.792]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_datetime-9d6ad02847cc40da/lib-toml_datetime' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:55.9314180Z [00:03:35.798]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/try-lock-e5d0a016936c64b8/dep-lib-try_lock' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:55.9385599Z [00:03:35.806]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/try-lock-e5d0a016936c64b8/lib-try_lock' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:55.9461948Z [00:03:35.813]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/try-lock-e5d0a016936c64b8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:55.9529661Z [00:03:35.820]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/try-lock-e5d0a016936c64b8/lib-try_lock.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:55.9597723Z [00:03:35.827]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/log-a2f999e5f57fe5b6/lib-log' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:55.9665305Z [00:03:35.833]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/log-a2f999e5f57fe5b6/dep-lib-log' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:55.9733780Z [00:03:35.840]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/log-a2f999e5f57fe5b6/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:55.9801307Z [00:03:35.847]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/log-a2f999e5f57fe5b6/lib-log.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:55.9868193Z [00:03:35.854]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/trust-dns-resolver-4287aa4bec06fc24/lib-trust_dns_resolver.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:55.9934674Z [00:03:35.860]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/trust-dns-resolver-4287aa4bec06fc24/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:56.0002746Z [00:03:35.867]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/trust-dns-resolver-4287aa4bec06fc24/dep-lib-trust_dns_resolver' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:56.0069648Z [00:03:35.874]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/trust-dns-resolver-4287aa4bec06fc24/lib-trust_dns_resolver' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:56.0136785Z [00:03:35.881]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot_core-f9abec1d515c964b/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:56.0204984Z [00:03:35.887]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot_core-f9abec1d515c964b/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:56.0271092Z [00:03:35.894]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/aho-corasick-fa4ad84ae97ea926/lib-aho_corasick.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:56.0337748Z [00:03:35.901]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/aho-corasick-fa4ad84ae97ea926/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:56.0406340Z [00:03:35.908]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/aho-corasick-fa4ad84ae97ea926/lib-aho_corasick' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:56.0473098Z [00:03:35.914]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/aho-corasick-fa4ad84ae97ea926/dep-lib-aho_corasick' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:56.0540744Z [00:03:35.921]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-channel-e609f3151adadee9/dep-lib-futures_channel' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:56.0608348Z [00:03:35.928]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-channel-e609f3151adadee9/lib-futures_channel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:56.0677743Z [00:03:35.935]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-channel-e609f3151adadee9/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:56.0745909Z [00:03:35.942]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-channel-e609f3151adadee9/lib-futures_channel' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:56.0814281Z [00:03:35.948]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/want-3a71478661cd9b85/dep-lib-want' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:56.0882675Z [00:03:35.955]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/want-3a71478661cd9b85/lib-want.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:56.0950577Z [00:03:35.962]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/want-3a71478661cd9b85/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:56.1019302Z [00:03:35.969]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/want-3a71478661cd9b85/lib-want' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:56.1088242Z [00:03:35.976]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/openssl-sys-eb3a4d2d7702dc19/run-build-script-build-script-main' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:56.1155520Z [00:03:35.983]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/openssl-sys-eb3a4d2d7702dc19/run-build-script-build-script-main.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:56.1223057Z [00:03:35.989]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tower-http-42100e6f23b5746c/lib-tower_http' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:56.1290943Z [00:03:35.996]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tower-http-42100e6f23b5746c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:56.1357918Z [00:03:36.003]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tower-http-42100e6f23b5746c/dep-lib-tower_http' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:56.1424822Z [00:03:36.009]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tower-http-42100e6f23b5746c/lib-tower_http.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:56.1492374Z [00:03:36.016]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/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-20T20:51:56.1559632Z [00:03:36.023]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/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-20T20:51:56.1627370Z [00:03:36.030]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/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-20T20:51:56.1695835Z [00:03:36.037]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/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-20T20:51:56.1765201Z [00:03:36.043]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lock_api-1e5011ef19e5cc44/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:56.1833302Z [00:03:36.050]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lock_api-1e5011ef19e5cc44/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:56.1900340Z [00:03:36.057]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_urlencoded-3c9f5695df710470/dep-lib-serde_urlencoded' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:56.1968019Z [00:03:36.064]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_urlencoded-3c9f5695df710470/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:56.2034166Z [00:03:36.070]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_urlencoded-3c9f5695df710470/lib-serde_urlencoded' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:56.2101854Z [00:03:36.077]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_urlencoded-3c9f5695df710470/lib-serde_urlencoded.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:56.2170328Z [00:03:36.084]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/openssl-b5ce2583841e9dc6/lib-openssl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:56.2237207Z [00:03:36.091]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/openssl-b5ce2583841e9dc6/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:56.2303273Z [00:03:36.097]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/openssl-b5ce2583841e9dc6/dep-lib-openssl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:56.2369197Z [00:03:36.104]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/openssl-b5ce2583841e9dc6/lib-openssl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:56.2437794Z [00:03:36.111]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/textwrap-82dc75c7298a9e85/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:56.2507371Z [00:03:36.118]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/textwrap-82dc75c7298a9e85/dep-lib-textwrap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:56.2573927Z [00:03:36.124]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/textwrap-82dc75c7298a9e85/lib-textwrap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:56.2642539Z [00:03:36.131]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/textwrap-82dc75c7298a9e85/lib-textwrap.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:56.2710388Z [00:03:36.138]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot_core-e5323d76c1a79873/dep-lib-parking_lot_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:56.2780557Z [00:03:36.145]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot_core-e5323d76c1a79873/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:56.2849324Z [00:03:36.152]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot_core-e5323d76c1a79873/lib-parking_lot_core.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:56.2916612Z [00:03:36.159]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot_core-e5323d76c1a79873/lib-parking_lot_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:56.2986288Z [00:03:36.166]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tower-service-5f3ec94338e5b675/lib-tower_service' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:56.3054734Z [00:03:36.172]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tower-service-5f3ec94338e5b675/dep-lib-tower_service' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:56.3121938Z [00:03:36.179]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tower-service-5f3ec94338e5b675/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:56.3189434Z [00:03:36.186]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tower-service-5f3ec94338e5b675/lib-tower_service.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:56.3258182Z [00:03:36.193]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap-3d7fc944c0e3cdbe/dep-lib-clap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:56.3325897Z [00:03:36.200]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap-3d7fc944c0e3cdbe/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:56.3393226Z [00:03:36.206]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap-3d7fc944c0e3cdbe/lib-clap.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:56.3461314Z [00:03:36.213]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap-3d7fc944c0e3cdbe/lib-clap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:56.3529241Z [00:03:36.220]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dirs-sys-4174b561be733dd2/dep-lib-dirs_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:56.3598386Z [00:03:36.227]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dirs-sys-4174b561be733dd2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:56.3667068Z [00:03:36.234]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dirs-sys-4174b561be733dd2/lib-dirs_sys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:56.3734815Z [00:03:36.240]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dirs-sys-4174b561be733dd2/lib-dirs_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:56.3803627Z [00:03:36.247]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml-5f54dd42ab96f447/dep-lib-toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:56.3871825Z [00:03:36.254]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml-5f54dd42ab96f447/lib-toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:56.3940421Z [00:03:36.261]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml-5f54dd42ab96f447/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:56.4007709Z [00:03:36.268]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml-5f54dd42ab96f447/lib-toml.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:56.4076392Z [00:03:36.275]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-core-42e5d85406658ee0/lib-tracing_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:56.4144820Z [00:03:36.281]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-core-42e5d85406658ee0/dep-lib-tracing_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:56.4212173Z [00:03:36.288]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-core-42e5d85406658ee0/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:56.4280427Z [00:03:36.295]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-core-42e5d85406658ee0/lib-tracing_core.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:56.4348501Z [00:03:36.302]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hyper-tls-71c9f04090b3e392/dep-lib-hyper_tls' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:56.4416066Z [00:03:36.309]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hyper-tls-71c9f04090b3e392/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:56.4483340Z [00:03:36.315]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hyper-tls-71c9f04090b3e392/lib-hyper_tls' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:56.4551083Z [00:03:36.322]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hyper-tls-71c9f04090b3e392/lib-hyper_tls.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:56.4622272Z [00:03:36.329]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-420cee5c88c1309f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:56.4689757Z [00:03:36.336]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-420cee5c88c1309f/lib-libc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:56.4758518Z [00:03:36.343]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-420cee5c88c1309f/dep-lib-libc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:56.4825600Z [00:03:36.350]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-420cee5c88c1309f/lib-libc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:56.4893546Z [00:03:36.356]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/mime-3b2f1791f4355644/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:56.4961224Z [00:03:36.363]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/mime-3b2f1791f4355644/dep-lib-mime' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:56.5027884Z [00:03:36.370]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/mime-3b2f1791f4355644/lib-mime.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:56.5094884Z [00:03:36.376]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/mime-3b2f1791f4355644/lib-mime' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:56.5162166Z [00:03:36.383]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memchr-3157d788629a9fc7/dep-lib-memchr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:56.5229991Z [00:03:36.390]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memchr-3157d788629a9fc7/lib-memchr.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:56.5296582Z [00:03:36.397]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memchr-3157d788629a9fc7/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:56.5364097Z [00:03:36.403]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memchr-3157d788629a9fc7/lib-memchr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:56.5431316Z [00:03:36.410]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/base64-0f1f1b3d42d4576d/dep-lib-base64' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:56.5497738Z [00:03:36.417]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/base64-0f1f1b3d42d4576d/lib-base64.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:56.5564049Z [00:03:36.423]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/base64-0f1f1b3d42d4576d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:56.5632532Z [00:03:36.430]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/base64-0f1f1b3d42d4576d/lib-base64' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:56.5699450Z [00:03:36.437]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_spanned-912a51887ea58838/lib-serde_spanned.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:56.5767326Z [00:03:36.444]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_spanned-912a51887ea58838/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:56.5835734Z [00:03:36.451]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_spanned-912a51887ea58838/dep-lib-serde_spanned' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:56.5905388Z [00:03:36.457]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_spanned-912a51887ea58838/lib-serde_spanned' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:56.5971576Z [00:03:36.464]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-util-368ee7d0e97f3973/lib-futures_util' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:56.6039722Z [00:03:36.471]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-util-368ee7d0e97f3973/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:56.6106484Z [00:03:36.478]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-util-368ee7d0e97f3973/lib-futures_util.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:56.6172511Z [00:03:36.484]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-util-368ee7d0e97f3973/dep-lib-futures_util' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:56.6240910Z [00:03:36.491]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anyhow-25b990e15e0f8fae/lib-anyhow' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:56.6310021Z [00:03:36.498]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anyhow-25b990e15e0f8fae/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:56.6376809Z [00:03:36.505]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anyhow-25b990e15e0f8fae/lib-anyhow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:56.6443579Z [00:03:36.511]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anyhow-25b990e15e0f8fae/dep-lib-anyhow' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:56.6510811Z [00:03:36.518]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-e4638d9ba5deda4a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:56.6576556Z [00:03:36.525]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-e4638d9ba5deda4a/lib-bitflags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:56.6643096Z [00:03:36.531]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-e4638d9ba5deda4a/lib-bitflags' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:56.6711396Z [00:03:36.538]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-e4638d9ba5deda4a/dep-lib-bitflags' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:56.6779768Z [00:03:36.545]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/http-body-util-51f649edf5b2c7e4/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:56.6849206Z [00:03:36.552]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/http-body-util-51f649edf5b2c7e4/dep-lib-http_body_util' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:56.6915820Z [00:03:36.559]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/http-body-util-51f649edf5b2c7e4/lib-http_body_util.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:56.6982662Z [00:03:36.565]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/http-body-util-51f649edf5b2c7e4/lib-http_body_util' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:56.7050033Z [00:03:36.572]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-width-631a53dbecda79e8/dep-lib-unicode_width' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:56.7116658Z [00:03:36.579]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-width-631a53dbecda79e8/lib-unicode_width.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:56.7184468Z [00:03:36.585]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-width-631a53dbecda79e8/lib-unicode_width' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:56.7252174Z [00:03:36.592]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-width-631a53dbecda79e8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:56.7318982Z [00:03:36.599]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ipnet-41f4db5b46c309a4/lib-ipnet' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:56.7386126Z [00:03:36.606]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ipnet-41f4db5b46c309a4/dep-lib-ipnet' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:56.7452931Z [00:03:36.612]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ipnet-41f4db5b46c309a4/lib-ipnet.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:56.7519420Z [00:03:36.619]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ipnet-41f4db5b46c309a4/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:56.7587668Z [00:03:36.626]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/http-body-4a365c793cd0921d/dep-lib-http_body' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:56.7655193Z [00:03:36.632]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/http-body-4a365c793cd0921d/lib-http_body.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:56.7724015Z [00:03:36.639]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/http-body-4a365c793cd0921d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:56.7791432Z [00:03:36.646]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/http-body-4a365c793cd0921d/lib-http_body' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:56.7859359Z [00:03:36.653]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand_chacha-757f0684fc1e401a/lib-rand_chacha.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:56.7926405Z [00:03:36.660]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand_chacha-757f0684fc1e401a/dep-lib-rand_chacha' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:56.7993701Z [00:03:36.666]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand_chacha-757f0684fc1e401a/lib-rand_chacha' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:56.8060081Z [00:03:36.673]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand_chacha-757f0684fc1e401a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:56.8127362Z [00:03:36.680]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand-de96310d605f4b05/lib-rand.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:56.8194577Z [00:03:36.686]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand-de96310d605f4b05/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:56.8262013Z [00:03:36.693]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand-de96310d605f4b05/lib-rand' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:56.8328890Z [00:03:36.700]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand-de96310d605f4b05/dep-lib-rand' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:56.8398952Z [00:03:36.707]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-bidi-97a56091e237e6bc/dep-lib-unicode_bidi' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:56.8466399Z [00:03:36.714]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-bidi-97a56091e237e6bc/lib-unicode_bidi' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:56.8532344Z [00:03:36.720]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-bidi-97a56091e237e6bc/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:56.8599255Z [00:03:36.727]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-bidi-97a56091e237e6bc/lib-unicode_bidi.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:56.8666910Z [00:03:36.734]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hostname-5201ba595b8e676f/lib-hostname.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:56.8734444Z [00:03:36.740]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hostname-5201ba595b8e676f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:56.8803286Z [00:03:36.747]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hostname-5201ba595b8e676f/lib-hostname' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:56.8871547Z [00:03:36.754]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hostname-5201ba595b8e676f/dep-lib-hostname' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:56.8938505Z [00:03:36.761]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand_core-db3c87e931eb94da/dep-lib-rand_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:56.9004602Z [00:03:36.767]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand_core-db3c87e931eb94da/lib-rand_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:56.9071550Z [00:03:36.774]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand_core-db3c87e931eb94da/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:56.9137840Z [00:03:36.781]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand_core-db3c87e931eb94da/lib-rand_core.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:56.9205973Z [00:03:36.788]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-ebffa2c7779a5144/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:56.9275661Z [00:03:36.795]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-ebffa2c7779a5144/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:56.9343826Z [00:03:36.801]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/x86_64-unknown-linux-musl/CACHEDIR.TAG' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:56.9410654Z [00:03:36.808]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/target/CACHEDIR.TAG' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:56.9477790Z [00:03:36.815]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.yVJYY5P0CV/TEMPREPO/LICENSE-MIT' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:56.9544986Z [00:03:36.822]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/gip' retained as 0755 (rwxr-xr-x)
2025-08-20T20:51:56.9612253Z [00:03:36.828]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:56.9679212Z [00:03:36.835]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:56.9746858Z [00:03:36.842]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:56.9813045Z [00:03:36.848]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/gip' retained as 0755 (rwxr-xr-x)
2025-08-20T20:51:56.9880759Z [00:03:36.855]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/gip.static.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:56.9947108Z [00:03:36.862]➜  mode of '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:51:57.0514089Z Error: Error { kind: InvalidData, message: "stream did not contain valid UTF-8" }
2025-08-20T20:51:57.0515132Z [00:03:36.918]➜  bash: -c: line 13: unexpected EOF while looking for matching `"'
2025-08-20T20:52:04.3050807Z 
2025-08-20T20:52:04.3051604Z [+] Sanitizing /tmp/pkgforge/zfIG1Or1o_SBUILD/BUILD.log ==> /tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/gip.static.log
2025-08-20T20:52:06.6490258Z '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/gip.static.log' -> '/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/gip.log'
2025-08-20T20:52:06.6540425Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/gip/official/gip?tag=HEAD-e50e942-250820T202726-x86_64-linux&download=gip.log
2025-08-20T20:52:06.6541245Z 
2025-08-20T20:52:06.6541913Z [+] Parsing/Uploading gip/gip --> https://github.com/orgs/pkgforge/packages/container/package/bincache%2Fgip%2Fgip [x86_64-Linux]
2025-08-20T20:52:06.6581991Z {
2025-08-20T20:52:06.6582296Z   "_disabled": "false",
2025-08-20T20:52:06.6582650Z   "host": "x86_64-Linux",
2025-08-20T20:52:06.6582990Z   "rank": "",
2025-08-20T20:52:06.6583293Z   "pkg": "gip.static",
2025-08-20T20:52:06.6583634Z   "pkg_family": "gip",
2025-08-20T20:52:06.6583996Z   "pkg_id": "github.com.dalance.gip",
2025-08-20T20:52:06.6584407Z   "pkg_name": "gip",
2025-08-20T20:52:06.6584728Z   "pkg_type": "static",
2025-08-20T20:52:06.6585596Z   "pkg_webpage": "https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/gip/official/gip",
2025-08-20T20:52:06.6586241Z   "app_id": "",
2025-08-20T20:52:06.6586543Z   "appstream": "",
2025-08-20T20:52:06.6586852Z   "category": [
2025-08-20T20:52:06.6587149Z     "ConsoleOnly",
2025-08-20T20:52:06.6587430Z     "Utility"
2025-08-20T20:52:06.6587598Z   ],
2025-08-20T20:52:06.6587843Z   "description": "A command-line tool to get Global IP address",
2025-08-20T20:52:06.6588143Z   "desktop": "",
2025-08-20T20:52:06.6588321Z   "homepage": [
2025-08-20T20:52:06.6588520Z     "https://github.com/dalance/gip"
2025-08-20T20:52:06.6588747Z   ],
2025-08-20T20:52:06.6589245Z   "icon": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/gip/official/gip?tag=HEAD-e50e942-250820T202726-x86_64-linux&download=gip.png",
2025-08-20T20:52:06.6589981Z   "license": [],
2025-08-20T20:52:06.6590216Z   "maintainer": [
2025-08-20T20:52:06.6590438Z     "Azathothas (https://github.com/Azathothas)"
2025-08-20T20:52:06.6590701Z   ],
2025-08-20T20:52:06.6590870Z   "provides": [
2025-08-20T20:52:06.6591045Z     "gip"
2025-08-20T20:52:06.6591203Z   ],
2025-08-20T20:52:06.6591354Z   "note": [
2025-08-20T20:52:06.6591659Z     "Built From Source (Latest Git HEAD). Check/Report @ https://github.com/dalance/gip"
2025-08-20T20:52:06.6592015Z   ],
2025-08-20T20:52:06.6592170Z   "repology": [
2025-08-20T20:52:06.6592340Z     "gip"
2025-08-20T20:52:06.6592495Z   ],
2025-08-20T20:52:06.6592646Z   "screenshots": [],
2025-08-20T20:52:06.6592831Z   "src_url": [
2025-08-20T20:52:06.6593021Z     "https://github.com/dalance/gip"
2025-08-20T20:52:06.6593246Z   ],
2025-08-20T20:52:06.6593394Z   "tag": [
2025-08-20T20:52:06.6593555Z     "ipv4",
2025-08-20T20:52:06.6593714Z     "ipv6"
2025-08-20T20:52:06.6593870Z   ],
2025-08-20T20:52:06.6594047Z   "version": "HEAD-e50e942-250820T202726",
2025-08-20T20:52:06.6594301Z   "version_upstream": "1.7.0-1",
2025-08-20T20:52:06.6594645Z   "bsum": "54d43477aa144804f7924db8fab3cc3df6e7f8deb1db3a1334d044f3b5c27bdc",
2025-08-20T20:52:06.6595184Z   "build_date": "2025-08-20T20:51:58Z",
2025-08-20T20:52:06.6595535Z   "build_gha": "https://github.com/pkgforge/bincache/actions/runs/17107885163",
2025-08-20T20:52:06.6595881Z   "build_id": "17107885163",
2025-08-20T20:52:06.6596423Z   "build_log": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/gip/official/gip?tag=HEAD-e50e942-250820T202726-x86_64-linux&download=gip.log",
2025-08-20T20:52:06.6597204Z   "build_script": "https://github.com/pkgforge/soarpkgs/blob/main/binaries/gip/static.official.source.yaml",
2025-08-20T20:52:06.6597972Z   "download_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/gip/official/gip?tag=HEAD-e50e942-250820T202726-x86_64-linux&download=gip",
2025-08-20T20:52:06.6599029Z   "ghcr_pkg": "ghcr.io/pkgforge/bincache/gip/official/gip:HEAD-e50e942-250820T202726-x86_64-linux",
2025-08-20T20:52:06.6600031Z   "ghcr_url": "https://ghcr.io/pkgforge/bincache/gip/official/gip",
2025-08-20T20:52:06.6601133Z   "manifest_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/gip/official/gip?tag=HEAD-e50e942-250820T202726-x86_64-linux&manifest",
2025-08-20T20:52:06.6602281Z   "shasum": "71c6bb208f13f8a60c08f6048317fec0fa661b42ce7d8c6621fe1a7b84a4e62b",
2025-08-20T20:52:06.6602951Z   "size": "9.5 MB",
2025-08-20T20:52:06.6603270Z   "size_raw": "9889360",
2025-08-20T20:52:06.6603625Z   "snapshots": [
2025-08-20T20:52:06.6604023Z     "HEAD-09811e2-250110T203821-x86_64-linux[1.7.0-1]",
2025-08-20T20:52:06.6604549Z     "HEAD-bac27cf-250114T104643-x86_64-linux[1.7.0-1]",
2025-08-20T20:52:06.6605075Z     "HEAD-0f2f12c-250128T225124-x86_64-linux[1.7.0-1]",
2025-08-20T20:52:06.6605578Z     "HEAD-f58b27e-250203T184858-x86_64-linux",
2025-08-20T20:52:06.6606054Z     "HEAD-210ad25-250205T203450-x86_64-linux",
2025-08-20T20:52:06.6606518Z     "HEAD-aa01052-250220T202007-x86_64-linux",
2025-08-20T20:52:06.6607017Z     "HEAD-a9d4549-250226T200705-x86_64-linux[NA-2025-02-26]",
2025-08-20T20:52:06.6607595Z     "HEAD-ce549f7-250303T204618-x86_64-linux[NA-2025-03-03]",
2025-08-20T20:52:06.6608451Z     "HEAD-74cf93b-250307T170900-x86_64-linux[NA-2025-03-07]",
2025-08-20T20:52:06.6609027Z     "HEAD-ffc56e1-250311T201609-x86_64-linux[1.7.0-1]",
2025-08-20T20:52:06.6609565Z     "HEAD-e74ddfa-250312T200449-x86_64-linux[1.7.0-1]",
2025-08-20T20:52:06.6610462Z     "HEAD-b6165c9-250318T203010-x86_64-linux[1.7.0-1]",
2025-08-20T20:52:06.6611003Z     "HEAD-95a6bcc-250404T205405-x86_64-linux[1.7.0-1]",
2025-08-20T20:52:06.6611525Z     "HEAD-93fcc77-250429T203904-x86_64-linux[1.7.0-1]",
2025-08-20T20:52:06.6612040Z     "HEAD-f52181b-250527T205316-x86_64-linux[1.7.0-1]",
2025-08-20T20:52:06.6612555Z     "HEAD-c206433-250529T002309-x86_64-linux[1.7.0-1]",
2025-08-20T20:52:06.6613084Z     "HEAD-73979a8-250602T205138-x86_64-linux[1.7.0-1]",
2025-08-20T20:52:06.6613604Z     "HEAD-953c158-250610T200525-x86_64-linux[1.7.0-1]",
2025-08-20T20:52:06.6614119Z     "HEAD-440717a-250701T200611-x86_64-linux[1.7.0-1]",
2025-08-20T20:52:06.6614651Z     "HEAD-49602ac-250711T210251-x86_64-linux[1.7.0-1]",
2025-08-20T20:52:06.6615187Z     "HEAD-a5e76f7-250723T003218-x86_64-linux[1.7.0-1]",
2025-08-20T20:52:06.6615718Z     "HEAD-0bc74fe-250729T202559-x86_64-linux[1.7.0-1]",
2025-08-20T20:52:06.6616242Z     "HEAD-854f2fd-250730T203027-x86_64-linux[1.7.0-1]",
2025-08-20T20:52:06.6616761Z     "HEAD-baea619-250805T035302-x86_64-linux[1.7.0-1]",
2025-08-20T20:52:06.6617273Z     "HEAD-5329723-250813T023526-x86_64-linux[1.7.0-1]"
2025-08-20T20:52:06.6617727Z   ]
2025-08-20T20:52:06.6618007Z }
2025-08-20T20:52:06.6618167Z 
2025-08-20T20:52:06.6618173Z 
2025-08-20T20:52:06.7751666Z Error response from registry: failed to fetch the content of "ghcr.io/pkgforge/bincache/gip/official/gip:HEAD-e50e942-250820T202726-x86_64-linux": ghcr.io/pkgforge/bincache/gip/official/gip:HEAD-e50e942-250820T202726-x86_64-linux: not found
2025-08-20T20:52:06.7792220Z Uploading empty artifact
2025-08-20T20:52:06.7801424Z time=2025-08-20T20:52:06Z level=debug msg=Request #0
2025-08-20T20:52:06.7802949Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/gip/official/gip/manifests/sha256:2d848663775d63d4c1850153a1cef15072c4b8dffe015c3d0969e87945297f43"
2025-08-20T20:52:06.7804101Z > Request method: "HEAD"
2025-08-20T20:52:06.7804481Z > Request headers:
2025-08-20T20:52:06.7806171Z    "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-20T20:52:06.7807275Z    "User-Agent": "oras/1.2.3"
2025-08-20T20:52:06.8130052Z time=2025-08-20T20:52:06Z level=debug msg=Response #0
2025-08-20T20:52:06.8130527Z < Response Status: "401 Unauthorized"
2025-08-20T20:52:06.8130785Z < Response headers:
2025-08-20T20:52:06.8131047Z    "Content-Type": "application/json"
2025-08-20T20:52:06.8133725Z    "Www-Authenticate": "***"https://ghcr.io/token\",service=\"ghcr.io\",scope=\"repository:pkgforge/bincache/gip/official/gip:pull\""
2025-08-20T20:52:06.8134710Z    "Date": "Wed, 20 Aug 2025 20:52:06 GMT"
2025-08-20T20:52:06.8135063Z    "Content-Length": "73"
2025-08-20T20:52:06.8135436Z    "X-Github-Request-Id": "6401:A4780:433DEB:486DAF:68A63576"
2025-08-20T20:52:06.8135886Z time=2025-08-20T20:52:06Z level=debug msg=Request #1
2025-08-20T20:52:06.8136623Z > Request URL: "https://ghcr.io/token?scope=repository%3Apkgforge%2Fbincache%2Fgip%2Fofficial%2Fgip%3Apull%2Cpush&service=ghcr.io"
2025-08-20T20:52:06.8137302Z > Request method: "GET"
2025-08-20T20:52:06.8137571Z > Request headers:
2025-08-20T20:52:06.8137821Z    "Authorization": "*****"
2025-08-20T20:52:06.8138101Z    "User-Agent": "oras/1.2.3"
2025-08-20T20:52:06.8638149Z time=2025-08-20T20:52:06Z level=debug msg=Response #1
2025-08-20T20:52:06.8638788Z < Response Status: "200 OK"
2025-08-20T20:52:06.8639090Z < Response headers:
2025-08-20T20:52:06.8639416Z    "X-Github-Request-Id": "6401:A4780:433DED:486DB3:68A63576"
2025-08-20T20:52:06.8639993Z    "Content-Type": "application/json"
2025-08-20T20:52:06.8640627Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T20:52:06.8641138Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T20:52:06.8641604Z    "Date": "Wed, 20 Aug 2025 20:52:06 GMT"
2025-08-20T20:52:06.8641918Z    "Content-Length": "69"
2025-08-20T20:52:06.8642182Z time=2025-08-20T20:52:06Z level=debug msg=Request #2
2025-08-20T20:52:06.8642868Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/gip/official/gip/manifests/sha256:2d848663775d63d4c1850153a1cef15072c4b8dffe015c3d0969e87945297f43"
2025-08-20T20:52:06.8643508Z > Request method: "HEAD"
2025-08-20T20:52:06.8643715Z > Request headers:
2025-08-20T20:52:06.8644639Z    "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-20T20:52:06.8645616Z    "Authorization": "*****"
2025-08-20T20:52:06.8645843Z    "User-Agent": "oras/1.2.3"
2025-08-20T20:52:06.8877286Z time=2025-08-20T20:52:06Z level=debug msg=Response #2
2025-08-20T20:52:06.8877985Z < Response Status: "404 Not Found"
2025-08-20T20:52:06.8878506Z < Response headers:
2025-08-20T20:52:06.8878945Z    "Content-Length": "70"
2025-08-20T20:52:06.8879544Z    "X-Github-Request-Id": "6401:A4780:433DFC:486DC4:68A63576"
2025-08-20T20:52:06.8880217Z    "Content-Type": "application/json"
2025-08-20T20:52:06.8880626Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T20:52:06.8881175Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T20:52:06.8881672Z    "Date": "Wed, 20 Aug 2025 20:52:06 GMT"
2025-08-20T20:52:06.8882047Z time=2025-08-20T20:52:06Z level=debug msg=Request #3
2025-08-20T20:52:06.8882886Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/gip/official/gip/blobs/sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
2025-08-20T20:52:06.8883519Z > Request method: "HEAD"
2025-08-20T20:52:06.8883957Z > Request headers:
2025-08-20T20:52:06.8884159Z    "Authorization": "*****"
2025-08-20T20:52:06.8884377Z    "User-Agent": "oras/1.2.3"
2025-08-20T20:52:06.9703885Z time=2025-08-20T20:52:06Z level=debug msg=Response #3
2025-08-20T20:52:06.9704630Z < Response Status: "200 OK"
2025-08-20T20:52:06.9705161Z < Response headers:
2025-08-20T20:52:06.9705616Z    "Date": "Wed, 20 Aug 2025 20:52:06 GMT"
2025-08-20T20:52:06.9706394Z    "X-Github-Request-Id": "6401:A4780:433E02:486DC9:68A63576"
2025-08-20T20:52:06.9706810Z    "Content-Length": "0"
2025-08-20T20:52:06.9707093Z    "Content-Type": ""
2025-08-20T20:52:06.9707628Z    "Docker-Content-Digest": "sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
2025-08-20T20:52:06.9708282Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T20:52:06.9708843Z    "Etag": "\"sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855\""
2025-08-20T20:52:06.9709520Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T20:52:06.9710368Z time=2025-08-20T20:52:06Z level=debug msg=Request #4
2025-08-20T20:52:06.9711108Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/gip/official/gip/manifests/HEAD-e50e942-250820T202726-x86_64-linux"
2025-08-20T20:52:06.9711793Z > Request method: "PUT"
2025-08-20T20:52:06.9712063Z > Request headers:
2025-08-20T20:52:06.9712422Z    "Content-Type": "application/vnd.oci.image.manifest.v1+json"
2025-08-20T20:52:06.9712841Z    "Authorization": "*****"
2025-08-20T20:52:06.9713128Z    "User-Agent": "oras/1.2.3"
2025-08-20T20:52:07.4784857Z time=2025-08-20T20:52:07Z level=debug msg=Response #4
2025-08-20T20:52:07.4785556Z < Response Status: "201 Created"
2025-08-20T20:52:07.4786077Z < Response headers:
2025-08-20T20:52:07.4786550Z    "Content-Type": "application/json"
2025-08-20T20:52:07.4787485Z    "Docker-Content-Digest": "sha256:2d848663775d63d4c1850153a1cef15072c4b8dffe015c3d0969e87945297f43"
2025-08-20T20:52:07.4788501Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T20:52:07.4790446Z    "Location": "/v2/pkgforge/bincache/gip/official/gip/manifests/sha256:2d848663775d63d4c1850153a1cef15072c4b8dffe015c3d0969e87945297f43"
2025-08-20T20:52:07.4791943Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T20:52:07.4792731Z    "Date": "Wed, 20 Aug 2025 20:52:07 GMT"
2025-08-20T20:52:07.4793239Z    "Content-Length": "0"
2025-08-20T20:52:07.4793795Z    "X-Github-Request-Id": "6401:A4780:433E1C:486DE8:68A63576"
2025-08-20T20:52:07.4794605Z Pushed [registry] ghcr.io/pkgforge/bincache/gip/official/gip:HEAD-e50e942-250820T202726-x86_64-linux
2025-08-20T20:52:07.4795354Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T20:52:07.4795986Z Digest: sha256:2d848663775d63d4c1850153a1cef15072c4b8dffe015c3d0969e87945297f43
2025-08-20T20:52:09.6183024Z Uploading 4206ef982294 gip.sig
2025-08-20T20:52:09.6216626Z Uploading 71c6bb208f13 gip
2025-08-20T20:52:09.6217590Z Uploading 762387dacfba CHECKSUM
2025-08-20T20:52:09.6225069Z Uploading 66752089fcea CHECKSUM.sig
2025-08-20T20:52:09.6369721Z Exists    c6596eb7be85 LICENSE
2025-08-20T20:52:09.6513250Z Uploading f3ec8950fbcc LICENSE.sig
2025-08-20T20:52:10.5636720Z Uploaded  f3ec8950fbcc LICENSE.sig
2025-08-20T20:52:10.5752032Z Uploaded  762387dacfba CHECKSUM
2025-08-20T20:52:10.5918302Z Uploaded  66752089fcea CHECKSUM.sig
2025-08-20T20:52:10.5933025Z Uploading 09cb2350900a SBUILD.sig
2025-08-20T20:52:10.6253498Z Exists    3f93c08304ed SBUILD
2025-08-20T20:52:10.6268948Z Exists    11cf0313013e gip.png
2025-08-20T20:52:10.6494408Z Uploading c94e10243cc9 gip.json
2025-08-20T20:52:10.7083233Z Uploading 09d61aaaa4c0 gip.json.sig
2025-08-20T20:52:10.7241392Z Uploaded  71c6bb208f13 gip
2025-08-20T20:52:10.7748599Z Uploaded  4206ef982294 gip.sig
2025-08-20T20:52:10.7879113Z Uploading b6121e7457d9 gip.log
2025-08-20T20:52:10.7935167Z Uploading 1c8210312126 gip.log.sig
2025-08-20T20:52:11.5733774Z Uploaded  c94e10243cc9 gip.json
2025-08-20T20:52:11.5955875Z Uploading bede0fa507db gip.version
2025-08-20T20:52:11.5965392Z Uploaded  09cb2350900a SBUILD.sig
2025-08-20T20:52:11.6240650Z Uploading 4cded1b2f956 gip.version.sig
2025-08-20T20:52:11.7114684Z Uploaded  09d61aaaa4c0 gip.json.sig
2025-08-20T20:52:11.7176322Z Uploaded  1c8210312126 gip.log.sig
2025-08-20T20:52:11.7889063Z Uploaded  b6121e7457d9 gip.log
2025-08-20T20:52:12.5112012Z Uploaded  bede0fa507db gip.version
2025-08-20T20:52:12.5371923Z Uploaded  4cded1b2f956 gip.version.sig
2025-08-20T20:52:12.5372563Z Uploading 4ff9b336f440 gip
2025-08-20T20:52:12.8577739Z Uploaded  4ff9b336f440 gip
2025-08-20T20:52:12.8578769Z Pushed [registry] ghcr.io/pkgforge/bincache/gip/official/gip:HEAD-e50e942-250820T202726-x86_64-linux
2025-08-20T20:52:12.8580061Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T20:52:12.8580927Z Digest: sha256:4ff9b336f440c8dc712b68838d77e63976996c159df8cc560203be2547f9ea7c
2025-08-20T20:52:17.9984950Z 
2025-08-20T20:52:17.9985605Z [+] Registry --> https://ghcr.io/pkgforge/bincache/gip/official/gip
2025-08-20T20:52:17.9986700Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/gip/official/gip?tag=HEAD-e50e942-250820T202726-x86_64-linux&manifest 
2025-08-20T20:52:17.9987414Z 
2025-08-20T20:52:19.7337411Z *** Zstandard CLI (64-bit) v1.5.7, by Yann Collet ***
2025-08-20T20:52:21.1935168Z ./BUILD_ARTIFACTS.tar : 30.75%   (   342 MiB =>    105 MiB, /tmp/BUILD_ARTIFACTS.zstd) 
2025-08-20T20:52:21.2653408Z removed './BUILD_ARTIFACTS.tar'
2025-08-20T20:52:21.2693206Z 
2025-08-20T20:52:21.2695874Z [+] Completed (Building|Fetching) https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/gip/static.official.source.yaml :: 00(Hr):04(Min):01(Sec)
2025-08-20T20:52:21.2696964Z 
2025-08-20T20:52:21.2710537Z 
2025-08-20T20:52:21.2711024Z ==> [+] Finished Building at :: Wednesday, 2025-08-20 (08:52:21 PM) UTC
2025-08-20T20:52:21.2711440Z 
2025-08-20T20:52:21.6398847Z renamed '/tmp/BUILD.gh.log.txt' -> '/tmp/BUILD.log'
2025-08-20T20:52:21.6443922Z ##[group]Run ##Presets
2025-08-20T20:52:21.6444455Z [36;1m##Presets[0m
2025-08-20T20:52:21.6444661Z [36;1mset +x ; set +e[0m
2025-08-20T20:52:21.6444870Z [36;1m#-------------#[0m
2025-08-20T20:52:21.6445068Z [36;1m##Debug?[0m
2025-08-20T20:52:21.6445310Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:52:21.6445595Z [36;1m  set -x[0m
2025-08-20T20:52:21.6445775Z [36;1mfi[0m
2025-08-20T20:52:21.6445953Z [36;1m#-------------#[0m
2025-08-20T20:52:21.6446152Z [36;1m##Set ENV[0m
2025-08-20T20:52:21.6446388Z [36;1m if [[ "${SKIP_SRCBUILD_UPLOAD}" != "YES" ]]; then[0m
2025-08-20T20:52:21.6446893Z [36;1m    #GHCRPKG_TAG_SRCBUILD="srcbuild.$(date --utc +"%y%m%dT%H%M%S" | tr -d '[:space:]')-HEAD-e50e942-250820T202726-x86_64-linux"[0m
2025-08-20T20:52:21.6447425Z [36;1m    GHCRPKG_TAG_SRCBUILD="HEAD-e50e942-250820T202726-x86_64-linux"[0m
2025-08-20T20:52:21.6447979Z [36;1m    GHCRPKG_URL_SRCBUILD="ghcr.io/pkgforge/bincache/gip/official/gip-srcbuild-17107885163"[0m
2025-08-20T20:52:21.6448470Z [36;1m    export GHCRPKG_TAG_SRCBUILD GHCRPKG_URL_SRCBUILD[0m
2025-08-20T20:52:21.6448876Z [36;1m    echo "GHCRPKG_TAG_SRCBUILD=${GHCRPKG_TAG_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:52:21.6449323Z [36;1m    echo "GHCRPKG_URL_SRCBUILD=${GHCRPKG_URL_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:52:21.6449650Z [36;1m fi[0m
2025-08-20T20:52:21.6450054Z [36;1m##Push[0m
2025-08-20T20:52:21.6450333Z [36;1m if [[ -n "${GHCRPKG_TAG_SRCBUILD+x}" ]]; then[0m
2025-08-20T20:52:21.6450617Z [36;1m  pushd "/tmp" &>/dev/null[0m
2025-08-20T20:52:21.6450993Z [36;1m   if [[ -s "./BUILD_ARTIFACTS.zstd" && $(stat -c%s "./BUILD_ARTIFACTS.zstd") -gt 1000 ]]; then[0m
2025-08-20T20:52:21.6451462Z [36;1m     realpath "./BUILD_ARTIFACTS.zstd" && du -sh "./BUILD_ARTIFACTS.zstd"[0m
2025-08-20T20:52:21.6451903Z [36;1m     ls -sh "/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR"[0m
2025-08-20T20:52:21.6452236Z [36;1m     ghcr_push_cmd()[0m
2025-08-20T20:52:21.6452453Z [36;1m       {[0m
2025-08-20T20:52:21.6452647Z [36;1m        for i in {1..10}; do[0m
2025-08-20T20:52:21.6452986Z [36;1m          unset ghcr_push ; ghcr_push=(oras push --disable-path-validation)[0m
2025-08-20T20:52:21.6453429Z [36;1m          ghcr_push+=(--config "/dev/null:application/vnd.oci.empty.v1+json")[0m
2025-08-20T20:52:21.6453863Z [36;1m          ghcr_push+=(--annotation "com.github.package.type=container")[0m
2025-08-20T20:52:21.6454402Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_ghcrpkg-tag=HEAD-e50e942-250820T202726-x86_64-linux")[0m
2025-08-20T20:52:21.6455108Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_gha=https://github.com/pkgforge/bincache/actions/runs/17107885163")[0m
2025-08-20T20:52:21.6455700Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_id=17107885163")[0m
2025-08-20T20:52:21.6456360Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.ghcr_pkg=ghcr.io/pkgforge/bincache/gip/official/gip:HEAD-e50e942-250820T202726-x86_64-linux")[0m
2025-08-20T20:52:21.6457041Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.push_date=2025-08-20T20:51:58Z")[0m
2025-08-20T20:52:21.6457540Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.version=HEAD-e50e942-250820T202726")[0m
2025-08-20T20:52:21.6458051Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.created=2025-08-20T20:51:58Z")[0m
2025-08-20T20:52:21.6458700Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.description=SRCBUILD for ghcr.io/pkgforge/bincache/gip/official/gip")[0m
2025-08-20T20:52:21.6459327Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.licenses=blessing")[0m
2025-08-20T20:52:21.6459964Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.ref.name=HEAD-e50e942-250820T202726")[0m
2025-08-20T20:52:21.6460701Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.revision=HEAD-e50e942-250820T202726")[0m
2025-08-20T20:52:21.6461411Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.source=https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/gip/official/gip")[0m
2025-08-20T20:52:21.6462182Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.title=SRCBUILD-gip")[0m
2025-08-20T20:52:21.6462714Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.url=https://github.com/dalance/gip")[0m
2025-08-20T20:52:21.6463231Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.vendor=pkgforge")[0m
2025-08-20T20:52:21.6463741Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.version=HEAD-e50e942-250820T202726")[0m
2025-08-20T20:52:21.6464220Z [36;1m          ghcr_push+=("${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}")[0m
2025-08-20T20:52:21.6464715Z [36;1m          [[ -f "./BUILD_ARTIFACTS.zstd" && -s "./BUILD_ARTIFACTS.zstd" ]] && ghcr_push+=("./BUILD_ARTIFACTS.zstd")[0m
2025-08-20T20:52:21.6465149Z [36;1m          "${ghcr_push[@]}" ; sleep 5[0m
2025-08-20T20:52:21.6465404Z [36;1m         #Check[0m
2025-08-20T20:52:21.6466006Z [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-20T20:51:58Z" ]]; then[0m
2025-08-20T20:52:21.6466739Z [36;1m            echo -e "\n[+] (ARTIFACTS) Registry --> https://${GHCRPKG_URL_SRCBUILD}\n"[0m
2025-08-20T20:52:21.6467086Z [36;1m            break[0m
2025-08-20T20:52:21.6467298Z [36;1m          else[0m
2025-08-20T20:52:21.6467698Z [36;1m            echo -e "\n[-] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD} (Retrying ${i}/10)\n"[0m
2025-08-20T20:52:21.6468122Z [36;1m          fi[0m
2025-08-20T20:52:21.6468347Z [36;1m          sleep "$(shuf -i 500-4500 -n 1)e-3"[0m
2025-08-20T20:52:21.6468598Z [36;1m        done[0m
2025-08-20T20:52:21.6468781Z [36;1m       }[0m
2025-08-20T20:52:21.6468989Z [36;1m       export -f ghcr_push_cmd[0m
2025-08-20T20:52:21.6469237Z [36;1m       ghcr_push_cmd[0m
2025-08-20T20:52:21.6469933Z [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-20T20:51:58Z" ]]; then[0m
2025-08-20T20:52:21.6470706Z [36;1m         echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T20:52:21.6471118Z [36;1m          echo -e "\n[-] Retrying ...\n"[0m
2025-08-20T20:52:21.6471381Z [36;1m          ghcr_push_cmd[0m
2025-08-20T20:52:21.6471990Z [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-20T20:51:58Z" ]]; then[0m
2025-08-20T20:52:21.6472717Z [36;1m             oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq .[0m
2025-08-20T20:52:21.6473230Z [36;1m             echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T20:52:21.6473631Z [36;1m             return 1 || exit 1[0m
2025-08-20T20:52:21.6473866Z [36;1m           fi[0m
2025-08-20T20:52:21.6474056Z [36;1m       fi[0m
2025-08-20T20:52:21.6474234Z [36;1m   fi[0m
2025-08-20T20:52:21.6474406Z [36;1m fi[0m
2025-08-20T20:52:21.6474589Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T20:52:21.6549272Z shell: /usr/bin/bash -e {0}
2025-08-20T20:52:21.6549507Z env:
2025-08-20T20:52:21.6549685Z   CROSS_COMPILING: NO
2025-08-20T20:52:21.6550122Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T20:52:21.6550357Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T20:52:21.6550580Z   ON_QEMU: NO
2025-08-20T20:52:21.6550757Z   DEBUG: 0
2025-08-20T20:52:21.6550934Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T20:52:21.6551173Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T20:52:21.6551448Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/gip/official
2025-08-20T20:52:21.6551739Z   KEEP_LOGS: YES
2025-08-20T20:52:21.6552085Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:52:21.6552399Z   PKG_FAMILY_LOCAL: gip
2025-08-20T20:52:21.6552602Z   SBUILD_REBUILD: false
2025-08-20T20:52:21.6553113Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/gip/static.official.source.yaml
2025-08-20T20:52:21.6553658Z   BUILD_SYS: docker://rust
2025-08-20T20:52:21.6553872Z   BUILD_ON_HOST: FALSE
2025-08-20T20:52:21.6554065Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:52:21.6554253Z   SYSTMP: /tmp
2025-08-20T20:52:21.6554430Z   GHA_MODE: MATRIX
2025-08-20T20:52:21.6554856Z   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-20T20:52:21.6555365Z   INPUT_SBUILD: /tmp/pkgforge/LMjL8aaRh_build.yaml
2025-08-20T20:52:21.6555687Z   BUILD_DIR: /tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml
2025-08-20T20:52:21.6556062Z   SBUILD_OUTDIR: /tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR
2025-08-20T20:52:21.6556542Z   SBUILD_TMPDIR: /tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:52:21.6556921Z   PKG_TYPE: static
2025-08-20T20:52:21.6557113Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:52:21.6557340Z   SBUILD_PKGVER: HEAD-e50e942-250820T202726
2025-08-20T20:52:21.6557721Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17107885163
2025-08-20T20:52:21.6558090Z   BUILD_ID: 17107885163
2025-08-20T20:52:21.6558284Z   PKG_NAME: gip
2025-08-20T20:52:21.6558476Z   PKG_DATE: 2025-08-20T20:51:58Z
2025-08-20T20:52:21.6558715Z   PKG_VERSION: HEAD-e50e942-250820T202726
2025-08-20T20:52:21.6558976Z   PKG_VERSION_UPSTREAM: 1.7.0-1
2025-08-20T20:52:21.6559259Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/gip/official/gip
2025-08-20T20:52:21.6559589Z   GHCRPKG_TAG: HEAD-e50e942-250820T202726-x86_64-linux
2025-08-20T20:52:21.6560103Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/gip/official/gip
2025-08-20T20:52:21.6560513Z   PKG_SRCURL: https://github.com/dalance/gip
2025-08-20T20:52:21.6560775Z   PUSH_SUCCESSFUL: YES
2025-08-20T20:52:21.6561188Z   GHCR_TOKEN: ***
2025-08-20T20:52:21.6561476Z   GITHUB_TOKEN: ***
2025-08-20T20:52:21.6561706Z   GITLAB_TOKEN: ***
2025-08-20T20:52:21.6562839Z   MINISIGN_KEY: ***
2025-08-20T20:52:21.6563032Z ##[endgroup]
2025-08-20T20:52:21.6652313Z /tmp/BUILD_ARTIFACTS.zstd
2025-08-20T20:52:21.6662790Z 106M	./BUILD_ARTIFACTS.zstd
2025-08-20T20:52:21.6696782Z total 12M
2025-08-20T20:52:21.6697100Z 4.0K CHECKSUM
2025-08-20T20:52:21.6697410Z 4.0K CHECKSUM.sig
2025-08-20T20:52:21.6697709Z  12K LICENSE
2025-08-20T20:52:21.6697988Z 4.0K LICENSE.sig
2025-08-20T20:52:21.6698279Z 8.0K SBUILD
2025-08-20T20:52:21.6698546Z 4.0K SBUILD.sig
2025-08-20T20:52:21.6698885Z 4.0K SBUILD_TEMP
2025-08-20T20:52:21.6699158Z 9.5M gip
2025-08-20T20:52:21.6699420Z 4.0K gip.json
2025-08-20T20:52:21.6699720Z 4.0K gip.json.sig
2025-08-20T20:52:21.6700165Z 1.1M gip.log
2025-08-20T20:52:21.6700430Z 4.0K gip.log.sig
2025-08-20T20:52:21.6700726Z  40K gip.png
2025-08-20T20:52:21.6700999Z 4.0K gip.sig
2025-08-20T20:52:21.6701283Z 1.1M gip.static.log
2025-08-20T20:52:21.6701622Z 4.0K gip.static.version
2025-08-20T20:52:21.6701991Z 4.0K gip.static.version.sig
2025-08-20T20:52:21.6702352Z 4.0K gip.version
2025-08-20T20:52:21.6702669Z 4.0K gip.version.sig
2025-08-20T20:52:21.9461066Z Uploading 753cd3ff46e2 BUILD_ARTIFACTS.zstd
2025-08-20T20:52:23.4285466Z Uploaded  753cd3ff46e2 BUILD_ARTIFACTS.zstd
2025-08-20T20:52:23.4286132Z Uploading 98ff32450488 SRCBUILD-gip
2025-08-20T20:52:23.7170502Z Uploaded  98ff32450488 SRCBUILD-gip
2025-08-20T20:52:23.7171716Z Pushed [registry] ghcr.io/pkgforge/bincache/gip/official/gip-srcbuild-17107885163:HEAD-e50e942-250820T202726-x86_64-linux
2025-08-20T20:52:23.7172754Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T20:52:23.7173321Z Digest: sha256:98ff3245048855ae4a14983d553c79672cdc38c8de0edd0c1158e4564ba90e1b
2025-08-20T20:52:28.8614133Z 
2025-08-20T20:52:28.8615308Z [+] (ARTIFACTS) Registry --> https://ghcr.io/pkgforge/bincache/gip/official/gip-srcbuild-17107885163
2025-08-20T20:52:28.8615885Z 
2025-08-20T20:52:28.9912042Z ##[group]Run ##Presets
2025-08-20T20:52:28.9912307Z [36;1m##Presets[0m
2025-08-20T20:52:28.9912511Z [36;1mset +x ; set +e[0m
2025-08-20T20:52:28.9912728Z [36;1m#-------------#[0m
2025-08-20T20:52:28.9912934Z [36;1m##Debug?[0m
2025-08-20T20:52:28.9913177Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:52:28.9913466Z [36;1m  set -x[0m
2025-08-20T20:52:28.9913653Z [36;1mfi[0m
2025-08-20T20:52:28.9913828Z [36;1m#-------------#[0m
2025-08-20T20:52:28.9914091Z [36;1mUTC_TIME="$(TZ='UTC' date +'%Y_%m_%dT%I_%M_%S_%p')"[0m
2025-08-20T20:52:28.9914423Z [36;1mecho "UTC_TIME=${UTC_TIME}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:52:28.9964067Z shell: /usr/bin/bash -e {0}
2025-08-20T20:52:28.9964302Z env:
2025-08-20T20:52:28.9964482Z   CROSS_COMPILING: NO
2025-08-20T20:52:28.9964698Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T20:52:28.9965003Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T20:52:28.9965418Z   ON_QEMU: NO
2025-08-20T20:52:28.9965767Z   DEBUG: 0
2025-08-20T20:52:28.9966120Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T20:52:28.9966466Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T20:52:28.9966854Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/gip/official
2025-08-20T20:52:28.9967251Z   KEEP_LOGS: YES
2025-08-20T20:52:28.9967531Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:52:28.9967871Z   PKG_FAMILY_LOCAL: gip
2025-08-20T20:52:28.9968160Z   SBUILD_REBUILD: false
2025-08-20T20:52:28.9968767Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/gip/static.official.source.yaml
2025-08-20T20:52:28.9969455Z   BUILD_SYS: docker://rust
2025-08-20T20:52:28.9969770Z   BUILD_ON_HOST: FALSE
2025-08-20T20:52:28.9970286Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:52:28.9970688Z   SYSTMP: /tmp
2025-08-20T20:52:28.9970963Z   GHA_MODE: MATRIX
2025-08-20T20:52:28.9971515Z   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-20T20:52:28.9972152Z   INPUT_SBUILD: /tmp/pkgforge/LMjL8aaRh_build.yaml
2025-08-20T20:52:28.9972578Z   BUILD_DIR: /tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml
2025-08-20T20:52:28.9973126Z   SBUILD_OUTDIR: /tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR
2025-08-20T20:52:28.9973690Z   SBUILD_TMPDIR: /tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:52:28.9974139Z   PKG_TYPE: static
2025-08-20T20:52:28.9974485Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:52:28.9974808Z   SBUILD_PKGVER: HEAD-e50e942-250820T202726
2025-08-20T20:52:28.9975305Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17107885163
2025-08-20T20:52:28.9975803Z   BUILD_ID: 17107885163
2025-08-20T20:52:28.9976092Z   PKG_NAME: gip
2025-08-20T20:52:28.9976418Z   PKG_DATE: 2025-08-20T20:51:58Z
2025-08-20T20:52:28.9976752Z   PKG_VERSION: HEAD-e50e942-250820T202726
2025-08-20T20:52:28.9977084Z   PKG_VERSION_UPSTREAM: 1.7.0-1
2025-08-20T20:52:28.9977558Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/gip/official/gip
2025-08-20T20:52:28.9977954Z   GHCRPKG_TAG: HEAD-e50e942-250820T202726-x86_64-linux
2025-08-20T20:52:28.9978441Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/gip/official/gip
2025-08-20T20:52:28.9979000Z   PKG_SRCURL: https://github.com/dalance/gip
2025-08-20T20:52:28.9979354Z   PUSH_SUCCESSFUL: YES
2025-08-20T20:52:28.9979778Z   GHCRPKG_TAG_SRCBUILD: HEAD-e50e942-250820T202726-x86_64-linux
2025-08-20T20:52:28.9980575Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/gip/official/gip-srcbuild-17107885163
2025-08-20T20:52:28.9981057Z ##[endgroup]
2025-08-20T20:52:29.0138871Z ##[group]Run actions/upload-artifact@v4
2025-08-20T20:52:29.0139335Z with:
2025-08-20T20:52:29.0139647Z   name: Bincache_gip_x86_64-Linux
2025-08-20T20:52:29.0140339Z   path: /tmp/BUILD.log
/tmp/BUILD_ARTIFACTS.zstd

2025-08-20T20:52:29.0140785Z   compression-level: 0
2025-08-20T20:52:29.0141146Z   retention-days: 30
2025-08-20T20:52:29.0141435Z   overwrite: true
2025-08-20T20:52:29.0141771Z   if-no-files-found: warn
2025-08-20T20:52:29.0142271Z   include-hidden-files: false
2025-08-20T20:52:29.0142564Z env:
2025-08-20T20:52:29.0142940Z   CROSS_COMPILING: NO
2025-08-20T20:52:29.0143239Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T20:52:29.0143584Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T20:52:29.0143909Z   ON_QEMU: NO
2025-08-20T20:52:29.0144177Z   DEBUG: 0
2025-08-20T20:52:29.0144526Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T20:52:29.0144841Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T20:52:29.0145188Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/gip/official
2025-08-20T20:52:29.0145709Z   KEEP_LOGS: YES
2025-08-20T20:52:29.0146025Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:52:29.0146357Z   PKG_FAMILY_LOCAL: gip
2025-08-20T20:52:29.0146650Z   SBUILD_REBUILD: false
2025-08-20T20:52:29.0147255Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/gip/static.official.source.yaml
2025-08-20T20:52:29.0147972Z   BUILD_SYS: docker://rust
2025-08-20T20:52:29.0148291Z   BUILD_ON_HOST: FALSE
2025-08-20T20:52:29.0148643Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:52:29.0148951Z   SYSTMP: /tmp
2025-08-20T20:52:29.0149227Z   GHA_MODE: MATRIX
2025-08-20T20:52:29.0149664Z   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-20T20:52:29.0150401Z   INPUT_SBUILD: /tmp/pkgforge/LMjL8aaRh_build.yaml
2025-08-20T20:52:29.0150725Z   BUILD_DIR: /tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml
2025-08-20T20:52:29.0151112Z   SBUILD_OUTDIR: /tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR
2025-08-20T20:52:29.0151593Z   SBUILD_TMPDIR: /tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:52:29.0151969Z   PKG_TYPE: static
2025-08-20T20:52:29.0152159Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:52:29.0152382Z   SBUILD_PKGVER: HEAD-e50e942-250820T202726
2025-08-20T20:52:29.0152756Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17107885163
2025-08-20T20:52:29.0153109Z   BUILD_ID: 17107885163
2025-08-20T20:52:29.0153301Z   PKG_NAME: gip
2025-08-20T20:52:29.0153495Z   PKG_DATE: 2025-08-20T20:51:58Z
2025-08-20T20:52:29.0153735Z   PKG_VERSION: HEAD-e50e942-250820T202726
2025-08-20T20:52:29.0153981Z   PKG_VERSION_UPSTREAM: 1.7.0-1
2025-08-20T20:52:29.0154258Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/gip/official/gip
2025-08-20T20:52:29.0154589Z   GHCRPKG_TAG: HEAD-e50e942-250820T202726-x86_64-linux
2025-08-20T20:52:29.0154995Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/gip/official/gip
2025-08-20T20:52:29.0155408Z   PKG_SRCURL: https://github.com/dalance/gip
2025-08-20T20:52:29.0155688Z   PUSH_SUCCESSFUL: YES
2025-08-20T20:52:29.0155956Z   GHCRPKG_TAG_SRCBUILD: HEAD-e50e942-250820T202726-x86_64-linux
2025-08-20T20:52:29.0156411Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/gip/official/gip-srcbuild-17107885163
2025-08-20T20:52:29.0156819Z   UTC_TIME: 2025_08_20T08_52_29_PM
2025-08-20T20:52:29.0157045Z ##[endgroup]
2025-08-20T20:52:29.2370527Z Multiple search paths detected. Calculating the least common ancestor of all paths
2025-08-20T20:52:29.2373467Z The least common ancestor is /tmp. This will be the root directory of the artifact
2025-08-20T20:52:29.2374424Z With the provided path, there will be 2 files uploaded
2025-08-20T20:52:29.3195868Z Artifact name is valid!
2025-08-20T20:52:29.3197221Z Root directory input is valid!
2025-08-20T20:52:29.3716279Z Beginning upload of artifact content to blob storage
2025-08-20T20:52:29.7418168Z Uploaded bytes 8388608
2025-08-20T20:52:29.8330190Z Uploaded bytes 16777216
2025-08-20T20:52:29.8630803Z Uploaded bytes 25165824
2025-08-20T20:52:29.9088806Z Uploaded bytes 33554432
2025-08-20T20:52:29.9846986Z Uploaded bytes 41943040
2025-08-20T20:52:30.0410016Z Uploaded bytes 50331648
2025-08-20T20:52:30.0642010Z Uploaded bytes 58720256
2025-08-20T20:52:30.1101339Z Uploaded bytes 67108864
2025-08-20T20:52:30.1457254Z Uploaded bytes 75497472
2025-08-20T20:52:30.1911658Z Uploaded bytes 83886080
2025-08-20T20:52:30.2362029Z Uploaded bytes 92274688
2025-08-20T20:52:30.2448492Z Uploaded bytes 100663296
2025-08-20T20:52:30.3338896Z Uploaded bytes 109051904
2025-08-20T20:52:30.3954510Z Uploaded bytes 111670302
2025-08-20T20:52:30.4122816Z Finished uploading artifact content to blob storage!
2025-08-20T20:52:30.4126947Z SHA256 digest of uploaded artifact zip is 94b608e4df7e6ad3ed1d435edbacf8f5a5c62224fe8b798acbd1d843576ef331
2025-08-20T20:52:30.4127833Z Finalizing artifact upload
2025-08-20T20:52:30.4910497Z Artifact Bincache_gip_x86_64-Linux.zip successfully finalized. Artifact ID 3813112390
2025-08-20T20:52:30.4911700Z Artifact Bincache_gip_x86_64-Linux has been successfully uploaded! Final size is 111670302 bytes. Artifact ID is 3813112390
2025-08-20T20:52:30.4918559Z Artifact download URL: https://github.com/pkgforge/bincache/actions/runs/17107885163/artifacts/3813112390
2025-08-20T20:52:30.5126214Z ##[group]Run actions/attest-build-provenance@v2.4.0
2025-08-20T20:52:30.5126545Z with:
2025-08-20T20:52:30.5126839Z   subject-name: gip-17107885163-HEAD-e50e942-250820T202726-x86_64-linux
2025-08-20T20:52:30.5127706Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T20:52:30.5128439Z   show-summary: true
2025-08-20T20:52:30.5128657Z   push-to-registry: false
2025-08-20T20:52:30.5129020Z   github-token: ***
2025-08-20T20:52:30.5129225Z env:
2025-08-20T20:52:30.5129404Z   CROSS_COMPILING: NO
2025-08-20T20:52:30.5129620Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T20:52:30.5130062Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T20:52:30.5130290Z   ON_QEMU: NO
2025-08-20T20:52:30.5130473Z   DEBUG: 0
2025-08-20T20:52:30.5130667Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T20:52:30.5130895Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T20:52:30.5131206Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/gip/official
2025-08-20T20:52:30.5131503Z   KEEP_LOGS: YES
2025-08-20T20:52:30.5131704Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:52:30.5131922Z   PKG_FAMILY_LOCAL: gip
2025-08-20T20:52:30.5132140Z   SBUILD_REBUILD: false
2025-08-20T20:52:30.5132662Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/gip/static.official.source.yaml
2025-08-20T20:52:30.5133221Z   BUILD_SYS: docker://rust
2025-08-20T20:52:30.5133440Z   BUILD_ON_HOST: FALSE
2025-08-20T20:52:30.5133644Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:52:30.5133845Z   SYSTMP: /tmp
2025-08-20T20:52:30.5134028Z   GHA_MODE: MATRIX
2025-08-20T20:52:30.5134465Z   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-20T20:52:30.5134980Z   INPUT_SBUILD: /tmp/pkgforge/LMjL8aaRh_build.yaml
2025-08-20T20:52:30.5135307Z   BUILD_DIR: /tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml
2025-08-20T20:52:30.5135711Z   SBUILD_OUTDIR: /tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR
2025-08-20T20:52:30.5136200Z   SBUILD_TMPDIR: /tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:52:30.5136591Z   PKG_TYPE: static
2025-08-20T20:52:30.5136789Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:52:30.5137021Z   SBUILD_PKGVER: HEAD-e50e942-250820T202726
2025-08-20T20:52:30.5137412Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17107885163
2025-08-20T20:52:30.5137797Z   BUILD_ID: 17107885163
2025-08-20T20:52:30.5137998Z   PKG_NAME: gip
2025-08-20T20:52:30.5138202Z   PKG_DATE: 2025-08-20T20:51:58Z
2025-08-20T20:52:30.5138456Z   PKG_VERSION: HEAD-e50e942-250820T202726
2025-08-20T20:52:30.5138724Z   PKG_VERSION_UPSTREAM: 1.7.0-1
2025-08-20T20:52:30.5139018Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/gip/official/gip
2025-08-20T20:52:30.5139367Z   GHCRPKG_TAG: HEAD-e50e942-250820T202726-x86_64-linux
2025-08-20T20:52:30.5139923Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/gip/official/gip
2025-08-20T20:52:30.5140390Z   PKG_SRCURL: https://github.com/dalance/gip
2025-08-20T20:52:30.5140693Z   PUSH_SUCCESSFUL: YES
2025-08-20T20:52:30.5140968Z   GHCRPKG_TAG_SRCBUILD: HEAD-e50e942-250820T202726-x86_64-linux
2025-08-20T20:52:30.5141632Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/gip/official/gip-srcbuild-17107885163
2025-08-20T20:52:30.5142041Z   UTC_TIME: 2025_08_20T08_52_29_PM
2025-08-20T20:52:30.5142278Z ##[endgroup]
2025-08-20T20:52:30.5215938Z ##[group]Run actions/attest-build-provenance/predicate@1176ef556905f349f669722abf30bce1a6e16e01
2025-08-20T20:52:30.5216384Z env:
2025-08-20T20:52:30.5216568Z   CROSS_COMPILING: NO
2025-08-20T20:52:30.5216789Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T20:52:30.5217022Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T20:52:30.5217236Z   ON_QEMU: NO
2025-08-20T20:52:30.5217411Z   DEBUG: 0
2025-08-20T20:52:30.5217594Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T20:52:30.5217824Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T20:52:30.5218320Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/gip/official
2025-08-20T20:52:30.5218625Z   KEEP_LOGS: YES
2025-08-20T20:52:30.5218821Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:52:30.5219036Z   PKG_FAMILY_LOCAL: gip
2025-08-20T20:52:30.5219246Z   SBUILD_REBUILD: false
2025-08-20T20:52:30.5219767Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/gip/static.official.source.yaml
2025-08-20T20:52:30.5220468Z   BUILD_SYS: docker://rust
2025-08-20T20:52:30.5220687Z   BUILD_ON_HOST: FALSE
2025-08-20T20:52:30.5220887Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:52:30.5221080Z   SYSTMP: /tmp
2025-08-20T20:52:30.5221260Z   GHA_MODE: MATRIX
2025-08-20T20:52:30.5221692Z   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-20T20:52:30.5222194Z   INPUT_SBUILD: /tmp/pkgforge/LMjL8aaRh_build.yaml
2025-08-20T20:52:30.5222521Z   BUILD_DIR: /tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml
2025-08-20T20:52:30.5222909Z   SBUILD_OUTDIR: /tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR
2025-08-20T20:52:30.5223387Z   SBUILD_TMPDIR: /tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:52:30.5223769Z   PKG_TYPE: static
2025-08-20T20:52:30.5223964Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:52:30.5224194Z   SBUILD_PKGVER: HEAD-e50e942-250820T202726
2025-08-20T20:52:30.5224574Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17107885163
2025-08-20T20:52:30.5224933Z   BUILD_ID: 17107885163
2025-08-20T20:52:30.5225125Z   PKG_NAME: gip
2025-08-20T20:52:30.5225317Z   PKG_DATE: 2025-08-20T20:51:58Z
2025-08-20T20:52:30.5225563Z   PKG_VERSION: HEAD-e50e942-250820T202726
2025-08-20T20:52:30.5225824Z   PKG_VERSION_UPSTREAM: 1.7.0-1
2025-08-20T20:52:30.5226109Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/gip/official/gip
2025-08-20T20:52:30.5226451Z   GHCRPKG_TAG: HEAD-e50e942-250820T202726-x86_64-linux
2025-08-20T20:52:30.5226863Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/gip/official/gip
2025-08-20T20:52:30.5227274Z   PKG_SRCURL: https://github.com/dalance/gip
2025-08-20T20:52:30.5227539Z   PUSH_SUCCESSFUL: YES
2025-08-20T20:52:30.5227809Z   GHCRPKG_TAG_SRCBUILD: HEAD-e50e942-250820T202726-x86_64-linux
2025-08-20T20:52:30.5228267Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/gip/official/gip-srcbuild-17107885163
2025-08-20T20:52:30.5228665Z   UTC_TIME: 2025_08_20T08_52_29_PM
2025-08-20T20:52:30.5228894Z ##[endgroup]
2025-08-20T20:52:30.8125826Z ##[group]Run actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc
2025-08-20T20:52:30.8126165Z with:
2025-08-20T20:52:30.8126849Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T20:52:30.8127672Z   subject-name: gip-17107885163-HEAD-e50e942-250820T202726-x86_64-linux
2025-08-20T20:52:30.8128064Z   predicate-type: https://slsa.dev/provenance/v1
2025-08-20T20:52:30.8131015Z   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/17107885163/attempts/1"}}}
2025-08-20T20:52:30.8133805Z   push-to-registry: false
2025-08-20T20:52:30.8134037Z   show-summary: true
2025-08-20T20:52:30.8134457Z   github-token: ***
2025-08-20T20:52:30.8134667Z env:
2025-08-20T20:52:30.8134987Z   CROSS_COMPILING: NO
2025-08-20T20:52:30.8135210Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T20:52:30.8135448Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T20:52:30.8135672Z   ON_QEMU: NO
2025-08-20T20:52:30.8135858Z   DEBUG: 0
2025-08-20T20:52:30.8136045Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T20:52:30.8136277Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T20:52:30.8136558Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/gip/official
2025-08-20T20:52:30.8136852Z   KEEP_LOGS: YES
2025-08-20T20:52:30.8137049Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:52:30.8137272Z   PKG_FAMILY_LOCAL: gip
2025-08-20T20:52:30.8137480Z   SBUILD_REBUILD: false
2025-08-20T20:52:30.8138003Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/gip/static.official.source.yaml
2025-08-20T20:52:30.8138593Z   BUILD_SYS: docker://rust
2025-08-20T20:52:30.8138825Z   BUILD_ON_HOST: FALSE
2025-08-20T20:52:30.8139031Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:52:30.8139231Z   SYSTMP: /tmp
2025-08-20T20:52:30.8139427Z   GHA_MODE: MATRIX
2025-08-20T20:52:30.8139989Z   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-20T20:52:30.8140512Z   INPUT_SBUILD: /tmp/pkgforge/LMjL8aaRh_build.yaml
2025-08-20T20:52:30.8140845Z   BUILD_DIR: /tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml
2025-08-20T20:52:30.8141238Z   SBUILD_OUTDIR: /tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR
2025-08-20T20:52:30.8141726Z   SBUILD_TMPDIR: /tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:52:30.8142119Z   PKG_TYPE: static
2025-08-20T20:52:30.8142322Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:52:30.8142559Z   SBUILD_PKGVER: HEAD-e50e942-250820T202726
2025-08-20T20:52:30.8142946Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17107885163
2025-08-20T20:52:30.8143311Z   BUILD_ID: 17107885163
2025-08-20T20:52:30.8143513Z   PKG_NAME: gip
2025-08-20T20:52:30.8143717Z   PKG_DATE: 2025-08-20T20:51:58Z
2025-08-20T20:52:30.8143974Z   PKG_VERSION: HEAD-e50e942-250820T202726
2025-08-20T20:52:30.8144246Z   PKG_VERSION_UPSTREAM: 1.7.0-1
2025-08-20T20:52:30.8144536Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/gip/official/gip
2025-08-20T20:52:30.8144890Z   GHCRPKG_TAG: HEAD-e50e942-250820T202726-x86_64-linux
2025-08-20T20:52:30.8145310Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/gip/official/gip
2025-08-20T20:52:30.8145723Z   PKG_SRCURL: https://github.com/dalance/gip
2025-08-20T20:52:30.8145994Z   PUSH_SUCCESSFUL: YES
2025-08-20T20:52:30.8146275Z   GHCRPKG_TAG_SRCBUILD: HEAD-e50e942-250820T202726-x86_64-linux
2025-08-20T20:52:30.8146737Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/gip/official/gip-srcbuild-17107885163
2025-08-20T20:52:30.8147135Z   UTC_TIME: 2025_08_20T08_52_29_PM
2025-08-20T20:52:30.8147370Z ##[endgroup]
2025-08-20T20:52:32.2206849Z Attestation created for 18 subjects
2025-08-20T20:52:32.2211466Z ##[group][36mAttestation signed using certificate from Public Good Sigstore instance[39m
2025-08-20T20:52:32.2212283Z -----BEGIN CERTIFICATE-----
2025-08-20T20:52:32.2212978Z MIIG7TCCBnSgAwIBAgIUAfbK7ky0tXkRgg2dPDWpMc5rApUwCgYIKoZIzj0EAwMw
2025-08-20T20:52:32.2213959Z NzEVMBMGA1UEChMMc2lnc3RvcmUuZGV2MR4wHAYDVQQDExVzaWdzdG9yZS1pbnRl
2025-08-20T20:52:32.2215272Z cm1lZGlhdGUwHhcNMjUwODIwMjA1MjMxWhcNMjUwODIwMjEwMjMxWjAAMFkwEwYH
2025-08-20T20:52:32.2216249Z KoZIzj0CAQYIKoZIzj0DAQcDQgAEcGvk9BR0rNfETpOgMmro3ynSTlICwS9+zy93
2025-08-20T20:52:32.2217191Z 8v3AHtdVTwp94+gqXEdOFqnJvPP9OWGXegyBzLZomW/8ZL8KPKOCBZMwggWPMA4G
2025-08-20T20:52:32.2218105Z A1UdDwEB/wQEAwIHgDATBgNVHSUEDDAKBggrBgEFBQcDAzAdBgNVHQ4EFgQUelk6
2025-08-20T20:52:32.2219060Z ufhRCES0VLtKzQMVxUbSw1cwHwYDVR0jBBgwFoAU39Ppz1YkEZb5qNjpKFWixi4Y
2025-08-20T20:52:32.2220166Z ZD8wZwYDVR0RAQH/BF0wW4ZZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlL2Jp
2025-08-20T20:52:32.2221074Z bmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFtbEByZWZz
2025-08-20T20:52:32.2222285Z L2hlYWRzL21haW4wOQYKKwYBBAGDvzABAQQraHR0cHM6Ly90b2tlbi5hY3Rpb25z
2025-08-20T20:52:32.2223230Z LmdpdGh1YnVzZXJjb250ZW50LmNvbTAfBgorBgEEAYO/MAECBBF3b3JrZmxvd19k
2025-08-20T20:52:32.2224174Z aXNwYXRjaDA2BgorBgEEAYO/MAEDBCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRiZmU1
2025-08-20T20:52:32.2225114Z NTgwZDgyZWVhYjNmMjFkMDAGCisGAQQBg78wAQQEIvCfp7Dwn5ug77iPIEJ1aWxk
2025-08-20T20:52:32.2226082Z IFBhY2thZ2Ug8J+TpvCfk4AwHwYKKwYBBAGDvzABBQQRcGtnZm9yZ2UvYmluY2Fj
2025-08-20T20:52:32.2227057Z aGUwHQYKKwYBBAGDvzABBgQPcmVmcy9oZWFkcy9tYWluMDsGCisGAQQBg78wAQgE
2025-08-20T20:52:32.2227992Z LQwraHR0cHM6Ly90b2tlbi5hY3Rpb25zLmdpdGh1YnVzZXJjb250ZW50LmNvbTBp
2025-08-20T20:52:32.2228488Z BgorBgEEAYO/MAEJBFsMWWh0dHBzOi8vZ2l0aHViLmNvbS9wa2dmb3JnZS9iaW5j
2025-08-20T20:52:32.2228984Z YWNoZS8uZ2l0aHViL3dvcmtmbG93cy9tYXRyaXhfYnVpbGRzLnlhbWxAcmVmcy9o
2025-08-20T20:52:32.2229473Z ZWFkcy9tYWluMDgGCisGAQQBg78wAQoEKgwoMzM4YTNiYWUxYmFiMDVhYmEwYWQ0
2025-08-20T20:52:32.2230091Z YmZlNTU4MGQ4MmVlYWIzZjIxZDAdBgorBgEEAYO/MAELBA8MDWdpdGh1Yi1ob3N0
2025-08-20T20:52:32.2230583Z ZWQwNAYKKwYBBAGDvzABDAQmDCRodHRwczovL2dpdGh1Yi5jb20vcGtnZm9yZ2Uv
2025-08-20T20:52:32.2231077Z YmluY2FjaGUwOAYKKwYBBAGDvzABDQQqDCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRi
2025-08-20T20:52:32.2231557Z ZmU1NTgwZDgyZWVhYjNmMjFkMB8GCisGAQQBg78wAQ4EEQwPcmVmcy9oZWFkcy9t
2025-08-20T20:52:32.2232042Z YWluMBkGCisGAQQBg78wAQ8ECwwJODgzNjU1MjMwMCsGCisGAQQBg78wARAEHQwb
2025-08-20T20:52:32.2232532Z aHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlMBkGCisGAQQBg78wAREECwwJMTg3
2025-08-20T20:52:32.2233006Z Mjc1MzQzMGkGCisGAQQBg78wARIEWwxZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2Zv
2025-08-20T20:52:32.2233485Z cmdlL2JpbmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFt
2025-08-20T20:52:32.2233955Z bEByZWZzL2hlYWRzL21haW4wOAYKKwYBBAGDvzABEwQqDCgzMzhhM2JhZTFiYWIw
2025-08-20T20:52:32.2234432Z NWFiYTBhZDRiZmU1NTgwZDgyZWVhYjNmMjFkMCEGCisGAQQBg78wARQEEwwRd29y
2025-08-20T20:52:32.2234906Z a2Zsb3dfZGlzcGF0Y2gwWAYKKwYBBAGDvzABFQRKDEhodHRwczovL2dpdGh1Yi5j
2025-08-20T20:52:32.2235368Z b20vcGtnZm9yZ2UvYmluY2FjaGUvYWN0aW9ucy9ydW5zLzE3MTA3ODg1MTYzL2F0
2025-08-20T20:52:32.2235853Z dGVtcHRzLzEwFgYKKwYBBAGDvzABFgQIDAZwdWJsaWMwgYkGCisGAQQB1nkCBAIE
2025-08-20T20:52:32.2236332Z ewR5AHcAdQDdPTBqxscRMmMZHhyZZzcCokpeuN48rf+HinKALynujgAAAZjJQTiy
2025-08-20T20:52:32.2236809Z AAAEAwBGMEQCIH5iK1nIW+PBr0D7SR4Dj0EIu1pNLeBGW1fpcyWp4zGkAiBKqNQA
2025-08-20T20:52:32.2237286Z tE/PHQGyCHk6lf9T1uTsi4GdinfDmeyVrj2NWTAKBggqhkjOPQQDAwNnADBkAjAZ
2025-08-20T20:52:32.2237762Z bt8LxKQtjyR5RMNfkkGIg8J8F573mhbZ66gE2tTFqNLQqGzB4LD2bv/H6/PQnp0C
2025-08-20T20:52:32.2238221Z MBatChSbndyYkFWCCfvfg4IGBx2rzQ1mEky8mArdl16TY6P0CXV7a56h8TjCDuYZ
2025-08-20T20:52:32.2238564Z bw==
2025-08-20T20:52:32.2238755Z -----END CERTIFICATE-----
2025-08-20T20:52:32.2238903Z 
2025-08-20T20:52:32.2239286Z ##[endgroup]
2025-08-20T20:52:32.2239696Z [36mAttestation signature uploaded to Rekor transparency log[39m
2025-08-20T20:52:32.2240239Z https://search.sigstore.dev?logIndex=414330214
2025-08-20T20:52:32.2240597Z [36mAttestation uploaded to repository[39m
2025-08-20T20:52:32.2240925Z https://github.com/pkgforge/bincache/attestations/9872902
2025-08-20T20:52:32.3005378Z ##[group]Run ##Presets
2025-08-20T20:52:32.3005648Z [36;1m##Presets[0m
2025-08-20T20:52:32.3005856Z [36;1mset +x ; set +e[0m
2025-08-20T20:52:32.3006071Z [36;1m#-------------#[0m
2025-08-20T20:52:32.3006279Z [36;1m##Debug?[0m
2025-08-20T20:52:32.3006691Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:52:32.3006982Z [36;1m  set -x[0m
2025-08-20T20:52:32.3007169Z [36;1mfi[0m
2025-08-20T20:52:32.3007351Z [36;1m#-------------#[0m
2025-08-20T20:52:32.3007658Z [36;1mif [[ "${GHA_BUILD_FAILED}" == "YES" || "${SBUILD_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T20:52:32.3008167Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Build ghcr.io/pkgforge/bincache/gip/official"[0m
2025-08-20T20:52:32.3008579Z [36;1m exit 1[0m
2025-08-20T20:52:32.3008765Z [36;1mfi[0m
2025-08-20T20:52:32.3056598Z shell: /usr/bin/bash -e {0}
2025-08-20T20:52:32.3056836Z env:
2025-08-20T20:52:32.3057024Z   CROSS_COMPILING: NO
2025-08-20T20:52:32.3057278Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T20:52:32.3057516Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T20:52:32.3057737Z   ON_QEMU: NO
2025-08-20T20:52:32.3057916Z   DEBUG: 0
2025-08-20T20:52:32.3058103Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T20:52:32.3058336Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T20:52:32.3058623Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/gip/official
2025-08-20T20:52:32.3058918Z   KEEP_LOGS: YES
2025-08-20T20:52:32.3059120Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:52:32.3059342Z   PKG_FAMILY_LOCAL: gip
2025-08-20T20:52:32.3059554Z   SBUILD_REBUILD: false
2025-08-20T20:52:32.3060268Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/gip/static.official.source.yaml
2025-08-20T20:52:32.3060853Z   BUILD_SYS: docker://rust
2025-08-20T20:52:32.3061078Z   BUILD_ON_HOST: FALSE
2025-08-20T20:52:32.3061284Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:52:32.3061482Z   SYSTMP: /tmp
2025-08-20T20:52:32.3061665Z   GHA_MODE: MATRIX
2025-08-20T20:52:32.3062108Z   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-20T20:52:32.3062628Z   INPUT_SBUILD: /tmp/pkgforge/LMjL8aaRh_build.yaml
2025-08-20T20:52:32.3062959Z   BUILD_DIR: /tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml
2025-08-20T20:52:32.3063361Z   SBUILD_OUTDIR: /tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR
2025-08-20T20:52:32.3063845Z   SBUILD_TMPDIR: /tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:52:32.3064231Z   PKG_TYPE: static
2025-08-20T20:52:32.3064439Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:52:32.3064678Z   SBUILD_PKGVER: HEAD-e50e942-250820T202726
2025-08-20T20:52:32.3065061Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17107885163
2025-08-20T20:52:32.3065426Z   BUILD_ID: 17107885163
2025-08-20T20:52:32.3065630Z   PKG_NAME: gip
2025-08-20T20:52:32.3065829Z   PKG_DATE: 2025-08-20T20:51:58Z
2025-08-20T20:52:32.3066080Z   PKG_VERSION: HEAD-e50e942-250820T202726
2025-08-20T20:52:32.3066343Z   PKG_VERSION_UPSTREAM: 1.7.0-1
2025-08-20T20:52:32.3066632Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/gip/official/gip
2025-08-20T20:52:32.3066973Z   GHCRPKG_TAG: HEAD-e50e942-250820T202726-x86_64-linux
2025-08-20T20:52:32.3067399Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/gip/official/gip
2025-08-20T20:52:32.3067830Z   PKG_SRCURL: https://github.com/dalance/gip
2025-08-20T20:52:32.3068099Z   PUSH_SUCCESSFUL: YES
2025-08-20T20:52:32.3068372Z   GHCRPKG_TAG_SRCBUILD: HEAD-e50e942-250820T202726-x86_64-linux
2025-08-20T20:52:32.3068832Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/gip/official/gip-srcbuild-17107885163
2025-08-20T20:52:32.3069232Z   UTC_TIME: 2025_08_20T08_52_29_PM
2025-08-20T20:52:32.3069465Z ##[endgroup]
2025-08-20T20:52:32.3159713Z ##[group]Run ##Presets
2025-08-20T20:52:32.3160214Z [36;1m##Presets[0m
2025-08-20T20:52:32.3160430Z [36;1mset +x ; set +e[0m
2025-08-20T20:52:32.3160646Z [36;1m#-------------#[0m
2025-08-20T20:52:32.3160853Z [36;1m##Debug?[0m
2025-08-20T20:52:32.3161102Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:52:32.3161399Z [36;1m  set -x[0m
2025-08-20T20:52:32.3161587Z [36;1mfi[0m
2025-08-20T20:52:32.3161944Z [36;1m#-------------#[0m
2025-08-20T20:52:32.3162188Z [36;1mif [[ "${PUSH_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T20:52:32.3162633Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Push ==> ghcr.io/pkgforge/bincache/gip/official"[0m
2025-08-20T20:52:32.3163034Z [36;1m exit 1[0m
2025-08-20T20:52:32.3163223Z [36;1mfi[0m
2025-08-20T20:52:32.3208655Z shell: /usr/bin/bash -e {0}
2025-08-20T20:52:32.3208886Z env:
2025-08-20T20:52:32.3209067Z   CROSS_COMPILING: NO
2025-08-20T20:52:32.3209288Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T20:52:32.3209553Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T20:52:32.3209773Z   ON_QEMU: NO
2025-08-20T20:52:32.3210197Z   DEBUG: 0
2025-08-20T20:52:32.3210382Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T20:52:32.3210613Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T20:52:32.3210889Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/gip/official
2025-08-20T20:52:32.3211183Z   KEEP_LOGS: YES
2025-08-20T20:52:32.3211377Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:52:32.3211593Z   PKG_FAMILY_LOCAL: gip
2025-08-20T20:52:32.3211806Z   SBUILD_REBUILD: false
2025-08-20T20:52:32.3212337Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/gip/static.official.source.yaml
2025-08-20T20:52:32.3212909Z   BUILD_SYS: docker://rust
2025-08-20T20:52:32.3213131Z   BUILD_ON_HOST: FALSE
2025-08-20T20:52:32.3213331Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:52:32.3213533Z   SYSTMP: /tmp
2025-08-20T20:52:32.3213717Z   GHA_MODE: MATRIX
2025-08-20T20:52:32.3214157Z   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-20T20:52:32.3214812Z   INPUT_SBUILD: /tmp/pkgforge/LMjL8aaRh_build.yaml
2025-08-20T20:52:32.3215142Z   BUILD_DIR: /tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml
2025-08-20T20:52:32.3215524Z   SBUILD_OUTDIR: /tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR
2025-08-20T20:52:32.3216008Z   SBUILD_TMPDIR: /tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:52:32.3216396Z   PKG_TYPE: static
2025-08-20T20:52:32.3216592Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:52:32.3216827Z   SBUILD_PKGVER: HEAD-e50e942-250820T202726
2025-08-20T20:52:32.3217205Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17107885163
2025-08-20T20:52:32.3217567Z   BUILD_ID: 17107885163
2025-08-20T20:52:32.3217765Z   PKG_NAME: gip
2025-08-20T20:52:32.3217970Z   PKG_DATE: 2025-08-20T20:51:58Z
2025-08-20T20:52:32.3218220Z   PKG_VERSION: HEAD-e50e942-250820T202726
2025-08-20T20:52:32.3218491Z   PKG_VERSION_UPSTREAM: 1.7.0-1
2025-08-20T20:52:32.3218781Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/gip/official/gip
2025-08-20T20:52:32.3219120Z   GHCRPKG_TAG: HEAD-e50e942-250820T202726-x86_64-linux
2025-08-20T20:52:32.3219534Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/gip/official/gip
2025-08-20T20:52:32.3220095Z   PKG_SRCURL: https://github.com/dalance/gip
2025-08-20T20:52:32.3220367Z   PUSH_SUCCESSFUL: YES
2025-08-20T20:52:32.3220641Z   GHCRPKG_TAG_SRCBUILD: HEAD-e50e942-250820T202726-x86_64-linux
2025-08-20T20:52:32.3221102Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/gip/official/gip-srcbuild-17107885163
2025-08-20T20:52:32.3221498Z   UTC_TIME: 2025_08_20T08_52_29_PM
2025-08-20T20:52:32.3221729Z ##[endgroup]
2025-08-20T20:52:32.3306730Z ##[group]Run ##Presets
2025-08-20T20:52:32.3306991Z [36;1m##Presets[0m
2025-08-20T20:52:32.3307199Z [36;1mset +x ; set +e[0m
2025-08-20T20:52:32.3307412Z [36;1m#-------------#[0m
2025-08-20T20:52:32.3307624Z [36;1m##Debug?[0m
2025-08-20T20:52:32.3307869Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:52:32.3308160Z [36;1m  set -x[0m
2025-08-20T20:52:32.3308346Z [36;1mfi[0m
2025-08-20T20:52:32.3308526Z [36;1m#-------------#[0m
2025-08-20T20:52:32.3308859Z [36;1m[[ -f "/tmp/GHA_CI_STATUS" && -w "/tmp/GHA_CI_STATUS" ]] && echo "" > "/tmp/GHA_CI_STATUS"[0m
2025-08-20T20:52:32.3309248Z [36;1mif [[ -d "/tmp" && -w "/tmp" ]]; then[0m
2025-08-20T20:52:32.3309714Z [36;1m  echo "EXITED" | tee "/tmp/GHA_CI_STATUS"[0m
2025-08-20T20:52:32.3310190Z [36;1mfi[0m
2025-08-20T20:52:32.3354034Z shell: /usr/bin/bash -e {0}
2025-08-20T20:52:32.3354262Z env:
2025-08-20T20:52:32.3354446Z   CROSS_COMPILING: NO
2025-08-20T20:52:32.3354697Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T20:52:32.3354926Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T20:52:32.3355142Z   ON_QEMU: NO
2025-08-20T20:52:32.3355320Z   DEBUG: 0
2025-08-20T20:52:32.3355499Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T20:52:32.3355723Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T20:52:32.3356004Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/gip/official
2025-08-20T20:52:32.3356289Z   KEEP_LOGS: YES
2025-08-20T20:52:32.3356484Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:52:32.3356700Z   PKG_FAMILY_LOCAL: gip
2025-08-20T20:52:32.3356907Z   SBUILD_REBUILD: false
2025-08-20T20:52:32.3357430Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/gip/static.official.source.yaml
2025-08-20T20:52:32.3357992Z   BUILD_SYS: docker://rust
2025-08-20T20:52:32.3358214Z   BUILD_ON_HOST: FALSE
2025-08-20T20:52:32.3358418Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:52:32.3358612Z   SYSTMP: /tmp
2025-08-20T20:52:32.3358794Z   GHA_MODE: MATRIX
2025-08-20T20:52:32.3359229Z   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-20T20:52:32.3359755Z   INPUT_SBUILD: /tmp/pkgforge/LMjL8aaRh_build.yaml
2025-08-20T20:52:32.3360306Z   BUILD_DIR: /tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml
2025-08-20T20:52:32.3360699Z   SBUILD_OUTDIR: /tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR
2025-08-20T20:52:32.3361189Z   SBUILD_TMPDIR: /tmp/pkgforge/X1hxfr6_LMjL8aaRh_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:52:32.3361570Z   PKG_TYPE: static
2025-08-20T20:52:32.3361769Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:52:32.3362001Z   SBUILD_PKGVER: HEAD-e50e942-250820T202726
2025-08-20T20:52:32.3362380Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17107885163
2025-08-20T20:52:32.3362746Z   BUILD_ID: 17107885163
2025-08-20T20:52:32.3362947Z   PKG_NAME: gip
2025-08-20T20:52:32.3363141Z   PKG_DATE: 2025-08-20T20:51:58Z
2025-08-20T20:52:32.3363390Z   PKG_VERSION: HEAD-e50e942-250820T202726
2025-08-20T20:52:32.3363667Z   PKG_VERSION_UPSTREAM: 1.7.0-1
2025-08-20T20:52:32.3363962Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/gip/official/gip
2025-08-20T20:52:32.3364303Z   GHCRPKG_TAG: HEAD-e50e942-250820T202726-x86_64-linux
2025-08-20T20:52:32.3364718Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/gip/official/gip
2025-08-20T20:52:32.3365135Z   PKG_SRCURL: https://github.com/dalance/gip
2025-08-20T20:52:32.3365402Z   PUSH_SUCCESSFUL: YES
2025-08-20T20:52:32.3365676Z   GHCRPKG_TAG_SRCBUILD: HEAD-e50e942-250820T202726-x86_64-linux
2025-08-20T20:52:32.3366130Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/gip/official/gip-srcbuild-17107885163
2025-08-20T20:52:32.3366526Z   UTC_TIME: 2025_08_20T08_52_29_PM
2025-08-20T20:52:32.3366761Z ##[endgroup]
2025-08-20T20:52:32.3440535Z EXITED
2025-08-20T20:52:32.3482777Z Cleaning up orphan processes
