﻿2025-08-20T22:50:25.7378792Z Current runner version: '2.328.0'
2025-08-20T22:50:25.7404322Z ##[group]Runner Image Provisioner
2025-08-20T22:50:25.7405513Z Hosted Compute Agent
2025-08-20T22:50:25.7406151Z Version: 20250818.377
2025-08-20T22:50:25.7406751Z Commit: 3c593e9f75fe0b87e893bca80d6e12ba089c61fc
2025-08-20T22:50:25.7407513Z Build Date: 2025-08-18T14:52:18Z
2025-08-20T22:50:25.7408142Z ##[endgroup]
2025-08-20T22:50:25.7408706Z ##[group]VM Image
2025-08-20T22:50:25.7409323Z - OS: Linux (arm64)
2025-08-20T22:50:25.7409888Z - Source: Partner
2025-08-20T22:50:25.7410452Z - Name: Ubuntu 24.04 by Arm Limited
2025-08-20T22:50:25.7411143Z - Version: 20250728.24.1
2025-08-20T22:50:25.7412106Z - Included Software: https://github.com/actions/partner-runner-images/blob/main/images/arm-ubuntu-24-image.md
2025-08-20T22:50:25.7413367Z ##[endgroup]
2025-08-20T22:50:25.7414648Z ##[group]GITHUB_TOKEN Permissions
2025-08-20T22:50:25.7417339Z Attestations: write
2025-08-20T22:50:25.7418067Z Contents: write
2025-08-20T22:50:25.7418828Z Metadata: read
2025-08-20T22:50:25.7419543Z Packages: write
2025-08-20T22:50:25.7420125Z ##[endgroup]
2025-08-20T22:50:25.7423227Z Secret source: Actions
2025-08-20T22:50:25.7424147Z Prepare workflow directory
2025-08-20T22:50:25.7769337Z Prepare all required actions
2025-08-20T22:50:25.7807537Z Getting action download info
2025-08-20T22:50:26.2118987Z Download action repository 'docker/setup-qemu-action@v3' (SHA:29109295f81e9208d7d86ff1c6c12d2833863392)
2025-08-20T22:50:27.5058021Z Download action repository 'docker/setup-buildx-action@v3' (SHA:e468171a9de216ec08956ac3ada2f0791b6bd435)
2025-08-20T22:50:28.5043061Z Download action repository 'actions/upload-artifact@v4' (SHA:ea165f8d65b6e75b540449e92b4886f43607fa02)
2025-08-20T22:50:28.6250477Z Download action repository 'actions/attest-build-provenance@v2.4.0' (SHA:e8998f949152b193b063cb0ec769d69d929409be)
2025-08-20T22:50:29.4451147Z Getting action download info
2025-08-20T22:50:29.6151790Z Download action repository 'actions/attest-build-provenance@1176ef556905f349f669722abf30bce1a6e16e01' (SHA:1176ef556905f349f669722abf30bce1a6e16e01)
2025-08-20T22:50:30.3438422Z Download action repository 'actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc' (SHA:ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc)
2025-08-20T22:50:31.2916658Z Complete job name: aarch64-Linux ==> (ghcr.io/pkgforge/bincache/tracexec/official)
2025-08-20T22:50:31.3539938Z ##[group]Run ##Presets
2025-08-20T22:50:31.3540469Z [36;1m##Presets[0m
2025-08-20T22:50:31.3540750Z [36;1mset +x ; set +e[0m
2025-08-20T22:50:31.3541102Z [36;1m#-------------#[0m
2025-08-20T22:50:31.3541476Z [36;1mif [[ "$(uname -m | tr -d '[:space:]')" == "aarch64" ]]; then[0m
2025-08-20T22:50:31.3541940Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "aarch64-Linux" ]]; then[0m
2025-08-20T22:50:31.3542701Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:50:31.3543049Z [36;1m  fi[0m
2025-08-20T22:50:31.3543428Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "loongarch64" ]]; then[0m
2025-08-20T22:50:31.3543892Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "loongarch64-Linux" ]]; then[0m
2025-08-20T22:50:31.3544309Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:50:31.3544695Z [36;1m  fi[0m
2025-08-20T22:50:31.3545000Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "riscv64" ]]; then[0m
2025-08-20T22:50:31.3545563Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "riscv64-Linux" ]]; then[0m
2025-08-20T22:50:31.3545998Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:50:31.3546303Z [36;1m  fi[0m
2025-08-20T22:50:31.3546645Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "x86_64" ]]; then[0m
2025-08-20T22:50:31.3547042Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "x86_64-Linux" ]]; then[0m
2025-08-20T22:50:31.3547373Z [36;1m     if [[ "ALL" == "riscv64-Linux" ||\[0m
2025-08-20T22:50:31.3547749Z [36;1m           "ALL" == "loongarch64-Linux" ]]; then[0m
2025-08-20T22:50:31.3548127Z [36;1m       echo "CONTINUE_GHRUN=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:50:31.3548803Z [36;1m     else[0m
2025-08-20T22:50:31.3549131Z [36;1m       echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:50:31.3549486Z [36;1m     fi[0m
2025-08-20T22:50:31.3549774Z [36;1m  fi[0m
2025-08-20T22:50:31.3550038Z [36;1mfi[0m
2025-08-20T22:50:31.3579768Z shell: /usr/bin/bash -e {0}
2025-08-20T22:50:31.3580444Z env:
2025-08-20T22:50:31.3581152Z   GH_TOKEN: ***
2025-08-20T22:50:31.3581488Z ##[endgroup]
2025-08-20T22:50:31.4150810Z ##[group]Run ##Presets
2025-08-20T22:50:31.4151281Z [36;1m##Presets[0m
2025-08-20T22:50:31.4151525Z [36;1mset +x ; set +e[0m
2025-08-20T22:50:31.4151946Z [36;1m#-------------#[0m
2025-08-20T22:50:31.4152522Z [36;1m# Check if any of the required secrets are missing[0m
2025-08-20T22:50:31.4153047Z [36;1mif [ -z "${RO_GHTOKEN##*[[:space:]]}" ] || [ -z "${RO_GLTOKEN##*[[:space:]]}" ] || [ -z "${MINISIGN_KEY##*[[:space:]]}" ]; then[0m
2025-08-20T22:50:31.4153658Z [36;1m  echo "::error::One or more required secrets are missing:"[0m
2025-08-20T22:50:31.4154156Z [36;1m  [ -z "${RO_GHTOKEN##*[[:space:]]}" ] && echo "- RO_GHTOKEN is missing"[0m
2025-08-20T22:50:31.4154579Z [36;1m  [ -z "${RO_GLTOKEN##*[[:space:]]}" ] && echo "- RO_GLTOKEN is missing"[0m
2025-08-20T22:50:31.4155049Z [36;1m  [ -z "${MINISIGN_KEY##*[[:space:]]}" ] && echo "- MINISIGN_KEY is missing"[0m
2025-08-20T22:50:31.4155400Z [36;1m  exit 1[0m
2025-08-20T22:50:31.4155626Z [36;1mfi[0m
2025-08-20T22:50:31.4179517Z shell: /usr/bin/bash -e {0}
2025-08-20T22:50:31.4179943Z env:
2025-08-20T22:50:31.4180427Z   RO_GHTOKEN: ***
2025-08-20T22:50:31.4180749Z   RO_GLTOKEN: ***
2025-08-20T22:50:31.4182111Z   MINISIGN_KEY: ***
2025-08-20T22:50:31.4182610Z ##[endgroup]
2025-08-20T22:50:31.4553607Z ##[group]Run ##Presets
2025-08-20T22:50:31.4554074Z [36;1m##Presets[0m
2025-08-20T22:50:31.4554408Z [36;1mset +x ; set +e[0m
2025-08-20T22:50:31.4554708Z [36;1m#-------------#[0m
2025-08-20T22:50:31.4554966Z [36;1m##Host Triplet[0m
2025-08-20T22:50:31.4555378Z [36;1m if [[ "aarch64-Linux" != "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T22:50:31.4555760Z [36;1m   export CROSS_COMPILING="YES"[0m
2025-08-20T22:50:31.4556155Z [36;1m   export HOST_TRIPLET_R="$(uname -m)-$(uname -s)"[0m
2025-08-20T22:50:31.4556549Z [36;1m   export ON_QEMU="YES"[0m
2025-08-20T22:50:31.4556889Z [36;1m   if [[ "aarch64-Linux" == "loongarch64-Linux" ]] ; then[0m
2025-08-20T22:50:31.4557358Z [36;1m     export HOST_TRIPLET="loongarch64-Linux"[0m
2025-08-20T22:50:31.4557745Z [36;1m   elif [[ "aarch64-Linux" == "riscv64-Linux" ]] ; then[0m
2025-08-20T22:50:31.4558111Z [36;1m     export HOST_TRIPLET="riscv64-Linux"[0m
2025-08-20T22:50:31.4558485Z [36;1m   fi[0m
2025-08-20T22:50:31.4558888Z [36;1m elif [[ "aarch64-Linux" == "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T22:50:31.4559332Z [36;1m   export CROSS_COMPILING="NO"[0m
2025-08-20T22:50:31.4559675Z [36;1m   export HOST_TRIPLET="$(uname -m)-$(uname -s)"[0m
2025-08-20T22:50:31.4560019Z [36;1m   export HOST_TRIPLET_R="${HOST_TRIPLET}"[0m
2025-08-20T22:50:31.4560435Z [36;1m   export ON_QEMU="NO"[0m
2025-08-20T22:50:31.4560701Z [36;1m fi[0m
2025-08-20T22:50:31.4561053Z [36;1m echo "CROSS_COMPILING=${CROSS_COMPILING}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:50:31.4561544Z [36;1m echo "HOST_TRIPLET=${HOST_TRIPLET}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:50:31.4561955Z [36;1m echo "HOST_TRIPLET_R=${HOST_TRIPLET_R}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:50:31.4562648Z [36;1m echo "ON_QEMU=${ON_QEMU}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:50:31.4563008Z [36;1m##Debug[0m
2025-08-20T22:50:31.4563254Z [36;1m if [[ "false" == "true" ]] ; then[0m
2025-08-20T22:50:31.4563624Z [36;1m   export DEBUG="1"[0m
2025-08-20T22:50:31.4563902Z [36;1m else[0m
2025-08-20T22:50:31.4564196Z [36;1m   export DEBUG="0"[0m
2025-08-20T22:50:31.4564509Z [36;1m fi[0m
2025-08-20T22:50:31.4564764Z [36;1m echo "DEBUG=${DEBUG}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:50:31.4565142Z [36;1m##Docker Platform[0m
2025-08-20T22:50:31.4565715Z [36;1m if echo "${HOST_TRIPLET}" | grep -qiE "aarch64"; then[0m
2025-08-20T22:50:31.4566059Z [36;1m   DOCKER_PLATFORM="linux/arm64"[0m
2025-08-20T22:50:31.4566527Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "loongarch64"; then[0m
2025-08-20T22:50:31.4566908Z [36;1m   DOCKER_PLATFORM="linux/loong64"[0m
2025-08-20T22:50:31.4567250Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "riscv64"; then[0m
2025-08-20T22:50:31.4567664Z [36;1m   DOCKER_PLATFORM="linux/riscv64"[0m
2025-08-20T22:50:31.4568028Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "x86_64"; then[0m
2025-08-20T22:50:31.4568465Z [36;1m   DOCKER_PLATFORM="linux/amd64"[0m
2025-08-20T22:50:31.4568776Z [36;1m fi[0m
2025-08-20T22:50:31.4569110Z [36;1m echo "DOCKER_PLATFORM_ARCH=${HOST_TRIPLET%%-*}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:50:31.4569723Z [36;1m echo "DOCKER_PLATFORM=${DOCKER_PLATFORM}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:50:31.4570093Z [36;1m##GHCRPKG_URL[0m
2025-08-20T22:50:31.4570620Z [36;1m GHCRPKG_LOCAL="$(echo "ghcr.io/pkgforge/bincache/tracexec/official" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T22:50:31.4571225Z [36;1m export GHCRPKG_LOCAL[0m
2025-08-20T22:50:31.4571570Z [36;1m echo "GHCRPKG_LOCAL=${GHCRPKG_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:50:31.4571960Z [36;1m##Logs[0m
2025-08-20T22:50:31.4572422Z [36;1m if [[ "true" == "false" ]] ; then[0m
2025-08-20T22:50:31.4572922Z [36;1m   export KEEP_LOGS="NO"[0m
2025-08-20T22:50:31.4573286Z [36;1m else[0m
2025-08-20T22:50:31.4573541Z [36;1m   export KEEP_LOGS="YES"[0m
2025-08-20T22:50:31.4573842Z [36;1m   export GITHUB_TEST_BUILD="YES"[0m
2025-08-20T22:50:31.4574206Z [36;1m fi[0m
2025-08-20T22:50:31.4574773Z [36;1m echo "KEEP_LOGS=${KEEP_LOGS}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:50:31.4575280Z [36;1m echo "GITHUB_TEST_BUILD=${GITHUB_TEST_BUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:50:31.4575684Z [36;1m##PKG_FAMILY_LOCAL[0m
2025-08-20T22:50:31.4576088Z [36;1m PKG_FAMILY_LOCAL="$(echo "tracexec" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T22:50:31.4576587Z [36;1m export PKG_FAMILY_LOCAL[0m
2025-08-20T22:50:31.4576979Z [36;1m echo "PKG_FAMILY_LOCAL=${PKG_FAMILY_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:50:31.4577344Z [36;1m##Rebuild[0m
2025-08-20T22:50:31.4577671Z [36;1m if [[ "false" == "false" ]] ; then[0m
2025-08-20T22:50:31.4577994Z [36;1m   export SBUILD_REBUILD="false"[0m
2025-08-20T22:50:31.4578352Z [36;1m else[0m
2025-08-20T22:50:31.4578599Z [36;1m   export SBUILD_REBUILD="true"[0m
2025-08-20T22:50:31.4578914Z [36;1m fi[0m
2025-08-20T22:50:31.4579280Z [36;1m echo "SBUILD_REBUILD=${SBUILD_REBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:50:31.4579658Z [36;1m ##SBUILD_URL[0m
2025-08-20T22:50:31.4580137Z [36;1m sudo curl -qfsSL "https://bin.pkgforge.dev/${HOST_TRIPLET_R}/yq" -o "/usr/local/bin/yq" && \[0m
2025-08-20T22:50:31.4580804Z [36;1m   sudo chmod 'a+x' "/usr/local/bin/yq" && command -v yq >/dev/null || exit 1[0m
2025-08-20T22:50:31.4581681Z [36;1m SBUILD_FILE_URL="$(echo "https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tracexec/static.official.source.yaml" | tr -d '[:space:]')"[0m
2025-08-20T22:50:31.4582610Z [36;1m pushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T22:50:31.4583091Z [36;1m   curl -w "(SBUILD) <== %{url}\n" -fL "${SBUILD_FILE_URL}" -o "./SBUILD_INPUT"[0m
2025-08-20T22:50:31.4583566Z [36;1m   if [[ ! -s "./SBUILD_INPUT" || $(stat -c%s "./SBUILD_INPUT") -le 10 ]]; then[0m
2025-08-20T22:50:31.4584077Z [36;1m     echo -e "\n[✗] FATAL: Failed to Fetch ${SBUILD_FILE_URL}\n"[0m
2025-08-20T22:50:31.4584528Z [36;1m     echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:50:31.4584856Z [36;1m    exit 1[0m
2025-08-20T22:50:31.4585157Z [36;1m   else[0m
2025-08-20T22:50:31.4585411Z [36;1m     export SBUILD_FILE_URL[0m
2025-08-20T22:50:31.4585766Z [36;1m     echo "SBUILD_FILE_URL=${SBUILD_FILE_URL}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:50:31.4586230Z [36;1m    #Check for x_exec.host[0m
2025-08-20T22:50:31.4586836Z [36;1m     if yq e '.x_exec.host != null' "./SBUILD_INPUT" | grep -qi 'true'; then[0m
2025-08-20T22:50:31.4587299Z [36;1m      #check if supported[0m
2025-08-20T22:50:31.4587854Z [36;1m       if ! yq '.x_exec.host[]' "./SBUILD_INPUT" | grep -v '^#' | grep -qi "${HOST_TRIPLET,,}"; then[0m
2025-08-20T22:50:31.4588405Z [36;1m          echo -e "\n[✗] WARNING: SBUILD (./SBUILD_INPUT) is NOT Supported on ${HOST_TRIPLET}\n"[0m
2025-08-20T22:50:31.4588945Z [36;1m          yq '.x_exec.host[]' "./SBUILD_INPUT"[0m
2025-08-20T22:50:31.4589295Z [36;1m          echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:50:31.4589606Z [36;1m         exit 1[0m
2025-08-20T22:50:31.4589900Z [36;1m       fi[0m
2025-08-20T22:50:31.4590151Z [36;1m      #get build system[0m
2025-08-20T22:50:31.4590617Z [36;1m       BUILD_SYS="$(yq '.x_exec.bsys' "./SBUILD_INPUT" | grep -v '^#' | tr -d '"'\''[:space:]')"[0m
2025-08-20T22:50:31.4591082Z [36;1m       export BUILD_SYS[0m
2025-08-20T22:50:31.4591421Z [36;1m       echo "BUILD_SYS=${BUILD_SYS}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:50:31.4591863Z [36;1m       if echo "${BUILD_SYS}" | grep -qi "docker://"; then[0m
2025-08-20T22:50:31.4592412Z [36;1m          echo "BUILD_ON_HOST=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:50:31.4592784Z [36;1m          echo "BUILD_SYSTEM=DOCKER" >> "${GITHUB_ENV}"[0m
2025-08-20T22:50:31.4593286Z [36;1m       elif echo "${BUILD_SYS}" | grep -qi "host://"; then[0m
2025-08-20T22:50:31.4593665Z [36;1m          echo "BUILD_ON_HOST=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:50:31.4594071Z [36;1m          echo "BUILD_SYSTEM=HOST" >> "${GITHUB_ENV}"[0m
2025-08-20T22:50:31.4594382Z [36;1m       fi[0m
2025-08-20T22:50:31.4594807Z [36;1m     fi[0m
2025-08-20T22:50:31.4595142Z [36;1m   fi[0m
2025-08-20T22:50:31.4595396Z [36;1m popd >/dev/null 2>&1[0m
2025-08-20T22:50:31.4618501Z shell: /usr/bin/bash -e {0}
2025-08-20T22:50:31.4618875Z ##[endgroup]
2025-08-20T22:50:31.9749956Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T22:50:31.9750609Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T22:50:31.9750868Z 
2025-08-20T22:50:32.1757892Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T22:50:32.1768036Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T22:50:32.1768491Z 100  5359  100  5359    0     0  26339      0 --:--:-- --:--:-- --:--:-- 26269
2025-08-20T22:50:32.1780143Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tracexec/static.official.source.yaml
2025-08-20T22:50:32.1965898Z ##[group]Run ##Presets
2025-08-20T22:50:32.1966360Z [36;1m##Presets[0m
2025-08-20T22:50:32.1966612Z [36;1mset +x ; set +e[0m
2025-08-20T22:50:32.1966891Z [36;1m#-------------#[0m
2025-08-20T22:50:32.1967194Z [36;1m##Debug?[0m
2025-08-20T22:50:32.1967473Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:50:32.1967875Z [36;1m  set -x[0m
2025-08-20T22:50:32.1968114Z [36;1mfi[0m
2025-08-20T22:50:32.1968365Z [36;1m#-------------#[0m
2025-08-20T22:50:32.1968627Z [36;1m##CoreUtils[0m
2025-08-20T22:50:32.1968902Z [36;1msudo apt update -y[0m
2025-08-20T22:50:32.1969269Z [36;1msudo apt install bc coreutils curl dos2unix fdupes jq moreutils wget -y[0m
2025-08-20T22:50:32.1970290Z [36;1msudo apt install apt-transport-https apt-utils ca-certificates coreutils dos2unix gnupg2 jq moreutils p7zip-full rename rsync software-properties-common texinfo tmux util-linux wget -y 2>/dev/null ; sudo apt update -y 2>/dev/null[0m
2025-08-20T22:50:32.1971270Z [36;1m##tmp[0m
2025-08-20T22:50:32.1971628Z [36;1mSYSTMP="$(dirname $(mktemp -u))" && export SYSTMP="${SYSTMP}"[0m
2025-08-20T22:50:32.1971986Z [36;1m#GH ENV[0m
2025-08-20T22:50:32.1972750Z [36;1mecho "SYSTMP=${SYSTMP}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:50:32.1973200Z [36;1mecho "GHA_MODE=MATRIX" >> "${GITHUB_ENV}"[0m
2025-08-20T22:50:32.1973782Z [36;1m#-------------#[0m
2025-08-20T22:50:32.1974102Z [36;1mmkdir -p "${HOME}/bin"[0m
2025-08-20T22:50:32.1974418Z [36;1msudo apt update -y[0m
2025-08-20T22:50:32.1974719Z [36;1msudo apt install dos2unix -y[0m
2025-08-20T22:50:32.1975129Z [36;1m##Setup Minisign[0m
2025-08-20T22:50:32.1975479Z [36;1mmkdir -pv "${HOME}/.minisign"[0m
2025-08-20T22:50:32.1975989Z [36;1mecho "***[0m
2025-08-20T22:50:32.1977360Z [36;1m***" > "${HOME}/.minisign/pkgforge.key"[0m
2025-08-20T22:50:32.1977713Z [36;1m##User-Agent[0m
2025-08-20T22:50:32.1978520Z [36;1mUSER_AGENT="$(curl -qfsSL 'https://raw.githubusercontent.com/pkgforge/devscripts/refs/heads/main/Misc/User-Agents/ua_chrome_macos_latest.txt')" && export USER_AGENT="${USER_AGENT}"[0m
2025-08-20T22:50:32.1979378Z [36;1mecho "USER_AGENT=${USER_AGENT}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:50:32.2005573Z shell: /usr/bin/bash -e {0}
2025-08-20T22:50:32.2005863Z env:
2025-08-20T22:50:32.2006093Z   CROSS_COMPILING: NO
2025-08-20T22:50:32.2006470Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:50:32.2006759Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:50:32.2007073Z   ON_QEMU: NO
2025-08-20T22:50:32.2007340Z   DEBUG: 0
2025-08-20T22:50:32.2007589Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:50:32.2007956Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:50:32.2008298Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/tracexec/official
2025-08-20T22:50:32.2008644Z   KEEP_LOGS: YES
2025-08-20T22:50:32.2008956Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:50:32.2009229Z   PKG_FAMILY_LOCAL: tracexec
2025-08-20T22:50:32.2009537Z   SBUILD_REBUILD: false
2025-08-20T22:50:32.2010172Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tracexec/static.official.source.yaml
2025-08-20T22:50:32.2010795Z   BUILD_SYS: docker://rust
2025-08-20T22:50:32.2011094Z   BUILD_ON_HOST: FALSE
2025-08-20T22:50:32.2011359Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:50:32.2011595Z ##[endgroup]
2025-08-20T22:50:32.2718522Z 
2025-08-20T22:50:32.2719230Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T22:50:32.4622858Z 
2025-08-20T22:50:32.4623601Z Get:1 https://packages.microsoft.com/repos/azure-cli noble InRelease [3564 B]
2025-08-20T22:50:32.4802688Z Get:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease [3600 B]
2025-08-20T22:50:32.5570637Z Get:3 https://packages.microsoft.com/repos/azure-cli noble/main arm64 Packages [1500 B]
2025-08-20T22:50:32.6030908Z Get:4 https://packages.microsoft.com/ubuntu/24.04/prod noble/main amd64 Packages [48.0 kB]
2025-08-20T22:50:32.6103228Z Get:5 https://packages.microsoft.com/ubuntu/24.04/prod noble/main armhf Packages [9870 B]
2025-08-20T22:50:32.6144308Z Get:6 https://packages.microsoft.com/ubuntu/24.04/prod noble/main arm64 Packages [33.2 kB]
2025-08-20T22:50:32.6190696Z Get:7 https://packages.microsoft.com/ubuntu/24.04/prod noble/main all Packages [643 B]
2025-08-20T22:50:32.8452581Z Hit:8 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T22:50:32.9742578Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease [126 kB]
2025-08-20T22:50:33.5281532Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease [126 kB]
2025-08-20T22:50:33.7508762Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease [126 kB]
2025-08-20T22:50:33.9614823Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 Packages [1397 kB]
2025-08-20T22:50:34.5716330Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble-updates/main Translation-en [268 kB]
2025-08-20T22:50:34.8344192Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 Components [172 kB]
2025-08-20T22:50:34.9739766Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 Packages [1101 kB]
2025-08-20T22:50:35.4965090Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe Translation-en [288 kB]
2025-08-20T22:50:35.7606788Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 Components [376 kB]
2025-08-20T22:50:36.0308300Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted arm64 Packages [2307 kB]
2025-08-20T22:50:36.8021639Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted Translation-en [382 kB]
2025-08-20T22:50:37.5654026Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted arm64 Components [212 B]
2025-08-20T22:50:37.6902876Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble-updates/multiverse arm64 Packages [28.2 kB]
2025-08-20T22:50:37.8208229Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble-updates/multiverse Translation-en [6772 B]
2025-08-20T22:50:37.9468276Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble-updates/multiverse arm64 Components [212 B]
2025-08-20T22:50:38.0715991Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble-backports/main arm64 Packages [39.9 kB]
2025-08-20T22:50:38.2048662Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble-backports/main Translation-en [9152 B]
2025-08-20T22:50:38.3307220Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble-backports/main arm64 Components [3576 B]
2025-08-20T22:50:38.4561649Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble-backports/universe arm64 Packages [30.1 kB]
2025-08-20T22:50:38.5873342Z Get:28 http://ports.ubuntu.com/ubuntu-ports noble-backports/universe Translation-en [17.4 kB]
2025-08-20T22:50:38.7152003Z Get:29 http://ports.ubuntu.com/ubuntu-ports noble-backports/universe arm64 Components [19.2 kB]
2025-08-20T22:50:38.9694659Z Get:30 http://ports.ubuntu.com/ubuntu-ports noble-backports/restricted arm64 Components [216 B]
2025-08-20T22:50:39.0947990Z Get:31 http://ports.ubuntu.com/ubuntu-ports noble-backports/multiverse arm64 Components [212 B]
2025-08-20T22:50:39.2198820Z Get:32 http://ports.ubuntu.com/ubuntu-ports noble-security/main arm64 Packages [1136 kB]
2025-08-20T22:50:40.1444631Z Get:33 http://ports.ubuntu.com/ubuntu-ports noble-security/main Translation-en [187 kB]
2025-08-20T22:50:40.3943375Z Get:34 http://ports.ubuntu.com/ubuntu-ports noble-security/main arm64 Components [18.4 kB]
2025-08-20T22:50:40.5205974Z Get:35 http://ports.ubuntu.com/ubuntu-ports noble-security/universe arm64 Packages [860 kB]
2025-08-20T22:50:40.9220346Z Get:36 http://ports.ubuntu.com/ubuntu-ports noble-security/universe Translation-en [195 kB]
2025-08-20T22:50:41.1726919Z Get:37 http://ports.ubuntu.com/ubuntu-ports noble-security/universe arm64 Components [52.3 kB]
2025-08-20T22:50:41.3010599Z Get:38 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted arm64 Packages [2181 kB]
2025-08-20T22:50:42.0716593Z Get:39 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted Translation-en [361 kB]
2025-08-20T22:50:42.3336984Z Get:40 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted arm64 Components [208 B]
2025-08-20T22:50:42.5924507Z Get:41 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse arm64 Packages [16.2 kB]
2025-08-20T22:50:42.8502109Z Get:42 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse Translation-en [4288 B]
2025-08-20T22:50:42.9923552Z Get:43 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse arm64 Components [208 B]
2025-08-20T22:50:49.1587148Z Fetched 11.9 MB in 11s (1125 kB/s)
2025-08-20T22:50:49.8522876Z Reading package lists...
2025-08-20T22:50:50.0053710Z Building dependency tree...
2025-08-20T22:50:50.0080450Z Reading state information...
2025-08-20T22:50:50.0242594Z 196 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T22:50:50.0327889Z 
2025-08-20T22:50:50.0328563Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T22:50:50.0329287Z 
2025-08-20T22:50:50.0439756Z Reading package lists...
2025-08-20T22:50:50.2244537Z Building dependency tree...
2025-08-20T22:50:50.2252649Z Reading state information...
2025-08-20T22:50:50.4413039Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T22:50:50.4413514Z bc set to manually installed.
2025-08-20T22:50:50.4413859Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T22:50:50.4414303Z curl is already the newest version (8.5.0-2ubuntu10.6).
2025-08-20T22:50:50.4415040Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:50:50.4934314Z The following NEW packages will be installed:
2025-08-20T22:50:50.4939776Z   dos2unix fdupes libio-pty-perl libipc-run-perl libtime-duration-perl
2025-08-20T22:50:50.4941358Z   moreutils
2025-08-20T22:50:50.4946549Z The following packages will be upgraded:
2025-08-20T22:50:50.4954111Z   jq libjq1
2025-08-20T22:50:50.5123750Z 2 upgraded, 6 newly installed, 0 to remove and 194 not upgraded.
2025-08-20T22:50:50.7852088Z Need to get 936 kB of archives.
2025-08-20T22:50:50.7852737Z After this operation, 3171 kB of additional disk space will be used.
2025-08-20T22:50:50.7853578Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 fdupes arm64 1:2.3.0-1build1 [45.3 kB]
2025-08-20T22:50:50.9688802Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 jq arm64 1.7.1-3ubuntu0.24.04.1 [64.7 kB]
2025-08-20T22:50:51.0923949Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libjq1 arm64 1.7.1-3ubuntu0.24.04.1 [134 kB]
2025-08-20T22:50:51.2194188Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libio-pty-perl arm64 1:1.20-1build2 [31.1 kB]
2025-08-20T22:50:51.2858731Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libipc-run-perl all 20231003.0-1 [92.1 kB]
2025-08-20T22:50:51.3629761Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libtime-duration-perl all 1.21-2 [12.3 kB]
2025-08-20T22:50:51.4261468Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 moreutils arm64 0.69-1 [56.7 kB]
2025-08-20T22:50:51.4972388Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 dos2unix arm64 7.5.1-1 [500 kB]
2025-08-20T22:50:51.8531281Z Fetched 936 kB in 1s (882 kB/s)
2025-08-20T22:50:51.9055979Z Selecting previously unselected package fdupes.
2025-08-20T22:50:51.9945981Z (Reading database ... 
2025-08-20T22:50:51.9946555Z (Reading database ... 5%
2025-08-20T22:50:51.9946827Z (Reading database ... 10%
2025-08-20T22:50:51.9947114Z (Reading database ... 15%
2025-08-20T22:50:51.9947417Z (Reading database ... 20%
2025-08-20T22:50:51.9947691Z (Reading database ... 25%
2025-08-20T22:50:51.9947964Z (Reading database ... 30%
2025-08-20T22:50:51.9948211Z (Reading database ... 35%
2025-08-20T22:50:51.9948449Z (Reading database ... 40%
2025-08-20T22:50:51.9948719Z (Reading database ... 45%
2025-08-20T22:50:51.9948991Z (Reading database ... 50%
2025-08-20T22:50:52.2135552Z (Reading database ... 55%
2025-08-20T22:50:52.6139176Z (Reading database ... 60%
2025-08-20T22:50:52.9772573Z (Reading database ... 65%
2025-08-20T22:50:53.3065415Z (Reading database ... 70%
2025-08-20T22:50:53.6459598Z (Reading database ... 75%
2025-08-20T22:50:54.0619995Z (Reading database ... 80%
2025-08-20T22:50:54.4936682Z (Reading database ... 85%
2025-08-20T22:50:54.9686478Z (Reading database ... 90%
2025-08-20T22:50:55.4199152Z (Reading database ... 95%
2025-08-20T22:50:55.4199511Z (Reading database ... 100%
2025-08-20T22:50:55.4199894Z (Reading database ... 189117 files and directories currently installed.)
2025-08-20T22:50:55.4237712Z Preparing to unpack .../0-fdupes_1%3a2.3.0-1build1_arm64.deb ...
2025-08-20T22:50:55.4325135Z Unpacking fdupes (1:2.3.0-1build1) ...
2025-08-20T22:50:55.5175822Z Preparing to unpack .../1-jq_1.7.1-3ubuntu0.24.04.1_arm64.deb ...
2025-08-20T22:50:55.5324783Z Unpacking jq (1.7.1-3ubuntu0.24.04.1) over (1.7.1-3build1) ...
2025-08-20T22:50:55.6210727Z Preparing to unpack .../2-libjq1_1.7.1-3ubuntu0.24.04.1_arm64.deb ...
2025-08-20T22:50:55.6498073Z Unpacking libjq1:arm64 (1.7.1-3ubuntu0.24.04.1) over (1.7.1-3build1) ...
2025-08-20T22:50:55.6990739Z Selecting previously unselected package libio-pty-perl.
2025-08-20T22:50:55.7163906Z Preparing to unpack .../3-libio-pty-perl_1%3a1.20-1build2_arm64.deb ...
2025-08-20T22:50:55.7217083Z Unpacking libio-pty-perl (1:1.20-1build2) ...
2025-08-20T22:50:55.7922605Z Selecting previously unselected package libipc-run-perl.
2025-08-20T22:50:55.8089514Z Preparing to unpack .../4-libipc-run-perl_20231003.0-1_all.deb ...
2025-08-20T22:50:55.8151320Z Unpacking libipc-run-perl (20231003.0-1) ...
2025-08-20T22:50:55.8791199Z Selecting previously unselected package libtime-duration-perl.
2025-08-20T22:50:55.8953038Z Preparing to unpack .../5-libtime-duration-perl_1.21-2_all.deb ...
2025-08-20T22:50:55.9009148Z Unpacking libtime-duration-perl (1.21-2) ...
2025-08-20T22:50:55.9494702Z Selecting previously unselected package moreutils.
2025-08-20T22:50:55.9649589Z Preparing to unpack .../6-moreutils_0.69-1_arm64.deb ...
2025-08-20T22:50:55.9709790Z Unpacking moreutils (0.69-1) ...
2025-08-20T22:50:56.0630816Z Selecting previously unselected package dos2unix.
2025-08-20T22:50:56.0788224Z Preparing to unpack .../7-dos2unix_7.5.1-1_arm64.deb ...
2025-08-20T22:50:56.0841388Z Unpacking dos2unix (7.5.1-1) ...
2025-08-20T22:50:56.3305721Z Setting up libio-pty-perl (1:1.20-1build2) ...
2025-08-20T22:50:56.3461539Z Setting up libjq1:arm64 (1.7.1-3ubuntu0.24.04.1) ...
2025-08-20T22:50:56.3621116Z Setting up fdupes (1:2.3.0-1build1) ...
2025-08-20T22:50:56.3772030Z Setting up libipc-run-perl (20231003.0-1) ...
2025-08-20T22:50:56.3934857Z Setting up libtime-duration-perl (1.21-2) ...
2025-08-20T22:50:56.4081831Z Setting up jq (1.7.1-3ubuntu0.24.04.1) ...
2025-08-20T22:50:56.4235080Z Setting up dos2unix (7.5.1-1) ...
2025-08-20T22:50:56.4390663Z Setting up moreutils (0.69-1) ...
2025-08-20T22:50:56.4548365Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:51:14.3372307Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T22:51:15.4201673Z Reading package lists...
2025-08-20T22:51:15.6011169Z Building dependency tree...
2025-08-20T22:51:15.6018965Z Reading state information...
2025-08-20T22:51:15.8177567Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T22:51:15.8178475Z apt-utils is already the newest version (2.8.3).
2025-08-20T22:51:15.8178881Z apt-utils set to manually installed.
2025-08-20T22:51:15.8179398Z ca-certificates is already the newest version (20240203).
2025-08-20T22:51:15.8179816Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T22:51:15.8180188Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T22:51:15.8180544Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T22:51:15.8181323Z moreutils is already the newest version (0.69-1).
2025-08-20T22:51:15.8181759Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T22:51:15.8182284Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T22:51:15.8182692Z texinfo is already the newest version (7.1-3build2).
2025-08-20T22:51:15.8183491Z tmux is already the newest version (3.4-1ubuntu0.1).
2025-08-20T22:51:15.8183883Z tmux set to manually installed.
2025-08-20T22:51:15.8184254Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:51:15.8184617Z The following additional packages will be installed:
2025-08-20T22:51:15.8185036Z   bsdextrautils bsdutils dirmngr eject fdisk gnupg gnupg-l10n gnupg-utils gpg
2025-08-20T22:51:15.8185625Z   gpg-agent gpg-wks-client gpgconf gpgsm gpgv keyboxd libblkid1 libfdisk1
2025-08-20T22:51:15.8186132Z   libmount1 libsmartcols1 libuuid1 mount python3-software-properties
2025-08-20T22:51:15.8186516Z   uuid-runtime
2025-08-20T22:51:15.8193934Z Suggested packages:
2025-08-20T22:51:15.8194344Z   pinentry-gnome3 tor parcimonie xloadimage gpg-wks-server scdaemon nfs-common
2025-08-20T22:51:15.8194836Z   util-linux-extra util-linux-locales
2025-08-20T22:51:15.8195095Z Recommended packages:
2025-08-20T22:51:15.8195356Z   unattended-upgrades
2025-08-20T22:51:15.8664567Z The following NEW packages will be installed:
2025-08-20T22:51:15.8664930Z   rename
2025-08-20T22:51:15.8669347Z The following packages will be upgraded:
2025-08-20T22:51:15.8670188Z   bsdextrautils bsdutils dirmngr eject fdisk gnupg gnupg-l10n gnupg-utils
2025-08-20T22:51:15.8671938Z   gnupg2 gpg gpg-agent gpg-wks-client gpgconf gpgsm gpgv keyboxd libblkid1
2025-08-20T22:51:15.8677672Z   libfdisk1 libmount1 libsmartcols1 libuuid1 mount python3-software-properties
2025-08-20T22:51:15.8678588Z   software-properties-common util-linux uuid-runtime
2025-08-20T22:51:15.8840324Z 26 upgraded, 1 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:51:16.1583894Z Need to get 4390 kB of archives.
2025-08-20T22:51:16.1584383Z After this operation, 63.5 kB of additional disk space will be used.
2025-08-20T22:51:16.1585013Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 bsdutils arm64 1:2.39.3-9ubuntu6.3 [98.3 kB]
2025-08-20T22:51:16.4091719Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 util-linux arm64 2.39.3-9ubuntu6.3 [1115 kB]
2025-08-20T22:51:16.7060063Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 mount arm64 2.39.3-9ubuntu6.3 [116 kB]
2025-08-20T22:51:16.7704210Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libsmartcols1 arm64 2.39.3-9ubuntu6.3 [65.0 kB]
2025-08-20T22:51:16.8332950Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libuuid1 arm64 2.39.3-9ubuntu6.3 [36.0 kB]
2025-08-20T22:51:16.8952507Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 uuid-runtime arm64 2.39.3-9ubuntu6.3 [32.5 kB]
2025-08-20T22:51:16.9570255Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libblkid1 arm64 2.39.3-9ubuntu6.3 [123 kB]
2025-08-20T22:51:17.0220852Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libmount1 arm64 2.39.3-9ubuntu6.3 [133 kB]
2025-08-20T22:51:17.0877006Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpg-wks-client arm64 2.4.4-2ubuntu17.3 [69.7 kB]
2025-08-20T22:51:17.1508234Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 dirmngr arm64 2.4.4-2ubuntu17.3 [316 kB]
2025-08-20T22:51:17.2230941Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gnupg-utils arm64 2.4.4-2ubuntu17.3 [106 kB]
2025-08-20T22:51:17.2872684Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpgsm arm64 2.4.4-2ubuntu17.3 [225 kB]
2025-08-20T22:51:17.3559542Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpg-agent arm64 2.4.4-2ubuntu17.3 [221 kB]
2025-08-20T22:51:17.4248393Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpg arm64 2.4.4-2ubuntu17.3 [549 kB]
2025-08-20T22:51:17.5054885Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpgconf arm64 2.4.4-2ubuntu17.3 [103 kB]
2025-08-20T22:51:17.5695904Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gnupg all 2.4.4-2ubuntu17.3 [359 kB]
2025-08-20T22:51:17.6431357Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 keyboxd arm64 2.4.4-2ubuntu17.3 [75.9 kB]
2025-08-20T22:51:17.7063957Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpgv arm64 2.4.4-2ubuntu17.3 [151 kB]
2025-08-20T22:51:17.7719202Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 eject arm64 2.39.3-9ubuntu6.3 [26.4 kB]
2025-08-20T22:51:17.9369141Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libfdisk1 arm64 2.39.3-9ubuntu6.3 [142 kB]
2025-08-20T22:51:18.0027212Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 bsdextrautils arm64 2.39.3-9ubuntu6.3 [71.4 kB]
2025-08-20T22:51:18.0658507Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 fdisk arm64 2.39.3-9ubuntu6.3 [120 kB]
2025-08-20T22:51:18.1308116Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gnupg-l10n all 2.4.4-2ubuntu17.3 [66.4 kB]
2025-08-20T22:51:18.1946195Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 software-properties-common all 0.99.49.3 [14.4 kB]
2025-08-20T22:51:18.2560588Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 python3-software-properties all 0.99.49.3 [29.9 kB]
2025-08-20T22:51:18.3177490Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 rename all 2.02-1 [20.3 kB]
2025-08-20T22:51:18.3794370Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 gnupg2 all 2.4.4-2ubuntu17.3 [4748 B]
2025-08-20T22:51:18.6184038Z Fetched 4390 kB in 2s (1768 kB/s)
2025-08-20T22:51:18.6469505Z (Reading database ... 
2025-08-20T22:51:18.6469814Z (Reading database ... 5%
2025-08-20T22:51:18.6470235Z (Reading database ... 10%
2025-08-20T22:51:18.6470487Z (Reading database ... 15%
2025-08-20T22:51:18.6470716Z (Reading database ... 20%
2025-08-20T22:51:18.6471018Z (Reading database ... 25%
2025-08-20T22:51:18.6471261Z (Reading database ... 30%
2025-08-20T22:51:18.6471495Z (Reading database ... 35%
2025-08-20T22:51:18.6471766Z (Reading database ... 40%
2025-08-20T22:51:18.6472025Z (Reading database ... 45%
2025-08-20T22:51:18.6472488Z (Reading database ... 50%
2025-08-20T22:51:18.6490079Z (Reading database ... 55%
2025-08-20T22:51:18.6568458Z (Reading database ... 60%
2025-08-20T22:51:18.6604380Z (Reading database ... 65%
2025-08-20T22:51:18.6617463Z (Reading database ... 70%
2025-08-20T22:51:18.6635369Z (Reading database ... 75%
2025-08-20T22:51:18.6664943Z (Reading database ... 80%
2025-08-20T22:51:18.6816818Z (Reading database ... 85%
2025-08-20T22:51:18.6832985Z (Reading database ... 90%
2025-08-20T22:51:18.6916602Z (Reading database ... 95%
2025-08-20T22:51:18.6916922Z (Reading database ... 100%
2025-08-20T22:51:18.6917424Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T22:51:18.6941575Z Preparing to unpack .../bsdutils_1%3a2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:51:18.7090518Z Unpacking bsdutils (1:2.39.3-9ubuntu6.3) over (1:2.39.3-9ubuntu6.2) ...
2025-08-20T22:51:18.8072921Z Setting up bsdutils (1:2.39.3-9ubuntu6.3) ...
2025-08-20T22:51:18.8765958Z (Reading database ... 
2025-08-20T22:51:18.8766416Z (Reading database ... 5%
2025-08-20T22:51:18.8766661Z (Reading database ... 10%
2025-08-20T22:51:18.8766936Z (Reading database ... 15%
2025-08-20T22:51:18.8767212Z (Reading database ... 20%
2025-08-20T22:51:18.8767495Z (Reading database ... 25%
2025-08-20T22:51:18.8767795Z (Reading database ... 30%
2025-08-20T22:51:18.8768046Z (Reading database ... 35%
2025-08-20T22:51:18.8768279Z (Reading database ... 40%
2025-08-20T22:51:18.8768558Z (Reading database ... 45%
2025-08-20T22:51:18.8768817Z (Reading database ... 50%
2025-08-20T22:51:18.8788174Z (Reading database ... 55%
2025-08-20T22:51:18.8866808Z (Reading database ... 60%
2025-08-20T22:51:18.8902085Z (Reading database ... 65%
2025-08-20T22:51:18.8915087Z (Reading database ... 70%
2025-08-20T22:51:18.8932640Z (Reading database ... 75%
2025-08-20T22:51:18.8962777Z (Reading database ... 80%
2025-08-20T22:51:18.9114107Z (Reading database ... 85%
2025-08-20T22:51:18.9130160Z (Reading database ... 90%
2025-08-20T22:51:18.9213494Z (Reading database ... 95%
2025-08-20T22:51:18.9214013Z (Reading database ... 100%
2025-08-20T22:51:18.9214360Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T22:51:18.9237555Z Preparing to unpack .../util-linux_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:51:18.9447494Z Unpacking util-linux (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T22:51:19.0643692Z Setting up util-linux (2.39.3-9ubuntu6.3) ...
2025-08-20T22:51:19.6610091Z fstrim.service is a disabled or a static unit not running, not starting it.
2025-08-20T22:51:19.7103511Z (Reading database ... 
2025-08-20T22:51:19.7103916Z (Reading database ... 5%
2025-08-20T22:51:19.7104172Z (Reading database ... 10%
2025-08-20T22:51:19.7104496Z (Reading database ... 15%
2025-08-20T22:51:19.7104789Z (Reading database ... 20%
2025-08-20T22:51:19.7105021Z (Reading database ... 25%
2025-08-20T22:51:19.7105323Z (Reading database ... 30%
2025-08-20T22:51:19.7105601Z (Reading database ... 35%
2025-08-20T22:51:19.7105872Z (Reading database ... 40%
2025-08-20T22:51:19.7106145Z (Reading database ... 45%
2025-08-20T22:51:19.7106368Z (Reading database ... 50%
2025-08-20T22:51:19.7124605Z (Reading database ... 55%
2025-08-20T22:51:19.7207464Z (Reading database ... 60%
2025-08-20T22:51:19.7244075Z (Reading database ... 65%
2025-08-20T22:51:19.7257802Z (Reading database ... 70%
2025-08-20T22:51:19.7275670Z (Reading database ... 75%
2025-08-20T22:51:19.7306518Z (Reading database ... 80%
2025-08-20T22:51:19.7463919Z (Reading database ... 85%
2025-08-20T22:51:19.7480880Z (Reading database ... 90%
2025-08-20T22:51:19.7569655Z (Reading database ... 95%
2025-08-20T22:51:19.7570045Z (Reading database ... 100%
2025-08-20T22:51:19.7570413Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T22:51:19.7596200Z Preparing to unpack .../mount_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:51:19.7962079Z Unpacking mount (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T22:51:19.8803890Z Preparing to unpack .../libsmartcols1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:51:19.9054314Z Unpacking libsmartcols1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T22:51:19.9751763Z Setting up libsmartcols1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T22:51:20.0443141Z (Reading database ... 
2025-08-20T22:51:20.0443464Z (Reading database ... 5%
2025-08-20T22:51:20.0443888Z (Reading database ... 10%
2025-08-20T22:51:20.0444148Z (Reading database ... 15%
2025-08-20T22:51:20.0444412Z (Reading database ... 20%
2025-08-20T22:51:20.0444763Z (Reading database ... 25%
2025-08-20T22:51:20.0445004Z (Reading database ... 30%
2025-08-20T22:51:20.0445280Z (Reading database ... 35%
2025-08-20T22:51:20.0445530Z (Reading database ... 40%
2025-08-20T22:51:20.0445769Z (Reading database ... 45%
2025-08-20T22:51:20.0446072Z (Reading database ... 50%
2025-08-20T22:51:20.0464942Z (Reading database ... 55%
2025-08-20T22:51:20.0545584Z (Reading database ... 60%
2025-08-20T22:51:20.0581532Z (Reading database ... 65%
2025-08-20T22:51:20.0595066Z (Reading database ... 70%
2025-08-20T22:51:20.0613513Z (Reading database ... 75%
2025-08-20T22:51:20.0643580Z (Reading database ... 80%
2025-08-20T22:51:20.0799452Z (Reading database ... 85%
2025-08-20T22:51:20.0816670Z (Reading database ... 90%
2025-08-20T22:51:20.0906288Z (Reading database ... 95%
2025-08-20T22:51:20.0906826Z (Reading database ... 100%
2025-08-20T22:51:20.0907178Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T22:51:20.0933027Z Preparing to unpack .../libuuid1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:51:20.1153378Z Unpacking libuuid1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T22:51:20.2171287Z Setting up libuuid1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T22:51:20.2892243Z (Reading database ... 
2025-08-20T22:51:20.2892626Z (Reading database ... 5%
2025-08-20T22:51:20.2893050Z (Reading database ... 10%
2025-08-20T22:51:20.2893290Z (Reading database ... 15%
2025-08-20T22:51:20.2893891Z (Reading database ... 20%
2025-08-20T22:51:20.2894256Z (Reading database ... 25%
2025-08-20T22:51:20.2894504Z (Reading database ... 30%
2025-08-20T22:51:20.2894767Z (Reading database ... 35%
2025-08-20T22:51:20.2895069Z (Reading database ... 40%
2025-08-20T22:51:20.2895323Z (Reading database ... 45%
2025-08-20T22:51:20.2895589Z (Reading database ... 50%
2025-08-20T22:51:20.2913487Z (Reading database ... 55%
2025-08-20T22:51:20.2995151Z (Reading database ... 60%
2025-08-20T22:51:20.3031429Z (Reading database ... 65%
2025-08-20T22:51:20.3044525Z (Reading database ... 70%
2025-08-20T22:51:20.3063323Z (Reading database ... 75%
2025-08-20T22:51:20.3094004Z (Reading database ... 80%
2025-08-20T22:51:20.3252557Z (Reading database ... 85%
2025-08-20T22:51:20.3269462Z (Reading database ... 90%
2025-08-20T22:51:20.3357881Z (Reading database ... 95%
2025-08-20T22:51:20.3358205Z (Reading database ... 100%
2025-08-20T22:51:20.3358651Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T22:51:20.3385190Z Preparing to unpack .../uuid-runtime_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:51:20.3616130Z Unpacking uuid-runtime (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T22:51:20.4556190Z Preparing to unpack .../libblkid1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:51:20.4744286Z Unpacking libblkid1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T22:51:20.5511956Z Setting up libblkid1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T22:51:20.6127321Z (Reading database ... 
2025-08-20T22:51:20.6127767Z (Reading database ... 5%
2025-08-20T22:51:20.6128000Z (Reading database ... 10%
2025-08-20T22:51:20.6128277Z (Reading database ... 15%
2025-08-20T22:51:20.6128590Z (Reading database ... 20%
2025-08-20T22:51:20.6128831Z (Reading database ... 25%
2025-08-20T22:51:20.6129057Z (Reading database ... 30%
2025-08-20T22:51:20.6129338Z (Reading database ... 35%
2025-08-20T22:51:20.6129575Z (Reading database ... 40%
2025-08-20T22:51:20.6129865Z (Reading database ... 45%
2025-08-20T22:51:20.6130155Z (Reading database ... 50%
2025-08-20T22:51:20.6148268Z (Reading database ... 55%
2025-08-20T22:51:20.6228820Z (Reading database ... 60%
2025-08-20T22:51:20.6263746Z (Reading database ... 65%
2025-08-20T22:51:20.6276491Z (Reading database ... 70%
2025-08-20T22:51:20.6294883Z (Reading database ... 75%
2025-08-20T22:51:20.6325759Z (Reading database ... 80%
2025-08-20T22:51:20.6477337Z (Reading database ... 85%
2025-08-20T22:51:20.6498624Z (Reading database ... 90%
2025-08-20T22:51:20.6578766Z (Reading database ... 95%
2025-08-20T22:51:20.6579098Z (Reading database ... 100%
2025-08-20T22:51:20.6579454Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T22:51:20.6603237Z Preparing to unpack .../libmount1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:51:20.6786621Z Unpacking libmount1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T22:51:20.9710536Z Setting up libmount1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T22:51:21.0269780Z (Reading database ... 
2025-08-20T22:51:21.0270065Z (Reading database ... 5%
2025-08-20T22:51:21.0270446Z (Reading database ... 10%
2025-08-20T22:51:21.0270710Z (Reading database ... 15%
2025-08-20T22:51:21.0270984Z (Reading database ... 20%
2025-08-20T22:51:21.0271257Z (Reading database ... 25%
2025-08-20T22:51:21.0271492Z (Reading database ... 30%
2025-08-20T22:51:21.0271783Z (Reading database ... 35%
2025-08-20T22:51:21.0272018Z (Reading database ... 40%
2025-08-20T22:51:21.0272403Z (Reading database ... 45%
2025-08-20T22:51:21.0272710Z (Reading database ... 50%
2025-08-20T22:51:21.0290319Z (Reading database ... 55%
2025-08-20T22:51:21.0370047Z (Reading database ... 60%
2025-08-20T22:51:21.0405297Z (Reading database ... 65%
2025-08-20T22:51:21.0417799Z (Reading database ... 70%
2025-08-20T22:51:21.0436514Z (Reading database ... 75%
2025-08-20T22:51:21.0466955Z (Reading database ... 80%
2025-08-20T22:51:21.0617266Z (Reading database ... 85%
2025-08-20T22:51:21.0638896Z (Reading database ... 90%
2025-08-20T22:51:21.0719356Z (Reading database ... 95%
2025-08-20T22:51:21.0719629Z (Reading database ... 100%
2025-08-20T22:51:21.0720105Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T22:51:21.0744166Z Preparing to unpack .../0-gpg-wks-client_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T22:51:21.0901807Z Unpacking gpg-wks-client (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:51:21.1746859Z Preparing to unpack .../1-dirmngr_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T22:51:21.2263789Z Unpacking dirmngr (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:51:21.3126117Z Preparing to unpack .../2-gnupg-utils_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T22:51:21.3291897Z Unpacking gnupg-utils (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:51:21.4052310Z Preparing to unpack .../3-gpgsm_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T22:51:21.4209764Z Unpacking gpgsm (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:51:21.5015960Z Preparing to unpack .../4-gpg-agent_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T22:51:21.5166200Z Unpacking gpg-agent (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:51:21.5937590Z Preparing to unpack .../5-gpg_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T22:51:21.6107044Z Unpacking gpg (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:51:21.6799504Z Preparing to unpack .../6-gpgconf_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T22:51:21.6954915Z Unpacking gpgconf (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:51:21.7616365Z Preparing to unpack .../7-gnupg_2.4.4-2ubuntu17.3_all.deb ...
2025-08-20T22:51:21.7774238Z Unpacking gnupg (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:51:21.8612411Z Preparing to unpack .../8-keyboxd_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T22:51:21.8775754Z Unpacking keyboxd (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:51:21.9484449Z Preparing to unpack .../9-gpgv_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T22:51:21.9639244Z Unpacking gpgv (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:51:22.0367900Z Setting up gpgv (2.4.4-2ubuntu17.3) ...
2025-08-20T22:51:22.0902520Z (Reading database ... 
2025-08-20T22:51:22.0903036Z (Reading database ... 5%
2025-08-20T22:51:22.0903287Z (Reading database ... 10%
2025-08-20T22:51:22.0903528Z (Reading database ... 15%
2025-08-20T22:51:22.0903858Z (Reading database ... 20%
2025-08-20T22:51:22.0904122Z (Reading database ... 25%
2025-08-20T22:51:22.0904393Z (Reading database ... 30%
2025-08-20T22:51:22.0904643Z (Reading database ... 35%
2025-08-20T22:51:22.0904893Z (Reading database ... 40%
2025-08-20T22:51:22.0905174Z (Reading database ... 45%
2025-08-20T22:51:22.0905396Z (Reading database ... 50%
2025-08-20T22:51:22.0923198Z (Reading database ... 55%
2025-08-20T22:51:22.1004306Z (Reading database ... 60%
2025-08-20T22:51:22.1039844Z (Reading database ... 65%
2025-08-20T22:51:22.1052353Z (Reading database ... 70%
2025-08-20T22:51:22.1071309Z (Reading database ... 75%
2025-08-20T22:51:22.1188833Z (Reading database ... 80%
2025-08-20T22:51:22.1253522Z (Reading database ... 85%
2025-08-20T22:51:22.1275515Z (Reading database ... 90%
2025-08-20T22:51:22.1354557Z (Reading database ... 95%
2025-08-20T22:51:22.1354873Z (Reading database ... 100%
2025-08-20T22:51:22.1355213Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T22:51:22.1379715Z Preparing to unpack .../0-eject_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:51:22.1583827Z Unpacking eject (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T22:51:22.2341476Z Preparing to unpack .../1-libfdisk1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:51:22.2513215Z Unpacking libfdisk1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T22:51:22.3254605Z Preparing to unpack .../2-bsdextrautils_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:51:22.3455185Z Unpacking bsdextrautils (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T22:51:22.4223303Z Preparing to unpack .../3-fdisk_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:51:22.4373452Z Unpacking fdisk (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T22:51:22.5202982Z Preparing to unpack .../4-gnupg-l10n_2.4.4-2ubuntu17.3_all.deb ...
2025-08-20T22:51:22.5361252Z Unpacking gnupg-l10n (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:51:22.6202127Z Preparing to unpack .../5-software-properties-common_0.99.49.3_all.deb ...
2025-08-20T22:51:22.7234676Z Unpacking software-properties-common (0.99.49.3) over (0.99.49.2) ...
2025-08-20T22:51:22.8188389Z Preparing to unpack .../6-python3-software-properties_0.99.49.3_all.deb ...
2025-08-20T22:51:22.8899958Z Unpacking python3-software-properties (0.99.49.3) over (0.99.49.2) ...
2025-08-20T22:51:22.9440497Z Selecting previously unselected package rename.
2025-08-20T22:51:22.9614772Z Preparing to unpack .../7-rename_2.02-1_all.deb ...
2025-08-20T22:51:22.9665819Z Unpacking rename (2.02-1) ...
2025-08-20T22:51:23.0301104Z Preparing to unpack .../8-gnupg2_2.4.4-2ubuntu17.3_all.deb ...
2025-08-20T22:51:23.0443070Z Unpacking gnupg2 (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:51:23.1097093Z Setting up bsdextrautils (2.39.3-9ubuntu6.3) ...
2025-08-20T22:51:23.1250598Z Setting up rename (2.02-1) ...
2025-08-20T22:51:23.1389262Z update-alternatives: using /usr/bin/file-rename to provide /usr/bin/rename (rename) in auto mode
2025-08-20T22:51:23.1483340Z Setting up eject (2.39.3-9ubuntu6.3) ...
2025-08-20T22:51:23.1645581Z Setting up gnupg-l10n (2.4.4-2ubuntu17.3) ...
2025-08-20T22:51:23.1812972Z Setting up libfdisk1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T22:51:23.1972270Z Setting up mount (2.39.3-9ubuntu6.3) ...
2025-08-20T22:51:23.2117890Z Setting up uuid-runtime (2.39.3-9ubuntu6.3) ...
2025-08-20T22:51:23.8102922Z uuidd.service is a disabled or a static unit not running, not starting it.
2025-08-20T22:51:23.8289726Z Setting up gpgconf (2.4.4-2ubuntu17.3) ...
2025-08-20T22:51:23.8475293Z Setting up gpg (2.4.4-2ubuntu17.3) ...
2025-08-20T22:51:23.8636012Z Setting up gnupg-utils (2.4.4-2ubuntu17.3) ...
2025-08-20T22:51:23.8808485Z Setting up gpg-agent (2.4.4-2ubuntu17.3) ...
2025-08-20T22:51:24.2091240Z Setting up gpgsm (2.4.4-2ubuntu17.3) ...
2025-08-20T22:51:24.2252329Z Setting up fdisk (2.39.3-9ubuntu6.3) ...
2025-08-20T22:51:24.2408779Z Setting up dirmngr (2.4.4-2ubuntu17.3) ...
2025-08-20T22:51:24.3463160Z Setting up python3-software-properties (0.99.49.3) ...
2025-08-20T22:51:24.4665820Z Setting up keyboxd (2.4.4-2ubuntu17.3) ...
2025-08-20T22:51:24.5630982Z Setting up gnupg (2.4.4-2ubuntu17.3) ...
2025-08-20T22:51:24.5812754Z Setting up gnupg2 (2.4.4-2ubuntu17.3) ...
2025-08-20T22:51:24.6002452Z Setting up gpg-wks-client (2.4.4-2ubuntu17.3) ...
2025-08-20T22:51:24.6169910Z Setting up software-properties-common (0.99.49.3) ...
2025-08-20T22:51:24.7214025Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T22:51:24.9341243Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T22:51:25.0383343Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:51:26.5320757Z Processing triggers for dbus (1.14.10-4ubuntu4.1) ...
2025-08-20T22:51:27.6174562Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T22:51:27.6444367Z Hit:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T22:51:27.8973393Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T22:51:28.0261081Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-20T22:51:28.1544882Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T22:51:28.2832263Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T22:51:29.1049556Z Reading package lists...
2025-08-20T22:51:29.2603740Z Building dependency tree...
2025-08-20T22:51:29.2608934Z Reading state information...
2025-08-20T22:51:29.2807431Z 168 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T22:51:29.2928522Z 
2025-08-20T22:51:29.2929675Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T22:51:29.2930040Z 
2025-08-20T22:51:29.4599695Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T22:51:29.4737915Z Hit:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T22:51:29.5815274Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T22:51:29.6427534Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-20T22:51:29.7040036Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T22:51:29.7653191Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T22:51:30.5994326Z Reading package lists...
2025-08-20T22:51:30.7566839Z Building dependency tree...
2025-08-20T22:51:30.7572758Z Reading state information...
2025-08-20T22:51:30.7764345Z 168 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T22:51:30.7855682Z 
2025-08-20T22:51:30.7856533Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T22:51:30.7856909Z 
2025-08-20T22:51:30.7963087Z Reading package lists...
2025-08-20T22:51:30.9793058Z Building dependency tree...
2025-08-20T22:51:30.9799508Z Reading state information...
2025-08-20T22:51:31.1996770Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T22:51:31.2355111Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:51:31.2608177Z mkdir: created directory '/home/runner/.minisign'
2025-08-20T22:51:31.3162079Z ##[group]Run ##Presets
2025-08-20T22:51:31.3162855Z [36;1m##Presets[0m
2025-08-20T22:51:31.3163122Z [36;1mset +x ; set +e[0m
2025-08-20T22:51:31.3163369Z [36;1m#-------------#[0m
2025-08-20T22:51:31.3163652Z [36;1m##Debug?[0m
2025-08-20T22:51:31.3163914Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:51:31.3164254Z [36;1m  set -x[0m
2025-08-20T22:51:31.3164504Z [36;1mfi[0m
2025-08-20T22:51:31.3164704Z [36;1m#-------------#[0m
2025-08-20T22:51:31.3165197Z [36;1mecho "kernel.apparmor_restrict_unprivileged_userns=0" | sudo tee "/etc/sysctl.d/98-apparmor-unuserns.conf"[0m
2025-08-20T22:51:31.3165803Z [36;1mecho "0" | sudo tee "/proc/sys/kernel/apparmor_restrict_unprivileged_userns"[0m
2025-08-20T22:51:31.3166220Z [36;1msudo service procps restart[0m
2025-08-20T22:51:31.3166559Z [36;1msudo sysctl -p "/etc/sysctl.conf"[0m
2025-08-20T22:51:31.3193318Z shell: /usr/bin/bash -e {0}
2025-08-20T22:51:31.3193689Z env:
2025-08-20T22:51:31.3194014Z   CROSS_COMPILING: NO
2025-08-20T22:51:31.3194305Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:51:31.3194568Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:51:31.3194794Z   ON_QEMU: NO
2025-08-20T22:51:31.3195028Z   DEBUG: 0
2025-08-20T22:51:31.3195267Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:51:31.3195518Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:51:31.3195893Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/tracexec/official
2025-08-20T22:51:31.3196218Z   KEEP_LOGS: YES
2025-08-20T22:51:31.3196424Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:51:31.3196723Z   PKG_FAMILY_LOCAL: tracexec
2025-08-20T22:51:31.3197017Z   SBUILD_REBUILD: false
2025-08-20T22:51:31.3197618Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tracexec/static.official.source.yaml
2025-08-20T22:51:31.3198223Z   BUILD_SYS: docker://rust
2025-08-20T22:51:31.3198464Z   BUILD_ON_HOST: FALSE
2025-08-20T22:51:31.3198730Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:51:31.3198979Z   SYSTMP: /tmp
2025-08-20T22:51:31.3199173Z   GHA_MODE: MATRIX
2025-08-20T22:51:31.3199658Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:51:31.3200136Z ##[endgroup]
2025-08-20T22:51:31.3291259Z kernel.apparmor_restrict_unprivileged_userns=0
2025-08-20T22:51:31.3343920Z 0
2025-08-20T22:51:31.3704289Z vm.max_map_count = 262144
2025-08-20T22:51:31.3704751Z fs.inotify.max_user_watches = 655360
2025-08-20T22:51:31.3710838Z fs.inotify.max_user_instances = 1280
2025-08-20T22:51:31.3711181Z vm.mmap_rnd_bits = 28
2025-08-20T22:51:31.3790668Z ##[group]Run ##Presets
2025-08-20T22:51:31.3791261Z [36;1m##Presets[0m
2025-08-20T22:51:31.3791517Z [36;1mset +x ; set +e[0m
2025-08-20T22:51:31.3791793Z [36;1m#-------------#[0m
2025-08-20T22:51:31.3792054Z [36;1m##Debug?[0m
2025-08-20T22:51:31.3792514Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:51:31.3792910Z [36;1m  set -x[0m
2025-08-20T22:51:31.3793121Z [36;1mfi[0m
2025-08-20T22:51:31.3793319Z [36;1m#-------------#[0m
2025-08-20T22:51:31.3793590Z [36;1m##Main[0m
2025-08-20T22:51:31.3793824Z [36;1mpushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T22:51:31.3794461Z [36;1m curl -qfsSL "https://raw.githubusercontent.com/pkgforge/bincache/refs/heads/main/scripts/runner/builder.sh" -o "${SYSTMP}/BUILDER.sh"[0m
2025-08-20T22:51:31.3795229Z [36;1m dos2unix --quiet "${SYSTMP}/BUILDER.sh" ; chmod +xwr "${SYSTMP}/BUILDER.sh"[0m
2025-08-20T22:51:31.3795614Z [36;1m ##Run with STDOUT + LOGS[0m
2025-08-20T22:51:31.3796006Z [36;1m  export DEBUG="${DEBUG}"[0m
2025-08-20T22:51:31.3796291Z [36;1m  export KEEP_LOGS="${KEEP_LOGS}"[0m
2025-08-20T22:51:31.3796634Z [36;1m  export PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}"[0m
2025-08-20T22:51:31.3796980Z [36;1m  export GHCRPKG_LOCAL="${GHCRPKG_LOCAL}"[0m
2025-08-20T22:51:31.3797307Z [36;1m  export SBUILD_REBUILD="${SBUILD_REBUILD}"[0m
2025-08-20T22:51:31.3797969Z [36;1m  export GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}"[0m
2025-08-20T22:51:31.3798282Z [36;1m if [[ "" == "TRUE" ]]; then[0m
2025-08-20T22:51:31.3798621Z [36;1m   sudo podman cp "${SYSTMP}/BUILDER.sh" "${POD_ID}:/tmp/BUILDER.sh"[0m
2025-08-20T22:51:31.3799046Z [36;1m   sudo podman exec -u "runner" -w "/tmp" \[0m
2025-08-20T22:51:31.3799348Z [36;1m     -e DEBUG="${DEBUG}" \[0m
2025-08-20T22:51:31.3799676Z [36;1m     -e GHCR_TOKEN="${GHCR_TOKEN}" \[0m
2025-08-20T22:51:31.3799988Z [36;1m     -e GITHUB_TOKEN="${GITHUB_TOKEN}" \[0m
2025-08-20T22:51:31.3800297Z [36;1m     -e GITLAB_TOKEN="${GITLAB_TOKEN}" \[0m
2025-08-20T22:51:31.3800637Z [36;1m     -e MINISIGN_KEY="${MINISIGN_KEY}" \[0m
2025-08-20T22:51:31.3800948Z [36;1m     -e KEEP_LOGS="${KEEP_LOGS}" \[0m
2025-08-20T22:51:31.3801272Z [36;1m     -e PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}" \[0m
2025-08-20T22:51:31.3801631Z [36;1m     -e GHCRPKG_LOCAL="${GHCRPKG_LOCAL}" \[0m
2025-08-20T22:51:31.3801958Z [36;1m     -e SBUILD_REBUILD="${SBUILD_REBUILD}" \[0m
2025-08-20T22:51:31.3802469Z [36;1m     -e GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}" \[0m
2025-08-20T22:51:31.3802854Z [36;1m     -e INSIDE_PODMAN="${INSIDE_PODMAN}" \[0m
2025-08-20T22:51:31.3803210Z [36;1m     -e CROSS_COMPILING="${CROSS_COMPILING}" \[0m
2025-08-20T22:51:31.3803563Z [36;1m     -e SBUILD_FILE_URL="${SBUILD_FILE_URL}" \[0m
2025-08-20T22:51:31.3803864Z [36;1m     "${POD_ID}" \[0m
2025-08-20T22:51:31.3804221Z [36;1m     bash -c 'bash "/tmp/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "/tmp/BUILD.log" 2>&1'[0m
2025-08-20T22:51:31.3804711Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD.log" "${SYSTMP}/BUILD.log"[0m
2025-08-20T22:51:31.3805219Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD_ARTIFACTS.zstd" "${SYSTMP}/BUILD_ARTIFACTS.zstd"[0m
2025-08-20T22:51:31.3805691Z [36;1m   sudo podman cp "${POD_ID}:/tmp/GITHUB_ENV" "${SYSTMP}/GITHUB_ENV"[0m
2025-08-20T22:51:31.3806095Z [36;1m   mkdir -p "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T22:51:31.3806465Z [36;1m   sudo podman cp "${POD_ID}:/tmp/_POD_BRIDGE/." "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T22:51:31.3807119Z [36;1m   sudo chown -Rv "$(whoami):$(whoami)" "${SYSTMP}/BUILD.log" "${SYSTMP}/BUILD_ARTIFACTS.zstd" "${SYSTMP}/GITHUB_ENV" "${SYSTMP}/_POD_BRIDGE" 2>/dev/null[0m
2025-08-20T22:51:31.3807918Z [36;1m   sudo chmod -R +xwr "${SYSTMP}/BUILD.log" "${SYSTMP}/BUILD_ARTIFACTS.zstd" "${SYSTMP}/GITHUB_ENV" "${SYSTMP}/_POD_BRIDGE" 2>/dev/null[0m
2025-08-20T22:51:31.3808487Z [36;1m   cat "${SYSTMP}/GITHUB_ENV" >> "${GITHUB_ENV}"[0m
2025-08-20T22:51:31.3808800Z [36;1m else[0m
2025-08-20T22:51:31.3809330Z [36;1m   bash "${SYSTMP}/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "${SYSTMP}/BUILD.log" 2>&1[0m
2025-08-20T22:51:31.3809721Z [36;1m fi[0m
2025-08-20T22:51:31.3810062Z [36;1m ##Purge Tokens (in case set -x & gh didn't redact)[0m
2025-08-20T22:51:31.3810467Z [36;1m cat "${SYSTMP}/BUILD.log" | ansi2txt > "${SYSTMP}/BUILD.gh.log.txt"[0m
2025-08-20T22:51:31.3810932Z [36;1m sed -i '/.*github_pat.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:51:31.3811349Z [36;1m sed -i '/.*ghp_.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:51:31.3811762Z [36;1m sed -i '/.*access_key_id.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:51:31.3812444Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:51:31.3812906Z [36;1m sed -i '/.*secret_access_key.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:51:31.3813329Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:51:31.3813816Z [36;1m sed -i '/.*cloudflarestorage.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:51:31.3814254Z [36;1m mv -fv "${SYSTMP}/BUILD.gh.log.txt" "${SYSTMP}/BUILD.log"[0m
2025-08-20T22:51:31.3814597Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T22:51:31.3838060Z shell: /usr/bin/bash -e {0}
2025-08-20T22:51:31.3838333Z env:
2025-08-20T22:51:31.3838819Z   CROSS_COMPILING: NO
2025-08-20T22:51:31.3839074Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:51:31.3839335Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:51:31.3839628Z   ON_QEMU: NO
2025-08-20T22:51:31.3839849Z   DEBUG: 0
2025-08-20T22:51:31.3840076Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:51:31.3840388Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:51:31.3840721Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/tracexec/official
2025-08-20T22:51:31.3841087Z   KEEP_LOGS: YES
2025-08-20T22:51:31.3841312Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:51:31.3841576Z   PKG_FAMILY_LOCAL: tracexec
2025-08-20T22:51:31.3841865Z   SBUILD_REBUILD: false
2025-08-20T22:51:31.3842699Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tracexec/static.official.source.yaml
2025-08-20T22:51:31.3843289Z   BUILD_SYS: docker://rust
2025-08-20T22:51:31.3843593Z   BUILD_ON_HOST: FALSE
2025-08-20T22:51:31.3843819Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:51:31.3844057Z   SYSTMP: /tmp
2025-08-20T22:51:31.3844328Z   GHA_MODE: MATRIX
2025-08-20T22:51:31.3844776Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:51:31.3845706Z   GHCR_TOKEN: ***
2025-08-20T22:51:31.3846099Z   GITHUB_TOKEN: ***
2025-08-20T22:51:31.3846410Z   GITLAB_TOKEN: ***
2025-08-20T22:51:31.3847653Z   MINISIGN_KEY: ***
2025-08-20T22:51:31.3847848Z ##[endgroup]
2025-08-20T22:51:31.4441901Z [+] SBUILD Builder Version: 0.2.2
2025-08-20T22:51:31.5165023Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T22:51:31.5165885Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T22:51:31.5166200Z 
2025-08-20T22:51:31.5582752Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T22:51:31.5583526Z 100  5359  100  5359    0     0   124k      0 --:--:-- --:--:-- --:--:--  127k
2025-08-20T22:51:31.5592689Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tracexec/static.official.source.yaml
2025-08-20T22:51:31.5666110Z 
2025-08-20T22:51:31.5666793Z [+] Building [/tmp/tmp.sRLEHuuabS/SBUILD_INPUT] Locally
2025-08-20T22:51:31.5667059Z 
2025-08-20T22:51:31.5677877Z '/tmp/tmp.sRLEHuuabS/SBUILD_INPUT' -> '/tmp/pkgforge/CdPCMCowL_build.yaml'
2025-08-20T22:51:31.6410140Z 
2025-08-20T22:51:31.6410588Z [+] Passwordless sudo is Configured
2025-08-20T22:51:31.7065658Z 
2025-08-20T22:51:31.7076631Z [+] Setting Install Dir (ROOT) :: /usr/local/bin
2025-08-20T22:51:31.7076890Z 
2025-08-20T22:51:31.7433256Z 
2025-08-20T22:51:31.7434471Z [+] Fetching Bins from (Default) :: https://bin.pkgforge.dev/aarch64-Linux
2025-08-20T22:51:31.7435785Z 
2025-08-20T22:51:31.7435792Z 
2025-08-20T22:51:31.7436096Z [+] Installing in Sequential (Slow) Mode [Re Run : export PARALLEL=1 for Speed]
2025-08-20T22:51:31.7436406Z 
2025-08-20T22:51:31.7474989Z [+] Installing: 7z -> 7z
2025-08-20T22:51:32.0523606Z [+] Installing: actionlint -> actionlint
2025-08-20T22:51:32.5993306Z [+] Installing: anew -> anew
2025-08-20T22:51:33.1312007Z [+] Installing: anew-rs -> anew-rs
2025-08-20T22:51:33.6538523Z [+] Installing: ansi2html -> ansi2html
2025-08-20T22:51:33.9432701Z [+] Installing: ansi2txt -> ansi2txt
2025-08-20T22:51:34.4270407Z [+] Installing: archey -> archey
2025-08-20T22:51:35.0106880Z [+] Installing: aria2 -> aria2c
2025-08-20T22:51:35.5884649Z [+] Installing: askalono -> askalono
2025-08-20T22:51:36.1445857Z [+] Installing: bsdtar -> bsdtar
2025-08-20T22:51:36.7224562Z [+] Installing: b3sum -> b3sum
2025-08-20T22:51:37.2265703Z [+] Installing: bita -> bita
2025-08-20T22:51:37.7951464Z [+] Installing: btop -> btop
2025-08-20T22:51:38.0903709Z [+] Installing: chafa -> chafa
2025-08-20T22:51:38.6776560Z [+] Installing: cloudflared -> cloudflared
2025-08-20T22:51:39.0391690Z [+] Installing: croc -> croc
2025-08-20T22:51:39.5935493Z [+] Installing: csvtk -> csvtk
2025-08-20T22:51:40.1993380Z [+] Installing: cutlines -> cutlines
2025-08-20T22:51:40.4349175Z curl: (22) The requested URL returned error: 404
2025-08-20T22:51:40.4384608Z [-] Failed to install cutlines to /usr/local/bin/cutlines
2025-08-20T22:51:40.4385123Z [+] Installing: dbin -> dbin
2025-08-20T22:51:41.0081280Z [+] Installing: dasel -> dasel
2025-08-20T22:51:41.3537130Z [+] Installing: delta -> delta
2025-08-20T22:51:41.8951689Z [+] Installing: ds -> ds
2025-08-20T22:51:42.1350017Z curl: (22) The requested URL returned error: 404
2025-08-20T22:51:42.1379608Z [-] Failed to install ds to /usr/local/bin/ds
2025-08-20T22:51:42.1380289Z [+] Installing: dos2unix -> dos2unix
2025-08-20T22:51:42.6468720Z [+] Installing: duf -> duf
2025-08-20T22:51:43.1769829Z [+] Installing: duplicut -> duplicut
2025-08-20T22:51:43.6954375Z [+] Installing: dust -> dust
2025-08-20T22:51:44.2206058Z [+] Installing: dwarfs-tools -> dwarfs
2025-08-20T22:51:44.7601085Z [+] Installing: dwarfs-tools -> mkdwarfs
2025-08-20T22:51:45.0974794Z [+] Installing: dysk -> dysk
2025-08-20T22:51:45.6399046Z [+] Installing: eget -> eget
2025-08-20T22:51:46.2010732Z [+] Installing: epoch -> epoch
2025-08-20T22:51:46.7548944Z [+] Installing: faketty -> faketty
2025-08-20T22:51:47.4841873Z [+] Installing: fastfetch -> fastfetch
2025-08-20T22:51:48.0142546Z [+] Installing: freeze -> freeze
2025-08-20T22:51:48.3291309Z [+] Installing: fusermount3 -> fusermount
2025-08-20T22:51:48.6255746Z [+] Installing: gdu -> gdu
2025-08-20T22:51:49.2064981Z [+] Installing: gh -> gh
2025-08-20T22:51:49.8405029Z [+] Installing: gitleaks -> gitleaks
2025-08-20T22:51:50.2073451Z [+] Installing: git-sizer -> git-sizer
2025-08-20T22:51:50.7393332Z [+] Installing: glab -> glab
2025-08-20T22:51:51.3646781Z [+] Installing: glow -> glow
2025-08-20T22:51:51.9643578Z [+] Installing: httpx -> httpx
2025-08-20T22:51:52.3777909Z [+] Installing: huggingface-cli -> huggingface-cli
2025-08-20T22:51:52.9546849Z [+] Installing: husarnet -> husarnet
2025-08-20T22:51:53.4214186Z curl: (22) The requested URL returned error: 404
2025-08-20T22:51:53.4248001Z [-] Failed to install husarnet to /usr/local/bin/husarnet
2025-08-20T22:51:53.4248700Z [+] Installing: husarnet-daemon -> husarnet-daemon
2025-08-20T22:51:53.9233128Z curl: (22) The requested URL returned error: 404
2025-08-20T22:51:53.9265242Z [-] Failed to install husarnet-daemon to /usr/local/bin/husarnet-daemon
2025-08-20T22:51:53.9265970Z [+] Installing: imgcat -> imgcat
2025-08-20T22:51:54.4681157Z [+] Installing: jc -> jc
2025-08-20T22:51:55.0709177Z [+] Installing: jq -> jq
2025-08-20T22:51:55.6035709Z [+] Installing: logdy -> logdy
2025-08-20T22:51:55.9888239Z [+] Installing: micro -> micro
2025-08-20T22:51:56.8447453Z [+] Installing: miniserve -> miniserve
2025-08-20T22:51:57.4610595Z [+] Installing: minisign -> minisign
2025-08-20T22:51:57.8551972Z [+] Installing: ncdu -> ncdu
2025-08-20T22:51:58.2741358Z [+] Installing: notify -> notify
2025-08-20T22:51:59.6727690Z [+] Installing: ouch -> ouch
2025-08-20T22:52:00.5894784Z [+] Installing: oras -> oras
2025-08-20T22:52:01.4712701Z [+] Installing: pipetty -> pipetty
2025-08-20T22:52:01.8694140Z [+] Installing: pixterm -> pixterm
2025-08-20T22:52:02.6207468Z [+] Installing: qsv -> qsv
2025-08-20T22:52:03.8013363Z [+] Installing: rclone -> rclone
2025-08-20T22:52:06.4443783Z [+] Installing: ripgrep -> rg
2025-08-20T22:52:07.1120517Z [+] Installing: rga -> rga
2025-08-20T22:52:07.7841215Z [+] Installing: rsync -> rsync
2025-08-20T22:52:08.5027596Z [+] Installing: script -> script
2025-08-20T22:52:09.0102133Z [+] Installing: shellcheck -> shellcheck
2025-08-20T22:52:10.7884509Z [+] Installing: soar -> soar
2025-08-20T22:52:11.6527403Z [+] Installing: speedtest-go -> speedtest-go
2025-08-20T22:52:12.5858664Z [+] Installing: sstrip -> sstrip
2025-08-20T22:52:13.1805459Z [+] Installing: strace -> strace
2025-08-20T22:52:14.0199264Z [+] Installing: sttr -> sttr
2025-08-20T22:52:14.9059514Z [+] Installing: tailscale -> tailscale
2025-08-20T22:52:15.7398366Z [+] Installing: tailscaled -> tailscaled
2025-08-20T22:52:16.8619875Z [+] Installing: taplo -> taplo
2025-08-20T22:52:17.7627024Z [+] Installing: tldr -> tldr
2025-08-20T22:52:18.7116047Z [+] Installing: tldr -> tealdeer
2025-08-20T22:52:19.0243599Z [+] Installing: tmux -> tmux
2025-08-20T22:52:19.7619694Z [+] Installing: tok -> tok
2025-08-20T22:52:20.7289663Z [+] Installing: trufflehog -> trufflehog
2025-08-20T22:52:21.9960492Z [+] Installing: trurl -> trurl
2025-08-20T22:52:22.7202387Z [+] Installing: tss -> tss
2025-08-20T22:52:22.9951361Z [+] Installing: ulexec -> ulexec
2025-08-20T22:52:23.7870416Z [+] Installing: unfurl -> unfurl
2025-08-20T22:52:24.7029843Z [+] Installing: upx -> upx
2025-08-20T22:52:25.1451811Z [+] Installing: validtoml -> validtoml
2025-08-20T22:52:25.9150966Z [+] Installing: wget -> wget
2025-08-20T22:52:26.5239450Z [+] Installing: wget2 -> wget2
2025-08-20T22:52:27.3537287Z [+] Installing: wormhole-rs -> wormhole-rs
2025-08-20T22:52:28.2582772Z [+] Installing: xq -> xq
2025-08-20T22:52:29.1409357Z [+] Installing: xz -> xz
2025-08-20T22:52:29.5739192Z [+] Installing: unxz -> unxz
2025-08-20T22:52:29.9713079Z [+] Installing: yq -> yq
2025-08-20T22:52:30.5276291Z [+] Installing: yj -> yj
2025-08-20T22:52:31.2924954Z [+] Installing: zapper -> zapper
2025-08-20T22:52:31.8023179Z [+] Installing: zapper-stealth -> zproccer
2025-08-20T22:52:32.3167547Z [+] Installing: zerotier-cli -> zerotier-cli
2025-08-20T22:52:32.6898328Z curl: (22) The requested URL returned error: 404
2025-08-20T22:52:32.6930265Z [-] Failed to install zerotier-cli to /usr/local/bin/zerotier-cli
2025-08-20T22:52:32.6931390Z [+] Installing: zerotier-idtool -> zerotier-idtool
2025-08-20T22:52:33.0719093Z curl: (22) The requested URL returned error: 404
2025-08-20T22:52:33.0749941Z [-] Failed to install zerotier-idtool to /usr/local/bin/zerotier-idtool
2025-08-20T22:52:33.0750792Z [+] Installing: zerotier-one -> zerotier-one
2025-08-20T22:52:33.6452659Z curl: (22) The requested URL returned error: 404
2025-08-20T22:52:33.6485818Z [-] Failed to install zerotier-one to /usr/local/bin/zerotier-one
2025-08-20T22:52:33.6486365Z [+] Installing: zstd -> zstd
2025-08-20T22:52:34.1851721Z [+] Creating symlinks...
2025-08-20T22:52:34.1921107Z '/usr/bin/7z' -> '/usr/local/bin/7z'
2025-08-20T22:52:34.1996714Z '/usr/bin/actionlint' -> '/usr/local/bin/actionlint'
2025-08-20T22:52:34.2073283Z '/usr/bin/anew' -> '/usr/local/bin/anew'
2025-08-20T22:52:34.2148140Z '/usr/bin/anew-rs' -> '/usr/local/bin/anew-rs'
2025-08-20T22:52:34.2221479Z '/usr/bin/ansi2html' -> '/usr/local/bin/ansi2html'
2025-08-20T22:52:34.2296019Z '/usr/bin/ansi2txt' -> '/usr/local/bin/ansi2txt'
2025-08-20T22:52:34.2371626Z '/usr/bin/archey' -> '/usr/local/bin/archey'
2025-08-20T22:52:34.2447762Z '/usr/bin/aria2c' -> '/usr/local/bin/aria2c'
2025-08-20T22:52:34.2523837Z '/usr/bin/askalono' -> '/usr/local/bin/askalono'
2025-08-20T22:52:34.2598550Z '/usr/bin/bsdtar' -> '/usr/local/bin/bsdtar'
2025-08-20T22:52:34.2674795Z '/usr/bin/b3sum' -> '/usr/local/bin/b3sum'
2025-08-20T22:52:34.2753871Z '/usr/bin/bita' -> '/usr/local/bin/bita'
2025-08-20T22:52:34.2830160Z '/usr/bin/btop' -> '/usr/local/bin/btop'
2025-08-20T22:52:34.2906910Z '/usr/bin/chafa' -> '/usr/local/bin/chafa'
2025-08-20T22:52:34.2985717Z '/usr/bin/cloudflared' -> '/usr/local/bin/cloudflared'
2025-08-20T22:52:34.3064994Z '/usr/bin/croc' -> '/usr/local/bin/croc'
2025-08-20T22:52:34.3141762Z '/usr/bin/csvtk' -> '/usr/local/bin/csvtk'
2025-08-20T22:52:34.3174728Z [-] Warning: Target /usr/local/bin/cutlines does not exist for symlink cutlines
2025-08-20T22:52:34.3243020Z '/usr/bin/dbin' -> '/usr/local/bin/dbin'
2025-08-20T22:52:34.3320194Z '/usr/bin/dasel' -> '/usr/local/bin/dasel'
2025-08-20T22:52:34.3395415Z '/usr/bin/delta' -> '/usr/local/bin/delta'
2025-08-20T22:52:34.3427588Z [-] Warning: Target /usr/local/bin/ds does not exist for symlink ds
2025-08-20T22:52:34.3495143Z '/usr/bin/dos2unix' -> '/usr/local/bin/dos2unix'
2025-08-20T22:52:34.3571776Z '/usr/bin/duf' -> '/usr/local/bin/duf'
2025-08-20T22:52:34.3647936Z '/usr/bin/duplicut' -> '/usr/local/bin/duplicut'
2025-08-20T22:52:34.3725288Z '/usr/bin/dust' -> '/usr/local/bin/dust'
2025-08-20T22:52:34.3805315Z '/usr/bin/dwarfs' -> '/usr/local/bin/dwarfs'
2025-08-20T22:52:34.3884360Z '/usr/bin/mkdwarfs' -> '/usr/local/bin/mkdwarfs'
2025-08-20T22:52:34.3964632Z '/usr/bin/dysk' -> '/usr/local/bin/dysk'
2025-08-20T22:52:34.4045164Z '/usr/bin/eget' -> '/usr/local/bin/eget'
2025-08-20T22:52:34.4124207Z '/usr/bin/epoch' -> '/usr/local/bin/epoch'
2025-08-20T22:52:34.4204119Z '/usr/bin/faketty' -> '/usr/local/bin/faketty'
2025-08-20T22:52:34.4284858Z '/usr/bin/fastfetch' -> '/usr/local/bin/fastfetch'
2025-08-20T22:52:34.4366303Z '/usr/bin/freeze' -> '/usr/local/bin/freeze'
2025-08-20T22:52:34.4450511Z '/usr/bin/fusermount' -> '/usr/local/bin/fusermount'
2025-08-20T22:52:34.4533349Z '/usr/bin/gdu' -> '/usr/local/bin/gdu'
2025-08-20T22:52:34.4617370Z '/usr/bin/gh' -> '/usr/local/bin/gh'
2025-08-20T22:52:34.4700301Z '/usr/bin/gitleaks' -> '/usr/local/bin/gitleaks'
2025-08-20T22:52:34.4784720Z '/usr/bin/git-sizer' -> '/usr/local/bin/git-sizer'
2025-08-20T22:52:34.4869922Z '/usr/bin/glab' -> '/usr/local/bin/glab'
2025-08-20T22:52:34.4956838Z '/usr/bin/glow' -> '/usr/local/bin/glow'
2025-08-20T22:52:34.5041769Z '/usr/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T22:52:34.5124665Z '/home/runner/.local/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T22:52:34.5201870Z '/usr/bin/huggingface-cli' -> '/usr/local/bin/huggingface-cli'
2025-08-20T22:52:34.5234731Z [-] Warning: Target /usr/local/bin/husarnet does not exist for symlink husarnet
2025-08-20T22:52:34.5259200Z [-] Warning: Target /usr/local/bin/husarnet-daemon does not exist for symlink husarnet-daemon
2025-08-20T22:52:34.5327261Z '/usr/bin/imgcat' -> '/usr/local/bin/imgcat'
2025-08-20T22:52:34.5405946Z '/usr/bin/jc' -> '/usr/local/bin/jc'
2025-08-20T22:52:34.5484440Z '/usr/bin/jq' -> '/usr/local/bin/jq'
2025-08-20T22:52:34.5561206Z '/usr/bin/logdy' -> '/usr/local/bin/logdy'
2025-08-20T22:52:34.5636658Z '/usr/bin/micro' -> '/usr/local/bin/micro'
2025-08-20T22:52:34.5716448Z '/usr/bin/miniserve' -> '/usr/local/bin/miniserve'
2025-08-20T22:52:34.5794626Z '/usr/bin/minisign' -> '/usr/local/bin/minisign'
2025-08-20T22:52:34.5873838Z '/usr/bin/ncdu' -> '/usr/local/bin/ncdu'
2025-08-20T22:52:34.5950585Z '/usr/bin/notify' -> '/usr/local/bin/notify'
2025-08-20T22:52:34.6026170Z '/usr/bin/ouch' -> '/usr/local/bin/ouch'
2025-08-20T22:52:34.6101806Z '/usr/bin/oras' -> '/usr/local/bin/oras'
2025-08-20T22:52:34.6177624Z '/usr/bin/pipetty' -> '/usr/local/bin/pipetty'
2025-08-20T22:52:34.6252681Z '/usr/bin/pixterm' -> '/usr/local/bin/pixterm'
2025-08-20T22:52:34.6326007Z '/usr/bin/qsv' -> '/usr/local/bin/qsv'
2025-08-20T22:52:34.6400448Z '/usr/bin/rclone' -> '/usr/local/bin/rclone'
2025-08-20T22:52:34.6477016Z '/usr/bin/rg' -> '/usr/local/bin/rg'
2025-08-20T22:52:34.6555853Z '/usr/bin/rga' -> '/usr/local/bin/rga'
2025-08-20T22:52:34.6632993Z '/usr/bin/rsync' -> '/usr/local/bin/rsync'
2025-08-20T22:52:34.6712397Z '/usr/bin/script' -> '/usr/local/bin/script'
2025-08-20T22:52:34.6792872Z '/usr/bin/shellcheck' -> '/usr/local/bin/shellcheck'
2025-08-20T22:52:34.6871068Z '/usr/bin/soar' -> '/usr/local/bin/soar'
2025-08-20T22:52:34.6955517Z '/usr/bin/speedtest-go' -> '/usr/local/bin/speedtest-go'
2025-08-20T22:52:34.7033254Z '/usr/bin/sstrip' -> '/usr/local/bin/sstrip'
2025-08-20T22:52:34.7110694Z '/usr/bin/strace' -> '/usr/local/bin/strace'
2025-08-20T22:52:34.7188941Z '/usr/bin/sttr' -> '/usr/local/bin/sttr'
2025-08-20T22:52:34.7268603Z '/usr/bin/tailscale' -> '/usr/local/bin/tailscale'
2025-08-20T22:52:34.7346261Z '/usr/bin/tailscaled' -> '/usr/local/bin/tailscaled'
2025-08-20T22:52:34.7424586Z '/usr/bin/taplo' -> '/usr/local/bin/taplo'
2025-08-20T22:52:34.7500834Z '/usr/bin/tldr' -> '/usr/local/bin/tldr'
2025-08-20T22:52:34.7579238Z '/usr/bin/tealdeer' -> '/usr/local/bin/tealdeer'
2025-08-20T22:52:34.7656499Z '/usr/bin/tmux' -> '/usr/local/bin/tmux'
2025-08-20T22:52:34.7731784Z '/usr/bin/tok' -> '/usr/local/bin/tok'
2025-08-20T22:52:34.7806025Z '/usr/bin/trufflehog' -> '/usr/local/bin/trufflehog'
2025-08-20T22:52:34.7881344Z '/usr/bin/trurl' -> '/usr/local/bin/trurl'
2025-08-20T22:52:34.7956066Z '/usr/bin/tss' -> '/usr/local/bin/tss'
2025-08-20T22:52:34.8033169Z '/usr/bin/ulexec' -> '/usr/local/bin/ulexec'
2025-08-20T22:52:34.8110018Z '/usr/bin/unfurl' -> '/usr/local/bin/unfurl'
2025-08-20T22:52:34.8188943Z '/usr/bin/upx' -> '/usr/local/bin/upx'
2025-08-20T22:52:34.8263993Z '/usr/bin/validtoml' -> '/usr/local/bin/validtoml'
2025-08-20T22:52:34.8341574Z '/usr/bin/wget' -> '/usr/local/bin/wget'
2025-08-20T22:52:34.8418337Z '/usr/bin/wget2' -> '/usr/local/bin/wget2'
2025-08-20T22:52:34.8493226Z '/usr/bin/wormhole-rs' -> '/usr/local/bin/wormhole-rs'
2025-08-20T22:52:34.8568096Z '/usr/bin/xq' -> '/usr/local/bin/xq'
2025-08-20T22:52:34.8651050Z '/usr/bin/xz' -> '/usr/local/bin/xz'
2025-08-20T22:52:34.8718882Z '/usr/bin/unxz' -> '/usr/local/bin/unxz'
2025-08-20T22:52:34.8795768Z '/usr/bin/yq' -> '/usr/local/bin/yq'
2025-08-20T22:52:34.8869880Z '/usr/bin/yj' -> '/usr/local/bin/yj'
2025-08-20T22:52:34.8947335Z '/usr/bin/zapper' -> '/usr/local/bin/zapper'
2025-08-20T22:52:34.9026197Z '/usr/bin/zproccer' -> '/usr/local/bin/zproccer'
2025-08-20T22:52:34.9058726Z [-] Warning: Target /usr/local/bin/zerotier-cli does not exist for symlink zerotier-cli
2025-08-20T22:52:34.9083595Z [-] Warning: Target /usr/local/bin/zerotier-idtool does not exist for symlink zerotier-idtool
2025-08-20T22:52:34.9107256Z [-] Warning: Target /usr/local/bin/zerotier-one does not exist for symlink zerotier-one
2025-08-20T22:52:34.9173811Z '/usr/bin/zstd' -> '/usr/local/bin/zstd'
2025-08-20T22:52:34.9195274Z 
2025-08-20T22:52:34.9195750Z [!] Failed to install: husarnet cutlines ds zerotier-one zerotier-idtool zerotier-cli husarnet-daemon
2025-08-20T22:52:34.9196116Z 
2025-08-20T22:52:34.9299435Z 
2025-08-20T22:52:34.9370074Z 
2025-08-20T22:52:34.9370589Z [+] Disk Size (/usr/local/bin) :: 740M --> 1.6G
2025-08-20T22:52:34.9370801Z 
2025-08-20T22:52:34.9370888Z [+] Installation completed!
2025-08-20T22:52:34.9444757Z 
2025-08-20T22:52:34.9444987Z [+] GITHUB_TOKEN is Exported
2025-08-20T22:52:35.3423020Z github.com
2025-08-20T22:52:35.3424108Z   ✓ Logged in to github.com account Azathothas (GITHUB_TOKEN)
2025-08-20T22:52:35.3424447Z   - Active account: true
2025-08-20T22:52:35.3424657Z   - Git operations protocol: https
2025-08-20T22:52:35.3424909Z   - Token: ghp_************************************
2025-08-20T22:52:35.3425539Z   - Token scopes: 'public_repo', 'read:discussion', 'read:enterprise', 'read:gpg_key', 'read:packages', 'read:project', 'read:public_key', 'read:ssh_signing_key', 'repo_deployment', 'user:email'
2025-08-20T22:52:35.3426178Z   ! Missing required token scopes: 'repo', 'read:org'
2025-08-20T22:52:35.3426506Z   - To request missing scopes, run: gh auth refresh -h github.com
2025-08-20T22:52:35.6559003Z Limit: 5000, Remaining: 3951, Reset: 2025-08-20 23:28:26 +0000 UTC (35m50s)
2025-08-20T22:52:35.6569681Z 
2025-08-20T22:52:35.6569803Z [+] GHCR_TOKEN is Exported
2025-08-20T22:52:35.6599553Z WARNING! Using --password via the CLI is insecure. Use --password-stdin.
2025-08-20T22:52:36.0060910Z Login Succeeded
2025-08-20T22:52:36.0070508Z 
2025-08-20T22:52:36.0070613Z [+] GITLAB is Exported
2025-08-20T22:52:36.1134640Z [git remote -v]
2025-08-20T22:52:36.3550830Z gitlab.com
2025-08-20T22:52:36.3551422Z   ✓ Logged in to gitlab.com as Ajamx101 (GITLAB_TOKEN)
2025-08-20T22:52:36.3558270Z   ✓ Git operations for gitlab.com configured to use ssh protocol.
2025-08-20T22:52:36.3558944Z   ✓ API calls for gitlab.com are made over https protocol.
2025-08-20T22:52:36.3559346Z   ✓ REST API Endpoint: https://gitlab.com/api/v4/
2025-08-20T22:52:36.3559697Z   ✓ GraphQL Endpoint: https://gitlab.com/api/graphql/
2025-08-20T22:52:36.3560013Z   ✓ Token found: **************************
2025-08-20T22:52:36.3560172Z 
2025-08-20T22:52:36.3560523Z ! One of GITLAB_TOKEN, GITLAB_ACCESS_TOKEN, OAUTH_TOKEN environment variables is set. It will be used for all authentication.
2025-08-20T22:52:36.3561004Z [git remote -v]
2025-08-20T22:52:36.3570725Z 2025/08/20 22:52:36 [Could not determine base repo in telemetry hook:  fatal: not a git repository (or any of the parent directories): .git
2025-08-20T22:52:36.3571558Z git: exit status 128]
2025-08-20T22:52:36.6165633Z 
2025-08-20T22:52:36.6165871Z 
2025-08-20T22:52:36.6166605Z  [+] Started Initializing Linux runnervmdbl46 6.11.0-1015-azure aarch64 :: at Wednesday, 2025-08-20 (10:52:36 PM)
2025-08-20T22:52:36.6166994Z 
2025-08-20T22:52:36.6166998Z 
2025-08-20T22:52:36.6167084Z [+] USER = runner
2025-08-20T22:52:36.6167250Z [+] HOME = /home/runner
2025-08-20T22:52:36.6169386Z [+] 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:/opt/google-cloud-sdk/bin:/home/runner/.dotnet/tools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games
2025-08-20T22:52:36.6171635Z 
2025-08-20T22:52:36.7349599Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T22:52:36.7523930Z Hit:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T22:52:36.8549259Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T22:52:36.9161816Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-20T22:52:36.9774792Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T22:52:37.0387195Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T22:52:37.8727805Z Reading package lists...
2025-08-20T22:52:37.9013478Z Reading package lists...
2025-08-20T22:52:38.0641478Z Building dependency tree...
2025-08-20T22:52:38.0649027Z Reading state information...
2025-08-20T22:52:38.3111578Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T22:52:38.3112103Z apt-utils is already the newest version (2.8.3).
2025-08-20T22:52:38.3112598Z ca-certificates is already the newest version (20240203).
2025-08-20T22:52:38.3113032Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T22:52:38.3113478Z gnupg2 is already the newest version (2.4.4-2ubuntu17.3).
2025-08-20T22:52:38.3113835Z moreutils is already the newest version (0.69-1).
2025-08-20T22:52:38.3114311Z software-properties-common is already the newest version (0.99.49.3).
2025-08-20T22:52:38.3114738Z util-linux is already the newest version (2.39.3-9ubuntu6.3).
2025-08-20T22:52:38.3115139Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:52:38.4607811Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T22:52:38.4954805Z Hit:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T22:52:38.6149569Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T22:52:38.7436015Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-20T22:52:38.8723223Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T22:52:39.0007316Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T22:52:39.8179397Z Reading package lists...
2025-08-20T22:52:39.8471643Z Reading package lists...
2025-08-20T22:52:40.0097437Z Building dependency tree...
2025-08-20T22:52:40.0104453Z Reading state information...
2025-08-20T22:52:40.2268365Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T22:52:40.2269042Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T22:52:40.2269621Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T22:52:40.2270049Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T22:52:40.2270438Z ca-certificates is already the newest version (20240203).
2025-08-20T22:52:40.2270872Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T22:52:40.2271554Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T22:52:40.2271892Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T22:52:40.2272433Z gawk set to manually installed.
2025-08-20T22:52:40.2272722Z git-lfs is already the newest version (3.6.1).
2025-08-20T22:52:40.2273096Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T22:52:40.2273457Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T22:52:40.2273790Z make is already the newest version (4.3-4.1build2).
2025-08-20T22:52:40.2274218Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T22:52:40.2274604Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T22:52:40.2274960Z texinfo is already the newest version (7.1-3build2).
2025-08-20T22:52:40.2275357Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:52:40.2275709Z The following additional packages will be installed:
2025-08-20T22:52:40.2276167Z   fonts-droid-fallback fonts-noto-mono fonts-urw-base35 ghostscript
2025-08-20T22:52:40.2276659Z   imagemagick-6.q16 libdjvulibre-text libdjvulibre21 libgs-common libgs10
2025-08-20T22:52:40.2277136Z   libgs10-common libhiredis1.1.0 libidn12 libijs-0.35 libimath-3-1-29t64
2025-08-20T22:52:40.2277605Z   libjbig2dec0 libjxr-tools libjxr0t64 libmagickcore-6.q16-7-extra
2025-08-20T22:52:40.2278092Z   libnetpbm11t64 libopenexr-3-1-30 libpaper-utils libpaper1 libwmflite-0.2-7
2025-08-20T22:52:40.2278517Z   netpbm poppler-data xfonts-encodings xfonts-utils
2025-08-20T22:52:40.2282294Z Suggested packages:
2025-08-20T22:52:40.2282667Z   distcc | icecc fonts-noto fonts-freefont-otf | fonts-freefont-ttf
2025-08-20T22:52:40.2283141Z   fonts-texgyre texlive-binaries imagemagick-6-doc autotrace cups-bsd | lpr
2025-08-20T22:52:40.2283756Z   | lprng enscript ffmpeg gimp gnuplot grads graphviz hp2xx html2ps libwmf-bin
2025-08-20T22:52:40.2284256Z   mplayer povray radiance sane-utils texlive-base-bin transfig libraw-bin
2025-08-20T22:52:40.2284688Z   xdg-utils inkscape poppler-utils fonts-japanese-mincho
2025-08-20T22:52:40.2285062Z   | fonts-ipafont-mincho fonts-japanese-gothic | fonts-ipafont-gothic
2025-08-20T22:52:40.2285415Z   fonts-arphic-ukai fonts-arphic-uming fonts-nanum
2025-08-20T22:52:40.2490952Z The following NEW packages will be installed:
2025-08-20T22:52:40.2491333Z   b3sum build-essential ccache fonts-droid-fallback fonts-noto-mono
2025-08-20T22:52:40.2491777Z   fonts-urw-base35 ghostscript imagemagick imagemagick-6.q16 libdjvulibre-text
2025-08-20T22:52:40.2492381Z   libdjvulibre21 libgs-common libgs10 libgs10-common libhiredis1.1.0 libidn12
2025-08-20T22:52:40.2492817Z   libijs-0.35 libimath-3-1-29t64 libjbig2dec0 libjxr-tools libjxr0t64
2025-08-20T22:52:40.2493670Z   libmagickcore-6.q16-7-extra libnetpbm11t64 libopenexr-3-1-30 libpaper-utils
2025-08-20T22:52:40.2496810Z   libpaper1 libtool-bin libwmflite-0.2-7 lzip musl musl-dev musl-tools netpbm
2025-08-20T22:52:40.2497808Z   poppler-data xfonts-encodings xfonts-utils
2025-08-20T22:52:40.5240841Z 0 upgraded, 36 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:52:40.5241189Z Need to get 27.2 MB of archives.
2025-08-20T22:52:40.5241476Z After this operation, 111 MB of additional disk space will be used.
2025-08-20T22:52:40.5242036Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 fonts-droid-fallback all 1:6.0.1r16-1.1build1 [1805 kB]
2025-08-20T22:52:41.0394374Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 poppler-data all 0.4.12-1 [2060 kB]
2025-08-20T22:52:41.1670913Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 b3sum arm64 1.2.0-1 [343 kB]
2025-08-20T22:52:41.2319533Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 build-essential arm64 12.10ubuntu1 [4932 B]
2025-08-20T22:52:41.2935018Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libhiredis1.1.0 arm64 1.2.0-6ubuntu3 [40.7 kB]
2025-08-20T22:52:41.3553807Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 ccache arm64 4.9.1-1 [541 kB]
2025-08-20T22:52:41.4222837Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 fonts-noto-mono all 20201225-2 [435 kB]
2025-08-20T22:52:41.4879980Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 xfonts-encodings all 1:1.0.5-0ubuntu2 [578 kB]
2025-08-20T22:52:41.5557993Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 xfonts-utils arm64 1:7.7+6build3 [93.1 kB]
2025-08-20T22:52:41.6181853Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 fonts-urw-base35 all 20200910-8 [11.0 MB]
2025-08-20T22:52:41.8295773Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgs-common all 10.02.1~dfsg1-0ubuntu7.7 [176 kB]
2025-08-20T22:52:41.8919324Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgs10-common all 10.02.1~dfsg1-0ubuntu7.7 [488 kB]
2025-08-20T22:52:41.9559253Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libidn12 arm64 1.42-1build1 [56.9 kB]
2025-08-20T22:52:42.0175805Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libijs-0.35 arm64 0.35-15.1build1 [15.3 kB]
2025-08-20T22:52:42.0794065Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libjbig2dec0 arm64 0.20-1build3 [63.2 kB]
2025-08-20T22:52:42.1411504Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpaper1 arm64 1.1.29build1 [13.4 kB]
2025-08-20T22:52:42.2024232Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgs10 arm64 10.02.1~dfsg1-0ubuntu7.7 [3777 kB]
2025-08-20T22:52:42.2863314Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 ghostscript arm64 10.02.1~dfsg1-0ubuntu7.7 [43.5 kB]
2025-08-20T22:52:42.4497426Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 imagemagick-6.q16 arm64 8:6.9.12.98+dfsg1-5.2build2 [254 kB]
2025-08-20T22:52:42.5127895Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 imagemagick arm64 8:6.9.12.98+dfsg1-5.2build2 [14.2 kB]
2025-08-20T22:52:42.5746870Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libdjvulibre-text all 3.5.28-2ubuntu0.24.04.1 [50.9 kB]
2025-08-20T22:52:42.6365857Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libdjvulibre21 arm64 3.5.28-2ubuntu0.24.04.1 [608 kB]
2025-08-20T22:52:42.7015418Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libimath-3-1-29t64 arm64 3.1.9-3.1ubuntu2 [68.2 kB]
2025-08-20T22:52:42.7634598Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libjxr0t64 arm64 1.2~git20170615.f752187-5.1ubuntu2 [177 kB]
2025-08-20T22:52:42.8261157Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libjxr-tools arm64 1.2~git20170615.f752187-5.1ubuntu2 [16.0 kB]
2025-08-20T22:52:42.8878493Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libopenexr-3-1-30 arm64 3.1.5-5.1build3 [939 kB]
2025-08-20T22:52:42.9547994Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libwmflite-0.2-7 arm64 0.2.13-1.1build3 [68.6 kB]
2025-08-20T22:52:43.0169949Z Get:28 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libmagickcore-6.q16-7-extra arm64 8:6.9.12.98+dfsg1-5.2build2 [67.7 kB]
2025-08-20T22:52:43.0791198Z Get:29 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libnetpbm11t64 arm64 2:11.05.02-1.1build1 [113 kB]
2025-08-20T22:52:43.1411759Z Get:30 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpaper-utils arm64 1.1.29build1 [8490 B]
2025-08-20T22:52:43.2027777Z Get:31 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libtool-bin arm64 2.4.7-7build1 [84.0 kB]
2025-08-20T22:52:43.2651549Z Get:32 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 lzip arm64 1.24.1-1build1 [81.7 kB]
2025-08-20T22:52:43.3271466Z Get:33 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 netpbm arm64 2:11.05.02-1.1build1 [2092 kB]
2025-08-20T22:52:43.4013206Z Get:34 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 musl arm64 1.2.4-2 [420 kB]
2025-08-20T22:52:43.4656192Z Get:35 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 musl-dev arm64 1.2.4-2 [613 kB]
2025-08-20T22:52:43.5309232Z Get:36 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 musl-tools arm64 1.2.4-2 [5542 B]
2025-08-20T22:52:43.7584127Z Preconfiguring packages ...
2025-08-20T22:52:43.8396690Z Fetched 27.2 MB in 3s (8308 kB/s)
2025-08-20T22:52:43.8754374Z Selecting previously unselected package fonts-droid-fallback.
2025-08-20T22:52:43.8784233Z (Reading database ... 
2025-08-20T22:52:43.8784443Z (Reading database ... 5%
2025-08-20T22:52:43.8784670Z (Reading database ... 10%
2025-08-20T22:52:43.8784867Z (Reading database ... 15%
2025-08-20T22:52:43.8785054Z (Reading database ... 20%
2025-08-20T22:52:43.8785260Z (Reading database ... 25%
2025-08-20T22:52:43.8786097Z (Reading database ... 30%
2025-08-20T22:52:43.8786363Z (Reading database ... 35%
2025-08-20T22:52:43.8786567Z (Reading database ... 40%
2025-08-20T22:52:43.8786762Z (Reading database ... 45%
2025-08-20T22:52:43.8786953Z (Reading database ... 50%
2025-08-20T22:52:43.8806421Z (Reading database ... 55%
2025-08-20T22:52:43.8888597Z (Reading database ... 60%
2025-08-20T22:52:43.8925791Z (Reading database ... 65%
2025-08-20T22:52:43.8938776Z (Reading database ... 70%
2025-08-20T22:52:43.8957565Z (Reading database ... 75%
2025-08-20T22:52:43.9077012Z (Reading database ... 80%
2025-08-20T22:52:43.9142462Z (Reading database ... 85%
2025-08-20T22:52:43.9165210Z (Reading database ... 90%
2025-08-20T22:52:43.9245137Z (Reading database ... 95%
2025-08-20T22:52:43.9245363Z (Reading database ... 100%
2025-08-20T22:52:43.9245649Z (Reading database ... 189350 files and directories currently installed.)
2025-08-20T22:52:43.9270529Z Preparing to unpack .../00-fonts-droid-fallback_1%3a6.0.1r16-1.1build1_all.deb ...
2025-08-20T22:52:43.9471811Z Unpacking fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T22:52:44.0900524Z Selecting previously unselected package poppler-data.
2025-08-20T22:52:44.1068679Z Preparing to unpack .../01-poppler-data_0.4.12-1_all.deb ...
2025-08-20T22:52:44.1154976Z Unpacking poppler-data (0.4.12-1) ...
2025-08-20T22:52:44.2237152Z Selecting previously unselected package b3sum.
2025-08-20T22:52:44.2397670Z Preparing to unpack .../02-b3sum_1.2.0-1_arm64.deb ...
2025-08-20T22:52:44.2448244Z Unpacking b3sum (1.2.0-1) ...
2025-08-20T22:52:44.3097346Z Selecting previously unselected package build-essential.
2025-08-20T22:52:44.3264630Z Preparing to unpack .../03-build-essential_12.10ubuntu1_arm64.deb ...
2025-08-20T22:52:44.3321520Z Unpacking build-essential (12.10ubuntu1) ...
2025-08-20T22:52:44.3803548Z Selecting previously unselected package libhiredis1.1.0:arm64.
2025-08-20T22:52:44.3959519Z Preparing to unpack .../04-libhiredis1.1.0_1.2.0-6ubuntu3_arm64.deb ...
2025-08-20T22:52:44.4064846Z Unpacking libhiredis1.1.0:arm64 (1.2.0-6ubuntu3) ...
2025-08-20T22:52:44.4592559Z Selecting previously unselected package ccache.
2025-08-20T22:52:44.4766240Z Preparing to unpack .../05-ccache_4.9.1-1_arm64.deb ...
2025-08-20T22:52:44.4818605Z Unpacking ccache (4.9.1-1) ...
2025-08-20T22:52:44.5399881Z Selecting previously unselected package fonts-noto-mono.
2025-08-20T22:52:44.5573369Z Preparing to unpack .../06-fonts-noto-mono_20201225-2_all.deb ...
2025-08-20T22:52:44.5618281Z Unpacking fonts-noto-mono (20201225-2) ...
2025-08-20T22:52:44.6115122Z Selecting previously unselected package xfonts-encodings.
2025-08-20T22:52:44.6287206Z Preparing to unpack .../07-xfonts-encodings_1%3a1.0.5-0ubuntu2_all.deb ...
2025-08-20T22:52:44.6333035Z Unpacking xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T22:52:44.6891383Z Selecting previously unselected package xfonts-utils.
2025-08-20T22:52:44.7044602Z Preparing to unpack .../08-xfonts-utils_1%3a7.7+6build3_arm64.deb ...
2025-08-20T22:52:44.7102576Z Unpacking xfonts-utils (1:7.7+6build3) ...
2025-08-20T22:52:44.8014047Z Selecting previously unselected package fonts-urw-base35.
2025-08-20T22:52:44.8163403Z Preparing to unpack .../09-fonts-urw-base35_20200910-8_all.deb ...
2025-08-20T22:52:44.8692033Z Unpacking fonts-urw-base35 (20200910-8) ...
2025-08-20T22:52:44.9640300Z Selecting previously unselected package libgs-common.
2025-08-20T22:52:44.9814695Z Preparing to unpack .../10-libgs-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T22:52:44.9864994Z Unpacking libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:52:45.0270480Z Selecting previously unselected package libgs10-common.
2025-08-20T22:52:45.0436867Z Preparing to unpack .../11-libgs10-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T22:52:45.0498208Z Unpacking libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:52:45.1390578Z Selecting previously unselected package libidn12:arm64.
2025-08-20T22:52:45.1560593Z Preparing to unpack .../12-libidn12_1.42-1build1_arm64.deb ...
2025-08-20T22:52:45.1608296Z Unpacking libidn12:arm64 (1.42-1build1) ...
2025-08-20T22:52:45.2107648Z Selecting previously unselected package libijs-0.35:arm64.
2025-08-20T22:52:45.2260487Z Preparing to unpack .../13-libijs-0.35_0.35-15.1build1_arm64.deb ...
2025-08-20T22:52:45.2310603Z Unpacking libijs-0.35:arm64 (0.35-15.1build1) ...
2025-08-20T22:52:45.2839271Z Selecting previously unselected package libjbig2dec0:arm64.
2025-08-20T22:52:45.2993765Z Preparing to unpack .../14-libjbig2dec0_0.20-1build3_arm64.deb ...
2025-08-20T22:52:45.3047028Z Unpacking libjbig2dec0:arm64 (0.20-1build3) ...
2025-08-20T22:52:45.3711447Z Selecting previously unselected package libpaper1:arm64.
2025-08-20T22:52:45.3863355Z Preparing to unpack .../15-libpaper1_1.1.29build1_arm64.deb ...
2025-08-20T22:52:45.3914160Z Unpacking libpaper1:arm64 (1.1.29build1) ...
2025-08-20T22:52:45.4419624Z Selecting previously unselected package libgs10:arm64.
2025-08-20T22:52:45.4599419Z Preparing to unpack .../16-libgs10_10.02.1~dfsg1-0ubuntu7.7_arm64.deb ...
2025-08-20T22:52:45.4652978Z Unpacking libgs10:arm64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:52:45.5965265Z Selecting previously unselected package ghostscript.
2025-08-20T22:52:45.6140136Z Preparing to unpack .../17-ghostscript_10.02.1~dfsg1-0ubuntu7.7_arm64.deb ...
2025-08-20T22:52:45.6198891Z Unpacking ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:52:45.6710733Z Selecting previously unselected package imagemagick-6.q16.
2025-08-20T22:52:45.6883214Z Preparing to unpack .../18-imagemagick-6.q16_8%3a6.9.12.98+dfsg1-5.2build2_arm64.deb ...
2025-08-20T22:52:45.6932840Z Unpacking imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:52:45.8044854Z Selecting previously unselected package imagemagick.
2025-08-20T22:52:45.8206025Z Preparing to unpack .../19-imagemagick_8%3a6.9.12.98+dfsg1-5.2build2_arm64.deb ...
2025-08-20T22:52:45.8267834Z Unpacking imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:52:45.8692633Z Selecting previously unselected package libdjvulibre-text.
2025-08-20T22:52:45.8846847Z Preparing to unpack .../20-libdjvulibre-text_3.5.28-2ubuntu0.24.04.1_all.deb ...
2025-08-20T22:52:45.8895798Z Unpacking libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T22:52:45.9447373Z Selecting previously unselected package libdjvulibre21:arm64.
2025-08-20T22:52:45.9613968Z Preparing to unpack .../21-libdjvulibre21_3.5.28-2ubuntu0.24.04.1_arm64.deb ...
2025-08-20T22:52:45.9662492Z Unpacking libdjvulibre21:arm64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T22:52:46.0252097Z Selecting previously unselected package libimath-3-1-29t64:arm64.
2025-08-20T22:52:46.0412815Z Preparing to unpack .../22-libimath-3-1-29t64_3.1.9-3.1ubuntu2_arm64.deb ...
2025-08-20T22:52:46.0461760Z Unpacking libimath-3-1-29t64:arm64 (3.1.9-3.1ubuntu2) ...
2025-08-20T22:52:46.0980888Z Selecting previously unselected package libjxr0t64:arm64.
2025-08-20T22:52:46.1146196Z Preparing to unpack .../23-libjxr0t64_1.2~git20170615.f752187-5.1ubuntu2_arm64.deb ...
2025-08-20T22:52:46.1201827Z Unpacking libjxr0t64:arm64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T22:52:46.1645534Z Selecting previously unselected package libjxr-tools.
2025-08-20T22:52:46.1792050Z Preparing to unpack .../24-libjxr-tools_1.2~git20170615.f752187-5.1ubuntu2_arm64.deb ...
2025-08-20T22:52:46.1858605Z Unpacking libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T22:52:46.3987921Z Selecting previously unselected package libopenexr-3-1-30:arm64.
2025-08-20T22:52:46.4166791Z Preparing to unpack .../25-libopenexr-3-1-30_3.1.5-5.1build3_arm64.deb ...
2025-08-20T22:52:46.4223248Z Unpacking libopenexr-3-1-30:arm64 (3.1.5-5.1build3) ...
2025-08-20T22:52:46.4846284Z Selecting previously unselected package libwmflite-0.2-7:arm64.
2025-08-20T22:52:46.5029880Z Preparing to unpack .../26-libwmflite-0.2-7_0.2.13-1.1build3_arm64.deb ...
2025-08-20T22:52:46.5079931Z Unpacking libwmflite-0.2-7:arm64 (0.2.13-1.1build3) ...
2025-08-20T22:52:46.5498264Z Selecting previously unselected package libmagickcore-6.q16-7-extra:arm64.
2025-08-20T22:52:46.5671239Z Preparing to unpack .../27-libmagickcore-6.q16-7-extra_8%3a6.9.12.98+dfsg1-5.2build2_arm64.deb ...
2025-08-20T22:52:46.5724308Z Unpacking libmagickcore-6.q16-7-extra:arm64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:52:46.6247421Z Selecting previously unselected package libnetpbm11t64:arm64.
2025-08-20T22:52:46.6407853Z Preparing to unpack .../28-libnetpbm11t64_2%3a11.05.02-1.1build1_arm64.deb ...
2025-08-20T22:52:46.6462884Z Unpacking libnetpbm11t64:arm64 (2:11.05.02-1.1build1) ...
2025-08-20T22:52:46.6891212Z Selecting previously unselected package libpaper-utils.
2025-08-20T22:52:46.7048377Z Preparing to unpack .../29-libpaper-utils_1.1.29build1_arm64.deb ...
2025-08-20T22:52:46.7099469Z Unpacking libpaper-utils (1.1.29build1) ...
2025-08-20T22:52:46.7476415Z Selecting previously unselected package libtool-bin.
2025-08-20T22:52:46.7622920Z Preparing to unpack .../30-libtool-bin_2.4.7-7build1_arm64.deb ...
2025-08-20T22:52:46.7669035Z Unpacking libtool-bin (2.4.7-7build1) ...
2025-08-20T22:52:46.8160527Z Selecting previously unselected package lzip.
2025-08-20T22:52:46.8306985Z Preparing to unpack .../31-lzip_1.24.1-1build1_arm64.deb ...
2025-08-20T22:52:46.8365983Z Unpacking lzip (1.24.1-1build1) ...
2025-08-20T22:52:46.8821491Z Selecting previously unselected package netpbm.
2025-08-20T22:52:46.8989227Z Preparing to unpack .../32-netpbm_2%3a11.05.02-1.1build1_arm64.deb ...
2025-08-20T22:52:46.9035672Z Unpacking netpbm (2:11.05.02-1.1build1) ...
2025-08-20T22:52:47.1035887Z Selecting previously unselected package musl:arm64.
2025-08-20T22:52:47.1197694Z Preparing to unpack .../33-musl_1.2.4-2_arm64.deb ...
2025-08-20T22:52:47.1256606Z Unpacking musl:arm64 (1.2.4-2) ...
2025-08-20T22:52:47.1817360Z Selecting previously unselected package musl-dev:arm64.
2025-08-20T22:52:47.1971935Z Preparing to unpack .../34-musl-dev_1.2.4-2_arm64.deb ...
2025-08-20T22:52:47.2023736Z Unpacking musl-dev:arm64 (1.2.4-2) ...
2025-08-20T22:52:47.2695803Z Selecting previously unselected package musl-tools.
2025-08-20T22:52:47.2851097Z Preparing to unpack .../35-musl-tools_1.2.4-2_arm64.deb ...
2025-08-20T22:52:47.2907451Z Unpacking musl-tools (1.2.4-2) ...
2025-08-20T22:52:47.3512992Z Setting up libpaper1:arm64 (1.1.29build1) ...
2025-08-20T22:52:47.4844726Z 
2025-08-20T22:52:47.4845318Z Creating config file /etc/papersize with new version
2025-08-20T22:52:47.5571280Z Setting up libtool-bin (2.4.7-7build1) ...
2025-08-20T22:52:47.5755007Z Setting up fonts-noto-mono (20201225-2) ...
2025-08-20T22:52:47.5950255Z Setting up libwmflite-0.2-7:arm64 (0.2.13-1.1build3) ...
2025-08-20T22:52:47.6107141Z Setting up libijs-0.35:arm64 (0.35-15.1build1) ...
2025-08-20T22:52:47.6345827Z Setting up libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:52:47.6550885Z Setting up libpaper-utils (1.1.29build1) ...
2025-08-20T22:52:47.6760850Z Setting up libnetpbm11t64:arm64 (2:11.05.02-1.1build1) ...
2025-08-20T22:52:47.6947657Z Setting up poppler-data (0.4.12-1) ...
2025-08-20T22:52:47.7467911Z Setting up libjxr0t64:arm64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T22:52:47.7626497Z Setting up libjbig2dec0:arm64 (0.20-1build3) ...
2025-08-20T22:52:47.7795366Z Setting up lzip (1.24.1-1build1) ...
2025-08-20T22:52:47.7913571Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip (lzip) in auto mode
2025-08-20T22:52:47.7965840Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-compressor (lzip-compressor) in auto mode
2025-08-20T22:52:47.8017145Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-decompressor (lzip-decompressor) in auto mode
2025-08-20T22:52:47.8107416Z Setting up xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T22:52:47.8248922Z Setting up libimath-3-1-29t64:arm64 (3.1.9-3.1ubuntu2) ...
2025-08-20T22:52:47.8399154Z Setting up libidn12:arm64 (1.42-1build1) ...
2025-08-20T22:52:47.8548647Z Setting up netpbm (2:11.05.02-1.1build1) ...
2025-08-20T22:52:47.8690739Z Setting up imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:52:47.8819757Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare (compare) in auto mode
2025-08-20T22:52:47.8871267Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare-im6 (compare-im6) in auto mode
2025-08-20T22:52:47.8938926Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate (animate) in auto mode
2025-08-20T22:52:47.8992609Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate-im6 (animate-im6) in auto mode
2025-08-20T22:52:47.9049463Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert (convert) in auto mode
2025-08-20T22:52:47.9098993Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert-im6 (convert-im6) in auto mode
2025-08-20T22:52:47.9156466Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite (composite) in auto mode
2025-08-20T22:52:47.9207772Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite-im6 (composite-im6) in auto mode
2025-08-20T22:52:47.9269908Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure (conjure) in auto mode
2025-08-20T22:52:47.9324262Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure-im6 (conjure-im6) in auto mode
2025-08-20T22:52:47.9383955Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import (import) in auto mode
2025-08-20T22:52:47.9439514Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import-im6 (import-im6) in auto mode
2025-08-20T22:52:47.9503527Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify (identify) in auto mode
2025-08-20T22:52:47.9585977Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify-im6 (identify-im6) in auto mode
2025-08-20T22:52:47.9651778Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream (stream) in auto mode
2025-08-20T22:52:47.9705117Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream-im6 (stream-im6) in auto mode
2025-08-20T22:52:47.9767384Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display (display) in auto mode
2025-08-20T22:52:47.9820131Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display-im6 (display-im6) in auto mode
2025-08-20T22:52:47.9881161Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage (montage) in auto mode
2025-08-20T22:52:47.9932286Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage-im6 (montage-im6) in auto mode
2025-08-20T22:52:47.9988450Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify (mogrify) in auto mode
2025-08-20T22:52:48.0053454Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify-im6 (mogrify-im6) in auto mode
2025-08-20T22:52:48.0141496Z Setting up b3sum (1.2.0-1) ...
2025-08-20T22:52:48.0293778Z Setting up musl:arm64 (1.2.4-2) ...
2025-08-20T22:52:48.0595112Z Setting up build-essential (12.10ubuntu1) ...
2025-08-20T22:52:48.0799885Z Setting up fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T22:52:48.1183618Z Setting up libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T22:52:48.1362753Z Setting up libhiredis1.1.0:arm64 (1.2.0-6ubuntu3) ...
2025-08-20T22:52:48.1506187Z Setting up libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T22:52:48.1706438Z Setting up ccache (4.9.1-1) ...
2025-08-20T22:52:48.1808934Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T22:52:48.1932731Z Setting up libdjvulibre21:arm64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T22:52:48.2077179Z Setting up xfonts-utils (1:7.7+6build3) ...
2025-08-20T22:52:48.2249861Z Setting up musl-dev:arm64 (1.2.4-2) ...
2025-08-20T22:52:48.2404828Z Setting up libopenexr-3-1-30:arm64 (3.1.5-5.1build3) ...
2025-08-20T22:52:48.2551995Z Setting up imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:52:48.2708567Z Setting up libmagickcore-6.q16-7-extra:arm64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:52:48.2914545Z Setting up fonts-urw-base35 (20200910-8) ...
2025-08-20T22:52:48.4578319Z Setting up musl-tools (1.2.4-2) ...
2025-08-20T22:52:48.4723745Z Setting up libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:52:48.4872101Z Setting up libgs10:arm64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:52:48.5017038Z Setting up ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:52:48.5212483Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T22:52:48.5965314Z Processing triggers for fontconfig (2.15.0-1.1ubuntu2) ...
2025-08-20T22:52:48.8808431Z Processing triggers for hicolor-icon-theme (0.17-2) ...
2025-08-20T22:52:49.6134399Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T22:52:49.6366744Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:52:52.0096215Z Reading package lists...
2025-08-20T22:52:52.1713696Z Building dependency tree...
2025-08-20T22:52:52.1720712Z Reading state information...
2025-08-20T22:52:52.3948917Z autoconf is already the newest version (2.71-3).
2025-08-20T22:52:52.3949302Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T22:52:52.3950267Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T22:52:52.3950593Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T22:52:52.3950953Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T22:52:52.3951310Z ca-certificates is already the newest version (20240203).
2025-08-20T22:52:52.3951619Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T22:52:52.3951914Z file is already the newest version (1:5.45-3build1).
2025-08-20T22:52:52.3952497Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T22:52:52.3952855Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T22:52:52.3953167Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T22:52:52.3953474Z patch is already the newest version (2.7.6-7build3).
2025-08-20T22:52:52.3954112Z patch set to manually installed.
2025-08-20T22:52:52.3954409Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T22:52:52.3954730Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T22:52:52.3955034Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T22:52:52.3955340Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:52:52.3955599Z Suggested packages:
2025-08-20T22:52:52.3955765Z   scons-doc
2025-08-20T22:52:52.4095877Z The following NEW packages will be installed:
2025-08-20T22:52:52.4103589Z   autopoint byacc clang qemu-user-static scons
2025-08-20T22:52:52.5522524Z 0 upgraded, 5 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:52:52.5522871Z Need to get 17.8 MB of archives.
2025-08-20T22:52:52.5523167Z After this operation, 171 MB of additional disk space will be used.
2025-08-20T22:52:52.5523661Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 autopoint all 0.21-14ubuntu2 [422 kB]
2025-08-20T22:52:52.9374280Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 clang arm64 1:18.0-59~exp2 [5854 B]
2025-08-20T22:52:52.9989565Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 qemu-user-static arm64 1:8.2.2+ds-0ubuntu1.9 [16.7 MB]
2025-08-20T22:52:53.4708675Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 scons all 4.5.2+dfsg-1 [577 kB]
2025-08-20T22:52:53.5359968Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 byacc arm64 1:2.0.20221106-1 [82.2 kB]
2025-08-20T22:52:53.7721100Z Fetched 17.8 MB in 1s (15.9 MB/s)
2025-08-20T22:52:53.7938813Z Selecting previously unselected package autopoint.
2025-08-20T22:52:53.7971893Z (Reading database ... 
2025-08-20T22:52:53.7972127Z (Reading database ... 5%
2025-08-20T22:52:53.7972411Z (Reading database ... 10%
2025-08-20T22:52:53.7972612Z (Reading database ... 15%
2025-08-20T22:52:53.7972805Z (Reading database ... 20%
2025-08-20T22:52:53.7972994Z (Reading database ... 25%
2025-08-20T22:52:53.7973220Z (Reading database ... 30%
2025-08-20T22:52:53.7973408Z (Reading database ... 35%
2025-08-20T22:52:53.7973598Z (Reading database ... 40%
2025-08-20T22:52:53.7973784Z (Reading database ... 45%
2025-08-20T22:52:53.7973973Z (Reading database ... 50%
2025-08-20T22:52:53.7995392Z (Reading database ... 55%
2025-08-20T22:52:53.8078313Z (Reading database ... 60%
2025-08-20T22:52:53.8114821Z (Reading database ... 65%
2025-08-20T22:52:53.8127875Z (Reading database ... 70%
2025-08-20T22:52:53.8154751Z (Reading database ... 75%
2025-08-20T22:52:53.8267984Z (Reading database ... 80%
2025-08-20T22:52:53.8332105Z (Reading database ... 85%
2025-08-20T22:52:53.8381697Z (Reading database ... 90%
2025-08-20T22:52:53.8437136Z (Reading database ... 95%
2025-08-20T22:52:53.8437386Z (Reading database ... 100%
2025-08-20T22:52:53.8437685Z (Reading database ... 191843 files and directories currently installed.)
2025-08-20T22:52:53.8461867Z Preparing to unpack .../autopoint_0.21-14ubuntu2_all.deb ...
2025-08-20T22:52:53.8514537Z Unpacking autopoint (0.21-14ubuntu2) ...
2025-08-20T22:52:53.9077857Z Selecting previously unselected package clang.
2025-08-20T22:52:53.9230800Z Preparing to unpack .../clang_1%3a18.0-59~exp2_arm64.deb ...
2025-08-20T22:52:53.9280251Z Unpacking clang (1:18.0-59~exp2) ...
2025-08-20T22:52:53.9709053Z Selecting previously unselected package qemu-user-static.
2025-08-20T22:52:53.9863879Z Preparing to unpack .../qemu-user-static_1%3a8.2.2+ds-0ubuntu1.9_arm64.deb ...
2025-08-20T22:52:53.9913908Z Unpacking qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T22:52:54.9600599Z Selecting previously unselected package scons.
2025-08-20T22:52:54.9773759Z Preparing to unpack .../scons_4.5.2+dfsg-1_all.deb ...
2025-08-20T22:52:54.9835526Z Unpacking scons (4.5.2+dfsg-1) ...
2025-08-20T22:52:55.0559475Z Selecting previously unselected package byacc.
2025-08-20T22:52:55.0719123Z Preparing to unpack .../byacc_1%3a2.0.20221106-1_arm64.deb ...
2025-08-20T22:52:55.0774168Z Unpacking byacc (1:2.0.20221106-1) ...
2025-08-20T22:52:55.1480641Z Setting up qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T22:52:55.1694110Z Setting up byacc (1:2.0.20221106-1) ...
2025-08-20T22:52:55.1906121Z Setting up clang (1:18.0-59~exp2) ...
2025-08-20T22:52:55.2370519Z Setting up scons (4.5.2+dfsg-1) ...
2025-08-20T22:52:55.6011986Z Setting up autopoint (0.21-14ubuntu2) ...
2025-08-20T22:52:55.6205051Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:52:56.8030518Z Processing triggers for systemd (255.4-1ubuntu8.8) ...
2025-08-20T22:52:57.8743064Z Reading package lists...
2025-08-20T22:52:58.0404180Z Building dependency tree...
2025-08-20T22:52:58.0411207Z Reading state information...
2025-08-20T22:52:58.2603434Z The following additional packages will be installed:
2025-08-20T22:52:58.2603833Z   libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T22:52:58.2604164Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T22:52:58.2604583Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T22:52:58.2605053Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T22:52:58.2605495Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T22:52:58.2605916Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T22:52:58.2606753Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T22:52:58.2607181Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T22:52:58.2607572Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T22:52:58.2616568Z Suggested packages:
2025-08-20T22:52:58.2616846Z   adequate at autopkgtest bls-standalone bsd-mailx | mailx
2025-08-20T22:52:58.2617230Z   check-all-the-things cvs-buildpackage debhelper diffoscope disorderfs
2025-08-20T22:52:58.2617632Z   dose-extra duck elpa-devscripts faketime gnuplot how-can-i-help
2025-08-20T22:52:58.2618176Z   libauthen-sasl-perl libdbd-pg-perl libfile-desktopentry-perl
2025-08-20T22:52:58.2618562Z   libterm-size-perl libyaml-syck-perl mmdebstrap mutt piuparts
2025-08-20T22:52:58.2618969Z   postgresql-client pristine-lfs quilt ratt reprotest svn-buildpackage w3m
2025-08-20T22:52:58.2619421Z   debian-keyring equivs libgitlab-api-v4-perl libsoap-lite-perl pristine-tar
2025-08-20T22:52:58.2619895Z   libcrypt-ssleay-perl libscalar-number-perl libxstring-perl libsub-name-perl
2025-08-20T22:52:58.2620251Z   libauthen-ntlm-perl wdiff-doc
2025-08-20T22:52:58.2620461Z Recommended packages:
2025-08-20T22:52:58.2620736Z   dctrl-tools dput | dupload libdistro-info-perl libgit-wrapper-perl
2025-08-20T22:52:58.2621159Z   libjson-perl liblist-compare-perl libstring-shellquote-perl licensecheck
2025-08-20T22:52:58.2621549Z   lintian python3-unidiff python3-xdg libhtml-format-perl
2025-08-20T22:52:58.2621899Z   libnamespace-clean-perl libdata-dump-perl libhtml-form-perl
2025-08-20T22:52:58.2622414Z   libhttp-daemon-perl libmailtools-perl
2025-08-20T22:52:58.2789876Z The following NEW packages will be installed:
2025-08-20T22:52:58.2791215Z   devscripts libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T22:52:58.2791626Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T22:52:58.2792030Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T22:52:58.2792605Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T22:52:58.2793052Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T22:52:58.2793479Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T22:52:58.2793920Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T22:52:58.2794915Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T22:52:58.2797836Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T22:52:58.4198924Z 0 upgraded, 30 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:52:58.4199637Z Need to get 2409 kB of archives.
2025-08-20T22:52:58.4199962Z After this operation, 7427 kB of additional disk space will be used.
2025-08-20T22:52:58.4200475Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-dirlist-perl all 0.05-3 [7286 B]
2025-08-20T22:52:58.4814631Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-which-perl all 1.27-2 [12.5 kB]
2025-08-20T22:52:58.5553390Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-homedir-perl all 1.006-2 [37.0 kB]
2025-08-20T22:52:58.6798695Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-touch-perl all 0.12-2 [7498 B]
2025-08-20T22:52:58.7444677Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libclass-method-modifiers-perl all 2.15-1 [16.1 kB]
2025-08-20T22:52:58.8139500Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libclass-xsaccessor-perl arm64 1.19-4build4 [33.0 kB]
2025-08-20T22:52:58.8934990Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libb-hooks-op-check-perl arm64 0.22-3build1 [9284 B]
2025-08-20T22:52:58.9590792Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libdynaloader-functions-perl all 0.003-3 [12.1 kB]
2025-08-20T22:52:59.0267010Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libdevel-callchecker-perl arm64 0.008-2build3 [13.0 kB]
2025-08-20T22:52:59.0939850Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libparams-classify-perl arm64 0.015-2build5 [19.7 kB]
2025-08-20T22:52:59.1651156Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libmodule-runtime-perl all 0.016-2 [16.4 kB]
2025-08-20T22:52:59.2342011Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libimport-into-perl all 1.002005-2 [10.7 kB]
2025-08-20T22:52:59.3003248Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 librole-tiny-perl all 2.002004-1 [16.3 kB]
2025-08-20T22:52:59.3694457Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libsub-quote-perl all 2.006008-1ubuntu1 [20.7 kB]
2025-08-20T22:52:59.4419355Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libmoo-perl all 2.005005-1 [47.4 kB]
2025-08-20T22:52:59.5308825Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-listing-perl all 6.16-1 [11.3 kB]
2025-08-20T22:52:59.5983364Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libhtml-tree-perl all 5.07-3 [200 kB]
2025-08-20T22:52:59.8794771Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libhttp-cookies-perl all 6.11-1 [18.2 kB]
2025-08-20T22:52:59.9436944Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libhttp-negotiate-perl all 6.01-2 [12.4 kB]
2025-08-20T22:53:00.0067993Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 perl-openssl-defaults arm64 7build3 [6628 B]
2025-08-20T22:53:00.0692118Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libnet-ssleay-perl arm64 1.94-1build4 [311 kB]
2025-08-20T22:53:00.1941913Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libio-socket-ssl-perl all 2.085-1 [195 kB]
2025-08-20T22:53:00.2694059Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libnet-http-perl all 6.23-1 [22.3 kB]
2025-08-20T22:53:00.3317597Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 liblwp-protocol-https-perl all 6.13-1 [9006 B]
2025-08-20T22:53:00.3932829Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libtry-tiny-perl all 0.31-2 [20.8 kB]
2025-08-20T22:53:00.4554472Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libwww-robotrules-perl all 6.02-1 [12.6 kB]
2025-08-20T22:53:00.5174229Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libwww-perl all 6.76-1 [138 kB]
2025-08-20T22:53:00.5872108Z Get:28 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 patchutils arm64 0.4.2-1build3 [75.3 kB]
2025-08-20T22:53:00.6528170Z Get:29 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 wdiff arm64 1.2.2-6build1 [28.6 kB]
2025-08-20T22:53:00.7158919Z Get:30 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 devscripts all 2.23.7 [1069 kB]
2025-08-20T22:53:01.0303924Z Fetched 2409 kB in 3s (962 kB/s)
2025-08-20T22:53:01.0545465Z Selecting previously unselected package libfile-dirlist-perl.
2025-08-20T22:53:01.0577373Z (Reading database ... 
2025-08-20T22:53:01.0577612Z (Reading database ... 5%
2025-08-20T22:53:01.0577855Z (Reading database ... 10%
2025-08-20T22:53:01.0578052Z (Reading database ... 15%
2025-08-20T22:53:01.0578244Z (Reading database ... 20%
2025-08-20T22:53:01.0578435Z (Reading database ... 25%
2025-08-20T22:53:01.0578628Z (Reading database ... 30%
2025-08-20T22:53:01.0578834Z (Reading database ... 35%
2025-08-20T22:53:01.0579023Z (Reading database ... 40%
2025-08-20T22:53:01.0579217Z (Reading database ... 45%
2025-08-20T22:53:01.0579408Z (Reading database ... 50%
2025-08-20T22:53:01.0598657Z (Reading database ... 55%
2025-08-20T22:53:01.0679724Z (Reading database ... 60%
2025-08-20T22:53:01.0716259Z (Reading database ... 65%
2025-08-20T22:53:01.0729736Z (Reading database ... 70%
2025-08-20T22:53:01.0756409Z (Reading database ... 75%
2025-08-20T22:53:01.0872872Z (Reading database ... 80%
2025-08-20T22:53:01.0938057Z (Reading database ... 85%
2025-08-20T22:53:01.0988609Z (Reading database ... 90%
2025-08-20T22:53:01.1043603Z (Reading database ... 95%
2025-08-20T22:53:01.1043814Z (Reading database ... 100%
2025-08-20T22:53:01.1044516Z (Reading database ... 192291 files and directories currently installed.)
2025-08-20T22:53:01.1069329Z Preparing to unpack .../00-libfile-dirlist-perl_0.05-3_all.deb ...
2025-08-20T22:53:01.1141923Z Unpacking libfile-dirlist-perl (0.05-3) ...
2025-08-20T22:53:01.1668183Z Selecting previously unselected package libfile-which-perl.
2025-08-20T22:53:01.1835715Z Preparing to unpack .../01-libfile-which-perl_1.27-2_all.deb ...
2025-08-20T22:53:01.1913595Z Unpacking libfile-which-perl (1.27-2) ...
2025-08-20T22:53:01.2342477Z Selecting previously unselected package libfile-homedir-perl.
2025-08-20T22:53:01.2498910Z Preparing to unpack .../02-libfile-homedir-perl_1.006-2_all.deb ...
2025-08-20T22:53:01.2550969Z Unpacking libfile-homedir-perl (1.006-2) ...
2025-08-20T22:53:01.3035064Z Selecting previously unselected package libfile-touch-perl.
2025-08-20T22:53:01.3197179Z Preparing to unpack .../03-libfile-touch-perl_0.12-2_all.deb ...
2025-08-20T22:53:01.3255242Z Unpacking libfile-touch-perl (0.12-2) ...
2025-08-20T22:53:01.3701892Z Selecting previously unselected package libclass-method-modifiers-perl.
2025-08-20T22:53:01.3868552Z Preparing to unpack .../04-libclass-method-modifiers-perl_2.15-1_all.deb ...
2025-08-20T22:53:01.3916817Z Unpacking libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T22:53:01.4387989Z Selecting previously unselected package libclass-xsaccessor-perl.
2025-08-20T22:53:01.4548239Z Preparing to unpack .../05-libclass-xsaccessor-perl_1.19-4build4_arm64.deb ...
2025-08-20T22:53:01.4603063Z Unpacking libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T22:53:01.5141655Z Selecting previously unselected package libb-hooks-op-check-perl:arm64.
2025-08-20T22:53:01.5308034Z Preparing to unpack .../06-libb-hooks-op-check-perl_0.22-3build1_arm64.deb ...
2025-08-20T22:53:01.5358849Z Unpacking libb-hooks-op-check-perl:arm64 (0.22-3build1) ...
2025-08-20T22:53:01.6289461Z Selecting previously unselected package libdynaloader-functions-perl.
2025-08-20T22:53:01.6449780Z Preparing to unpack .../07-libdynaloader-functions-perl_0.003-3_all.deb ...
2025-08-20T22:53:01.6504022Z Unpacking libdynaloader-functions-perl (0.003-3) ...
2025-08-20T22:53:01.7046384Z Selecting previously unselected package libdevel-callchecker-perl:arm64.
2025-08-20T22:53:01.7224829Z Preparing to unpack .../08-libdevel-callchecker-perl_0.008-2build3_arm64.deb ...
2025-08-20T22:53:01.7274631Z Unpacking libdevel-callchecker-perl:arm64 (0.008-2build3) ...
2025-08-20T22:53:01.7767591Z Selecting previously unselected package libparams-classify-perl:arm64.
2025-08-20T22:53:01.7937069Z Preparing to unpack .../09-libparams-classify-perl_0.015-2build5_arm64.deb ...
2025-08-20T22:53:01.8012936Z Unpacking libparams-classify-perl:arm64 (0.015-2build5) ...
2025-08-20T22:53:01.8446969Z Selecting previously unselected package libmodule-runtime-perl.
2025-08-20T22:53:01.8613285Z Preparing to unpack .../10-libmodule-runtime-perl_0.016-2_all.deb ...
2025-08-20T22:53:01.8661914Z Unpacking libmodule-runtime-perl (0.016-2) ...
2025-08-20T22:53:01.9149421Z Selecting previously unselected package libimport-into-perl.
2025-08-20T22:53:01.9297420Z Preparing to unpack .../11-libimport-into-perl_1.002005-2_all.deb ...
2025-08-20T22:53:01.9354154Z Unpacking libimport-into-perl (1.002005-2) ...
2025-08-20T22:53:01.9791788Z Selecting previously unselected package librole-tiny-perl.
2025-08-20T22:53:01.9947701Z Preparing to unpack .../12-librole-tiny-perl_2.002004-1_all.deb ...
2025-08-20T22:53:02.0010228Z Unpacking librole-tiny-perl (2.002004-1) ...
2025-08-20T22:53:02.0528652Z Selecting previously unselected package libsub-quote-perl.
2025-08-20T22:53:02.0684791Z Preparing to unpack .../13-libsub-quote-perl_2.006008-1ubuntu1_all.deb ...
2025-08-20T22:53:02.0745946Z Unpacking libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T22:53:02.1217077Z Selecting previously unselected package libmoo-perl.
2025-08-20T22:53:02.1367847Z Preparing to unpack .../14-libmoo-perl_2.005005-1_all.deb ...
2025-08-20T22:53:02.1419652Z Unpacking libmoo-perl (2.005005-1) ...
2025-08-20T22:53:02.2052820Z Selecting previously unselected package libfile-listing-perl.
2025-08-20T22:53:02.2219361Z Preparing to unpack .../15-libfile-listing-perl_6.16-1_all.deb ...
2025-08-20T22:53:02.2282891Z Unpacking libfile-listing-perl (6.16-1) ...
2025-08-20T22:53:02.2846587Z Selecting previously unselected package libhtml-tree-perl.
2025-08-20T22:53:02.3011734Z Preparing to unpack .../16-libhtml-tree-perl_5.07-3_all.deb ...
2025-08-20T22:53:02.3070225Z Unpacking libhtml-tree-perl (5.07-3) ...
2025-08-20T22:53:02.3618759Z Selecting previously unselected package libhttp-cookies-perl.
2025-08-20T22:53:02.3788441Z Preparing to unpack .../17-libhttp-cookies-perl_6.11-1_all.deb ...
2025-08-20T22:53:02.3853007Z Unpacking libhttp-cookies-perl (6.11-1) ...
2025-08-20T22:53:02.4397591Z Selecting previously unselected package libhttp-negotiate-perl.
2025-08-20T22:53:02.4558199Z Preparing to unpack .../18-libhttp-negotiate-perl_6.01-2_all.deb ...
2025-08-20T22:53:02.4631841Z Unpacking libhttp-negotiate-perl (6.01-2) ...
2025-08-20T22:53:02.5156508Z Selecting previously unselected package perl-openssl-defaults:arm64.
2025-08-20T22:53:02.5316564Z Preparing to unpack .../19-perl-openssl-defaults_7build3_arm64.deb ...
2025-08-20T22:53:02.5371172Z Unpacking perl-openssl-defaults:arm64 (7build3) ...
2025-08-20T22:53:02.5988844Z Selecting previously unselected package libnet-ssleay-perl:arm64.
2025-08-20T22:53:02.6145562Z Preparing to unpack .../20-libnet-ssleay-perl_1.94-1build4_arm64.deb ...
2025-08-20T22:53:02.6221031Z Unpacking libnet-ssleay-perl:arm64 (1.94-1build4) ...
2025-08-20T22:53:02.6783749Z Selecting previously unselected package libio-socket-ssl-perl.
2025-08-20T22:53:02.6961548Z Preparing to unpack .../21-libio-socket-ssl-perl_2.085-1_all.deb ...
2025-08-20T22:53:02.7019951Z Unpacking libio-socket-ssl-perl (2.085-1) ...
2025-08-20T22:53:02.7468691Z Selecting previously unselected package libnet-http-perl.
2025-08-20T22:53:02.7635278Z Preparing to unpack .../22-libnet-http-perl_6.23-1_all.deb ...
2025-08-20T22:53:02.7690172Z Unpacking libnet-http-perl (6.23-1) ...
2025-08-20T22:53:02.8141840Z Selecting previously unselected package liblwp-protocol-https-perl.
2025-08-20T22:53:02.8312258Z Preparing to unpack .../23-liblwp-protocol-https-perl_6.13-1_all.deb ...
2025-08-20T22:53:02.8381873Z Unpacking liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T22:53:02.8877835Z Selecting previously unselected package libtry-tiny-perl.
2025-08-20T22:53:02.9036167Z Preparing to unpack .../24-libtry-tiny-perl_0.31-2_all.deb ...
2025-08-20T22:53:02.9084377Z Unpacking libtry-tiny-perl (0.31-2) ...
2025-08-20T22:53:02.9541123Z Selecting previously unselected package libwww-robotrules-perl.
2025-08-20T22:53:02.9691668Z Preparing to unpack .../25-libwww-robotrules-perl_6.02-1_all.deb ...
2025-08-20T22:53:02.9748688Z Unpacking libwww-robotrules-perl (6.02-1) ...
2025-08-20T22:53:03.0235480Z Selecting previously unselected package libwww-perl.
2025-08-20T22:53:03.0386648Z Preparing to unpack .../26-libwww-perl_6.76-1_all.deb ...
2025-08-20T22:53:03.0445773Z Unpacking libwww-perl (6.76-1) ...
2025-08-20T22:53:03.1067738Z Selecting previously unselected package patchutils.
2025-08-20T22:53:03.1225772Z Preparing to unpack .../27-patchutils_0.4.2-1build3_arm64.deb ...
2025-08-20T22:53:03.1285067Z Unpacking patchutils (0.4.2-1build3) ...
2025-08-20T22:53:03.1796753Z Selecting previously unselected package wdiff.
2025-08-20T22:53:03.1962077Z Preparing to unpack .../28-wdiff_1.2.2-6build1_arm64.deb ...
2025-08-20T22:53:03.2080062Z Unpacking wdiff (1.2.2-6build1) ...
2025-08-20T22:53:03.2884475Z Selecting previously unselected package devscripts.
2025-08-20T22:53:03.3059489Z Preparing to unpack .../29-devscripts_2.23.7_all.deb ...
2025-08-20T22:53:03.3257062Z Unpacking devscripts (2.23.7) ...
2025-08-20T22:53:03.4321406Z Setting up wdiff (1.2.2-6build1) ...
2025-08-20T22:53:03.4472766Z Setting up libhttp-negotiate-perl (6.01-2) ...
2025-08-20T22:53:03.4633722Z Setting up libfile-which-perl (1.27-2) ...
2025-08-20T22:53:03.4824539Z Setting up libfile-listing-perl (6.16-1) ...
2025-08-20T22:53:03.4959841Z Setting up libdynaloader-functions-perl (0.003-3) ...
2025-08-20T22:53:03.5168090Z Setting up libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T22:53:03.5321390Z Setting up libhttp-cookies-perl (6.11-1) ...
2025-08-20T22:53:03.5474148Z Setting up libhtml-tree-perl (5.07-3) ...
2025-08-20T22:53:03.5609727Z Setting up libtry-tiny-perl (0.31-2) ...
2025-08-20T22:53:03.5759178Z Setting up perl-openssl-defaults:arm64 (7build3) ...
2025-08-20T22:53:03.5929033Z Setting up libnet-http-perl (6.23-1) ...
2025-08-20T22:53:03.6097195Z Setting up patchutils (0.4.2-1build3) ...
2025-08-20T22:53:03.6267554Z Setting up libb-hooks-op-check-perl:arm64 (0.22-3build1) ...
2025-08-20T22:53:03.6482434Z Setting up libwww-robotrules-perl (6.02-1) ...
2025-08-20T22:53:03.6644546Z Setting up librole-tiny-perl (2.002004-1) ...
2025-08-20T22:53:03.6819011Z Setting up libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T22:53:03.6997513Z Setting up libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T22:53:03.7177724Z Setting up libfile-dirlist-perl (0.05-3) ...
2025-08-20T22:53:03.7356484Z Setting up libfile-homedir-perl (1.006-2) ...
2025-08-20T22:53:03.7579254Z Setting up libfile-touch-perl (0.12-2) ...
2025-08-20T22:53:03.7760501Z Setting up libnet-ssleay-perl:arm64 (1.94-1build4) ...
2025-08-20T22:53:03.7978672Z Setting up libdevel-callchecker-perl:arm64 (0.008-2build3) ...
2025-08-20T22:53:03.8141383Z Setting up libio-socket-ssl-perl (2.085-1) ...
2025-08-20T22:53:03.8321136Z Setting up libparams-classify-perl:arm64 (0.015-2build5) ...
2025-08-20T22:53:03.8521634Z Setting up libmodule-runtime-perl (0.016-2) ...
2025-08-20T22:53:03.8668995Z Setting up libimport-into-perl (1.002005-2) ...
2025-08-20T22:53:03.8828272Z Setting up libmoo-perl (2.005005-1) ...
2025-08-20T22:53:03.9031994Z Setting up libwww-perl (6.76-1) ...
2025-08-20T22:53:03.9190006Z Setting up devscripts (2.23.7) ...
2025-08-20T22:53:04.0400541Z Setting up liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T22:53:04.0616243Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:53:05.4915438Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T22:53:06.5666014Z Reading package lists...
2025-08-20T22:53:06.7302127Z Building dependency tree...
2025-08-20T22:53:06.7309764Z Reading state information...
2025-08-20T22:53:06.9455605Z The following additional packages will be installed:
2025-08-20T22:53:06.9460329Z   cmake-data libjsoncpp25 librhash0
2025-08-20T22:53:06.9467960Z Suggested packages:
2025-08-20T22:53:06.9468159Z   cmake-doc cmake-format elpa-cmake-mode
2025-08-20T22:53:06.9611464Z The following NEW packages will be installed:
2025-08-20T22:53:06.9619201Z   cmake cmake-data libjsoncpp25 librhash0
2025-08-20T22:53:07.1011952Z 0 upgraded, 4 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:53:07.1012436Z Need to get 12.7 MB of archives.
2025-08-20T22:53:07.1012731Z After this operation, 45.0 MB of additional disk space will be used.
2025-08-20T22:53:07.1013283Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libjsoncpp25 arm64 1.9.5-6build1 [78.2 kB]
2025-08-20T22:53:07.3267023Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 librhash0 arm64 1.4.3-3build1 [126 kB]
2025-08-20T22:53:07.4673947Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 cmake-data all 3.28.3-1build7 [2155 kB]
2025-08-20T22:53:07.7780892Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 cmake arm64 3.28.3-1build7 [10.3 MB]
2025-08-20T22:53:08.2083945Z Fetched 12.7 MB in 1s (12.7 MB/s)
2025-08-20T22:53:08.2445461Z Selecting previously unselected package libjsoncpp25:arm64.
2025-08-20T22:53:08.2477939Z (Reading database ... 
2025-08-20T22:53:08.2478173Z (Reading database ... 5%
2025-08-20T22:53:08.2478366Z (Reading database ... 10%
2025-08-20T22:53:08.2478559Z (Reading database ... 15%
2025-08-20T22:53:08.2478752Z (Reading database ... 20%
2025-08-20T22:53:08.2478937Z (Reading database ... 25%
2025-08-20T22:53:08.2479128Z (Reading database ... 30%
2025-08-20T22:53:08.2479641Z (Reading database ... 35%
2025-08-20T22:53:08.2479831Z (Reading database ... 40%
2025-08-20T22:53:08.2480021Z (Reading database ... 45%
2025-08-20T22:53:08.2480212Z (Reading database ... 50%
2025-08-20T22:53:08.2500289Z (Reading database ... 55%
2025-08-20T22:53:08.2582710Z (Reading database ... 60%
2025-08-20T22:53:08.2619477Z (Reading database ... 65%
2025-08-20T22:53:08.2632759Z (Reading database ... 70%
2025-08-20T22:53:08.2658907Z (Reading database ... 75%
2025-08-20T22:53:08.2773052Z (Reading database ... 80%
2025-08-20T22:53:08.2838120Z (Reading database ... 85%
2025-08-20T22:53:08.2864108Z (Reading database ... 90%
2025-08-20T22:53:08.2946986Z (Reading database ... 95%
2025-08-20T22:53:08.2947670Z (Reading database ... 100%
2025-08-20T22:53:08.2948014Z (Reading database ... 193226 files and directories currently installed.)
2025-08-20T22:53:08.2973623Z Preparing to unpack .../libjsoncpp25_1.9.5-6build1_arm64.deb ...
2025-08-20T22:53:08.3077148Z Unpacking libjsoncpp25:arm64 (1.9.5-6build1) ...
2025-08-20T22:53:08.3628347Z Selecting previously unselected package librhash0:arm64.
2025-08-20T22:53:08.3783491Z Preparing to unpack .../librhash0_1.4.3-3build1_arm64.deb ...
2025-08-20T22:53:08.3838903Z Unpacking librhash0:arm64 (1.4.3-3build1) ...
2025-08-20T22:53:08.4451651Z Selecting previously unselected package cmake-data.
2025-08-20T22:53:08.4615983Z Preparing to unpack .../cmake-data_3.28.3-1build7_all.deb ...
2025-08-20T22:53:08.4722686Z Unpacking cmake-data (3.28.3-1build7) ...
2025-08-20T22:53:09.3930561Z Selecting previously unselected package cmake.
2025-08-20T22:53:09.4104924Z Preparing to unpack .../cmake_3.28.3-1build7_arm64.deb ...
2025-08-20T22:53:09.4168888Z Unpacking cmake (3.28.3-1build7) ...
2025-08-20T22:53:09.6164952Z Setting up libjsoncpp25:arm64 (1.9.5-6build1) ...
2025-08-20T22:53:09.6326086Z Setting up librhash0:arm64 (1.4.3-3build1) ...
2025-08-20T22:53:09.6479959Z Setting up cmake-data (3.28.3-1build7) ...
2025-08-20T22:53:09.6680682Z Setting up cmake (3.28.3-1build7) ...
2025-08-20T22:53:09.6856553Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:53:10.9660200Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T22:53:11.9834628Z Reading package lists...
2025-08-20T22:53:12.1611523Z Building dependency tree...
2025-08-20T22:53:12.1618217Z Reading state information...
2025-08-20T22:53:12.4101550Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T22:53:12.4102607Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T22:53:12.4102949Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T22:53:12.4103641Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T22:53:12.4103960Z b3sum is already the newest version (1.2.0-1).
2025-08-20T22:53:12.4104270Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T22:53:12.4104612Z ca-certificates is already the newest version (20240203).
2025-08-20T22:53:12.4104909Z ccache is already the newest version (4.9.1-1).
2025-08-20T22:53:12.4105217Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T22:53:12.4105519Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T22:53:12.4105802Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T22:53:12.4106082Z git-lfs is already the newest version (3.6.1).
2025-08-20T22:53:12.4106414Z imagemagick is already the newest version (8:6.9.12.98+dfsg1-5.2build2).
2025-08-20T22:53:12.4106761Z lzip is already the newest version (1.24.1-1build1).
2025-08-20T22:53:12.4107065Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T22:53:12.4107368Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T22:53:12.4107682Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T22:53:12.4107986Z make is already the newest version (4.3-4.1build2).
2025-08-20T22:53:12.4108258Z musl is already the newest version (1.2.4-2).
2025-08-20T22:53:12.4108558Z musl-dev is already the newest version (1.2.4-2).
2025-08-20T22:53:12.4109097Z musl-tools is already the newest version (1.2.4-2).
2025-08-20T22:53:12.4109430Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T22:53:12.4109769Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T22:53:12.4110068Z texinfo is already the newest version (7.1-3build2).
2025-08-20T22:53:12.4110367Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:53:12.4110699Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:53:12.4298214Z Reading package lists...
2025-08-20T22:53:12.6057190Z Building dependency tree...
2025-08-20T22:53:12.6063697Z Reading state information...
2025-08-20T22:53:12.8503872Z autoconf is already the newest version (2.71-3).
2025-08-20T22:53:12.8504265Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T22:53:12.8504607Z autopoint is already the newest version (0.21-14ubuntu2).
2025-08-20T22:53:12.8504929Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T22:53:12.8505263Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T22:53:12.8505604Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T22:53:12.8505930Z byacc is already the newest version (1:2.0.20221106-1).
2025-08-20T22:53:12.8506242Z ca-certificates is already the newest version (20240203).
2025-08-20T22:53:12.8506552Z clang is already the newest version (1:18.0-59~exp2).
2025-08-20T22:53:12.8506843Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T22:53:12.8507131Z file is already the newest version (1:5.45-3build1).
2025-08-20T22:53:12.8507432Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T22:53:12.8507744Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T22:53:12.8508056Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T22:53:12.8508363Z patch is already the newest version (2.7.6-7build3).
2025-08-20T22:53:12.8508671Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T22:53:12.8508999Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T22:53:12.8509357Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T22:53:12.8509703Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T22:53:12.8509989Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T22:53:12.8510286Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:53:12.8510614Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:53:12.8686503Z Reading package lists...
2025-08-20T22:53:13.0277746Z Building dependency tree...
2025-08-20T22:53:13.0285768Z Reading state information...
2025-08-20T22:53:13.2726855Z devscripts is already the newest version (2.23.7).
2025-08-20T22:53:13.2727241Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:53:13.2911313Z Reading package lists...
2025-08-20T22:53:13.4709508Z Building dependency tree...
2025-08-20T22:53:13.4719394Z Reading state information...
2025-08-20T22:53:13.7193977Z cmake is already the newest version (3.28.3-1build7).
2025-08-20T22:53:13.7194355Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:53:13.7387274Z Reading package lists...
2025-08-20T22:53:13.8995482Z Building dependency tree...
2025-08-20T22:53:13.9001834Z Reading state information...
2025-08-20T22:53:14.1230159Z binutils-aarch64-linux-gnu is already the newest version (2.42-4ubuntu2.5).
2025-08-20T22:53:14.1230600Z binutils-aarch64-linux-gnu set to manually installed.
2025-08-20T22:53:14.1590620Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:53:14.2002031Z Reading package lists...
2025-08-20T22:53:14.3739834Z Building dependency tree...
2025-08-20T22:53:14.3748234Z Reading state information...
2025-08-20T22:53:14.5934783Z g++-aarch64-linux-gnu is already the newest version (4:13.2.0-7ubuntu1).
2025-08-20T22:53:14.5935199Z g++-aarch64-linux-gnu set to manually installed.
2025-08-20T22:53:14.5935919Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T22:53:14.5936281Z The following additional packages will be installed:
2025-08-20T22:53:14.5936612Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T22:53:14.5937009Z   cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf cpp-arm-linux-gnueabi
2025-08-20T22:53:14.5937456Z   cpp-arm-linux-gnueabihf g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T22:53:14.5937844Z   gcc-13-arm-linux-gnueabi gcc-13-arm-linux-gnueabi-base
2025-08-20T22:53:14.5938228Z   gcc-13-arm-linux-gnueabihf gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base
2025-08-20T22:53:14.5938682Z   gcc-13-cross-base-ports gcc-14-cross-base gcc-14-cross-base-ports
2025-08-20T22:53:14.5939078Z   gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf libasan8-armel-cross
2025-08-20T22:53:14.5939484Z   libasan8-armhf-cross libatomic1-armel-cross libatomic1-armhf-cross
2025-08-20T22:53:14.5939850Z   libc6-armel-cross libc6-armhf-cross libc6-dev-armel-cross
2025-08-20T22:53:14.5940246Z   libc6-dev-armhf-cross libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross
2025-08-20T22:53:14.5940662Z   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgomp1-armel-cross
2025-08-20T22:53:14.5941879Z   libgomp1-armhf-cross libstdc++-13-dev-armel-cross
2025-08-20T22:53:14.5942391Z   libstdc++-13-dev-armhf-cross libstdc++6-armel-cross libstdc++6-armhf-cross
2025-08-20T22:53:14.5942841Z   libubsan1-armel-cross libubsan1-armhf-cross linux-libc-dev-armel-cross
2025-08-20T22:53:14.5943176Z   linux-libc-dev-armhf-cross
2025-08-20T22:53:14.5949221Z Suggested packages:
2025-08-20T22:53:14.5949557Z   binutils-doc gcc-13-locales cpp-13-doc cpp-doc gcc-13-doc manpages-dev
2025-08-20T22:53:14.5949931Z   gdb-arm-linux-gnueabi gcc-doc gdb-arm-linux-gnueabihf
2025-08-20T22:53:14.6268741Z The following NEW packages will be installed:
2025-08-20T22:53:14.6269109Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T22:53:14.6269512Z   cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf cpp-arm-linux-gnueabi
2025-08-20T22:53:14.6269995Z   cpp-arm-linux-gnueabihf g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T22:53:14.6270428Z   g++-arm-linux-gnueabi g++-arm-linux-gnueabihf gcc-13-arm-linux-gnueabi
2025-08-20T22:53:14.6270806Z   gcc-13-arm-linux-gnueabi-base gcc-13-arm-linux-gnueabihf
2025-08-20T22:53:14.6271196Z   gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base gcc-13-cross-base-ports
2025-08-20T22:53:14.6271614Z   gcc-14-cross-base gcc-14-cross-base-ports gcc-arm-linux-gnueabi
2025-08-20T22:53:14.6272007Z   gcc-arm-linux-gnueabihf libasan8-armel-cross libasan8-armhf-cross
2025-08-20T22:53:14.6272903Z   libatomic1-armel-cross libatomic1-armhf-cross libc6-armel-cross
2025-08-20T22:53:14.6273303Z   libc6-armhf-cross libc6-dev-armel-cross libc6-dev-armhf-cross
2025-08-20T22:53:14.6273705Z   libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross libgcc-s1-armel-cross
2025-08-20T22:53:14.6274126Z   libgcc-s1-armhf-cross libgomp1-armel-cross libgomp1-armhf-cross
2025-08-20T22:53:14.6274497Z   libstdc++-13-dev-armel-cross libstdc++-13-dev-armhf-cross
2025-08-20T22:53:14.6274865Z   libstdc++6-armel-cross libstdc++6-armhf-cross libubsan1-armel-cross
2025-08-20T22:53:14.6276338Z   libubsan1-armhf-cross linux-libc-dev-armel-cross linux-libc-dev-armhf-cross
2025-08-20T22:53:14.8461136Z 0 upgraded, 42 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:53:14.8461494Z Need to get 112 MB of archives.
2025-08-20T22:53:14.8461792Z After this operation, 377 MB of additional disk space will be used.
2025-08-20T22:53:14.8462663Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 gcc-13-arm-linux-gnueabi-base arm64 13.3.0-6ubuntu2~24.04cross1 [51.7 kB]
2025-08-20T22:53:15.0388402Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 cpp-13-arm-linux-gnueabi arm64 13.3.0-6ubuntu2~24.04cross1 [9910 kB]
2025-08-20T22:53:15.5827421Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gcc-13-arm-linux-gnueabihf-base arm64 13.3.0-6ubuntu2~24.04cross1 [51.7 kB]
2025-08-20T22:53:15.6446430Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 cpp-13-arm-linux-gnueabihf arm64 13.3.0-6ubuntu2~24.04cross1 [9911 kB]
2025-08-20T22:53:15.8399250Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 cpp-arm-linux-gnueabi arm64 4:13.2.1-2ubuntu1 [4456 B]
2025-08-20T22:53:15.9011737Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 cpp-arm-linux-gnueabihf arm64 4:13.2.0-7ubuntu1 [5328 B]
2025-08-20T22:53:15.9626033Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 binutils-arm-linux-gnueabi arm64 2.42-4ubuntu2.5 [3449 kB]
2025-08-20T22:53:16.0446775Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 gcc-13-cross-base-ports all 13.3.0-6ubuntu2~24.04cross1 [46.4 kB]
2025-08-20T22:53:16.1064594Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 gcc-14-cross-base-ports all 14.2.0-4ubuntu2~24.04cross1 [46.0 kB]
2025-08-20T22:53:16.1681917Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libc6-armel-cross all 2.39-0ubuntu8cross1 [1046 kB]
2025-08-20T22:53:16.2357709Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libgcc-s1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [45.2 kB]
2025-08-20T22:53:16.2975151Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libgomp1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [134 kB]
2025-08-20T22:53:16.3594338Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libatomic1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [10.8 kB]
2025-08-20T22:53:16.4209424Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libasan8-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [2893 kB]
2025-08-20T22:53:16.5005930Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libstdc++6-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [672 kB]
2025-08-20T22:53:16.5659700Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libubsan1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [1156 kB]
2025-08-20T22:53:16.7366354Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libgcc-13-dev-armel-cross all 13.3.0-6ubuntu2~24.04cross1 [910 kB]
2025-08-20T22:53:16.8036969Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 gcc-13-arm-linux-gnueabi arm64 13.3.0-6ubuntu2~24.04cross1 [19.1 MB]
2025-08-20T22:53:17.1430309Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 linux-libc-dev-armel-cross all 6.8.0-25.25cross1 [1359 kB]
2025-08-20T22:53:17.2227105Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libc6-dev-armel-cross all 2.39-0ubuntu8cross1 [1459 kB]
2025-08-20T22:53:17.3040491Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libstdc++-13-dev-armel-cross all 13.3.0-6ubuntu2~24.04cross1 [2487 kB]
2025-08-20T22:53:17.3999182Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 g++-13-arm-linux-gnueabi arm64 13.3.0-6ubuntu2~24.04cross1 [11.2 MB]
2025-08-20T22:53:17.6203866Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 binutils-arm-linux-gnueabihf arm64 2.42-4ubuntu2.5 [3450 kB]
2025-08-20T22:53:17.7297959Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gcc-13-cross-base all 13.3.0-6ubuntu2~24.04cross1 [46.4 kB]
2025-08-20T22:53:17.7916297Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gcc-14-cross-base all 14.2.0-4ubuntu2~24.04cross1 [46.0 kB]
2025-08-20T22:53:17.8539369Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libc6-armhf-cross all 2.39-0ubuntu8cross1 [1320 kB]
2025-08-20T22:53:17.9330296Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgcc-s1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [41.5 kB]
2025-08-20T22:53:17.9947978Z Get:28 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgomp1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [123 kB]
2025-08-20T22:53:18.0568093Z Get:29 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libatomic1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [7626 B]
2025-08-20T22:53:18.1183176Z Get:30 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libasan8-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [2930 kB]
2025-08-20T22:53:18.2201178Z Get:31 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libstdc++6-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [664 kB]
2025-08-20T22:53:18.2899725Z Get:32 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libubsan1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [1153 kB]
2025-08-20T22:53:18.3669277Z Get:33 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgcc-13-dev-armhf-cross all 13.3.0-6ubuntu2~24.04cross1 [899 kB]
2025-08-20T22:53:18.5425333Z Get:34 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gcc-13-arm-linux-gnueabihf arm64 13.3.0-6ubuntu2~24.04cross1 [19.1 MB]
2025-08-20T22:53:18.8741931Z Get:35 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 linux-libc-dev-armhf-cross all 6.8.0-25.25cross1 [1359 kB]
2025-08-20T22:53:18.9558067Z Get:36 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libc6-dev-armhf-cross all 2.39-0ubuntu8cross1 [1387 kB]
2025-08-20T22:53:19.0373575Z Get:37 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libstdc++-13-dev-armhf-cross all 13.3.0-6ubuntu2~24.04cross1 [2460 kB]
2025-08-20T22:53:19.1331986Z Get:38 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 g++-13-arm-linux-gnueabihf arm64 13.3.0-6ubuntu2~24.04cross1 [11.2 MB]
2025-08-20T22:53:19.3535823Z Get:39 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 gcc-arm-linux-gnueabi arm64 4:13.2.1-2ubuntu1 [1252 B]
2025-08-20T22:53:19.4150148Z Get:40 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 g++-arm-linux-gnueabi arm64 4:13.2.1-2ubuntu1 [946 B]
2025-08-20T22:53:19.4763893Z Get:41 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 gcc-arm-linux-gnueabihf arm64 4:13.2.0-7ubuntu1 [1232 B]
2025-08-20T22:53:19.5378399Z Get:42 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 g++-arm-linux-gnueabihf arm64 4:13.2.0-7ubuntu1 [968 B]
2025-08-20T22:53:19.8104307Z Fetched 112 MB in 5s (22.9 MB/s)
2025-08-20T22:53:19.8364580Z Selecting previously unselected package gcc-13-arm-linux-gnueabi-base:arm64.
2025-08-20T22:53:19.8396691Z (Reading database ... 
2025-08-20T22:53:19.8397189Z (Reading database ... 5%
2025-08-20T22:53:19.8397405Z (Reading database ... 10%
2025-08-20T22:53:19.8397602Z (Reading database ... 15%
2025-08-20T22:53:19.8397790Z (Reading database ... 20%
2025-08-20T22:53:19.8397987Z (Reading database ... 25%
2025-08-20T22:53:19.8398176Z (Reading database ... 30%
2025-08-20T22:53:19.8398713Z (Reading database ... 35%
2025-08-20T22:53:19.8398966Z (Reading database ... 40%
2025-08-20T22:53:19.8399161Z (Reading database ... 45%
2025-08-20T22:53:19.8399351Z (Reading database ... 50%
2025-08-20T22:53:19.8417856Z (Reading database ... 55%
2025-08-20T22:53:19.8500850Z (Reading database ... 60%
2025-08-20T22:53:19.8537393Z (Reading database ... 65%
2025-08-20T22:53:19.8551253Z (Reading database ... 70%
2025-08-20T22:53:19.8577803Z (Reading database ... 75%
2025-08-20T22:53:19.8692662Z (Reading database ... 80%
2025-08-20T22:53:19.8759611Z (Reading database ... 85%
2025-08-20T22:53:19.8785755Z (Reading database ... 90%
2025-08-20T22:53:19.8876819Z (Reading database ... 95%
2025-08-20T22:53:19.8877037Z (Reading database ... 100%
2025-08-20T22:53:19.8877325Z (Reading database ... 196635 files and directories currently installed.)
2025-08-20T22:53:19.8904028Z Preparing to unpack .../00-gcc-13-arm-linux-gnueabi-base_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T22:53:19.8960187Z Unpacking gcc-13-arm-linux-gnueabi-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:53:19.9434958Z Selecting previously unselected package cpp-13-arm-linux-gnueabi.
2025-08-20T22:53:19.9593999Z Preparing to unpack .../01-cpp-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T22:53:19.9674605Z Unpacking cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:53:20.2027904Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf-base:arm64.
2025-08-20T22:53:20.2206777Z Preparing to unpack .../02-gcc-13-arm-linux-gnueabihf-base_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T22:53:20.2268452Z Unpacking gcc-13-arm-linux-gnueabihf-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:53:20.2730768Z Selecting previously unselected package cpp-13-arm-linux-gnueabihf.
2025-08-20T22:53:20.2900179Z Preparing to unpack .../03-cpp-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T22:53:20.2982098Z Unpacking cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:53:20.5004506Z Selecting previously unselected package cpp-arm-linux-gnueabi.
2025-08-20T22:53:20.5179927Z Preparing to unpack .../04-cpp-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_arm64.deb ...
2025-08-20T22:53:20.5237793Z Unpacking cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:53:20.5671322Z Selecting previously unselected package cpp-arm-linux-gnueabihf.
2025-08-20T22:53:20.5847962Z Preparing to unpack .../05-cpp-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_arm64.deb ...
2025-08-20T22:53:20.5909649Z Unpacking cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:53:20.6378234Z Selecting previously unselected package binutils-arm-linux-gnueabi.
2025-08-20T22:53:20.6541879Z Preparing to unpack .../06-binutils-arm-linux-gnueabi_2.42-4ubuntu2.5_arm64.deb ...
2025-08-20T22:53:20.6682253Z Unpacking binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T22:53:20.7696089Z Selecting previously unselected package gcc-13-cross-base-ports.
2025-08-20T22:53:20.7858243Z Preparing to unpack .../07-gcc-13-cross-base-ports_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:53:20.7927971Z Unpacking gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:53:20.8390363Z Selecting previously unselected package gcc-14-cross-base-ports.
2025-08-20T22:53:20.8571139Z Preparing to unpack .../08-gcc-14-cross-base-ports_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:53:20.8629002Z Unpacking gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:53:20.9105907Z Selecting previously unselected package libc6-armel-cross.
2025-08-20T22:53:20.9274204Z Preparing to unpack .../09-libc6-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T22:53:20.9329578Z Unpacking libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:53:20.9949016Z Selecting previously unselected package libgcc-s1-armel-cross.
2025-08-20T22:53:21.0114511Z Preparing to unpack .../10-libgcc-s1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:53:21.0167692Z Unpacking libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:53:21.0643561Z Selecting previously unselected package libgomp1-armel-cross.
2025-08-20T22:53:21.0805691Z Preparing to unpack .../11-libgomp1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:53:21.0872744Z Unpacking libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:53:21.1350763Z Selecting previously unselected package libatomic1-armel-cross.
2025-08-20T22:53:21.1510693Z Preparing to unpack .../12-libatomic1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:53:21.1574010Z Unpacking libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:53:21.2049193Z Selecting previously unselected package libasan8-armel-cross.
2025-08-20T22:53:21.2206715Z Preparing to unpack .../13-libasan8-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:53:21.2288790Z Unpacking libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:53:21.3147482Z Selecting previously unselected package libstdc++6-armel-cross.
2025-08-20T22:53:21.3313283Z Preparing to unpack .../14-libstdc++6-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:53:21.3368036Z Unpacking libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:53:21.3941433Z Selecting previously unselected package libubsan1-armel-cross.
2025-08-20T22:53:21.4132533Z Preparing to unpack .../15-libubsan1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:53:21.4202588Z Unpacking libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:53:21.4825411Z Selecting previously unselected package libgcc-13-dev-armel-cross.
2025-08-20T22:53:21.5008363Z Preparing to unpack .../16-libgcc-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:53:21.5074316Z Unpacking libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:53:21.5856511Z Selecting previously unselected package gcc-13-arm-linux-gnueabi.
2025-08-20T22:53:21.6022771Z Preparing to unpack .../17-gcc-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T22:53:21.6102818Z Unpacking gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:53:21.9994733Z Selecting previously unselected package linux-libc-dev-armel-cross.
2025-08-20T22:53:22.0179134Z Preparing to unpack .../18-linux-libc-dev-armel-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T22:53:22.0234002Z Unpacking linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T22:53:22.2590303Z Selecting previously unselected package libc6-dev-armel-cross.
2025-08-20T22:53:22.2762930Z Preparing to unpack .../19-libc6-dev-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T22:53:22.2820696Z Unpacking libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:53:22.4167052Z Selecting previously unselected package libstdc++-13-dev-armel-cross.
2025-08-20T22:53:22.4354051Z Preparing to unpack .../20-libstdc++-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:53:22.4426079Z Unpacking libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:53:22.6562341Z Selecting previously unselected package g++-13-arm-linux-gnueabi.
2025-08-20T22:53:22.6734130Z Preparing to unpack .../21-g++-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T22:53:22.6805675Z Unpacking g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:53:22.9007646Z Selecting previously unselected package binutils-arm-linux-gnueabihf.
2025-08-20T22:53:22.9196088Z Preparing to unpack .../22-binutils-arm-linux-gnueabihf_2.42-4ubuntu2.5_arm64.deb ...
2025-08-20T22:53:22.9256079Z Unpacking binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T22:53:23.0249980Z Selecting previously unselected package gcc-13-cross-base.
2025-08-20T22:53:23.0433233Z Preparing to unpack .../23-gcc-13-cross-base_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:53:23.0489244Z Unpacking gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:53:23.0943972Z Selecting previously unselected package gcc-14-cross-base.
2025-08-20T22:53:23.1109235Z Preparing to unpack .../24-gcc-14-cross-base_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:53:23.1165560Z Unpacking gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:53:23.1624684Z Selecting previously unselected package libc6-armhf-cross.
2025-08-20T22:53:23.1792869Z Preparing to unpack .../25-libc6-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T22:53:23.1845176Z Unpacking libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:53:23.2430743Z Selecting previously unselected package libgcc-s1-armhf-cross.
2025-08-20T22:53:23.2596002Z Preparing to unpack .../26-libgcc-s1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:53:23.2649794Z Unpacking libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:53:23.3144170Z Selecting previously unselected package libgomp1-armhf-cross.
2025-08-20T22:53:23.3337213Z Preparing to unpack .../27-libgomp1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:53:23.3389028Z Unpacking libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:53:23.3861056Z Selecting previously unselected package libatomic1-armhf-cross.
2025-08-20T22:53:23.4051503Z Preparing to unpack .../28-libatomic1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:53:23.4105229Z Unpacking libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:53:23.4629516Z Selecting previously unselected package libasan8-armhf-cross.
2025-08-20T22:53:23.4815521Z Preparing to unpack .../29-libasan8-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:53:23.4878909Z Unpacking libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:53:23.5742923Z Selecting previously unselected package libstdc++6-armhf-cross.
2025-08-20T22:53:23.5930816Z Preparing to unpack .../30-libstdc++6-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:53:23.5986153Z Unpacking libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:53:23.6529601Z Selecting previously unselected package libubsan1-armhf-cross.
2025-08-20T22:53:23.6700578Z Preparing to unpack .../31-libubsan1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:53:23.6750373Z Unpacking libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:53:23.7329715Z Selecting previously unselected package libgcc-13-dev-armhf-cross.
2025-08-20T22:53:23.7501002Z Preparing to unpack .../32-libgcc-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:53:23.7550071Z Unpacking libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:53:23.8267677Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf.
2025-08-20T22:53:23.8440360Z Preparing to unpack .../33-gcc-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T22:53:23.8519586Z Unpacking gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:53:24.1944744Z Selecting previously unselected package linux-libc-dev-armhf-cross.
2025-08-20T22:53:24.2117041Z Preparing to unpack .../34-linux-libc-dev-armhf-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T22:53:24.2189706Z Unpacking linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T22:53:24.4579730Z Selecting previously unselected package libc6-dev-armhf-cross.
2025-08-20T22:53:24.4766056Z Preparing to unpack .../35-libc6-dev-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T22:53:24.4824748Z Unpacking libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:53:24.6158856Z Selecting previously unselected package libstdc++-13-dev-armhf-cross.
2025-08-20T22:53:24.6332470Z Preparing to unpack .../36-libstdc++-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:53:24.6432881Z Unpacking libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:53:24.8776097Z Selecting previously unselected package g++-13-arm-linux-gnueabihf.
2025-08-20T22:53:24.8972814Z Preparing to unpack .../37-g++-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T22:53:24.9046337Z Unpacking g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:53:25.1376906Z Selecting previously unselected package gcc-arm-linux-gnueabi.
2025-08-20T22:53:25.1552134Z Preparing to unpack .../38-gcc-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_arm64.deb ...
2025-08-20T22:53:25.1602363Z Unpacking gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:53:25.1996645Z Selecting previously unselected package g++-arm-linux-gnueabi.
2025-08-20T22:53:25.2165506Z Preparing to unpack .../39-g++-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_arm64.deb ...
2025-08-20T22:53:25.2218692Z Unpacking g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:53:25.2597713Z Selecting previously unselected package gcc-arm-linux-gnueabihf.
2025-08-20T22:53:25.2768867Z Preparing to unpack .../40-gcc-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_arm64.deb ...
2025-08-20T22:53:25.2820715Z Unpacking gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:53:25.3188583Z Selecting previously unselected package g++-arm-linux-gnueabihf.
2025-08-20T22:53:25.3354156Z Preparing to unpack .../41-g++-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_arm64.deb ...
2025-08-20T22:53:25.3409466Z Unpacking g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:53:25.4014788Z Setting up binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T22:53:25.4204597Z Setting up libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:53:25.4358633Z Setting up gcc-13-arm-linux-gnueabi-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:53:25.4518263Z Setting up gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:53:25.4684171Z Setting up libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:53:25.4844033Z Setting up linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T22:53:25.5028395Z Setting up gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:53:25.5218544Z Setting up linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T22:53:25.5376563Z Setting up libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:53:25.5525069Z Setting up gcc-13-arm-linux-gnueabihf-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:53:25.5664196Z Setting up gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:53:25.5810353Z Setting up libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:53:25.6004571Z Setting up binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T22:53:25.6157344Z Setting up gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:53:25.6298752Z Setting up libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:53:25.6438284Z Setting up cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:53:25.6598091Z Setting up libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:53:25.6746190Z Setting up cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:53:25.6891478Z Setting up libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:53:25.7051861Z Setting up libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:53:25.7203434Z Setting up libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:53:25.7363079Z Setting up libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:53:25.7510345Z Setting up libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:53:25.7682503Z Setting up cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:53:25.7842055Z Setting up libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:53:25.8019755Z Setting up libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:53:25.8188022Z Setting up libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:53:25.8344963Z Setting up cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:53:25.8503909Z Setting up libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:53:25.8653983Z Setting up libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:53:25.8809082Z Setting up libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:53:25.8966427Z Setting up gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:53:25.9131480Z Setting up libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:53:25.9280169Z Setting up libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:53:25.9441220Z Setting up gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:53:25.9587572Z Setting up g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:53:25.9731798Z Setting up libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:53:25.9876826Z Setting up gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:53:26.0034185Z Setting up g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:53:26.0186128Z Setting up gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:53:26.0346892Z Setting up g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:53:26.0514980Z Setting up g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:53:26.0681056Z Processing triggers for ccache (4.9.1-1) ...
2025-08-20T22:53:26.0748139Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T22:53:26.0886873Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:53:27.3566338Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T22:53:28.3842838Z Reading package lists...
2025-08-20T22:53:28.5726617Z Building dependency tree...
2025-08-20T22:53:28.5734230Z Reading state information...
2025-08-20T22:53:28.7872505Z The following additional packages will be installed:
2025-08-20T22:53:28.7872954Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T22:53:28.7877354Z   libpcap0.8-dev
2025-08-20T22:53:28.8137332Z The following NEW packages will be installed:
2025-08-20T22:53:28.8138402Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T22:53:28.8143994Z   libpcap-dev libpcap0.8-dev pcaputils
2025-08-20T22:53:28.8311418Z 0 upgraded, 8 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:53:28.9728674Z Need to get 1640 kB of archives.
2025-08-20T22:53:28.9729022Z After this operation, 7134 kB of additional disk space will be used.
2025-08-20T22:53:28.9729606Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libdbus-1-dev arm64 1.14.10-4ubuntu4.1 [200 kB]
2025-08-20T22:53:29.2910743Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libjudydebian1 arm64 1.0.5-5.1build1 [104 kB]
2025-08-20T22:53:29.3752582Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libnl-3-dev arm64 3.7.0-0.3build1.1 [105 kB]
2025-08-20T22:53:29.4598171Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libnl-route-3-dev arm64 3.7.0-0.3build1.1 [225 kB]
2025-08-20T22:53:29.5712738Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libibverbs-dev arm64 50.0-2ubuntu0.2 [695 kB]
2025-08-20T22:53:29.7505422Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpcap0.8-dev arm64 1.10.4-4.1ubuntu3 [265 kB]
2025-08-20T22:53:29.8258854Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpcap-dev arm64 1.10.4-4.1ubuntu3 [3324 B]
2025-08-20T22:53:29.8873787Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 pcaputils arm64 0.8-1.1build2 [42.4 kB]
2025-08-20T22:53:30.1406302Z Fetched 1640 kB in 1s (1567 kB/s)
2025-08-20T22:53:30.1763839Z Selecting previously unselected package libdbus-1-dev:arm64.
2025-08-20T22:53:30.1797359Z (Reading database ... 
2025-08-20T22:53:30.1798023Z (Reading database ... 5%
2025-08-20T22:53:30.1800012Z (Reading database ... 10%
2025-08-20T22:53:30.1800230Z (Reading database ... 15%
2025-08-20T22:53:30.1800427Z (Reading database ... 20%
2025-08-20T22:53:30.1800616Z (Reading database ... 25%
2025-08-20T22:53:30.1800810Z (Reading database ... 30%
2025-08-20T22:53:30.1801332Z (Reading database ... 35%
2025-08-20T22:53:30.1801549Z (Reading database ... 40%
2025-08-20T22:53:30.1801740Z (Reading database ... 45%
2025-08-20T22:53:30.1801929Z (Reading database ... 50%
2025-08-20T22:53:30.1820022Z (Reading database ... 55%
2025-08-20T22:53:30.1906962Z (Reading database ... 60%
2025-08-20T22:53:30.1940930Z (Reading database ... 65%
2025-08-20T22:53:30.1957339Z (Reading database ... 70%
2025-08-20T22:53:30.1981046Z (Reading database ... 75%
2025-08-20T22:53:30.2099318Z (Reading database ... 80%
2025-08-20T22:53:30.2167908Z (Reading database ... 85%
2025-08-20T22:53:30.2204013Z (Reading database ... 90%
2025-08-20T22:53:30.2298798Z (Reading database ... 95%
2025-08-20T22:53:30.2299521Z (Reading database ... 100%
2025-08-20T22:53:30.2299834Z (Reading database ... 202071 files and directories currently installed.)
2025-08-20T22:53:30.2329302Z Preparing to unpack .../0-libdbus-1-dev_1.14.10-4ubuntu4.1_arm64.deb ...
2025-08-20T22:53:30.2383154Z Unpacking libdbus-1-dev:arm64 (1.14.10-4ubuntu4.1) ...
2025-08-20T22:53:30.3196148Z Selecting previously unselected package libjudydebian1.
2025-08-20T22:53:30.3384937Z Preparing to unpack .../1-libjudydebian1_1.0.5-5.1build1_arm64.deb ...
2025-08-20T22:53:30.3494020Z Unpacking libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T22:53:30.3957914Z Selecting previously unselected package libnl-3-dev:arm64.
2025-08-20T22:53:30.4148152Z Preparing to unpack .../2-libnl-3-dev_3.7.0-0.3build1.1_arm64.deb ...
2025-08-20T22:53:30.4203937Z Unpacking libnl-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T22:53:30.5041581Z Selecting previously unselected package libnl-route-3-dev:arm64.
2025-08-20T22:53:30.5225057Z Preparing to unpack .../3-libnl-route-3-dev_3.7.0-0.3build1.1_arm64.deb ...
2025-08-20T22:53:30.5286069Z Unpacking libnl-route-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T22:53:30.5853090Z Selecting previously unselected package libibverbs-dev:arm64.
2025-08-20T22:53:30.6017862Z Preparing to unpack .../4-libibverbs-dev_50.0-2ubuntu0.2_arm64.deb ...
2025-08-20T22:53:30.6073971Z Unpacking libibverbs-dev:arm64 (50.0-2ubuntu0.2) ...
2025-08-20T22:53:30.6814285Z Selecting previously unselected package libpcap0.8-dev:arm64.
2025-08-20T22:53:30.6986745Z Preparing to unpack .../5-libpcap0.8-dev_1.10.4-4.1ubuntu3_arm64.deb ...
2025-08-20T22:53:30.7069150Z Unpacking libpcap0.8-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T22:53:30.7583226Z Selecting previously unselected package libpcap-dev:arm64.
2025-08-20T22:53:30.7756540Z Preparing to unpack .../6-libpcap-dev_1.10.4-4.1ubuntu3_arm64.deb ...
2025-08-20T22:53:30.7812506Z Unpacking libpcap-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T22:53:30.8381991Z Selecting previously unselected package pcaputils.
2025-08-20T22:53:30.8570323Z Preparing to unpack .../7-pcaputils_0.8-1.1build2_arm64.deb ...
2025-08-20T22:53:30.8648868Z Unpacking pcaputils (0.8-1.1build2) ...
2025-08-20T22:53:30.9387203Z Setting up libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T22:53:30.9545093Z Setting up libdbus-1-dev:arm64 (1.14.10-4ubuntu4.1) ...
2025-08-20T22:53:31.0855655Z Setting up libnl-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T22:53:31.1079208Z Setting up pcaputils (0.8-1.1build2) ...
2025-08-20T22:53:31.1325347Z update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
2025-08-20T22:53:31.3697132Z Setting up libnl-route-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T22:53:31.3899396Z Setting up libibverbs-dev:arm64 (50.0-2ubuntu0.2) ...
2025-08-20T22:53:31.4073233Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T22:53:31.4459261Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:53:32.9603089Z Processing triggers for sgml-base (1.31) ...
2025-08-20T22:53:33.0007782Z Setting up libpcap0.8-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T22:53:33.0162425Z Setting up libpcap-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T22:53:34.0360599Z Reading package lists...
2025-08-20T22:53:34.2104124Z Building dependency tree...
2025-08-20T22:53:34.2112473Z Reading state information...
2025-08-20T22:53:34.2490362Z Reading package lists...
2025-08-20T22:53:34.4411584Z Building dependency tree...
2025-08-20T22:53:34.4419539Z Reading state information...
2025-08-20T22:53:34.6887866Z The following additional packages will be installed:
2025-08-20T22:53:34.6892396Z   liblz1 liblzma-dev librust-cc-dev librust-libc-dev librust-pkg-config-dev
2025-08-20T22:53:34.6901609Z Suggested packages:
2025-08-20T22:53:34.6901934Z   liblzma-doc librust-cc+jobserver-dev librust-libc+rustc-dep-of-std-dev
2025-08-20T22:53:34.6902401Z   librust-libc+rustc-std-workspace-core-dev
2025-08-20T22:53:34.7073210Z The following NEW packages will be installed:
2025-08-20T22:53:34.7074245Z   liblz-dev liblz1 liblzma-dev librust-cc-dev librust-libc-dev
2025-08-20T22:53:34.7079007Z   librust-lzma-sys-dev librust-pkg-config-dev lzma lzma-dev
2025-08-20T22:53:34.8523550Z 0 upgraded, 9 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:53:34.8523870Z Need to get 801 kB of archives.
2025-08-20T22:53:34.8524192Z After this operation, 6261 kB of additional disk space will be used.
2025-08-20T22:53:34.8524685Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 liblz1 arm64 1.14-1 [37.6 kB]
2025-08-20T22:53:35.0066498Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 liblz-dev arm64 1.14-1 [53.3 kB]
2025-08-20T22:53:35.1342841Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 librust-libc-dev arm64 0.2.152-1 [353 kB]
2025-08-20T22:53:35.3481536Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 librust-cc-dev arm64 1.0.83-1 [61.6 kB]
2025-08-20T22:53:35.4152679Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 librust-pkg-config-dev arm64 0.3.27-1 [21.5 kB]
2025-08-20T22:53:35.4783215Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 liblzma-dev arm64 5.6.1+really5.4.5-1ubuntu0.2 [178 kB]
2025-08-20T22:53:35.5581227Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 librust-lzma-sys-dev arm64 0.1.20-1 [10.9 kB]
2025-08-20T22:53:35.6202883Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 lzma arm64 9.22-2.2 [43.5 kB]
2025-08-20T22:53:35.6853259Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 lzma-dev all 9.22-2.2 [41.6 kB]
2025-08-20T22:53:35.9265207Z Fetched 801 kB in 1s (826 kB/s)
2025-08-20T22:53:35.9590846Z Selecting previously unselected package liblz1:arm64.
2025-08-20T22:53:35.9625403Z (Reading database ... 
2025-08-20T22:53:35.9625628Z (Reading database ... 5%
2025-08-20T22:53:35.9625826Z (Reading database ... 10%
2025-08-20T22:53:35.9626023Z (Reading database ... 15%
2025-08-20T22:53:35.9626220Z (Reading database ... 20%
2025-08-20T22:53:35.9626422Z (Reading database ... 25%
2025-08-20T22:53:35.9626615Z (Reading database ... 30%
2025-08-20T22:53:35.9626807Z (Reading database ... 35%
2025-08-20T22:53:35.9626997Z (Reading database ... 40%
2025-08-20T22:53:35.9627188Z (Reading database ... 45%
2025-08-20T22:53:35.9627381Z (Reading database ... 50%
2025-08-20T22:53:35.9646846Z (Reading database ... 55%
2025-08-20T22:53:35.9729622Z (Reading database ... 60%
2025-08-20T22:53:35.9762349Z (Reading database ... 65%
2025-08-20T22:53:35.9778275Z (Reading database ... 70%
2025-08-20T22:53:35.9810051Z (Reading database ... 75%
2025-08-20T22:53:35.9944708Z (Reading database ... 80%
2025-08-20T22:53:35.9979305Z (Reading database ... 85%
2025-08-20T22:53:36.0013209Z (Reading database ... 90%
2025-08-20T22:53:36.0104447Z (Reading database ... 95%
2025-08-20T22:53:36.0104661Z (Reading database ... 100%
2025-08-20T22:53:36.0104953Z (Reading database ... 202727 files and directories currently installed.)
2025-08-20T22:53:36.0130254Z Preparing to unpack .../0-liblz1_1.14-1_arm64.deb ...
2025-08-20T22:53:36.0277229Z Unpacking liblz1:arm64 (1.14-1) ...
2025-08-20T22:53:36.0839480Z Selecting previously unselected package liblz-dev:arm64.
2025-08-20T22:53:36.0987137Z Preparing to unpack .../1-liblz-dev_1.14-1_arm64.deb ...
2025-08-20T22:53:36.1052417Z Unpacking liblz-dev:arm64 (1.14-1) ...
2025-08-20T22:53:36.1595038Z Selecting previously unselected package librust-libc-dev:arm64.
2025-08-20T22:53:36.1741715Z Preparing to unpack .../2-librust-libc-dev_0.2.152-1_arm64.deb ...
2025-08-20T22:53:36.1800313Z Unpacking librust-libc-dev:arm64 (0.2.152-1) ...
2025-08-20T22:53:36.2526314Z Selecting previously unselected package librust-cc-dev:arm64.
2025-08-20T22:53:36.2713341Z Preparing to unpack .../3-librust-cc-dev_1.0.83-1_arm64.deb ...
2025-08-20T22:53:36.2763329Z Unpacking librust-cc-dev:arm64 (1.0.83-1) ...
2025-08-20T22:53:36.3276377Z Selecting previously unselected package librust-pkg-config-dev:arm64.
2025-08-20T22:53:36.3451911Z Preparing to unpack .../4-librust-pkg-config-dev_0.3.27-1_arm64.deb ...
2025-08-20T22:53:36.3516318Z Unpacking librust-pkg-config-dev:arm64 (0.3.27-1) ...
2025-08-20T22:53:36.3991710Z Selecting previously unselected package liblzma-dev:arm64.
2025-08-20T22:53:36.4166659Z Preparing to unpack .../5-liblzma-dev_5.6.1+really5.4.5-1ubuntu0.2_arm64.deb ...
2025-08-20T22:53:36.4220208Z Unpacking liblzma-dev:arm64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T22:53:36.4814923Z Selecting previously unselected package librust-lzma-sys-dev:arm64.
2025-08-20T22:53:36.4980036Z Preparing to unpack .../6-librust-lzma-sys-dev_0.1.20-1_arm64.deb ...
2025-08-20T22:53:36.5070906Z Unpacking librust-lzma-sys-dev:arm64 (0.1.20-1) ...
2025-08-20T22:53:36.5594094Z Selecting previously unselected package lzma.
2025-08-20T22:53:36.5768427Z Preparing to unpack .../7-lzma_9.22-2.2_arm64.deb ...
2025-08-20T22:53:36.5824421Z Unpacking lzma (9.22-2.2) ...
2025-08-20T22:53:36.6424962Z Selecting previously unselected package lzma-dev.
2025-08-20T22:53:36.6586446Z Preparing to unpack .../8-lzma-dev_9.22-2.2_all.deb ...
2025-08-20T22:53:36.6671317Z Unpacking lzma-dev (9.22-2.2) ...
2025-08-20T22:53:36.7320381Z Setting up liblz1:arm64 (1.14-1) ...
2025-08-20T22:53:36.7545649Z Setting up librust-libc-dev:arm64 (0.2.152-1) ...
2025-08-20T22:53:36.7693390Z Setting up librust-cc-dev:arm64 (1.0.83-1) ...
2025-08-20T22:53:36.7864233Z Setting up liblz-dev:arm64 (1.14-1) ...
2025-08-20T22:53:36.8017003Z Setting up lzma (9.22-2.2) ...
2025-08-20T22:53:36.8236748Z update-alternatives: using /usr/bin/lzmp to provide /usr/bin/lzma (lzma) in auto mode
2025-08-20T22:53:36.8331797Z Setting up lzma-dev (9.22-2.2) ...
2025-08-20T22:53:36.8503008Z Setting up liblzma-dev:arm64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T22:53:36.8681369Z Setting up librust-pkg-config-dev:arm64 (0.3.27-1) ...
2025-08-20T22:53:36.8821070Z Setting up librust-lzma-sys-dev:arm64 (0.1.20-1) ...
2025-08-20T22:53:36.9015181Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T22:53:36.9281991Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:53:38.2421937Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T22:53:39.4120428Z Reading package lists...
2025-08-20T22:53:39.5945893Z Building dependency tree...
2025-08-20T22:53:39.5954028Z Reading state information...
2025-08-20T22:53:39.8563846Z dnsutils is already the newest version (1:9.18.30-0ubuntu0.24.04.2).
2025-08-20T22:53:39.8564281Z inetutils-telnet is already the newest version (2:2.5-3ubuntu4).
2025-08-20T22:53:39.8564604Z inetutils-telnet set to manually installed.
2025-08-20T22:53:39.8564902Z net-tools is already the newest version (2.10-0.1ubuntu4.4).
2025-08-20T22:53:39.8565234Z The following additional packages will be installed:
2025-08-20T22:53:39.8565515Z   tcpd update-inetd
2025-08-20T22:53:39.8729610Z The following packages will be REMOVED:
2025-08-20T22:53:39.8735538Z   iputils-ping rsyslog ubuntu-minimal
2025-08-20T22:53:39.8735834Z The following NEW packages will be installed:
2025-08-20T22:53:39.8736159Z   inetutils-ftp inetutils-ftpd inetutils-inetd inetutils-ping
2025-08-20T22:53:39.8736553Z   inetutils-syslogd inetutils-talk inetutils-talkd inetutils-telnetd
2025-08-20T22:53:39.8742598Z   inetutils-tools inetutils-traceroute netcat-traditional tcpd update-inetd
2025-08-20T22:53:40.1542761Z 0 upgraded, 13 newly installed, 3 to remove and 167 not upgraded.
2025-08-20T22:53:40.1543445Z Need to get 691 kB of archives.
2025-08-20T22:53:40.1543737Z After this operation, 987 kB disk space will be freed.
2025-08-20T22:53:40.1544248Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-syslogd arm64 2:2.5-3ubuntu4 [61.1 kB]
2025-08-20T22:53:40.3578634Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 tcpd arm64 7.6.q-33 [25.2 kB]
2025-08-20T22:53:40.4333954Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 update-inetd all 4.53 [24.0 kB]
2025-08-20T22:53:40.5087759Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-inetd arm64 2:2.5-3ubuntu4 [44.9 kB]
2025-08-20T22:53:40.5981587Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-ftp arm64 2:2.5-3ubuntu4 [82.8 kB]
2025-08-20T22:53:40.7127163Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-ftpd arm64 2:2.5-3ubuntu4 [72.2 kB]
2025-08-20T22:53:40.8072316Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-ping arm64 2:2.5-3ubuntu4 [61.9 kB]
2025-08-20T22:53:40.8948654Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-talk arm64 2:2.5-3ubuntu4 [45.0 kB]
2025-08-20T22:53:40.9750295Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-talkd arm64 2:2.5-3ubuntu4 [34.5 kB]
2025-08-20T22:53:41.0507283Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-telnetd arm64 2:2.5-3ubuntu4 [59.1 kB]
2025-08-20T22:53:41.1371339Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-tools arm64 2:2.5-3ubuntu4 [76.6 kB]
2025-08-20T22:53:41.2317707Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 netcat-traditional arm64 1.10-48 [61.1 kB]
2025-08-20T22:53:41.3181084Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-traceroute arm64 2:2.5-3ubuntu4 [42.1 kB]
2025-08-20T22:53:41.5481765Z Preconfiguring packages ...
2025-08-20T22:53:41.6407122Z Fetched 691 kB in 1s (476 kB/s)
2025-08-20T22:53:41.6642318Z (Reading database ... 
2025-08-20T22:53:41.6642577Z (Reading database ... 5%
2025-08-20T22:53:41.6642773Z (Reading database ... 10%
2025-08-20T22:53:41.6642965Z (Reading database ... 15%
2025-08-20T22:53:41.6643160Z (Reading database ... 20%
2025-08-20T22:53:41.6643351Z (Reading database ... 25%
2025-08-20T22:53:41.6643557Z (Reading database ... 30%
2025-08-20T22:53:41.6643744Z (Reading database ... 35%
2025-08-20T22:53:41.6644395Z (Reading database ... 40%
2025-08-20T22:53:41.6644606Z (Reading database ... 45%
2025-08-20T22:53:41.6644796Z (Reading database ... 50%
2025-08-20T22:53:41.6664540Z (Reading database ... 55%
2025-08-20T22:53:41.6746097Z (Reading database ... 60%
2025-08-20T22:53:41.6782472Z (Reading database ... 65%
2025-08-20T22:53:41.6798784Z (Reading database ... 70%
2025-08-20T22:53:41.6830795Z (Reading database ... 75%
2025-08-20T22:53:41.6936652Z (Reading database ... 80%
2025-08-20T22:53:41.7001321Z (Reading database ... 85%
2025-08-20T22:53:41.7035693Z (Reading database ... 90%
2025-08-20T22:53:41.7126843Z (Reading database ... 95%
2025-08-20T22:53:41.7127055Z (Reading database ... 100%
2025-08-20T22:53:41.7127345Z (Reading database ... 203219 files and directories currently installed.)
2025-08-20T22:53:41.7154418Z Removing ubuntu-minimal (1.539.2) ...
2025-08-20T22:53:41.7726392Z Removing iputils-ping (3:20240117-1build1) ...
2025-08-20T22:53:41.8377871Z Removing rsyslog (8.2312.0-3ubuntu9.1) ...
2025-08-20T22:53:42.1783122Z Selecting previously unselected package inetutils-syslogd.
2025-08-20T22:53:42.1816640Z (Reading database ... 
2025-08-20T22:53:42.1816844Z (Reading database ... 5%
2025-08-20T22:53:42.1817038Z (Reading database ... 10%
2025-08-20T22:53:42.1817242Z (Reading database ... 15%
2025-08-20T22:53:42.1817434Z (Reading database ... 20%
2025-08-20T22:53:42.1818312Z (Reading database ... 25%
2025-08-20T22:53:42.1818555Z (Reading database ... 30%
2025-08-20T22:53:42.1818755Z (Reading database ... 35%
2025-08-20T22:53:42.1818950Z (Reading database ... 40%
2025-08-20T22:53:42.1819450Z (Reading database ... 45%
2025-08-20T22:53:42.1819664Z (Reading database ... 50%
2025-08-20T22:53:42.1838403Z (Reading database ... 55%
2025-08-20T22:53:42.1919162Z (Reading database ... 60%
2025-08-20T22:53:42.1956062Z (Reading database ... 65%
2025-08-20T22:53:42.1972715Z (Reading database ... 70%
2025-08-20T22:53:42.2005328Z (Reading database ... 75%
2025-08-20T22:53:42.2112906Z (Reading database ... 80%
2025-08-20T22:53:42.2177243Z (Reading database ... 85%
2025-08-20T22:53:42.2211942Z (Reading database ... 90%
2025-08-20T22:53:42.2304497Z (Reading database ... 95%
2025-08-20T22:53:42.2304703Z (Reading database ... 100%
2025-08-20T22:53:42.2304994Z (Reading database ... 203147 files and directories currently installed.)
2025-08-20T22:53:42.2331052Z Preparing to unpack .../00-inetutils-syslogd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T22:53:42.2404856Z Unpacking inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T22:53:42.2925240Z Selecting previously unselected package tcpd.
2025-08-20T22:53:42.3097204Z Preparing to unpack .../01-tcpd_7.6.q-33_arm64.deb ...
2025-08-20T22:53:42.3154085Z Unpacking tcpd (7.6.q-33) ...
2025-08-20T22:53:42.3749238Z Selecting previously unselected package update-inetd.
2025-08-20T22:53:42.3914447Z Preparing to unpack .../02-update-inetd_4.53_all.deb ...
2025-08-20T22:53:42.3971062Z Unpacking update-inetd (4.53) ...
2025-08-20T22:53:42.4586988Z Selecting previously unselected package inetutils-inetd.
2025-08-20T22:53:42.4755180Z Preparing to unpack .../03-inetutils-inetd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T22:53:42.4864895Z Unpacking inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T22:53:42.5562754Z Selecting previously unselected package inetutils-ftp.
2025-08-20T22:53:42.5731733Z Preparing to unpack .../04-inetutils-ftp_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T22:53:42.5785961Z Unpacking inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T22:53:42.6297873Z Selecting previously unselected package inetutils-ftpd.
2025-08-20T22:53:42.6479635Z Preparing to unpack .../05-inetutils-ftpd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T22:53:42.6532731Z Unpacking inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T22:53:42.7018366Z Selecting previously unselected package inetutils-ping.
2025-08-20T22:53:42.7196255Z Preparing to unpack .../06-inetutils-ping_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T22:53:42.7251181Z Unpacking inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T22:53:42.7764287Z Selecting previously unselected package inetutils-talk.
2025-08-20T22:53:42.7941318Z Preparing to unpack .../07-inetutils-talk_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T22:53:42.8002338Z Unpacking inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T22:53:42.8553196Z Selecting previously unselected package inetutils-talkd.
2025-08-20T22:53:42.8722893Z Preparing to unpack .../08-inetutils-talkd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T22:53:42.8776498Z Unpacking inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T22:53:42.9267038Z Selecting previously unselected package inetutils-telnetd.
2025-08-20T22:53:42.9433611Z Preparing to unpack .../09-inetutils-telnetd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T22:53:42.9493447Z Unpacking inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T22:53:42.9935632Z Selecting previously unselected package inetutils-tools.
2025-08-20T22:53:43.0087959Z Preparing to unpack .../10-inetutils-tools_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T22:53:43.0143110Z Unpacking inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T22:53:43.0660267Z Selecting previously unselected package netcat-traditional.
2025-08-20T22:53:43.0819525Z Preparing to unpack .../11-netcat-traditional_1.10-48_arm64.deb ...
2025-08-20T22:53:43.0876438Z Unpacking netcat-traditional (1.10-48) ...
2025-08-20T22:53:43.1417653Z Selecting previously unselected package inetutils-traceroute.
2025-08-20T22:53:43.1592734Z Preparing to unpack .../12-inetutils-traceroute_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T22:53:43.1647376Z Unpacking inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T22:53:43.2303750Z Setting up netcat-traditional (1.10-48) ...
2025-08-20T22:53:43.2517019Z Setting up update-inetd (4.53) ...
2025-08-20T22:53:43.3372297Z Setting up inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T22:53:43.3514684Z update-alternatives: using /usr/bin/inetutils-traceroute to provide /usr/bin/traceroute (traceroute) in auto mode
2025-08-20T22:53:43.3613271Z Setting up inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T22:53:43.7007525Z Created symlink /etc/systemd/system/syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T22:53:43.7007940Z 
2025-08-20T22:53:43.7008047Z Removed "/etc/systemd/system/syslog.service".
2025-08-20T22:53:43.7008228Z 
2025-08-20T22:53:43.7008608Z Created symlink /etc/systemd/system/syslog.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T22:53:43.7008966Z 
2025-08-20T22:53:43.7009468Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T22:53:43.7009947Z 
2025-08-20T22:53:43.9356253Z Setting up inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T22:53:43.9579007Z Setting up inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T22:53:43.9704438Z update-alternatives: using /usr/bin/inetutils-talk to provide /usr/bin/talk (talk) in auto mode
2025-08-20T22:53:43.9796583Z Setting up inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T22:53:43.9959102Z Setting up inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T22:53:44.0109070Z Setting up tcpd (7.6.q-33) ...
2025-08-20T22:53:44.0289541Z Setting up inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T22:53:44.3377850Z Created symlink /etc/systemd/system/inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T22:53:44.3378530Z 
2025-08-20T22:53:44.3379196Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T22:53:44.3380414Z 
2025-08-20T22:53:44.5548256Z Setting up inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T22:53:44.6470208Z Setting up inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T22:53:44.7253152Z Setting up inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T22:53:44.7943504Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:53:47.4172009Z Reading package lists...
2025-08-20T22:53:47.6068217Z Building dependency tree...
2025-08-20T22:53:47.6077141Z Reading state information...
2025-08-20T22:53:47.8876862Z The following packages will be REMOVED:
2025-08-20T22:53:47.8881766Z   inetutils-ping
2025-08-20T22:53:47.8883039Z The following NEW packages will be installed:
2025-08-20T22:53:47.8890092Z   iputils-arping iputils-clockdiff iputils-ping
2025-08-20T22:53:47.8894998Z The following packages will be upgraded:
2025-08-20T22:53:47.8901710Z   iputils-tracepath
2025-08-20T22:53:48.0914532Z 1 upgraded, 3 newly installed, 1 to remove and 166 not upgraded.
2025-08-20T22:53:48.0914878Z Need to get 84.5 kB of archives.
2025-08-20T22:53:48.0915165Z After this operation, 163 kB of additional disk space will be used.
2025-08-20T22:53:48.0915758Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 iputils-ping arm64 3:20240117-1ubuntu0.1 [44.6 kB]
2025-08-20T22:53:48.2744975Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 iputils-tracepath arm64 3:20240117-1ubuntu0.1 [13.4 kB]
2025-08-20T22:53:48.3428470Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 iputils-arping arm64 3:20240117-1ubuntu0.1 [14.7 kB]
2025-08-20T22:53:48.4136857Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 iputils-clockdiff arm64 3:20240117-1ubuntu0.1 [11.6 kB]
2025-08-20T22:53:48.6969762Z Fetched 84.5 kB in 1s (161 kB/s)
2025-08-20T22:53:48.7159187Z (Reading database ... 
2025-08-20T22:53:48.7159417Z (Reading database ... 5%
2025-08-20T22:53:48.7159631Z (Reading database ... 10%
2025-08-20T22:53:48.7159820Z (Reading database ... 15%
2025-08-20T22:53:48.7160016Z (Reading database ... 20%
2025-08-20T22:53:48.7160207Z (Reading database ... 25%
2025-08-20T22:53:48.7160397Z (Reading database ... 30%
2025-08-20T22:53:48.7160891Z (Reading database ... 35%
2025-08-20T22:53:48.7161100Z (Reading database ... 40%
2025-08-20T22:53:48.7161292Z (Reading database ... 45%
2025-08-20T22:53:48.7161484Z (Reading database ... 50%
2025-08-20T22:53:48.7180814Z (Reading database ... 55%
2025-08-20T22:53:48.7264211Z (Reading database ... 60%
2025-08-20T22:53:48.7298062Z (Reading database ... 65%
2025-08-20T22:53:48.7314159Z (Reading database ... 70%
2025-08-20T22:53:48.7348086Z (Reading database ... 75%
2025-08-20T22:53:48.7485779Z (Reading database ... 80%
2025-08-20T22:53:48.7520405Z (Reading database ... 85%
2025-08-20T22:53:48.7555553Z (Reading database ... 90%
2025-08-20T22:53:48.7646518Z (Reading database ... 95%
2025-08-20T22:53:48.7646725Z (Reading database ... 100%
2025-08-20T22:53:48.7647020Z (Reading database ... 203308 files and directories currently installed.)
2025-08-20T22:53:48.7673819Z Removing inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T22:53:48.8532305Z Selecting previously unselected package iputils-ping.
2025-08-20T22:53:48.8564570Z (Reading database ... 
2025-08-20T22:53:48.8564783Z (Reading database ... 5%
2025-08-20T22:53:48.8564978Z (Reading database ... 10%
2025-08-20T22:53:48.8565167Z (Reading database ... 15%
2025-08-20T22:53:48.8565356Z (Reading database ... 20%
2025-08-20T22:53:48.8565547Z (Reading database ... 25%
2025-08-20T22:53:48.8566104Z (Reading database ... 30%
2025-08-20T22:53:48.8566298Z (Reading database ... 35%
2025-08-20T22:53:48.8566487Z (Reading database ... 40%
2025-08-20T22:53:48.8566678Z (Reading database ... 45%
2025-08-20T22:53:48.8566874Z (Reading database ... 50%
2025-08-20T22:53:48.8586065Z (Reading database ... 55%
2025-08-20T22:53:48.8671077Z (Reading database ... 60%
2025-08-20T22:53:48.8705202Z (Reading database ... 65%
2025-08-20T22:53:48.8721401Z (Reading database ... 70%
2025-08-20T22:53:48.8754748Z (Reading database ... 75%
2025-08-20T22:53:48.8891605Z (Reading database ... 80%
2025-08-20T22:53:48.8926675Z (Reading database ... 85%
2025-08-20T22:53:48.8962225Z (Reading database ... 90%
2025-08-20T22:53:48.9053127Z (Reading database ... 95%
2025-08-20T22:53:48.9053484Z (Reading database ... 100%
2025-08-20T22:53:48.9053850Z (Reading database ... 203299 files and directories currently installed.)
2025-08-20T22:53:48.9080483Z Preparing to unpack .../iputils-ping_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T22:53:48.9137632Z Unpacking iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T22:53:48.9760410Z Preparing to unpack .../iputils-tracepath_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T22:53:48.9975488Z Unpacking iputils-tracepath (3:20240117-1ubuntu0.1) over (3:20240117-1build1) ...
2025-08-20T22:53:49.0517201Z Selecting previously unselected package iputils-arping.
2025-08-20T22:53:49.0705067Z Preparing to unpack .../iputils-arping_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T22:53:49.0757303Z Unpacking iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T22:53:49.1236262Z Selecting previously unselected package iputils-clockdiff.
2025-08-20T22:53:49.1413445Z Preparing to unpack .../iputils-clockdiff_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T22:53:49.1467894Z Unpacking iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T22:53:49.2128901Z Setting up iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T22:53:49.2484283Z Setting up iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T22:53:49.2762924Z Setting up iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T22:53:49.3032495Z Setting up iputils-tracepath (3:20240117-1ubuntu0.1) ...
2025-08-20T22:53:49.3203070Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:53:51.7537048Z Reading package lists...
2025-08-20T22:53:51.9181186Z Building dependency tree...
2025-08-20T22:53:51.9189393Z Reading state information...
2025-08-20T22:53:52.1353217Z python3-venv is already the newest version (3.12.3-0ubuntu2).
2025-08-20T22:53:52.1616061Z The following packages will be upgraded:
2025-08-20T22:53:52.1617697Z   python3-pip python3-pip-whl
2025-08-20T22:53:52.1773135Z 2 upgraded, 0 newly installed, 0 to remove and 164 not upgraded.
2025-08-20T22:53:52.4558692Z Need to get 3020 kB of archives.
2025-08-20T22:53:52.4559073Z After this operation, 1024 B of additional disk space will be used.
2025-08-20T22:53:52.4559647Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 python3-pip all 24.0+dfsg-1ubuntu1.2 [1317 kB]
2025-08-20T22:53:53.4794672Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 python3-pip-whl all 24.0+dfsg-1ubuntu1.2 [1703 kB]
2025-08-20T22:53:54.2500254Z Fetched 3020 kB in 2s (1662 kB/s)
2025-08-20T22:53:54.2833208Z (Reading database ... 
2025-08-20T22:53:54.2833473Z (Reading database ... 5%
2025-08-20T22:53:54.2833672Z (Reading database ... 10%
2025-08-20T22:53:54.2833891Z (Reading database ... 15%
2025-08-20T22:53:54.2834082Z (Reading database ... 20%
2025-08-20T22:53:54.2834272Z (Reading database ... 25%
2025-08-20T22:53:54.2834456Z (Reading database ... 30%
2025-08-20T22:53:54.2834644Z (Reading database ... 35%
2025-08-20T22:53:54.2834865Z (Reading database ... 40%
2025-08-20T22:53:54.2835056Z (Reading database ... 45%
2025-08-20T22:53:54.2835244Z (Reading database ... 50%
2025-08-20T22:53:54.2854968Z (Reading database ... 55%
2025-08-20T22:53:54.2939620Z (Reading database ... 60%
2025-08-20T22:53:54.2973888Z (Reading database ... 65%
2025-08-20T22:53:54.2990031Z (Reading database ... 70%
2025-08-20T22:53:54.3023601Z (Reading database ... 75%
2025-08-20T22:53:54.3163419Z (Reading database ... 80%
2025-08-20T22:53:54.3200216Z (Reading database ... 85%
2025-08-20T22:53:54.3238264Z (Reading database ... 90%
2025-08-20T22:53:54.3334286Z (Reading database ... 95%
2025-08-20T22:53:54.3334496Z (Reading database ... 100%
2025-08-20T22:53:54.3334791Z (Reading database ... 203318 files and directories currently installed.)
2025-08-20T22:53:54.3361680Z Preparing to unpack .../python3-pip_24.0+dfsg-1ubuntu1.2_all.deb ...
2025-08-20T22:53:54.4969318Z Unpacking python3-pip (24.0+dfsg-1ubuntu1.2) over (24.0+dfsg-1ubuntu1.1) ...
2025-08-20T22:53:54.6347628Z Preparing to unpack .../python3-pip-whl_24.0+dfsg-1ubuntu1.2_all.deb ...
2025-08-20T22:53:54.6593268Z Unpacking python3-pip-whl (24.0+dfsg-1ubuntu1.2) over (24.0+dfsg-1ubuntu1.1) ...
2025-08-20T22:53:54.7392541Z Setting up python3-pip-whl (24.0+dfsg-1ubuntu1.2) ...
2025-08-20T22:53:54.7935978Z Setting up python3-pip (24.0+dfsg-1ubuntu1.2) ...
2025-08-20T22:53:55.7011883Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:53:58.2523325Z pip 24.0 from /usr/lib/python3/dist-packages/pip (python 3.12)
2025-08-20T22:53:58.5223169Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:53:59.3743638Z Requirement already satisfied: pip in /usr/lib/python3/dist-packages (24.0)
2025-08-20T22:53:59.4965591Z Collecting pip
2025-08-20T22:53:59.5510643Z   Downloading pip-25.2-py3-none-any.whl.metadata (4.7 kB)
2025-08-20T22:53:59.5691470Z Downloading pip-25.2-py3-none-any.whl (1.8 MB)
2025-08-20T22:53:59.7112535Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 12.6 MB/s eta 0:00:00
2025-08-20T22:53:59.9944742Z Installing collected packages: pip
2025-08-20T22:54:00.6287322Z Successfully installed pip-25.2
2025-08-20T22:54:00.8146249Z pip 25.2 from /home/runner/.local/lib/python3.12/site-packages/pip (python 3.12)
2025-08-20T22:54:00.8531903Z Reading package lists...
2025-08-20T22:54:01.0333212Z Building dependency tree...
2025-08-20T22:54:01.0343018Z Reading state information...
2025-08-20T22:54:01.2493787Z pciutils is already the newest version (1:3.10.0-2build1).
2025-08-20T22:54:01.2494132Z pciutils set to manually installed.
2025-08-20T22:54:01.2494413Z procps is already the newest version (2:4.0.4-4ubuntu3.2).
2025-08-20T22:54:01.2494737Z python3-distro is already the newest version (1.9.0-1).
2025-08-20T22:54:01.2495055Z python3-distro set to manually installed.
2025-08-20T22:54:01.2495366Z python3-netifaces is already the newest version (0.11.0-2build3).
2025-08-20T22:54:01.2495695Z python3-netifaces set to manually installed.
2025-08-20T22:54:01.2496435Z The following additional packages will be installed:
2025-08-20T22:54:01.2496714Z   libsysfs2
2025-08-20T22:54:01.2503764Z Suggested packages:
2025-08-20T22:54:01.2503992Z   fancontrol read-edid i2c-tools
2025-08-20T22:54:01.2757870Z The following NEW packages will be installed:
2025-08-20T22:54:01.2759691Z   libsysfs2 lm-sensors sysfsutils virt-what
2025-08-20T22:54:01.2932378Z 0 upgraded, 4 newly installed, 0 to remove and 164 not upgraded.
2025-08-20T22:54:01.4356568Z Need to get 133 kB of archives.
2025-08-20T22:54:01.4356924Z After this operation, 695 kB of additional disk space will be used.
2025-08-20T22:54:01.4357430Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libsysfs2 arm64 2.1.1-6build1 [21.2 kB]
2025-08-20T22:54:01.5645329Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 sysfsutils arm64 2.1.1-6build1 [15.0 kB]
2025-08-20T22:54:01.6424145Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 lm-sensors arm64 1:3.6.0-9build1 [81.5 kB]
2025-08-20T22:54:01.8066250Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 virt-what arm64 1.25-2 [15.2 kB]
2025-08-20T22:54:02.0499100Z Fetched 133 kB in 1s (262 kB/s)
2025-08-20T22:54:02.0824595Z Selecting previously unselected package libsysfs2:arm64.
2025-08-20T22:54:02.0860361Z (Reading database ... 
2025-08-20T22:54:02.0860887Z (Reading database ... 5%
2025-08-20T22:54:02.0861084Z (Reading database ... 10%
2025-08-20T22:54:02.0861295Z (Reading database ... 15%
2025-08-20T22:54:02.0861486Z (Reading database ... 20%
2025-08-20T22:54:02.0861672Z (Reading database ... 25%
2025-08-20T22:54:02.0861861Z (Reading database ... 30%
2025-08-20T22:54:02.0862049Z (Reading database ... 35%
2025-08-20T22:54:02.0862344Z (Reading database ... 40%
2025-08-20T22:54:02.0862537Z (Reading database ... 45%
2025-08-20T22:54:02.0862725Z (Reading database ... 50%
2025-08-20T22:54:02.0883350Z (Reading database ... 55%
2025-08-20T22:54:02.0969303Z (Reading database ... 60%
2025-08-20T22:54:02.1004311Z (Reading database ... 65%
2025-08-20T22:54:02.1020843Z (Reading database ... 70%
2025-08-20T22:54:02.1055970Z (Reading database ... 75%
2025-08-20T22:54:02.1196764Z (Reading database ... 80%
2025-08-20T22:54:02.1232867Z (Reading database ... 85%
2025-08-20T22:54:02.1268936Z (Reading database ... 90%
2025-08-20T22:54:02.1360000Z (Reading database ... 95%
2025-08-20T22:54:02.1360235Z (Reading database ... 100%
2025-08-20T22:54:02.1360522Z (Reading database ... 203318 files and directories currently installed.)
2025-08-20T22:54:02.1386638Z Preparing to unpack .../libsysfs2_2.1.1-6build1_arm64.deb ...
2025-08-20T22:54:02.1496816Z Unpacking libsysfs2:arm64 (2.1.1-6build1) ...
2025-08-20T22:54:02.2085020Z Selecting previously unselected package sysfsutils.
2025-08-20T22:54:02.2242613Z Preparing to unpack .../sysfsutils_2.1.1-6build1_arm64.deb ...
2025-08-20T22:54:02.2332567Z Unpacking sysfsutils (2.1.1-6build1) ...
2025-08-20T22:54:02.3019746Z Selecting previously unselected package lm-sensors.
2025-08-20T22:54:02.3187109Z Preparing to unpack .../lm-sensors_1%3a3.6.0-9build1_arm64.deb ...
2025-08-20T22:54:02.3420021Z Unpacking lm-sensors (1:3.6.0-9build1) ...
2025-08-20T22:54:02.3965971Z Selecting previously unselected package virt-what.
2025-08-20T22:54:02.4151874Z Preparing to unpack .../virt-what_1.25-2_arm64.deb ...
2025-08-20T22:54:02.4209676Z Unpacking virt-what (1.25-2) ...
2025-08-20T22:54:02.4900990Z Setting up virt-what (1.25-2) ...
2025-08-20T22:54:02.5093041Z Setting up libsysfs2:arm64 (2.1.1-6build1) ...
2025-08-20T22:54:02.5229845Z Setting up sysfsutils (2.1.1-6build1) ...
2025-08-20T22:54:02.8336257Z Created symlink /etc/systemd/system/sysfs.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T22:54:02.8336641Z 
2025-08-20T22:54:02.8337128Z Created symlink /etc/systemd/system/multi-user.target.wants/sysfsutils.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T22:54:02.8337564Z 
2025-08-20T22:54:03.0700402Z Setting up lm-sensors (1:3.6.0-9build1) ...
2025-08-20T22:54:03.3587694Z Created symlink /etc/systemd/system/multi-user.target.wants/lm-sensors.service → /usr/lib/systemd/system/lm-sensors.service.
2025-08-20T22:54:03.3588192Z 
2025-08-20T22:54:03.3673935Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:54:04.9136654Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T22:54:05.9731914Z Reading package lists...
2025-08-20T22:54:06.1466299Z Building dependency tree...
2025-08-20T22:54:06.1473966Z Reading state information...
2025-08-20T22:54:06.3691876Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T22:54:06.3692303Z The following additional packages will be installed:
2025-08-20T22:54:06.3696780Z   libpthread-stubs0-dev libxau-dev libxcb-shape0 libxdmcp-dev x11proto-dev
2025-08-20T22:54:06.3697141Z   xorg-sgml-doctools
2025-08-20T22:54:06.3704981Z Suggested packages:
2025-08-20T22:54:06.3705188Z   libxcb-doc
2025-08-20T22:54:06.3862316Z The following NEW packages will be installed:
2025-08-20T22:54:06.3864374Z   libpthread-stubs0-dev libxau-dev libxcb-render0-dev libxcb-shape0
2025-08-20T22:54:06.3867286Z   libxcb-shape0-dev libxcb-xfixes0-dev libxcb1-dev libxdmcp-dev x11proto-dev
2025-08-20T22:54:06.3867633Z   xcb xorg-sgml-doctools
2025-08-20T22:54:06.5275215Z 0 upgraded, 11 newly installed, 0 to remove and 164 not upgraded.
2025-08-20T22:54:06.5275562Z Need to get 816 kB of archives.
2025-08-20T22:54:06.5276175Z After this operation, 3266 kB of additional disk space will be used.
2025-08-20T22:54:06.5276714Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpthread-stubs0-dev arm64 0.4-1build3 [4734 B]
2025-08-20T22:54:06.5891396Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 xorg-sgml-doctools all 1:1.11-1.1 [10.9 kB]
2025-08-20T22:54:06.6549950Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 x11proto-dev all 2023.2-1 [602 kB]
2025-08-20T22:54:07.0123752Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxau-dev arm64 1:1.0.9-1build6 [10.0 kB]
2025-08-20T22:54:07.0740779Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxdmcp-dev arm64 1:1.1.3-0ubuntu6 [26.3 kB]
2025-08-20T22:54:07.1368436Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb1-dev arm64 1.15-1ubuntu2 [91.2 kB]
2025-08-20T22:54:07.2038487Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-render0-dev arm64 1.15-1ubuntu2 [20.9 kB]
2025-08-20T22:54:07.2660798Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-shape0 arm64 1.15-1ubuntu2 [6250 B]
2025-08-20T22:54:07.3279596Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-shape0-dev arm64 1.15-1ubuntu2 [7806 B]
2025-08-20T22:54:07.3895877Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-xfixes0-dev arm64 1.15-1ubuntu2 [14.2 kB]
2025-08-20T22:54:07.4513287Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 xcb arm64 2.4-8build2 [21.1 kB]
2025-08-20T22:54:07.6965829Z Fetched 816 kB in 1s (773 kB/s)
2025-08-20T22:54:07.7236611Z Selecting previously unselected package libpthread-stubs0-dev:arm64.
2025-08-20T22:54:07.7271443Z (Reading database ... 
2025-08-20T22:54:07.7271695Z (Reading database ... 5%
2025-08-20T22:54:07.7272003Z (Reading database ... 10%
2025-08-20T22:54:07.7272447Z (Reading database ... 15%
2025-08-20T22:54:07.7272647Z (Reading database ... 20%
2025-08-20T22:54:07.7272839Z (Reading database ... 25%
2025-08-20T22:54:07.7273046Z (Reading database ... 30%
2025-08-20T22:54:07.7273238Z (Reading database ... 35%
2025-08-20T22:54:07.7273429Z (Reading database ... 40%
2025-08-20T22:54:07.7273618Z (Reading database ... 45%
2025-08-20T22:54:07.7274965Z (Reading database ... 50%
2025-08-20T22:54:07.7293123Z (Reading database ... 55%
2025-08-20T22:54:07.7378776Z (Reading database ... 60%
2025-08-20T22:54:07.7412665Z (Reading database ... 65%
2025-08-20T22:54:07.7430120Z (Reading database ... 70%
2025-08-20T22:54:07.7462735Z (Reading database ... 75%
2025-08-20T22:54:07.7606092Z (Reading database ... 80%
2025-08-20T22:54:07.7644052Z (Reading database ... 85%
2025-08-20T22:54:07.7682723Z (Reading database ... 90%
2025-08-20T22:54:07.7780677Z (Reading database ... 95%
2025-08-20T22:54:07.7780893Z (Reading database ... 100%
2025-08-20T22:54:07.7781182Z (Reading database ... 203371 files and directories currently installed.)
2025-08-20T22:54:07.7807664Z Preparing to unpack .../00-libpthread-stubs0-dev_0.4-1build3_arm64.deb ...
2025-08-20T22:54:07.7865633Z Unpacking libpthread-stubs0-dev:arm64 (0.4-1build3) ...
2025-08-20T22:54:07.8293486Z Selecting previously unselected package xorg-sgml-doctools.
2025-08-20T22:54:07.8462782Z Preparing to unpack .../01-xorg-sgml-doctools_1%3a1.11-1.1_all.deb ...
2025-08-20T22:54:07.8519994Z Unpacking xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T22:54:07.9110019Z Selecting previously unselected package x11proto-dev.
2025-08-20T22:54:07.9284627Z Preparing to unpack .../02-x11proto-dev_2023.2-1_all.deb ...
2025-08-20T22:54:07.9342299Z Unpacking x11proto-dev (2023.2-1) ...
2025-08-20T22:54:07.9918303Z Selecting previously unselected package libxau-dev:arm64.
2025-08-20T22:54:08.0095208Z Preparing to unpack .../03-libxau-dev_1%3a1.0.9-1build6_arm64.deb ...
2025-08-20T22:54:08.0142931Z Unpacking libxau-dev:arm64 (1:1.0.9-1build6) ...
2025-08-20T22:54:08.0628987Z Selecting previously unselected package libxdmcp-dev:arm64.
2025-08-20T22:54:08.0797161Z Preparing to unpack .../04-libxdmcp-dev_1%3a1.1.3-0ubuntu6_arm64.deb ...
2025-08-20T22:54:08.0850512Z Unpacking libxdmcp-dev:arm64 (1:1.1.3-0ubuntu6) ...
2025-08-20T22:54:08.1312588Z Selecting previously unselected package libxcb1-dev:arm64.
2025-08-20T22:54:08.1472127Z Preparing to unpack .../05-libxcb1-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T22:54:08.1526288Z Unpacking libxcb1-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T22:54:08.1979510Z Selecting previously unselected package libxcb-render0-dev:arm64.
2025-08-20T22:54:08.2143304Z Preparing to unpack .../06-libxcb-render0-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T22:54:08.2195289Z Unpacking libxcb-render0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T22:54:08.2765102Z Selecting previously unselected package libxcb-shape0:arm64.
2025-08-20T22:54:08.2947693Z Preparing to unpack .../07-libxcb-shape0_1.15-1ubuntu2_arm64.deb ...
2025-08-20T22:54:08.3059339Z Unpacking libxcb-shape0:arm64 (1.15-1ubuntu2) ...
2025-08-20T22:54:08.3485556Z Selecting previously unselected package libxcb-shape0-dev:arm64.
2025-08-20T22:54:08.3673703Z Preparing to unpack .../08-libxcb-shape0-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T22:54:08.3725965Z Unpacking libxcb-shape0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T22:54:08.4157263Z Selecting previously unselected package libxcb-xfixes0-dev:arm64.
2025-08-20T22:54:08.4348692Z Preparing to unpack .../09-libxcb-xfixes0-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T22:54:08.4396927Z Unpacking libxcb-xfixes0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T22:54:08.4910834Z Selecting previously unselected package xcb.
2025-08-20T22:54:08.5097142Z Preparing to unpack .../10-xcb_2.4-8build2_arm64.deb ...
2025-08-20T22:54:08.5147895Z Unpacking xcb (2.4-8build2) ...
2025-08-20T22:54:08.5823004Z Setting up libxcb-shape0:arm64 (1.15-1ubuntu2) ...
2025-08-20T22:54:08.5989316Z Setting up libpthread-stubs0-dev:arm64 (0.4-1build3) ...
2025-08-20T22:54:08.6152956Z Setting up xcb (2.4-8build2) ...
2025-08-20T22:54:08.6369741Z Setting up xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T22:54:08.6562078Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T22:54:08.6807821Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:54:10.1151124Z Processing triggers for sgml-base (1.31) ...
2025-08-20T22:54:10.1378323Z Setting up x11proto-dev (2023.2-1) ...
2025-08-20T22:54:10.1535071Z Setting up libxau-dev:arm64 (1:1.0.9-1build6) ...
2025-08-20T22:54:10.1693745Z Setting up libxdmcp-dev:arm64 (1:1.1.3-0ubuntu6) ...
2025-08-20T22:54:10.1886803Z Setting up libxcb1-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T22:54:10.2035998Z Setting up libxcb-render0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T22:54:10.2181667Z Setting up libxcb-shape0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T22:54:10.2360194Z Setting up libxcb-xfixes0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T22:54:11.5325230Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:54:12.1711398Z Collecting build
2025-08-20T22:54:12.2229812Z   Downloading build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T22:54:12.3291498Z Collecting cffi
2025-08-20T22:54:12.3393354Z   Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (1.5 kB)
2025-08-20T22:54:12.3728710Z Collecting scons
2025-08-20T22:54:12.3838592Z   Downloading scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T22:54:12.4758481Z Collecting scuba
2025-08-20T22:54:12.4857727Z   Downloading scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T22:54:12.5450626Z Collecting pytest
2025-08-20T22:54:12.5551916Z   Downloading pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T22:54:12.5889914Z Collecting packaging>=19.1 (from build)
2025-08-20T22:54:12.5981215Z   Downloading packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T22:54:12.6319058Z Collecting pyproject_hooks (from build)
2025-08-20T22:54:12.6410672Z   Downloading pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T22:54:12.6670880Z Collecting pycparser (from cffi)
2025-08-20T22:54:12.6767444Z   Downloading pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T22:54:12.7222269Z Collecting PyYAML (from scuba)
2025-08-20T22:54:12.7324837Z   Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (2.1 kB)
2025-08-20T22:54:12.7608699Z Collecting iniconfig>=1 (from pytest)
2025-08-20T22:54:12.7704762Z   Downloading iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T22:54:12.8057101Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T22:54:12.8150669Z   Downloading pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T22:54:12.8538838Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T22:54:12.8631275Z   Downloading pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:54:12.8841564Z Downloading build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T22:54:12.9097673Z Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (478 kB)
2025-08-20T22:54:12.9537426Z Downloading scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T22:54:13.0056873Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.1/4.1 MB 79.3 MB/s  0:00:00
2025-08-20T22:54:13.0160537Z Downloading scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T22:54:13.0374528Z Downloading pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T22:54:13.0567542Z Downloading pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T22:54:13.0738806Z Downloading iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T22:54:13.0929198Z Downloading packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T22:54:13.1107377Z Downloading pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T22:54:13.1278432Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 64.0 MB/s  0:00:00
2025-08-20T22:54:13.1371736Z Downloading pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T22:54:13.1559996Z Downloading pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T22:54:13.1727308Z Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (739 kB)
2025-08-20T22:54:13.1856055Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 739.2/739.2 kB 47.8 MB/s  0:00:00
2025-08-20T22:54:13.2795506Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T22:54:14.8280025Z 
2025-08-20T22:54:14.8293156Z Successfully installed PyYAML-6.0.2 build-1.3.0 cffi-1.17.1 iniconfig-2.1.0 packaging-25.0 pluggy-1.6.0 pycparser-2.22 pygments-2.19.2 pyproject_hooks-1.2.0 pytest-8.4.1 scons-4.9.1 scuba-2.14.1
2025-08-20T22:54:15.1030439Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:54:15.4480848Z Collecting ansi2txt
2025-08-20T22:54:15.5012513Z   Downloading ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T22:54:15.5377208Z Collecting pipx
2025-08-20T22:54:15.5479610Z   Downloading pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T22:54:15.5791923Z Collecting scons
2025-08-20T22:54:15.5801841Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T22:54:15.6589392Z Collecting py2static
2025-08-20T22:54:15.6689135Z   Downloading py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T22:54:15.7033116Z Collecting typer
2025-08-20T22:54:15.7127499Z   Downloading typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T22:54:15.7581281Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T22:54:15.7678126Z   Downloading argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T22:54:15.7975690Z Collecting packaging>=20 (from pipx)
2025-08-20T22:54:15.7986193Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T22:54:15.8242047Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T22:54:15.8337260Z   Downloading platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T22:54:15.8678974Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T22:54:15.8783642Z   Downloading userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T22:54:15.9383388Z Collecting pyinstaller (from py2static)
2025-08-20T22:54:15.9488465Z   Downloading pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl.metadata (8.4 kB)
2025-08-20T22:54:16.0362714Z Collecting staticx (from py2static)
2025-08-20T22:54:16.0473779Z   Downloading staticx-0.14.1.tar.gz (73 kB)
2025-08-20T22:54:16.0827397Z   Preparing metadata (setup.py): started
2025-08-20T22:54:16.4823518Z   Preparing metadata (setup.py): finished with status 'done'
2025-08-20T22:54:16.5079761Z Collecting click>=8.0.0 (from typer)
2025-08-20T22:54:16.5174711Z   Downloading click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:54:16.5593173Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T22:54:16.5689853Z   Downloading typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T22:54:16.5998570Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T22:54:16.6093356Z   Downloading shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T22:54:16.6581695Z Collecting rich>=10.11.0 (from typer)
2025-08-20T22:54:16.6678136Z   Downloading rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T22:54:16.7033381Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T22:54:16.7142568Z   Downloading markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T22:54:16.7466462Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T22:54:16.7476063Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:54:16.7674874Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T22:54:16.7771609Z   Downloading mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T22:54:16.8889395Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T22:54:16.8991037Z   Downloading setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T22:54:16.9343512Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T22:54:16.9446923Z   Downloading altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T22:54:16.9767880Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T22:54:16.9876062Z   Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T22:54:17.0198229Z Collecting pyelftools (from staticx->py2static)
2025-08-20T22:54:17.0311815Z   Downloading pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T22:54:17.0509678Z Downloading ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T22:54:17.0678869Z Downloading pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T22:54:17.0785863Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T22:54:17.0918579Z Downloading py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T22:54:17.1083812Z Downloading typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T22:54:17.1263821Z Downloading argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T22:54:17.1447830Z Downloading click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T22:54:17.1583892Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T22:54:17.1678913Z Downloading platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T22:54:17.1896769Z Downloading rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T22:54:17.2069087Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T22:54:17.2173828Z Downloading markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T22:54:17.2352053Z Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T22:54:17.2521097Z Downloading shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T22:54:17.2695559Z Downloading typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T22:54:17.2864786Z Downloading userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T22:54:17.3043848Z Downloading pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl (726 kB)
2025-08-20T22:54:17.3242576Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 726.3/726.3 kB 29.7 MB/s  0:00:00
2025-08-20T22:54:17.3358971Z Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T22:54:17.3574538Z Downloading setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T22:54:17.3782478Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 50.4 MB/s  0:00:00
2025-08-20T22:54:17.3876394Z Downloading altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T22:54:17.4052893Z Downloading pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T22:54:17.4463056Z Building wheels for collected packages: staticx
2025-08-20T22:54:17.4469222Z   Building wheel for staticx (setup.py): started
2025-08-20T22:54:25.8164779Z   Building wheel for staticx (setup.py): finished with status 'done'
2025-08-20T22:54:25.8173551Z   Created wheel for staticx: filename=staticx-0.14.1-py3-none-manylinux1_aarch64.whl size=790704 sha256=a1c562195e5b99ea1c3bcd1f6091907dd1c830d624e76452efa8c2a97adfadf4
2025-08-20T22:54:25.8174774Z   Stored in directory: /home/runner/.cache/pip/wheels/00/b3/af/a35c87126ca3734bc09bf9274a2c1ffdab9273a232bfa1325c
2025-08-20T22:54:25.8190363Z Successfully built staticx
2025-08-20T22:54:25.9139680Z Installing collected packages: pyelftools, altgraph, typing-extensions, staticx, shellingham, setuptools, scons, pygments, platformdirs, packaging, mdurl, click, argcomplete, ansi2txt, userpath, pyinstaller-hooks-contrib, markdown-it-py, rich, pyinstaller, pipx, typer, py2static
2025-08-20T22:54:26.7059293Z   Attempting uninstall: scons
2025-08-20T22:54:26.7130557Z     Found existing installation: SCons 4.9.1
2025-08-20T22:54:26.7415996Z     Uninstalling SCons-4.9.1:
2025-08-20T22:54:26.7476128Z       Successfully uninstalled SCons-4.9.1
2025-08-20T22:54:27.3012819Z   Attempting uninstall: pygments
2025-08-20T22:54:27.3089132Z     Found existing installation: Pygments 2.19.2
2025-08-20T22:54:27.3240121Z     Uninstalling Pygments-2.19.2:
2025-08-20T22:54:27.3262016Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T22:54:27.9359197Z   Attempting uninstall: packaging
2025-08-20T22:54:27.9427434Z     Found existing installation: packaging 25.0
2025-08-20T22:54:27.9446226Z     Uninstalling packaging-25.0:
2025-08-20T22:54:27.9451805Z       Successfully uninstalled packaging-25.0
2025-08-20T22:54:28.8986690Z 
2025-08-20T22:54:28.9011082Z Successfully installed altgraph-0.17.4 ansi2txt-0.2.0 argcomplete-3.6.2 click-8.2.1 markdown-it-py-4.0.0 mdurl-0.1.2 packaging-25.0 pipx-1.7.1 platformdirs-4.3.8 py2static-0.0.1 pyelftools-0.32 pygments-2.19.2 pyinstaller-6.15.0 pyinstaller-hooks-contrib-2025.8 rich-14.1.0 scons-4.9.1 setuptools-80.9.0 shellingham-1.5.4 staticx-0.14.1 typer-0.16.1 typing-extensions-4.14.1 userpath-1.9.2
2025-08-20T22:54:29.1811605Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:54:29.3502878Z Collecting build
2025-08-20T22:54:29.3513459Z   Using cached build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T22:54:29.4251340Z Collecting cffi
2025-08-20T22:54:29.4261936Z   Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (1.5 kB)
2025-08-20T22:54:29.4453150Z Collecting scons
2025-08-20T22:54:29.4462439Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T22:54:29.4657057Z Collecting scuba
2025-08-20T22:54:29.4665522Z   Using cached scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T22:54:29.5100106Z Collecting pytest
2025-08-20T22:54:29.5108903Z   Using cached pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T22:54:29.5329827Z Collecting packaging>=19.1 (from build)
2025-08-20T22:54:29.5339047Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T22:54:29.5501756Z Collecting pyproject_hooks (from build)
2025-08-20T22:54:29.5511260Z   Using cached pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T22:54:29.5679104Z Collecting pycparser (from cffi)
2025-08-20T22:54:29.5689619Z   Using cached pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T22:54:29.6000292Z Collecting PyYAML (from scuba)
2025-08-20T22:54:29.6015423Z   Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (2.1 kB)
2025-08-20T22:54:29.6177518Z Collecting iniconfig>=1 (from pytest)
2025-08-20T22:54:29.6186919Z   Using cached iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T22:54:29.6397566Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T22:54:29.6406714Z   Using cached pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T22:54:29.6634258Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T22:54:29.6643366Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:54:29.6691401Z Using cached build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T22:54:29.6700521Z Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (478 kB)
2025-08-20T22:54:29.6711676Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T22:54:29.6747382Z Using cached scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T22:54:29.6757644Z Using cached pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T22:54:29.6768364Z Using cached pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T22:54:29.6777304Z Using cached iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T22:54:29.6785814Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T22:54:29.6794610Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T22:54:29.6810569Z Using cached pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T22:54:29.6820164Z Using cached pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T22:54:29.6829017Z Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (739 kB)
2025-08-20T22:54:29.7878149Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T22:54:29.7882934Z   Attempting uninstall: scons
2025-08-20T22:54:29.7953871Z     Found existing installation: SCons 4.9.1
2025-08-20T22:54:29.8234233Z     Uninstalling SCons-4.9.1:
2025-08-20T22:54:29.8292799Z       Successfully uninstalled SCons-4.9.1
2025-08-20T22:54:30.3111279Z   Attempting uninstall: PyYAML
2025-08-20T22:54:30.3180561Z     Found existing installation: PyYAML 6.0.2
2025-08-20T22:54:30.3202204Z     Uninstalling PyYAML-6.0.2:
2025-08-20T22:54:30.3208680Z       Successfully uninstalled PyYAML-6.0.2
2025-08-20T22:54:30.3730778Z   Attempting uninstall: pyproject_hooks
2025-08-20T22:54:30.3798741Z     Found existing installation: pyproject_hooks 1.2.0
2025-08-20T22:54:30.3811562Z     Uninstalling pyproject_hooks-1.2.0:
2025-08-20T22:54:30.3817180Z       Successfully uninstalled pyproject_hooks-1.2.0
2025-08-20T22:54:30.3953611Z   Attempting uninstall: pygments
2025-08-20T22:54:30.4019605Z     Found existing installation: Pygments 2.19.2
2025-08-20T22:54:30.4172371Z     Uninstalling Pygments-2.19.2:
2025-08-20T22:54:30.4195282Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T22:54:30.9787209Z   Attempting uninstall: pycparser
2025-08-20T22:54:30.9854853Z     Found existing installation: pycparser 2.22
2025-08-20T22:54:30.9873610Z     Uninstalling pycparser-2.22:
2025-08-20T22:54:30.9878922Z       Successfully uninstalled pycparser-2.22
2025-08-20T22:54:31.0990401Z   Attempting uninstall: pluggy
2025-08-20T22:54:31.1057521Z     Found existing installation: pluggy 1.6.0
2025-08-20T22:54:31.1072877Z     Uninstalling pluggy-1.6.0:
2025-08-20T22:54:31.1077791Z       Successfully uninstalled pluggy-1.6.0
2025-08-20T22:54:31.1267395Z   Attempting uninstall: packaging
2025-08-20T22:54:31.1337865Z     Found existing installation: packaging 25.0
2025-08-20T22:54:31.1357278Z     Uninstalling packaging-25.0:
2025-08-20T22:54:31.1365218Z       Successfully uninstalled packaging-25.0
2025-08-20T22:54:31.1755492Z   Attempting uninstall: iniconfig
2025-08-20T22:54:31.1825753Z     Found existing installation: iniconfig 2.1.0
2025-08-20T22:54:31.1838802Z     Uninstalling iniconfig-2.1.0:
2025-08-20T22:54:31.1843601Z       Successfully uninstalled iniconfig-2.1.0
2025-08-20T22:54:31.1956816Z   Attempting uninstall: scuba
2025-08-20T22:54:31.2022372Z     Found existing installation: scuba 2.14.1
2025-08-20T22:54:31.2039322Z     Uninstalling scuba-2.14.1:
2025-08-20T22:54:31.2046110Z       Successfully uninstalled scuba-2.14.1
2025-08-20T22:54:31.2264533Z   Attempting uninstall: pytest
2025-08-20T22:54:31.2336323Z     Found existing installation: pytest 8.4.1
2025-08-20T22:54:31.2382422Z     Uninstalling pytest-8.4.1:
2025-08-20T22:54:31.2580144Z       Successfully uninstalled pytest-8.4.1
2025-08-20T22:54:31.4531322Z   Attempting uninstall: cffi
2025-08-20T22:54:31.4598392Z     Found existing installation: cffi 1.17.1
2025-08-20T22:54:31.4623738Z     Uninstalling cffi-1.17.1:
2025-08-20T22:54:31.4809750Z       Successfully uninstalled cffi-1.17.1
2025-08-20T22:54:31.5453082Z   Attempting uninstall: build
2025-08-20T22:54:31.5521053Z     Found existing installation: build 1.3.0
2025-08-20T22:54:31.5540184Z     Uninstalling build-1.3.0:
2025-08-20T22:54:31.5547611Z       Successfully uninstalled build-1.3.0
2025-08-20T22:54:31.5773374Z 
2025-08-20T22:54:31.5795545Z Successfully installed PyYAML-6.0.2 build-1.3.0 cffi-1.17.1 iniconfig-2.1.0 packaging-25.0 pluggy-1.6.0 pycparser-2.22 pygments-2.19.2 pyproject_hooks-1.2.0 pytest-8.4.1 scons-4.9.1 scuba-2.14.1
2025-08-20T22:54:31.8535599Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:54:32.0144542Z Collecting ansi2txt
2025-08-20T22:54:32.0154883Z   Using cached ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T22:54:32.0396510Z Collecting pipx
2025-08-20T22:54:32.0406473Z   Using cached pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T22:54:32.0627196Z Collecting scons
2025-08-20T22:54:32.0637442Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T22:54:32.0813113Z Collecting py2static
2025-08-20T22:54:32.0821116Z   Using cached py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T22:54:32.1036099Z Collecting typer
2025-08-20T22:54:32.1045700Z   Using cached typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T22:54:32.1338316Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T22:54:32.1347931Z   Using cached argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T22:54:32.1558735Z Collecting packaging>=20 (from pipx)
2025-08-20T22:54:32.1568137Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T22:54:32.1901934Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T22:54:32.1911290Z   Using cached platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T22:54:32.2100710Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T22:54:32.2110245Z   Using cached userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T22:54:32.2476983Z Collecting pyinstaller (from py2static)
2025-08-20T22:54:32.2487149Z   Using cached pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl.metadata (8.4 kB)
2025-08-20T22:54:32.2763741Z Collecting staticx (from py2static)
2025-08-20T22:54:32.2772499Z   Using cached staticx-0.14.1.tar.gz (73 kB)
2025-08-20T22:54:32.2910594Z   Preparing metadata (setup.py): started
2025-08-20T22:54:32.4807029Z   Preparing metadata (setup.py): finished with status 'done'
2025-08-20T22:54:32.5030193Z Collecting click>=8.0.0 (from typer)
2025-08-20T22:54:32.5039267Z   Using cached click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:54:32.5258517Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T22:54:32.5267671Z   Using cached typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T22:54:32.5555507Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T22:54:32.5565348Z   Using cached shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T22:54:32.5925216Z Collecting rich>=10.11.0 (from typer)
2025-08-20T22:54:32.5933617Z   Using cached rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T22:54:32.6154172Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T22:54:32.6164530Z   Using cached markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T22:54:32.6413801Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T22:54:32.6423446Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:54:32.6597087Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T22:54:32.6606856Z   Using cached mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T22:54:32.7523719Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T22:54:32.7530606Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T22:54:32.7768886Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T22:54:32.7777948Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T22:54:32.8034541Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T22:54:32.8043366Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T22:54:32.8261920Z Collecting pyelftools (from staticx->py2static)
2025-08-20T22:54:32.8271260Z   Using cached pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T22:54:32.8300856Z Using cached ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T22:54:32.8309783Z Using cached pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T22:54:32.8318931Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T22:54:32.8351914Z Using cached py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T22:54:32.8360816Z Using cached typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T22:54:32.8369248Z Using cached argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T22:54:32.8378580Z Using cached click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T22:54:32.8387189Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T22:54:32.8396355Z Using cached platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T22:54:32.8404593Z Using cached rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T22:54:32.8414964Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T22:54:32.8430783Z Using cached markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T22:54:32.8439605Z Using cached mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T22:54:32.8448077Z Using cached shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T22:54:32.8456761Z Using cached typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T22:54:32.8465391Z Using cached userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T22:54:32.8474055Z Using cached pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl (726 kB)
2025-08-20T22:54:32.8485912Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T22:54:32.8496566Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T22:54:32.8510296Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T22:54:32.8518903Z Using cached pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T22:54:32.8825753Z Building wheels for collected packages: staticx
2025-08-20T22:54:32.8830868Z   Building wheel for staticx (setup.py): started
2025-08-20T22:54:35.1944522Z   Building wheel for staticx (setup.py): finished with status 'done'
2025-08-20T22:54:35.1953984Z   Created wheel for staticx: filename=staticx-0.14.1-py3-none-manylinux1_aarch64.whl size=790765 sha256=ac752ac93b6e11391c52337ce0e083314129a6f790bf2eb68f188384debc8051
2025-08-20T22:54:35.1954870Z   Stored in directory: /home/runner/.cache/pip/wheels/00/b3/af/a35c87126ca3734bc09bf9274a2c1ffdab9273a232bfa1325c
2025-08-20T22:54:35.1972250Z Successfully built staticx
2025-08-20T22:54:35.2937983Z Installing collected packages: pyelftools, altgraph, typing-extensions, staticx, shellingham, setuptools, scons, pygments, platformdirs, packaging, mdurl, click, argcomplete, ansi2txt, userpath, pyinstaller-hooks-contrib, markdown-it-py, rich, pyinstaller, pipx, typer, py2static
2025-08-20T22:54:35.2942720Z   Attempting uninstall: pyelftools
2025-08-20T22:54:35.3006005Z     Found existing installation: pyelftools 0.32
2025-08-20T22:54:35.3043311Z     Uninstalling pyelftools-0.32:
2025-08-20T22:54:35.3055080Z       Successfully uninstalled pyelftools-0.32
2025-08-20T22:54:35.4093492Z   Attempting uninstall: altgraph
2025-08-20T22:54:35.4163130Z     Found existing installation: altgraph 0.17.4
2025-08-20T22:54:35.4178849Z     Uninstalling altgraph-0.17.4:
2025-08-20T22:54:35.4183762Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T22:54:35.4360893Z   Attempting uninstall: typing-extensions
2025-08-20T22:54:35.4428592Z     Found existing installation: typing_extensions 4.14.1
2025-08-20T22:54:35.4441040Z     Uninstalling typing_extensions-4.14.1:
2025-08-20T22:54:35.4629195Z       Successfully uninstalled typing_extensions-4.14.1
2025-08-20T22:54:35.4891287Z   Attempting uninstall: staticx
2025-08-20T22:54:35.4961249Z     Found existing installation: staticx 0.14.1
2025-08-20T22:54:35.4981199Z     Uninstalling staticx-0.14.1:
2025-08-20T22:54:35.4989348Z       Successfully uninstalled staticx-0.14.1
2025-08-20T22:54:35.5272066Z   Attempting uninstall: shellingham
2025-08-20T22:54:35.5343079Z     Found existing installation: shellingham 1.5.4
2025-08-20T22:54:35.5357880Z     Uninstalling shellingham-1.5.4:
2025-08-20T22:54:35.5363145Z       Successfully uninstalled shellingham-1.5.4
2025-08-20T22:54:35.5490137Z   Attempting uninstall: setuptools
2025-08-20T22:54:35.5557578Z     Found existing installation: setuptools 80.9.0
2025-08-20T22:54:35.5757622Z     Uninstalling setuptools-80.9.0:
2025-08-20T22:54:35.5971371Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T22:54:36.1681643Z   Attempting uninstall: scons
2025-08-20T22:54:36.1756945Z     Found existing installation: SCons 4.9.1
2025-08-20T22:54:36.2045064Z     Uninstalling SCons-4.9.1:
2025-08-20T22:54:36.2101927Z       Successfully uninstalled SCons-4.9.1
2025-08-20T22:54:36.6960545Z   Attempting uninstall: pygments
2025-08-20T22:54:36.7040732Z     Found existing installation: Pygments 2.19.2
2025-08-20T22:54:36.7196446Z     Uninstalling Pygments-2.19.2:
2025-08-20T22:54:36.7217356Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T22:54:37.2822409Z   Attempting uninstall: platformdirs
2025-08-20T22:54:37.2904242Z     Found existing installation: platformdirs 4.3.8
2025-08-20T22:54:37.2921330Z     Uninstalling platformdirs-4.3.8:
2025-08-20T22:54:37.2926735Z       Successfully uninstalled platformdirs-4.3.8
2025-08-20T22:54:37.3117445Z   Attempting uninstall: packaging
2025-08-20T22:54:37.3188465Z     Found existing installation: packaging 25.0
2025-08-20T22:54:37.3207996Z     Uninstalling packaging-25.0:
2025-08-20T22:54:37.3213194Z       Successfully uninstalled packaging-25.0
2025-08-20T22:54:37.3614986Z   Attempting uninstall: mdurl
2025-08-20T22:54:37.3681927Z     Found existing installation: mdurl 0.1.2
2025-08-20T22:54:37.3695892Z     Uninstalling mdurl-0.1.2:
2025-08-20T22:54:37.3700632Z       Successfully uninstalled mdurl-0.1.2
2025-08-20T22:54:37.3831720Z   Attempting uninstall: click
2025-08-20T22:54:37.3901520Z     Found existing installation: click 8.2.1
2025-08-20T22:54:37.3919792Z     Uninstalling click-8.2.1:
2025-08-20T22:54:37.3925189Z       Successfully uninstalled click-8.2.1
2025-08-20T22:54:37.4506026Z   Attempting uninstall: argcomplete
2025-08-20T22:54:37.4577859Z     Found existing installation: argcomplete 3.6.2
2025-08-20T22:54:37.4600544Z     Uninstalling argcomplete-3.6.2:
2025-08-20T22:54:37.4609121Z       Successfully uninstalled argcomplete-3.6.2
2025-08-20T22:54:37.4862371Z   Attempting uninstall: ansi2txt
2025-08-20T22:54:37.4932231Z     Found existing installation: ansi2txt 0.2.0
2025-08-20T22:54:37.4945729Z     Uninstalling ansi2txt-0.2.0:
2025-08-20T22:54:37.5133828Z       Successfully uninstalled ansi2txt-0.2.0
2025-08-20T22:54:37.5246687Z   Attempting uninstall: userpath
2025-08-20T22:54:37.5316170Z     Found existing installation: userpath 1.9.2
2025-08-20T22:54:37.5331592Z     Uninstalling userpath-1.9.2:
2025-08-20T22:54:37.5338630Z       Successfully uninstalled userpath-1.9.2
2025-08-20T22:54:37.5497267Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T22:54:37.5570742Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T22:54:37.5866289Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T22:54:37.5903097Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T22:54:37.7842563Z   Attempting uninstall: markdown-it-py
2025-08-20T22:54:37.7912411Z     Found existing installation: markdown-it-py 4.0.0
2025-08-20T22:54:37.7965656Z     Uninstalling markdown-it-py-4.0.0:
2025-08-20T22:54:37.7976136Z       Successfully uninstalled markdown-it-py-4.0.0
2025-08-20T22:54:37.8546703Z   Attempting uninstall: rich
2025-08-20T22:54:37.8619043Z     Found existing installation: rich 14.1.0
2025-08-20T22:54:37.8666131Z     Uninstalling rich-14.1.0:
2025-08-20T22:54:37.8673001Z       Successfully uninstalled rich-14.1.0
2025-08-20T22:54:38.0169793Z   Attempting uninstall: pyinstaller
2025-08-20T22:54:38.0241976Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T22:54:38.0486032Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T22:54:38.0521438Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T22:54:38.3082932Z   Attempting uninstall: pipx
2025-08-20T22:54:38.3155828Z     Found existing installation: pipx 1.7.1
2025-08-20T22:54:38.3197458Z     Uninstalling pipx-1.7.1:
2025-08-20T22:54:38.3205046Z       Successfully uninstalled pipx-1.7.1
2025-08-20T22:54:38.3705045Z   Attempting uninstall: typer
2025-08-20T22:54:38.3774936Z     Found existing installation: typer 0.16.1
2025-08-20T22:54:38.3795525Z     Uninstalling typer-0.16.1:
2025-08-20T22:54:38.3802227Z       Successfully uninstalled typer-0.16.1
2025-08-20T22:54:38.4158585Z   Attempting uninstall: py2static
2025-08-20T22:54:38.4224088Z     Found existing installation: py2static 0.0.1
2025-08-20T22:54:38.4239242Z     Uninstalling py2static-0.0.1:
2025-08-20T22:54:38.4247176Z       Successfully uninstalled py2static-0.0.1
2025-08-20T22:54:38.4370834Z 
2025-08-20T22:54:38.4394922Z Successfully installed altgraph-0.17.4 ansi2txt-0.2.0 argcomplete-3.6.2 click-8.2.1 markdown-it-py-4.0.0 mdurl-0.1.2 packaging-25.0 pipx-1.7.1 platformdirs-4.3.8 py2static-0.0.1 pyelftools-0.32 pygments-2.19.2 pyinstaller-6.15.0 pyinstaller-hooks-contrib-2025.8 rich-14.1.0 scons-4.9.1 setuptools-80.9.0 shellingham-1.5.4 staticx-0.14.1 typer-0.16.1 typing-extensions-4.14.1 userpath-1.9.2
2025-08-20T22:54:38.7271798Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:54:38.8271755Z Collecting git+https://github.com/pyinstaller/pyinstaller
2025-08-20T22:54:38.8276404Z   Cloning https://github.com/pyinstaller/pyinstaller to /tmp/pip-req-build-krjo5o6h
2025-08-20T22:54:38.8294945Z 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}  Running command git clone --filter=blob:none --quiet https://github.com/pyinstaller/pyinstaller /tmp/pip-req-build-krjo5o6h
2025-08-20T22:54:41.1244884Z   Resolved https://github.com/pyinstaller/pyinstaller to commit 34508a2cda1072718a81ef1d5a660ce89e62d295
2025-08-20T22:54:41.1281044Z   Installing build dependencies: started
2025-08-20T22:54:41.7916610Z   Installing build dependencies: finished with status 'done'
2025-08-20T22:54:41.7925727Z   Getting requirements to build wheel: started
2025-08-20T22:54:42.0396983Z   Getting requirements to build wheel: finished with status 'done'
2025-08-20T22:54:42.0406532Z   Preparing metadata (pyproject.toml): started
2025-08-20T22:54:42.2017105Z   Preparing metadata (pyproject.toml): finished with status 'done'
2025-08-20T22:54:42.3588970Z Collecting setuptools>=42.0.0 (from pyinstaller==6.15.0)
2025-08-20T22:54:42.3599236Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T22:54:42.3846252Z Collecting altgraph (from pyinstaller==6.15.0)
2025-08-20T22:54:42.3855899Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T22:54:42.4106633Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller==6.15.0)
2025-08-20T22:54:42.4116468Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T22:54:42.4348491Z Collecting packaging>=22.0 (from pyinstaller==6.15.0)
2025-08-20T22:54:42.4358377Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T22:54:42.4397776Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T22:54:42.4407763Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T22:54:42.4419690Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T22:54:42.4435346Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T22:54:42.4544260Z Building wheels for collected packages: pyinstaller
2025-08-20T22:54:42.4550795Z   Building wheel for pyinstaller (pyproject.toml): started
2025-08-20T22:54:45.2406658Z   Building wheel for pyinstaller (pyproject.toml): finished with status 'done'
2025-08-20T22:54:45.2425606Z   Created wheel for pyinstaller: filename=pyinstaller-6.15.0-py3-none-any.whl size=1828928 sha256=ad6c7d2d67947db849ff99cb75ff04c1e83a33b88fb72380610f3972bd6e9c6b
2025-08-20T22:54:45.2426903Z   Stored in directory: /tmp/pip-ephem-wheel-cache-785kmjdo/wheels/ad/f0/96/ada035be05b1c8fe6a9d81fd24e3d5f767d7ccd2219d68e4e2
2025-08-20T22:54:45.2463610Z Successfully built pyinstaller
2025-08-20T22:54:45.3236138Z Installing collected packages: altgraph, setuptools, packaging, pyinstaller-hooks-contrib, pyinstaller
2025-08-20T22:54:45.3241186Z   Attempting uninstall: altgraph
2025-08-20T22:54:45.3309545Z     Found existing installation: altgraph 0.17.4
2025-08-20T22:54:45.3326946Z     Uninstalling altgraph-0.17.4:
2025-08-20T22:54:45.3332544Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T22:54:45.3563658Z   Attempting uninstall: setuptools
2025-08-20T22:54:45.3630401Z     Found existing installation: setuptools 80.9.0
2025-08-20T22:54:45.3832032Z     Uninstalling setuptools-80.9.0:
2025-08-20T22:54:45.4050077Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T22:54:45.9715324Z   Attempting uninstall: packaging
2025-08-20T22:54:45.9786692Z     Found existing installation: packaging 25.0
2025-08-20T22:54:45.9815273Z     Uninstalling packaging-25.0:
2025-08-20T22:54:45.9820684Z       Successfully uninstalled packaging-25.0
2025-08-20T22:54:46.0268344Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T22:54:46.0339633Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T22:54:46.0632469Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T22:54:46.0669221Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T22:54:46.2551885Z   Attempting uninstall: pyinstaller
2025-08-20T22:54:46.2625356Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T22:54:46.2875633Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T22:54:46.2911199Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T22:54:46.5560032Z 
2025-08-20T22:54:46.5583888Z Successfully installed altgraph-0.17.4 packaging-25.0 pyinstaller-6.15.0 pyinstaller-hooks-contrib-2025.8 setuptools-80.9.0
2025-08-20T22:54:46.7758461Z 6.15.0
2025-08-20T22:54:48.4305687Z # Executing docker install script, commit: bedc5d6b3e782a5e50d3d2a870f5e1f1b5a38d5c
2025-08-20T22:54:48.4314799Z Warning: the "docker" command appears to already exist on this system.
2025-08-20T22:54:48.4315213Z 
2025-08-20T22:54:48.4315454Z If you already have Docker installed, this script can cause trouble, which is
2025-08-20T22:54:48.4315951Z why we're displaying this warning and provide the opportunity to cancel the
2025-08-20T22:54:48.4316357Z installation.
2025-08-20T22:54:48.4316483Z 
2025-08-20T22:54:48.4316743Z If you installed the current Docker package using this script and are using it
2025-08-20T22:54:48.4317206Z again to update Docker, you can ignore this message, but be aware that the
2025-08-20T22:54:48.4317727Z script resets any custom changes in the deb and rpm repo configuration
2025-08-20T22:54:48.4318152Z files to match the parameters passed to the script.
2025-08-20T22:54:48.4318376Z 
2025-08-20T22:54:48.4318494Z You may press Ctrl+C now to abort this script.
2025-08-20T22:54:48.4464142Z + sh -c 'apt-get -qq update >/dev/null'
2025-08-20T22:54:49.7767208Z + sh -c 'DEBIAN_FRONTEND=noninteractive apt-get -y -qq install ca-certificates curl >/dev/null'
2025-08-20T22:54:50.2043613Z + sh -c 'install -m 0755 -d /etc/apt/keyrings'
2025-08-20T22:54:50.2058613Z + sh -c 'curl -fsSL "https://download.docker.com/linux/ubuntu/gpg" -o /etc/apt/keyrings/docker.asc'
2025-08-20T22:54:50.2765222Z + sh -c 'chmod a+r /etc/apt/keyrings/docker.asc'
2025-08-20T22:54:50.2779158Z + sh -c 'echo "deb [arch=arm64 signed-by=/etc/apt/keyrings/docker.asc] https://download.docker.com/linux/ubuntu noble stable" > /etc/apt/sources.list.d/docker.list'
2025-08-20T22:54:50.2786413Z + sh -c 'apt-get -qq update >/dev/null'
2025-08-20T22:54:51.4709610Z + sh -c 'DEBIAN_FRONTEND=noninteractive apt-get -y -qq install docker-ce docker-ce-cli containerd.io docker-compose-plugin docker-ce-rootless-extras docker-buildx-plugin docker-model-plugin >/dev/null'
2025-08-20T22:55:01.3238461Z + sh -c 'docker version'
2025-08-20T22:55:01.3369141Z Client: Docker Engine - Community
2025-08-20T22:55:01.3370075Z  Version:           28.3.3
2025-08-20T22:55:01.3370949Z  API version:       1.51
2025-08-20T22:55:01.3371244Z  Go version:        go1.24.5
2025-08-20T22:55:01.3371620Z  Git commit:        980b856
2025-08-20T22:55:01.3371897Z  Built:             Fri Jul 25 11:35:18 2025
2025-08-20T22:55:01.3372325Z  OS/Arch:           linux/arm64
2025-08-20T22:55:01.3372635Z  Context:           default
2025-08-20T22:55:01.3372777Z 
2025-08-20T22:55:01.3372910Z Server: Docker Engine - Community
2025-08-20T22:55:01.3373183Z  Engine:
2025-08-20T22:55:01.3373395Z   Version:          28.3.3
2025-08-20T22:55:01.3373668Z   API version:      1.51 (minimum version 1.24)
2025-08-20T22:55:01.3374073Z   Go version:       go1.24.5
2025-08-20T22:55:01.3374319Z   Git commit:       bea959c
2025-08-20T22:55:01.3374620Z   Built:            Fri Jul 25 11:35:18 2025
2025-08-20T22:55:01.3374920Z   OS/Arch:          linux/arm64
2025-08-20T22:55:01.3375164Z   Experimental:     false
2025-08-20T22:55:01.3375497Z  containerd:
2025-08-20T22:55:01.3375731Z   Version:          1.7.27
2025-08-20T22:55:01.3376019Z   GitCommit:        05044ec0a9a75232cad458027ca83437aae3f4da
2025-08-20T22:55:01.3376375Z  runc:
2025-08-20T22:55:01.3376568Z   Version:          1.2.5
2025-08-20T22:55:01.3376865Z   GitCommit:        v1.2.5-0-g59923ef
2025-08-20T22:55:01.3377120Z  docker-init:
2025-08-20T22:55:01.3377343Z   Version:          0.19.0
2025-08-20T22:55:01.3377603Z   GitCommit:        de40ad0
2025-08-20T22:55:01.3383434Z 
2025-08-20T22:55:01.3383721Z ================================================================================
2025-08-20T22:55:01.3383992Z 
2025-08-20T22:55:01.3384436Z To run Docker as a non-privileged user, consider setting up the
2025-08-20T22:55:01.3384925Z Docker daemon in rootless mode for your user:
2025-08-20T22:55:01.3385212Z 
2025-08-20T22:55:01.3385327Z     dockerd-rootless-setuptool.sh install
2025-08-20T22:55:01.3385521Z 
2025-08-20T22:55:01.3385787Z Visit https://docs.docker.com/go/rootless/ to learn about rootless mode.
2025-08-20T22:55:01.3386099Z 
2025-08-20T22:55:01.3386104Z 
2025-08-20T22:55:01.3386295Z To run the Docker daemon as a fully privileged service, but granting non-root
2025-08-20T22:55:01.3386745Z users access, refer to https://docs.docker.com/go/daemon-access/
2025-08-20T22:55:01.3387051Z 
2025-08-20T22:55:01.3387263Z WARNING: Access to the remote API on a privileged Docker daemon is equivalent
2025-08-20T22:55:01.3387749Z          to root access on the host. Refer to the 'Docker daemon attack surface'
2025-08-20T22:55:01.3388201Z          documentation for details: https://docs.docker.com/go/attack-surface/
2025-08-20T22:55:01.3388546Z 
2025-08-20T22:55:01.3388652Z ================================================================================
2025-08-20T22:55:01.3388862Z 
2025-08-20T22:55:12.2585426Z ● docker.service - Docker Application Container Engine
2025-08-20T22:55:12.2585980Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T22:55:12.2586775Z      Active: active (running) since Wed 2025-08-20 22:55:02 UTC; 10s ago
2025-08-20T22:55:12.2587284Z TriggeredBy: ● docker.socket
2025-08-20T22:55:12.2587570Z        Docs: https://docs.docker.com
2025-08-20T22:55:12.2587888Z    Main PID: 21691 (dockerd)
2025-08-20T22:55:12.2588177Z       Tasks: 10
2025-08-20T22:55:12.2588396Z      Memory: 20.8M (peak: 24.5M)
2025-08-20T22:55:12.2588669Z         CPU: 237ms
2025-08-20T22:55:12.2588913Z      CGroup: /system.slice/docker.service
2025-08-20T22:55:12.2591676Z              └─21691 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T22:55:12.2592033Z 
2025-08-20T22:55:12.2592626Z Aug 20 22:55:01 runnervmdbl46 dockerd[21691]: time="2025-08-20T22:55:01.679232052Z" level=info msg="Loading containers: start."
2025-08-20T22:55:12.2593798Z Aug 20 22:55:02 runnervmdbl46 dockerd[21691]: time="2025-08-20T22:55:02.174470248Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count 5eae016f7f38ed177cc94012819d66ac1e226d3824087311db34fe6684815756], retrying...."
2025-08-20T22:55:12.2594966Z Aug 20 22:55:02 runnervmdbl46 dockerd[21691]: time="2025-08-20T22:55:02.207644218Z" level=info msg="Loading containers: done."
2025-08-20T22:55:12.2596141Z Aug 20 22:55:02 runnervmdbl46 dockerd[21691]: time="2025-08-20T22:55:02.224542765Z" level=warning msg="Not using native diff for overlay2, this may cause degraded performance for building images: kernel has CONFIG_OVERLAY_FS_REDIRECT_DIR enabled" storage-driver=overlay2
2025-08-20T22:55:12.2597487Z Aug 20 22:55:02 runnervmdbl46 dockerd[21691]: time="2025-08-20T22:55:02.224613319Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T22:55:12.2598414Z Aug 20 22:55:02 runnervmdbl46 dockerd[21691]: time="2025-08-20T22:55:02.224638064Z" level=info msg="Initializing buildkit"
2025-08-20T22:55:12.2599136Z Aug 20 22:55:02 runnervmdbl46 dockerd[21691]: time="2025-08-20T22:55:02.239775561Z" level=info msg="Completed buildkit initialization"
2025-08-20T22:55:12.2599882Z Aug 20 22:55:02 runnervmdbl46 dockerd[21691]: time="2025-08-20T22:55:02.243013060Z" level=info msg="Daemon has completed initialization"
2025-08-20T22:55:12.2600661Z Aug 20 22:55:02 runnervmdbl46 dockerd[21691]: time="2025-08-20T22:55:02.243066246Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T22:55:12.2601365Z Aug 20 22:55:02 runnervmdbl46 systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T22:55:12.2673070Z ● docker.service - Docker Application Container Engine
2025-08-20T22:55:12.2673847Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T22:55:12.2674403Z      Active: active (running) since Wed 2025-08-20 22:55:02 UTC; 10s ago
2025-08-20T22:55:12.2674917Z TriggeredBy: ● docker.socket
2025-08-20T22:55:12.2675205Z        Docs: https://docs.docker.com
2025-08-20T22:55:12.2675468Z    Main PID: 21691 (dockerd)
2025-08-20T22:55:12.2675751Z       Tasks: 10
2025-08-20T22:55:12.2676012Z      Memory: 20.8M (peak: 24.5M)
2025-08-20T22:55:12.2676282Z         CPU: 237ms
2025-08-20T22:55:12.2676519Z      CGroup: /system.slice/docker.service
2025-08-20T22:55:12.2677072Z              └─21691 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T22:55:12.2677360Z 
2025-08-20T22:55:12.2677733Z Aug 20 22:55:01 runnervmdbl46 dockerd[21691]: time="2025-08-20T22:55:01.679232052Z" level=info msg="Loading containers: start."
2025-08-20T22:55:12.2678923Z Aug 20 22:55:02 runnervmdbl46 dockerd[21691]: time="2025-08-20T22:55:02.174470248Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count 5eae016f7f38ed177cc94012819d66ac1e226d3824087311db34fe6684815756], retrying...."
2025-08-20T22:55:12.2680049Z Aug 20 22:55:02 runnervmdbl46 dockerd[21691]: time="2025-08-20T22:55:02.207644218Z" level=info msg="Loading containers: done."
2025-08-20T22:55:12.2681211Z Aug 20 22:55:02 runnervmdbl46 dockerd[21691]: time="2025-08-20T22:55:02.224542765Z" level=warning msg="Not using native diff for overlay2, this may cause degraded performance for building images: kernel has CONFIG_OVERLAY_FS_REDIRECT_DIR enabled" storage-driver=overlay2
2025-08-20T22:55:12.2683133Z Aug 20 22:55:02 runnervmdbl46 dockerd[21691]: time="2025-08-20T22:55:02.224613319Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T22:55:12.2684060Z Aug 20 22:55:02 runnervmdbl46 dockerd[21691]: time="2025-08-20T22:55:02.224638064Z" level=info msg="Initializing buildkit"
2025-08-20T22:55:12.2684793Z Aug 20 22:55:02 runnervmdbl46 dockerd[21691]: time="2025-08-20T22:55:02.239775561Z" level=info msg="Completed buildkit initialization"
2025-08-20T22:55:12.2685527Z Aug 20 22:55:02 runnervmdbl46 dockerd[21691]: time="2025-08-20T22:55:02.243013060Z" level=info msg="Daemon has completed initialization"
2025-08-20T22:55:12.2686278Z Aug 20 22:55:02 runnervmdbl46 dockerd[21691]: time="2025-08-20T22:55:02.243066246Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T22:55:12.2686933Z Aug 20 22:55:02 runnervmdbl46 systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T22:55:12.2835005Z ● docker.service - Docker Application Container Engine
2025-08-20T22:55:12.2835515Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T22:55:12.2835998Z      Active: active (running) since Wed 2025-08-20 22:55:02 UTC; 10s ago
2025-08-20T22:55:12.2836545Z TriggeredBy: ● docker.socket
2025-08-20T22:55:12.2836872Z        Docs: https://docs.docker.com
2025-08-20T22:55:12.2837150Z    Main PID: 21691 (dockerd)
2025-08-20T22:55:12.2837449Z       Tasks: 10
2025-08-20T22:55:12.2837670Z      Memory: 20.8M (peak: 24.5M)
2025-08-20T22:55:12.2837945Z         CPU: 237ms
2025-08-20T22:55:12.2838228Z      CGroup: /system.slice/docker.service
2025-08-20T22:55:12.2838800Z              └─21691 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T22:55:12.2839133Z 
2025-08-20T22:55:12.2839489Z Aug 20 22:55:01 runnervmdbl46 dockerd[21691]: time="2025-08-20T22:55:01.679232052Z" level=info msg="Loading containers: start."
2025-08-20T22:55:12.2840668Z Aug 20 22:55:02 runnervmdbl46 dockerd[21691]: time="2025-08-20T22:55:02.174470248Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count 5eae016f7f38ed177cc94012819d66ac1e226d3824087311db34fe6684815756], retrying...."
2025-08-20T22:55:12.2841791Z Aug 20 22:55:02 runnervmdbl46 dockerd[21691]: time="2025-08-20T22:55:02.207644218Z" level=info msg="Loading containers: done."
2025-08-20T22:55:12.2843437Z Aug 20 22:55:02 runnervmdbl46 dockerd[21691]: time="2025-08-20T22:55:02.224542765Z" level=warning msg="Not using native diff for overlay2, this may cause degraded performance for building images: kernel has CONFIG_OVERLAY_FS_REDIRECT_DIR enabled" storage-driver=overlay2
2025-08-20T22:55:12.2844773Z Aug 20 22:55:02 runnervmdbl46 dockerd[21691]: time="2025-08-20T22:55:02.224613319Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T22:55:12.2845695Z Aug 20 22:55:02 runnervmdbl46 dockerd[21691]: time="2025-08-20T22:55:02.224638064Z" level=info msg="Initializing buildkit"
2025-08-20T22:55:12.2846401Z Aug 20 22:55:02 runnervmdbl46 dockerd[21691]: time="2025-08-20T22:55:02.239775561Z" level=info msg="Completed buildkit initialization"
2025-08-20T22:55:12.2847135Z Aug 20 22:55:02 runnervmdbl46 dockerd[21691]: time="2025-08-20T22:55:02.243013060Z" level=info msg="Daemon has completed initialization"
2025-08-20T22:55:12.2847931Z Aug 20 22:55:02 runnervmdbl46 dockerd[21691]: time="2025-08-20T22:55:02.243066246Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T22:55:12.2848588Z Aug 20 22:55:02 runnervmdbl46 systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T22:55:12.2925896Z Docker version 28.3.3, build 980b856
2025-08-20T22:55:12.3069414Z Unable to find image 'hello-world:latest' locally
2025-08-20T22:55:13.1950367Z latest: Pulling from library/hello-world
2025-08-20T22:55:13.4190227Z 198f93fd5094: Pulling fs layer
2025-08-20T22:55:13.7772930Z 198f93fd5094: Download complete
2025-08-20T22:55:13.8011142Z 198f93fd5094: Pull complete
2025-08-20T22:55:13.8200831Z Digest: sha256:a0dfb02aac212703bfcb339d77d47ec32c8706ff250850ecc0e19c8737b18567
2025-08-20T22:55:13.8267300Z Status: Downloaded newer image for hello-world:latest
2025-08-20T22:55:14.3696164Z 
2025-08-20T22:55:14.3696907Z Hello from Docker!
2025-08-20T22:55:14.3697307Z This message shows that your installation appears to be working correctly.
2025-08-20T22:55:14.3697753Z 
2025-08-20T22:55:14.3697937Z To generate this message, Docker took the following steps:
2025-08-20T22:55:14.3698305Z  1. The Docker client contacted the Docker daemon.
2025-08-20T22:55:14.3698732Z  2. The Docker daemon pulled the "hello-world" image from the Docker Hub.
2025-08-20T22:55:14.3699122Z     (arm64v8)
2025-08-20T22:55:14.3699454Z  3. The Docker daemon created a new container from that image which runs the
2025-08-20T22:55:14.3699965Z     executable that produces the output you are currently reading.
2025-08-20T22:55:14.3700415Z  4. The Docker daemon streamed that output to the Docker client, which sent it
2025-08-20T22:55:14.3700774Z     to your terminal.
2025-08-20T22:55:14.3700931Z 
2025-08-20T22:55:14.3701172Z To try something more ambitious, you can run an Ubuntu container with:
2025-08-20T22:55:14.3701680Z  $ docker run -it ubuntu bash
2025-08-20T22:55:14.3701860Z 
2025-08-20T22:55:14.3702022Z Share images, automate workflows, and more with a free Docker ID:
2025-08-20T22:55:14.3702597Z  https://hub.docker.com/
2025-08-20T22:55:14.3702764Z 
2025-08-20T22:55:14.3702864Z For more examples and ideas, visit:
2025-08-20T22:55:14.3703190Z  https://docs.docker.com/get-started/
2025-08-20T22:55:14.3703436Z 
2025-08-20T22:55:14.4791496Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-20T22:55:14.4792415Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-20T22:55:14.4792873Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-20T22:55:14.4793360Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-20T22:55:14.4793790Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-20T22:55:14.4794222Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-20T22:55:14.4794707Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-20T22:55:14.4795159Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-20T22:55:14.4795883Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-20T22:55:14.4796281Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-20T22:55:14.4796733Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-20T22:55:14.4797179Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-20T22:55:14.4797614Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-20T22:55:14.4798146Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-20T22:55:14.4798596Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-20T22:55:14.4799080Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-20T22:55:14.4799544Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-20T22:55:14.4799957Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-20T22:55:14.4800457Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-20T22:55:14.4800967Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T22:55:14.4801453Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-20T22:55:14.4801942Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-20T22:55:14.4802872Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-20T22:55:14.4803401Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-20T22:55:14.4803809Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-20T22:55:14.4804260Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T22:55:14.4804825Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-20T22:55:14.4805292Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-20T22:55:14.4805775Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-20T22:55:14.4806305Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-20T22:55:14.4806786Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-20T22:55:14.4807430Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-20T22:55:14.4869784Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-20T22:55:14.4870241Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-20T22:55:14.4870683Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-20T22:55:14.4871110Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-20T22:55:14.4871512Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-20T22:55:14.4871914Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-20T22:55:14.4872557Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-20T22:55:14.4872975Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T22:55:14.4873395Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-20T22:55:14.4873811Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-20T22:55:14.4874221Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-20T22:55:14.4874612Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-20T22:55:14.4875059Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-20T22:55:14.4875526Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-20T22:55:14.4875990Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-20T22:55:14.4876793Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-20T22:55:14.4877266Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-20T22:55:14.4877679Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-20T22:55:14.4878100Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-20T22:55:14.4878511Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-20T22:55:14.4878925Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-20T22:55:14.4879315Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-20T22:55:14.4879679Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-20T22:55:14.4880036Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-20T22:55:14.4880404Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-20T22:55:14.4880799Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-20T22:55:14.4881197Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-20T22:55:14.4881573Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-20T22:55:14.4881978Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-20T22:55:14.4882731Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T22:55:14.4883160Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-20T22:55:14.4883567Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-20T22:55:14.4883985Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-20T22:55:14.4884410Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-20T22:55:14.4884811Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-20T22:55:14.4885209Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-20T22:55:14.4885644Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T22:55:14.4886137Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-20T22:55:14.4886636Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-20T22:55:14.4887091Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-20T22:55:14.4887504Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-20T22:55:14.4887889Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-20T22:55:14.4888275Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-20T22:55:14.4888672Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-20T22:55:14.4889072Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-20T22:55:14.4889530Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T22:55:14.4890026Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T22:55:14.4890531Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T22:55:14.4891022Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T22:55:14.4891458Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-20T22:55:14.4891855Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-20T22:55:14.4892456Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-20T22:55:14.4892881Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-20T22:55:14.4893280Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-20T22:55:14.4893878Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-20T22:55:14.4894330Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-20T22:55:14.4894752Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-20T22:55:14.4895134Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-20T22:55:14.4895502Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-20T22:55:14.4895904Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-20T22:55:14.4896305Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-20T22:55:14.4896674Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-20T22:55:14.4897039Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-20T22:55:14.4897425Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-20T22:55:14.4897806Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-20T22:55:14.4898151Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-20T22:55:14.4898524Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-20T22:55:14.4899145Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-20T22:55:14.4899534Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-20T22:55:14.4899894Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-20T22:55:14.4900253Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-20T22:55:14.4900622Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-20T22:55:14.4901003Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-20T22:55:14.4901396Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-20T22:55:14.4901788Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-20T22:55:14.4902313Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-20T22:55:14.4902715Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-20T22:55:14.4903108Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-20T22:55:14.4903508Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-20T22:55:14.4903873Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-20T22:55:14.4904224Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-20T22:55:14.4904690Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-20T22:55:14.4905080Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-20T22:55:14.4905439Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-20T22:55:14.4905790Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-20T22:55:14.4906156Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-20T22:55:14.4906548Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-20T22:55:14.4906977Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T22:55:14.4907411Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-20T22:55:14.4907808Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-20T22:55:14.4908195Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-20T22:55:14.4908579Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-20T22:55:14.4908962Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-20T22:55:14.4909465Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-20T22:55:14.4910106Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-20T22:55:14.4910515Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-20T22:55:14.4911086Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-20T22:55:14.4911497Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-20T22:55:14.4911975Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T22:55:14.4913197Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-20T22:55:14.4913668Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-20T22:55:14.4914060Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-20T22:55:14.4914465Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-20T22:55:14.4914869Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-20T22:55:14.4915278Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-20T22:55:14.4915666Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-20T22:55:14.4916060Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T22:55:14.4916459Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-20T22:55:14.4917044Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-20T22:55:14.4917399Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-20T22:55:14.4917762Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-20T22:55:14.4918159Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-20T22:55:14.4918550Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-20T22:55:14.4918947Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-20T22:55:14.4919338Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-20T22:55:14.4919699Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-20T22:55:14.4920073Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-20T22:55:14.4920446Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-20T22:55:14.4920831Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-20T22:55:14.4921254Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-20T22:55:14.4921694Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-20T22:55:14.4922089Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-20T22:55:14.4922746Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-20T22:55:14.4923156Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-20T22:55:14.4923583Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-20T22:55:14.4923998Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-20T22:55:14.4924350Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-20T22:55:14.4924690Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-20T22:55:14.4925110Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-20T22:55:14.4925533Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-20T22:55:14.4925938Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-20T22:55:14.4926316Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-20T22:55:14.4926692Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-20T22:55:14.4927068Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-20T22:55:14.4927679Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T22:55:14.4928215Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-20T22:55:14.4928628Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-20T22:55:14.4930136Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-20T22:55:14.4930521Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-20T22:55:14.4930965Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T22:55:14.4931463Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T22:55:14.4931900Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-20T22:55:14.4932396Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-20T22:55:14.4932863Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T22:55:14.4933404Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-20T22:55:14.4933905Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-20T22:55:14.4934334Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-20T22:55:14.4934906Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-20T22:55:14.4935282Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-20T22:55:14.4935688Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-20T22:55:14.4936097Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-20T22:55:14.4936498Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-20T22:55:14.4936865Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-20T22:55:14.4937243Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-20T22:55:14.4937638Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-20T22:55:14.4938031Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-20T22:55:14.4938425Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-20T22:55:14.4938819Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-20T22:55:14.4939211Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-20T22:55:14.4939597Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-20T22:55:14.4940013Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-20T22:55:14.4940457Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-20T22:55:14.4940878Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-20T22:55:14.4941268Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-20T22:55:14.4941642Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-20T22:55:14.4942016Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-20T22:55:14.4942757Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-20T22:55:14.4943167Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-20T22:55:14.4943583Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T22:55:14.4944048Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T22:55:14.4944491Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-20T22:55:14.4944892Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-20T22:55:14.4945276Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-20T22:55:14.4945872Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-20T22:55:14.4946267Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-20T22:55:14.4946631Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-20T22:55:14.4947015Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-20T22:55:14.4947392Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-20T22:55:14.4947834Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T22:55:14.4948298Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-20T22:55:14.4948752Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T22:55:14.4949263Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T22:55:14.4949777Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T22:55:14.4950279Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T22:55:14.4950714Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-20T22:55:14.4951073Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-20T22:55:14.4951574Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-20T22:55:14.4951950Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-20T22:55:14.4952475Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-20T22:55:14.4952844Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-20T22:55:14.4953227Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-20T22:55:14.4953608Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-20T22:55:14.4953993Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-20T22:55:14.4954365Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-20T22:55:14.4954738Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-20T22:55:14.4955132Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-20T22:55:14.4955521Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-20T22:55:14.4955932Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-20T22:55:14.4956364Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-20T22:55:14.4956784Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-20T22:55:14.4957189Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-20T22:55:14.4957589Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-20T22:55:14.4958000Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-20T22:55:14.4958417Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-20T22:55:14.4958806Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-20T22:55:14.4959168Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-20T22:55:14.4959675Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:55:14.4960191Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-20T22:55:14.4960564Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-20T22:55:14.4960935Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-20T22:55:14.4961300Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-20T22:55:14.4961696Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-20T22:55:14.4962480Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-20T22:55:14.4962948Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-20T22:55:14.4963376Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-20T22:55:14.4963782Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-20T22:55:14.4964180Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-20T22:55:14.4964596Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-20T22:55:14.4965003Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-20T22:55:14.4965390Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-20T22:55:14.4965818Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T22:55:14.4966306Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T22:55:14.4966799Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T22:55:14.4967243Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-20T22:55:14.4967648Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-20T22:55:14.4968204Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-20T22:55:14.4968676Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T22:55:14.4969156Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-20T22:55:14.4969562Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-20T22:55:14.4969994Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-20T22:55:14.4970446Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-20T22:55:14.4970857Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-20T22:55:14.4971217Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-20T22:55:14.4971568Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-20T22:55:14.4971937Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-20T22:55:14.4972539Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-20T22:55:14.4972908Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-20T22:55:14.4973260Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-20T22:55:14.4973626Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-20T22:55:14.4973982Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-20T22:55:14.4974335Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-20T22:55:14.4974704Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-20T22:55:14.4975055Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-20T22:55:14.4975425Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-20T22:55:14.4975807Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-20T22:55:14.4976169Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-20T22:55:14.4976525Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-20T22:55:14.4976880Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-20T22:55:14.4977243Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-20T22:55:14.4977614Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-20T22:55:14.4977979Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-20T22:55:14.4978335Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-20T22:55:14.4978925Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-20T22:55:14.4979368Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-20T22:55:14.4979799Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-20T22:55:14.4980202Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-20T22:55:14.4980565Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-20T22:55:14.4980945Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-20T22:55:14.4981367Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-20T22:55:14.4981762Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-20T22:55:14.4982265Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-20T22:55:14.4982638Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-20T22:55:14.4983002Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-20T22:55:14.4983340Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-20T22:55:14.4983686Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-20T22:55:14.4984041Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-20T22:55:14.4984560Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-20T22:55:14.4984917Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-20T22:55:14.4985259Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-20T22:55:14.4985591Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-20T22:55:14.4985971Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T22:55:14.4986377Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-20T22:55:14.4986771Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T22:55:14.4987166Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-20T22:55:14.4987556Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T22:55:14.4987967Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-20T22:55:14.4988470Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T22:55:14.4989084Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T22:55:14.4989704Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T22:55:14.4990241Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T22:55:14.4990711Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T22:55:14.4991166Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T22:55:14.4991676Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T22:55:14.4992463Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T22:55:14.4993068Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T22:55:14.4993561Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T22:55:14.4994001Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-20T22:55:14.4994364Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-20T22:55:14.4994731Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-20T22:55:14.4995099Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-20T22:55:14.4995680Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-20T22:55:14.4996081Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-20T22:55:14.4996465Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-20T22:55:14.4996848Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-20T22:55:14.4997239Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-20T22:55:14.4997630Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-20T22:55:14.4998002Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-20T22:55:14.4998377Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-20T22:55:14.4998748Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-20T22:55:14.4999139Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-20T22:55:14.4999531Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-20T22:55:14.4999949Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-20T22:55:14.5000359Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-20T22:55:14.5000722Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-20T22:55:14.5001384Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-20T22:55:14.5001795Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-20T22:55:14.5002350Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-20T22:55:14.5002800Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T22:55:14.5003227Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-20T22:55:14.5003588Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-20T22:55:14.5003959Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-20T22:55:14.5004345Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-20T22:55:14.5004713Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-20T22:55:14.5005101Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-20T22:55:14.5005496Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-20T22:55:14.5005879Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-20T22:55:14.5006255Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-20T22:55:14.5006613Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-20T22:55:14.5006980Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-20T22:55:14.5007526Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:55:14.5008249Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:55:14.5008931Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:55:14.5009602Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:55:14.5010132Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-20T22:55:14.5010514Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-20T22:55:14.5010916Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-20T22:55:14.5011321Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-20T22:55:14.5011740Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-20T22:55:14.5012425Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-20T22:55:14.5012857Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-20T22:55:14.5013237Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-20T22:55:14.5013618Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-20T22:55:14.5013996Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-20T22:55:14.5014369Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-20T22:55:14.5014752Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-20T22:55:14.5015149Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-20T22:55:14.5015542Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-20T22:55:14.5016008Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-20T22:55:14.5016400Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-20T22:55:14.5016778Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-20T22:55:14.5017161Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-20T22:55:14.5017559Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-20T22:55:14.5018148Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-20T22:55:14.5018563Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-20T22:55:14.5018953Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-20T22:55:14.5019374Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T22:55:14.5019801Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-20T22:55:14.5020198Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-20T22:55:14.5020637Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T22:55:14.5021089Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T22:55:14.5021958Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-20T22:55:14.5022452Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-20T22:55:14.5022849Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-20T22:55:14.5023242Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-20T22:55:14.5023647Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-20T22:55:14.5024049Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-20T22:55:14.5024425Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-20T22:55:14.5024815Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-20T22:55:14.5025288Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-20T22:55:14.5025756Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-20T22:55:14.5026149Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-20T22:55:14.5026553Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-20T22:55:14.5027005Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T22:55:14.5027448Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T22:55:14.5027916Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T22:55:14.5028399Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T22:55:14.5028838Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T22:55:14.5029514Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T22:55:14.5029933Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-20T22:55:14.5030323Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-20T22:55:14.5030736Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-20T22:55:14.5031121Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-20T22:55:14.5031490Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-20T22:55:14.5031896Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-20T22:55:14.5032439Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-20T22:55:14.5032837Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-20T22:55:14.5033254Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-20T22:55:14.5033646Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-20T22:55:14.5034020Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-20T22:55:14.5034386Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-20T22:55:14.5034740Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-20T22:55:14.5035311Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T22:55:14.5035729Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-20T22:55:14.5036121Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-20T22:55:14.5036565Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T22:55:14.5037013Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-20T22:55:14.5037412Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-20T22:55:14.5037852Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T22:55:14.5038274Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-20T22:55:14.5038678Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-20T22:55:14.5039087Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-20T22:55:14.5039443Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-20T22:55:14.5039803Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-20T22:55:14.5040191Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-20T22:55:14.5040585Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-20T22:55:14.5040961Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-20T22:55:14.5041313Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-20T22:55:14.5041665Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-20T22:55:14.5042012Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-20T22:55:14.5042744Z 	libgallium-24.2.8-1ubuntu1~24.04.1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgallium-24.2.8-1ubuntu1~24.04.1.so
2025-08-20T22:55:14.5043269Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-20T22:55:14.5043653Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-20T22:55:14.5044030Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-20T22:55:14.5044426Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-20T22:55:14.5044833Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-20T22:55:14.5045238Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-20T22:55:14.5045638Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-20T22:55:14.5046277Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-20T22:55:14.5046711Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-20T22:55:14.5047674Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-20T22:55:14.5048103Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-20T22:55:14.5048466Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-20T22:55:14.5048843Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-20T22:55:14.5049261Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-20T22:55:14.5049687Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-20T22:55:14.5050084Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-20T22:55:14.5050498Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-20T22:55:14.5050940Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-20T22:55:14.5051335Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-20T22:55:14.5051697Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-20T22:55:14.5052404Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-20T22:55:14.5052761Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-20T22:55:14.5053126Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-20T22:55:14.5053499Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-20T22:55:14.5053874Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-20T22:55:14.5054273Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-20T22:55:14.5054685Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-20T22:55:14.5055150Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T22:55:14.5055585Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-20T22:55:14.5055956Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-20T22:55:14.5056345Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-20T22:55:14.5056730Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-20T22:55:14.5057114Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-20T22:55:14.5057494Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-20T22:55:14.5057868Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-20T22:55:14.5058307Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T22:55:14.5058796Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T22:55:14.5059220Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-20T22:55:14.5059600Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-20T22:55:14.5059974Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-20T22:55:14.5060385Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-20T22:55:14.5060773Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-20T22:55:14.5061143Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-20T22:55:14.5061539Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-20T22:55:14.5061916Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-20T22:55:14.5062390Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-20T22:55:14.5062764Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-20T22:55:14.5063385Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-20T22:55:14.5063872Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-20T22:55:14.5064250Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-20T22:55:14.5064639Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-20T22:55:14.5065077Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-20T22:55:14.5065514Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-20T22:55:14.5065936Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T22:55:14.5066326Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-20T22:55:14.5066834Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:55:14.5067339Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-20T22:55:14.5067724Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-20T22:55:14.5068135Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-20T22:55:14.5068559Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T22:55:14.5069234Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T22:55:14.5069812Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T22:55:14.5070419Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T22:55:14.5071062Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T22:55:14.5071711Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T22:55:14.5072485Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T22:55:14.5073119Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T22:55:14.5073706Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T22:55:14.5074186Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-20T22:55:14.5074627Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-20T22:55:14.5075061Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-20T22:55:14.5075487Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T22:55:14.5075962Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T22:55:14.5076399Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-20T22:55:14.5076784Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-20T22:55:14.5077149Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-20T22:55:14.5077525Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-20T22:55:14.5077906Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-20T22:55:14.5078309Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T22:55:14.5078716Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-20T22:55:14.5079075Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-20T22:55:14.5079461Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-20T22:55:14.5079911Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T22:55:14.5080600Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T22:55:14.5081113Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T22:55:14.5081595Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T22:55:14.5082045Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-20T22:55:14.5082595Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-20T22:55:14.5083005Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-20T22:55:14.5083413Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-20T22:55:14.5083840Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-20T22:55:14.5084259Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-20T22:55:14.5084648Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-20T22:55:14.5085023Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-20T22:55:14.5085392Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-20T22:55:14.5085761Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-20T22:55:14.5086352Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-20T22:55:14.5086787Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-20T22:55:14.5087183Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-20T22:55:14.5087590Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-20T22:55:14.5088012Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T22:55:14.5088452Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T22:55:14.5088895Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-20T22:55:14.5089323Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-20T22:55:14.5089709Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-20T22:55:14.5090077Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-20T22:55:14.5090460Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-20T22:55:14.5090827Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-20T22:55:14.5091193Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-20T22:55:14.5091588Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-20T22:55:14.5091980Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-20T22:55:14.5092541Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-20T22:55:14.5093015Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T22:55:14.5093466Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-20T22:55:14.5093853Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-20T22:55:14.5094204Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-20T22:55:14.5094582Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-20T22:55:14.5094977Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-20T22:55:14.5095360Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-20T22:55:14.5095747Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-20T22:55:14.5096175Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-20T22:55:14.5096821Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-20T22:55:14.5097268Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-20T22:55:14.5097654Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-20T22:55:14.5098049Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-20T22:55:14.5098591Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:55:14.5099170Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-20T22:55:14.5099618Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T22:55:14.5100057Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T22:55:14.5100482Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-20T22:55:14.5100879Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-20T22:55:14.5101272Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-20T22:55:14.5101662Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-20T22:55:14.5102062Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-20T22:55:14.5102751Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-20T22:55:14.5103128Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-20T22:55:14.5103518Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-20T22:55:14.5103920Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-20T22:55:14.5104293Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-20T22:55:14.5104700Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-20T22:55:14.5105166Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-20T22:55:14.5105586Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-20T22:55:14.5105958Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-20T22:55:14.5106332Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-20T22:55:14.5106719Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-20T22:55:14.5107095Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-20T22:55:14.5107465Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-20T22:55:14.5107887Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T22:55:14.5108332Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-20T22:55:14.5108733Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-20T22:55:14.5109128Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-20T22:55:14.5109524Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-20T22:55:14.5109904Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-20T22:55:14.5110282Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-20T22:55:14.5110671Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-20T22:55:14.5111073Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-20T22:55:14.5111517Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-20T22:55:14.5112019Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T22:55:14.5112573Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-20T22:55:14.5112974Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-20T22:55:14.5113567Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-20T22:55:14.5114010Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-20T22:55:14.5114397Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-20T22:55:14.5114748Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-20T22:55:14.5115096Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-20T22:55:14.5115457Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-20T22:55:14.5115829Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-20T22:55:14.5116176Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-20T22:55:14.5116546Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-20T22:55:14.5116939Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-20T22:55:14.5117324Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-20T22:55:14.5117681Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-20T22:55:14.5118027Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-20T22:55:14.5118402Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-20T22:55:14.5118952Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-20T22:55:14.5119328Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-20T22:55:14.5119691Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-20T22:55:14.5120055Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-20T22:55:14.5120435Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-20T22:55:14.5120812Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-20T22:55:14.5121158Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-20T22:55:14.5121534Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-20T22:55:14.5121925Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-20T22:55:14.5122487Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-20T22:55:14.5122870Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-20T22:55:14.5123247Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-20T22:55:14.5123624Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-20T22:55:14.5124023Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-20T22:55:14.5124443Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-20T22:55:14.5124847Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-20T22:55:14.5125198Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-20T22:55:14.5125548Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-20T22:55:14.5125888Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-20T22:55:14.5126305Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T22:55:14.5126809Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T22:55:14.5127313Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T22:55:14.5127786Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T22:55:14.5128292Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T22:55:14.5128729Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-20T22:55:14.5129106Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-20T22:55:14.5129744Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-20T22:55:14.5130161Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-20T22:55:14.5130548Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-20T22:55:14.5130935Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-20T22:55:14.5131321Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-20T22:55:14.5131695Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-20T22:55:14.5132088Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-20T22:55:14.5132683Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T22:55:14.5133110Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-20T22:55:14.5133485Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-20T22:55:14.5133889Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-20T22:55:14.5134310Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-20T22:55:14.5134688Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-20T22:55:14.5135036Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-20T22:55:14.5135596Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-20T22:55:14.5136044Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-20T22:55:14.5136502Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-20T22:55:14.5136911Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-20T22:55:14.5137322Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-20T22:55:14.5137749Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-20T22:55:14.5138186Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-20T22:55:14.6371489Z [+] Installing Go for linux-arm64...
2025-08-20T22:55:14.9809775Z [!] Found existing Go installation at: /usr/bin/go
2025-08-20T22:55:14.9810100Z [!] GOROOT: /usr/lib/go-1.22
2025-08-20T22:55:14.9810367Z [!] Removing existing GOROOT: /usr/lib/go-1.22
2025-08-20T22:55:14.9819572Z rm: cannot remove '/usr/lib/go-1.22/test': Permission denied
2025-08-20T22:55:14.9819956Z rm: cannot remove '/usr/lib/go-1.22/bin/gofmt': Permission denied
2025-08-20T22:55:14.9820308Z rm: cannot remove '/usr/lib/go-1.22/bin/go': Permission denied
2025-08-20T22:55:14.9872040Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/link': Permission denied
2025-08-20T22:55:14.9872836Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/cover': Permission denied
2025-08-20T22:55:14.9873291Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/compile': Permission denied
2025-08-20T22:55:14.9873762Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/pack': Permission denied
2025-08-20T22:55:14.9874198Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/cgo': Permission denied
2025-08-20T22:55:14.9874637Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/covdata': Permission denied
2025-08-20T22:55:14.9875109Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/addr2line': Permission denied
2025-08-20T22:55:14.9875557Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/fix': Permission denied
2025-08-20T22:55:14.9875989Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/vet': Permission denied
2025-08-20T22:55:14.9876432Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/doc': Permission denied
2025-08-20T22:55:14.9876865Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/asm': Permission denied
2025-08-20T22:55:14.9877287Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/nm': Permission denied
2025-08-20T22:55:14.9878034Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/trace': Permission denied
2025-08-20T22:55:14.9878507Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/objdump': Permission denied
2025-08-20T22:55:14.9878951Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/dist': Permission denied
2025-08-20T22:55:14.9879398Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/test2json': Permission denied
2025-08-20T22:55:14.9879869Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/distpack': Permission denied
2025-08-20T22:55:14.9880321Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/pprof': Permission denied
2025-08-20T22:55:14.9880768Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/buildid': Permission denied
2025-08-20T22:55:14.9881178Z rm: cannot remove '/usr/lib/go-1.22/pkg/include': Permission denied
2025-08-20T22:55:14.9881520Z rm: cannot remove '/usr/lib/go-1.22/api': Permission denied
2025-08-20T22:55:14.9881840Z rm: cannot remove '/usr/lib/go-1.22/src': Permission denied
2025-08-20T22:55:14.9882328Z rm: cannot remove '/usr/lib/go-1.22/go.env': Permission denied
2025-08-20T22:55:14.9882672Z rm: cannot remove '/usr/lib/go-1.22/misc': Permission denied
2025-08-20T22:55:14.9883005Z rm: cannot remove '/usr/lib/go-1.22/VERSION': Permission denied
2025-08-20T22:55:14.9908215Z go version go1.22.2 linux/arm64
2025-08-20T22:55:15.0198281Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-20T22:55:15.0198675Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-20T22:55:15.0199042Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-20T22:55:15.0199413Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-20T22:55:15.0199788Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-20T22:55:15.0200145Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-20T22:55:15.0200507Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-20T22:55:15.0200880Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-20T22:55:15.0201229Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-20T22:55:15.0201552Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-20T22:55:15.0201904Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-20T22:55:15.0202461Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-20T22:55:15.0202875Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-20T22:55:15.0203281Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-20T22:55:15.0203676Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-20T22:55:15.0204071Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-20T22:55:15.0204468Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-20T22:55:15.0204824Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-20T22:55:15.0205205Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-20T22:55:15.0205661Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T22:55:15.0206101Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-20T22:55:15.0206492Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-20T22:55:15.0206911Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-20T22:55:15.0207304Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-20T22:55:15.0207651Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-20T22:55:15.0208042Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T22:55:15.0208470Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-20T22:55:15.0209186Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-20T22:55:15.0209617Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-20T22:55:15.0210026Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-20T22:55:15.0210443Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-20T22:55:15.0210864Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-20T22:55:15.0211287Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-20T22:55:15.0211701Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-20T22:55:15.0212242Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-20T22:55:15.0212689Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-20T22:55:15.0213089Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-20T22:55:15.0213504Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-20T22:55:15.0213890Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-20T22:55:15.0214293Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T22:55:15.0214711Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-20T22:55:15.0215335Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-20T22:55:15.0215733Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-20T22:55:15.0216123Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-20T22:55:15.0216575Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-20T22:55:15.0217043Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-20T22:55:15.0217517Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-20T22:55:15.0218006Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-20T22:55:15.0218443Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-20T22:55:15.0218861Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-20T22:55:15.0219282Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-20T22:55:15.0219687Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-20T22:55:15.0220102Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-20T22:55:15.0220494Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-20T22:55:15.0220861Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-20T22:55:15.0221373Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-20T22:55:15.0221744Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-20T22:55:15.0222137Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-20T22:55:15.0223001Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-20T22:55:15.0223379Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-20T22:55:15.0223794Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-20T22:55:15.0224230Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T22:55:15.0224653Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-20T22:55:15.0225062Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-20T22:55:15.0225482Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-20T22:55:15.0225910Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-20T22:55:15.0226512Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-20T22:55:15.0226933Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-20T22:55:15.0227368Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T22:55:15.0227864Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-20T22:55:15.0228365Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-20T22:55:15.0228821Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-20T22:55:15.0229235Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-20T22:55:15.0229621Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-20T22:55:15.0230011Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-20T22:55:15.0230413Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-20T22:55:15.0230812Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-20T22:55:15.0231266Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T22:55:15.0231765Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T22:55:15.0232524Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T22:55:15.0233017Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T22:55:15.0233456Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-20T22:55:15.0233853Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-20T22:55:15.0234244Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-20T22:55:15.0234647Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-20T22:55:15.0235047Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-20T22:55:15.0235433Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-20T22:55:15.0235855Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-20T22:55:15.0236280Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-20T22:55:15.0236660Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-20T22:55:15.0237029Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-20T22:55:15.0237434Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-20T22:55:15.0237840Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-20T22:55:15.0238218Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-20T22:55:15.0238585Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-20T22:55:15.0238978Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-20T22:55:15.0239361Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-20T22:55:15.0239709Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-20T22:55:15.0240085Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-20T22:55:15.0240495Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-20T22:55:15.0240879Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-20T22:55:15.0241243Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-20T22:55:15.0241609Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-20T22:55:15.0241981Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-20T22:55:15.0242488Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-20T22:55:15.0243080Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-20T22:55:15.0243488Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-20T22:55:15.0243870Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-20T22:55:15.0244250Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-20T22:55:15.0244649Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-20T22:55:15.0245053Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-20T22:55:15.0245420Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-20T22:55:15.0245772Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-20T22:55:15.0246117Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-20T22:55:15.0246470Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-20T22:55:15.0246829Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-20T22:55:15.0247174Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-20T22:55:15.0247544Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-20T22:55:15.0247937Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-20T22:55:15.0248520Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T22:55:15.0248956Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-20T22:55:15.0249356Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-20T22:55:15.0249746Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-20T22:55:15.0250131Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-20T22:55:15.0250515Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-20T22:55:15.0250919Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-20T22:55:15.0251327Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-20T22:55:15.0251709Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-20T22:55:15.0252103Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-20T22:55:15.0253057Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-20T22:55:15.0253501Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T22:55:15.0253927Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-20T22:55:15.0254314Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-20T22:55:15.0254707Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-20T22:55:15.0255115Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-20T22:55:15.0255536Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-20T22:55:15.0255937Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-20T22:55:15.0256331Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-20T22:55:15.0256729Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T22:55:15.0257133Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-20T22:55:15.0257512Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-20T22:55:15.0257866Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-20T22:55:15.0258230Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-20T22:55:15.0258622Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-20T22:55:15.0259017Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-20T22:55:15.0259598Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-20T22:55:15.0260055Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-20T22:55:15.0260428Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-20T22:55:15.0260852Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-20T22:55:15.0261240Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-20T22:55:15.0261626Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-20T22:55:15.0262051Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-20T22:55:15.0262779Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-20T22:55:15.0263179Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-20T22:55:15.0263548Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-20T22:55:15.0263945Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-20T22:55:15.0264359Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-20T22:55:15.0264774Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-20T22:55:15.0265126Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-20T22:55:15.0265650Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-20T22:55:15.0266068Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-20T22:55:15.0266497Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-20T22:55:15.0266927Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-20T22:55:15.0267306Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-20T22:55:15.0267683Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-20T22:55:15.0268067Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-20T22:55:15.0268486Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T22:55:15.0268950Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-20T22:55:15.0269360Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-20T22:55:15.0269726Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-20T22:55:15.0270079Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-20T22:55:15.0270522Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T22:55:15.0271023Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T22:55:15.0271461Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-20T22:55:15.0271835Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-20T22:55:15.0272439Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T22:55:15.0272993Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-20T22:55:15.0273494Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-20T22:55:15.0273931Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-20T22:55:15.0274294Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-20T22:55:15.0274671Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-20T22:55:15.0275080Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-20T22:55:15.0275493Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-20T22:55:15.0275895Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-20T22:55:15.0276476Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-20T22:55:15.0276881Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-20T22:55:15.0277278Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-20T22:55:15.0277673Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-20T22:55:15.0278075Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-20T22:55:15.0278471Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-20T22:55:15.0278864Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-20T22:55:15.0279254Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-20T22:55:15.0279672Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-20T22:55:15.0280112Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-20T22:55:15.0280539Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-20T22:55:15.0280926Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-20T22:55:15.0281294Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-20T22:55:15.0281662Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-20T22:55:15.0282287Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-20T22:55:15.0282688Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-20T22:55:15.0283105Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T22:55:15.0283569Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T22:55:15.0284017Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-20T22:55:15.0284421Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-20T22:55:15.0284812Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-20T22:55:15.0285191Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-20T22:55:15.0285560Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-20T22:55:15.0285924Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-20T22:55:15.0286311Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-20T22:55:15.0286687Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-20T22:55:15.0287128Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T22:55:15.0287598Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-20T22:55:15.0288053Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T22:55:15.0288565Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T22:55:15.0289076Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T22:55:15.0289577Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T22:55:15.0290014Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-20T22:55:15.0290376Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-20T22:55:15.0290739Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-20T22:55:15.0291113Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-20T22:55:15.0291489Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-20T22:55:15.0291853Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-20T22:55:15.0292343Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-20T22:55:15.0292935Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-20T22:55:15.0293341Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-20T22:55:15.0293715Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-20T22:55:15.0294087Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-20T22:55:15.0294488Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-20T22:55:15.0294875Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-20T22:55:15.0295287Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-20T22:55:15.0295719Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-20T22:55:15.0296135Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-20T22:55:15.0296542Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-20T22:55:15.0296948Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-20T22:55:15.0297356Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-20T22:55:15.0297774Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-20T22:55:15.0298161Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-20T22:55:15.0298677Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-20T22:55:15.0299187Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:55:15.0299701Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-20T22:55:15.0300063Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-20T22:55:15.0300435Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-20T22:55:15.0300797Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-20T22:55:15.0301198Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-20T22:55:15.0301633Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-20T22:55:15.0302055Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-20T22:55:15.0302686Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-20T22:55:15.0303098Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-20T22:55:15.0303498Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-20T22:55:15.0303917Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-20T22:55:15.0304324Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-20T22:55:15.0304715Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-20T22:55:15.0305145Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T22:55:15.0305631Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T22:55:15.0306124Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T22:55:15.0306572Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-20T22:55:15.0306983Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-20T22:55:15.0307384Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-20T22:55:15.0307856Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T22:55:15.0308335Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-20T22:55:15.0308741Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-20T22:55:15.0309166Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-20T22:55:15.0309809Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-20T22:55:15.0310235Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-20T22:55:15.0310595Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-20T22:55:15.0310946Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-20T22:55:15.0311320Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-20T22:55:15.0311700Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-20T22:55:15.0312064Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-20T22:55:15.0312583Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-20T22:55:15.0312952Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-20T22:55:15.0313311Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-20T22:55:15.0313671Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-20T22:55:15.0314037Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-20T22:55:15.0314389Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-20T22:55:15.0314758Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-20T22:55:15.0315334Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-20T22:55:15.0315699Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-20T22:55:15.0316054Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-20T22:55:15.0316411Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-20T22:55:15.0316770Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-20T22:55:15.0317140Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-20T22:55:15.0317504Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-20T22:55:15.0317867Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-20T22:55:15.0318239Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-20T22:55:15.0318654Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-20T22:55:15.0319086Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-20T22:55:15.0319496Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-20T22:55:15.0319855Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-20T22:55:15.0320237Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-20T22:55:15.0320660Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-20T22:55:15.0321056Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-20T22:55:15.0321414Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-20T22:55:15.0321780Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-20T22:55:15.0322136Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-20T22:55:15.0322652Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-20T22:55:15.0323000Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-20T22:55:15.0323358Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-20T22:55:15.0323725Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-20T22:55:15.0324076Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-20T22:55:15.0324420Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-20T22:55:15.0324749Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-20T22:55:15.0325121Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T22:55:15.0325725Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-20T22:55:15.0326139Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T22:55:15.0326532Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-20T22:55:15.0326921Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T22:55:15.0327337Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-20T22:55:15.0327835Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T22:55:15.0328443Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T22:55:15.0329063Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T22:55:15.0329598Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T22:55:15.0330106Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T22:55:15.0330562Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T22:55:15.0331079Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T22:55:15.0331904Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T22:55:15.0332581Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T22:55:15.0333072Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T22:55:15.0333515Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-20T22:55:15.0333882Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-20T22:55:15.0334252Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-20T22:55:15.0334627Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-20T22:55:15.0335006Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-20T22:55:15.0335394Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-20T22:55:15.0335775Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-20T22:55:15.0336163Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-20T22:55:15.0336547Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-20T22:55:15.0336932Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-20T22:55:15.0337306Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-20T22:55:15.0337680Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-20T22:55:15.0338055Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-20T22:55:15.0338449Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-20T22:55:15.0338841Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-20T22:55:15.0339249Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-20T22:55:15.0339659Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-20T22:55:15.0340028Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-20T22:55:15.0340423Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-20T22:55:15.0340831Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-20T22:55:15.0341241Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-20T22:55:15.0341678Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T22:55:15.0342102Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-20T22:55:15.0342798Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-20T22:55:15.0343187Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-20T22:55:15.0343568Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-20T22:55:15.0343930Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-20T22:55:15.0344323Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-20T22:55:15.0344712Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-20T22:55:15.0345096Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-20T22:55:15.0345479Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-20T22:55:15.0345837Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-20T22:55:15.0346201Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-20T22:55:15.0346753Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:55:15.0347466Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:55:15.0348148Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:55:15.0348963Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:55:15.0349487Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-20T22:55:15.0349887Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-20T22:55:15.0350292Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-20T22:55:15.0350692Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-20T22:55:15.0351064Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-20T22:55:15.0351441Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-20T22:55:15.0351803Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-20T22:55:15.0352292Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-20T22:55:15.0352685Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-20T22:55:15.0353059Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-20T22:55:15.0353431Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-20T22:55:15.0353809Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-20T22:55:15.0354207Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-20T22:55:15.0354604Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-20T22:55:15.0355000Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-20T22:55:15.0355385Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-20T22:55:15.0355758Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-20T22:55:15.0356144Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-20T22:55:15.0356551Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-20T22:55:15.0356943Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-20T22:55:15.0357337Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-20T22:55:15.0357729Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-20T22:55:15.0358153Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T22:55:15.0358584Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-20T22:55:15.0359205Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-20T22:55:15.0359709Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T22:55:15.0360208Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T22:55:15.0360610Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-20T22:55:15.0360982Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-20T22:55:15.0361359Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-20T22:55:15.0361753Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-20T22:55:15.0362264Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-20T22:55:15.0362686Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-20T22:55:15.0363067Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-20T22:55:15.0363460Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-20T22:55:15.0363927Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-20T22:55:15.0364398Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-20T22:55:15.0364791Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-20T22:55:15.0365370Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-20T22:55:15.0365822Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T22:55:15.0366263Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T22:55:15.0366736Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T22:55:15.0367219Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T22:55:15.0367664Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T22:55:15.0368103Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T22:55:15.0368501Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-20T22:55:15.0368892Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-20T22:55:15.0369310Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-20T22:55:15.0369691Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-20T22:55:15.0370061Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-20T22:55:15.0370465Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-20T22:55:15.0370866Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-20T22:55:15.0371265Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-20T22:55:15.0371687Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-20T22:55:15.0372072Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-20T22:55:15.0372568Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-20T22:55:15.0372938Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-20T22:55:15.0373297Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-20T22:55:15.0373685Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T22:55:15.0374101Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-20T22:55:15.0374497Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-20T22:55:15.0374943Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T22:55:15.0375394Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-20T22:55:15.0375957Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-20T22:55:15.0376458Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T22:55:15.0376883Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-20T22:55:15.0377289Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-20T22:55:15.0377699Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-20T22:55:15.0378056Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-20T22:55:15.0378416Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-20T22:55:15.0378814Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-20T22:55:15.0379206Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-20T22:55:15.0379582Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-20T22:55:15.0379943Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-20T22:55:15.0380286Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-20T22:55:15.0380633Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-20T22:55:15.0381117Z 	libgallium-24.2.8-1ubuntu1~24.04.1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgallium-24.2.8-1ubuntu1~24.04.1.so
2025-08-20T22:55:15.0381772Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-20T22:55:15.0382238Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-20T22:55:15.0382627Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-20T22:55:15.0383029Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-20T22:55:15.0383437Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-20T22:55:15.0383844Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-20T22:55:15.0384248Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-20T22:55:15.0384659Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-20T22:55:15.0385069Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-20T22:55:15.0385446Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-20T22:55:15.0385809Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-20T22:55:15.0386165Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-20T22:55:15.0386541Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-20T22:55:15.0386961Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-20T22:55:15.0387386Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-20T22:55:15.0387779Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-20T22:55:15.0388201Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-20T22:55:15.0388640Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-20T22:55:15.0389034Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-20T22:55:15.0389400Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-20T22:55:15.0389742Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-20T22:55:15.0390089Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-20T22:55:15.0390455Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-20T22:55:15.0390830Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-20T22:55:15.0391211Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-20T22:55:15.0391611Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-20T22:55:15.0392331Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-20T22:55:15.0392849Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T22:55:15.0393286Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-20T22:55:15.0393664Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-20T22:55:15.0394047Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-20T22:55:15.0394431Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-20T22:55:15.0394816Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-20T22:55:15.0395195Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-20T22:55:15.0395565Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-20T22:55:15.0396003Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T22:55:15.0396493Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T22:55:15.0396915Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-20T22:55:15.0397286Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-20T22:55:15.0397842Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-20T22:55:15.0398246Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-20T22:55:15.0398633Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-20T22:55:15.0399006Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-20T22:55:15.0399401Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-20T22:55:15.0399779Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-20T22:55:15.0400124Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-20T22:55:15.0400483Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-20T22:55:15.0400880Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-20T22:55:15.0401299Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-20T22:55:15.0401676Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-20T22:55:15.0402057Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-20T22:55:15.0402747Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-20T22:55:15.0403195Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-20T22:55:15.0403620Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T22:55:15.0404011Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-20T22:55:15.0404523Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:55:15.0405026Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-20T22:55:15.0405414Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-20T22:55:15.0405820Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-20T22:55:15.0406244Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T22:55:15.0406761Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T22:55:15.0407339Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T22:55:15.0407949Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T22:55:15.0408594Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T22:55:15.0409408Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T22:55:15.0410117Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T22:55:15.0410743Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T22:55:15.0411326Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T22:55:15.0411805Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-20T22:55:15.0412351Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-20T22:55:15.0412799Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-20T22:55:15.0413223Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T22:55:15.0413701Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T22:55:15.0414128Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-20T22:55:15.0414505Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-20T22:55:15.0414870Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-20T22:55:15.0415396Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-20T22:55:15.0415774Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-20T22:55:15.0416177Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T22:55:15.0416585Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-20T22:55:15.0416944Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-20T22:55:15.0417333Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-20T22:55:15.0417793Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T22:55:15.0418282Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T22:55:15.0418766Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T22:55:15.0419255Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T22:55:15.0419705Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-20T22:55:15.0420119Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-20T22:55:15.0420530Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-20T22:55:15.0420945Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-20T22:55:15.0421373Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-20T22:55:15.0421801Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-20T22:55:15.0422287Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-20T22:55:15.0422682Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-20T22:55:15.0423056Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-20T22:55:15.0423434Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-20T22:55:15.0423868Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-20T22:55:15.0424317Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-20T22:55:15.0424717Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-20T22:55:15.0425125Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-20T22:55:15.0425553Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T22:55:15.0426171Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T22:55:15.0426640Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-20T22:55:15.0427070Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-20T22:55:15.0427471Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-20T22:55:15.0427841Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-20T22:55:15.0428221Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-20T22:55:15.0428587Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-20T22:55:15.0428956Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-20T22:55:15.0429354Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-20T22:55:15.0429751Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-20T22:55:15.0430179Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-20T22:55:15.0430650Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T22:55:15.0431108Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-20T22:55:15.0431630Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-20T22:55:15.0431981Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-20T22:55:15.0432523Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-20T22:55:15.0432923Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-20T22:55:15.0433309Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-20T22:55:15.0433704Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-20T22:55:15.0434128Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-20T22:55:15.0434583Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-20T22:55:15.0434998Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-20T22:55:15.0435379Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-20T22:55:15.0435777Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-20T22:55:15.0436323Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:55:15.0436897Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-20T22:55:15.0437349Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T22:55:15.0437788Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T22:55:15.0438210Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-20T22:55:15.0438603Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-20T22:55:15.0438989Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-20T22:55:15.0439379Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-20T22:55:15.0439779Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-20T22:55:15.0440179Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-20T22:55:15.0440558Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-20T22:55:15.0440947Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-20T22:55:15.0441349Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-20T22:55:15.0441720Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-20T22:55:15.0442384Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-20T22:55:15.0442920Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-20T22:55:15.0443343Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-20T22:55:15.0443714Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-20T22:55:15.0444097Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-20T22:55:15.0444482Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-20T22:55:15.0444855Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-20T22:55:15.0445220Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-20T22:55:15.0445645Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T22:55:15.0446091Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-20T22:55:15.0446492Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-20T22:55:15.0446888Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-20T22:55:15.0447281Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-20T22:55:15.0447660Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-20T22:55:15.0448164Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-20T22:55:15.0448547Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-20T22:55:15.0448948Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-20T22:55:15.0449391Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-20T22:55:15.0449838Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T22:55:15.0450259Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-20T22:55:15.0450662Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-20T22:55:15.0451064Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-20T22:55:15.0451491Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-20T22:55:15.0451879Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-20T22:55:15.0452375Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-20T22:55:15.0452731Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-20T22:55:15.0453094Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-20T22:55:15.0453466Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-20T22:55:15.0453817Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-20T22:55:15.0454183Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-20T22:55:15.0454575Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-20T22:55:15.0454961Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-20T22:55:15.0455315Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-20T22:55:15.0455661Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-20T22:55:15.0456039Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-20T22:55:15.0456434Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-20T22:55:15.0456804Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-20T22:55:15.0457165Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-20T22:55:15.0457525Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-20T22:55:15.0457904Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-20T22:55:15.0458282Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-20T22:55:15.0458844Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-20T22:55:15.0459298Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-20T22:55:15.0459690Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-20T22:55:15.0460074Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-20T22:55:15.0460449Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-20T22:55:15.0460821Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-20T22:55:15.0461200Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-20T22:55:15.0461599Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-20T22:55:15.0462017Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-20T22:55:15.0462523Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-20T22:55:15.0462884Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-20T22:55:15.0463230Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-20T22:55:15.0463570Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-20T22:55:15.0463989Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T22:55:15.0464658Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T22:55:15.0465130Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T22:55:15.0465605Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T22:55:15.0466106Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T22:55:15.0466542Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-20T22:55:15.0466924Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-20T22:55:15.0467308Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-20T22:55:15.0467697Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-20T22:55:15.0468083Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-20T22:55:15.0468470Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-20T22:55:15.0468853Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-20T22:55:15.0469226Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-20T22:55:15.0469617Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-20T22:55:15.0470059Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T22:55:15.0470486Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-20T22:55:15.0470857Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-20T22:55:15.0471256Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-20T22:55:15.0471679Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-20T22:55:15.0472054Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-20T22:55:15.0472528Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-20T22:55:15.0472918Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-20T22:55:15.0473368Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-20T22:55:15.0473826Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-20T22:55:15.0474236Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-20T22:55:15.0474648Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-20T22:55:15.0475246Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-20T22:55:15.0475698Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-20T22:55:15.2451145Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:55:15.4123100Z Collecting meson
2025-08-20T22:55:15.4720127Z   Downloading meson-1.8.4-py3-none-any.whl.metadata (1.8 kB)
2025-08-20T22:55:15.5175309Z Collecting ninja
2025-08-20T22:55:15.5278670Z   Downloading ninja-1.13.0-py3-none-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.metadata (5.1 kB)
2025-08-20T22:55:15.5464287Z Downloading meson-1.8.4-py3-none-any.whl (1.0 MB)
2025-08-20T22:55:15.6023392Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 25.8 MB/s  0:00:00
2025-08-20T22:55:15.6129435Z Downloading ninja-1.13.0-py3-none-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (177 kB)
2025-08-20T22:55:15.6939404Z Installing collected packages: ninja, meson
2025-08-20T22:55:16.3432996Z 
2025-08-20T22:55:16.3454635Z Successfully installed meson-1.8.4 ninja-1.13.0
2025-08-20T22:55:16.6054307Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:55:16.6922927Z Requirement already satisfied: meson in /home/runner/.local/lib/python3.12/site-packages (1.8.4)
2025-08-20T22:55:16.7646870Z Requirement already satisfied: ninja in /home/runner/.local/lib/python3.12/site-packages (1.13.0)
2025-08-20T22:55:17.1177037Z 1.8.4
2025-08-20T22:55:17.1446150Z 1.13.0.git.kitware.jobserver-pipe-1
2025-08-20T22:55:17.1689192Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-20T22:55:17.1689545Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-20T22:55:17.1690086Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-20T22:55:17.1690441Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-20T22:55:17.1690805Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-20T22:55:17.1691189Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-20T22:55:17.1691547Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-20T22:55:17.1691903Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-20T22:55:17.1692630Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-20T22:55:17.1692991Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-20T22:55:17.1693346Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-20T22:55:17.1693724Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-20T22:55:17.1694105Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-20T22:55:17.1694505Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-20T22:55:17.1694896Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-20T22:55:17.1695297Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-20T22:55:17.1695698Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-20T22:55:17.1696053Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-20T22:55:17.1696425Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-20T22:55:17.1696890Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T22:55:17.1697340Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-20T22:55:17.1697718Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-20T22:55:17.1698130Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-20T22:55:17.1698521Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-20T22:55:17.1698872Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-20T22:55:17.1699568Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T22:55:17.1700060Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-20T22:55:17.1700478Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-20T22:55:17.1700884Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-20T22:55:17.1701302Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-20T22:55:17.1701718Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-20T22:55:17.1702135Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-20T22:55:17.1702749Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-20T22:55:17.1703170Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-20T22:55:17.1703605Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-20T22:55:17.1704032Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-20T22:55:17.1704433Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-20T22:55:17.1704836Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-20T22:55:17.1705224Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-20T22:55:17.1705850Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T22:55:17.1706273Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-20T22:55:17.1706695Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-20T22:55:17.1707094Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-20T22:55:17.1707484Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-20T22:55:17.1707937Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-20T22:55:17.1708409Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-20T22:55:17.1708871Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-20T22:55:17.1709357Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-20T22:55:17.1709799Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-20T22:55:17.1710214Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-20T22:55:17.1710626Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-20T22:55:17.1711033Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-20T22:55:17.1711441Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-20T22:55:17.1711831Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-20T22:55:17.1712360Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-20T22:55:17.1712736Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-20T22:55:17.1713103Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-20T22:55:17.1713491Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-20T22:55:17.1713893Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-20T22:55:17.1714271Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-20T22:55:17.1714678Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-20T22:55:17.1715111Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T22:55:17.1715530Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-20T22:55:17.1715932Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-20T22:55:17.1716542Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-20T22:55:17.1716994Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-20T22:55:17.1717396Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-20T22:55:17.1717790Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-20T22:55:17.1718231Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T22:55:17.1718722Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-20T22:55:17.1719214Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-20T22:55:17.1719667Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-20T22:55:17.1720086Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-20T22:55:17.1720472Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-20T22:55:17.1720857Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-20T22:55:17.1721255Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-20T22:55:17.1721648Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-20T22:55:17.1722556Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T22:55:17.1723062Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T22:55:17.1723567Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T22:55:17.1724054Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T22:55:17.1724488Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-20T22:55:17.1724887Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-20T22:55:17.1725284Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-20T22:55:17.1725687Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-20T22:55:17.1726080Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-20T22:55:17.1726461Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-20T22:55:17.1726890Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-20T22:55:17.1727315Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-20T22:55:17.1727692Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-20T22:55:17.1728062Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-20T22:55:17.1728466Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-20T22:55:17.1728873Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-20T22:55:17.1729246Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-20T22:55:17.1729608Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-20T22:55:17.1729995Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-20T22:55:17.1730386Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-20T22:55:17.1730799Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-20T22:55:17.1731194Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-20T22:55:17.1731603Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-20T22:55:17.1731987Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-20T22:55:17.1732603Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-20T22:55:17.1732972Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-20T22:55:17.1733580Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-20T22:55:17.1733986Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-20T22:55:17.1734415Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-20T22:55:17.1734807Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-20T22:55:17.1735193Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-20T22:55:17.1735572Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-20T22:55:17.1735965Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-20T22:55:17.1736356Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-20T22:55:17.1736721Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-20T22:55:17.1737071Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-20T22:55:17.1737422Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-20T22:55:17.1737773Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-20T22:55:17.1738132Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-20T22:55:17.1738478Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-20T22:55:17.1739046Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-20T22:55:17.1739447Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-20T22:55:17.1739873Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T22:55:17.1740303Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-20T22:55:17.1740701Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-20T22:55:17.1741088Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-20T22:55:17.1741480Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-20T22:55:17.1741865Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-20T22:55:17.1742543Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-20T22:55:17.1742979Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-20T22:55:17.1743371Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-20T22:55:17.1743760Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-20T22:55:17.1744165Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-20T22:55:17.1744600Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T22:55:17.1745024Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-20T22:55:17.1745409Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-20T22:55:17.1745804Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-20T22:55:17.1746212Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-20T22:55:17.1746618Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-20T22:55:17.1747018Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-20T22:55:17.1747413Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-20T22:55:17.1747810Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T22:55:17.1748213Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-20T22:55:17.1748590Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-20T22:55:17.1748949Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-20T22:55:17.1749312Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-20T22:55:17.1749926Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-20T22:55:17.1750342Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-20T22:55:17.1750741Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-20T22:55:17.1751126Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-20T22:55:17.1751502Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-20T22:55:17.1751873Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-20T22:55:17.1752423Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-20T22:55:17.1752811Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-20T22:55:17.1753231Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-20T22:55:17.1753673Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-20T22:55:17.1754071Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-20T22:55:17.1754443Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-20T22:55:17.1754831Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-20T22:55:17.1755248Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-20T22:55:17.1755826Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-20T22:55:17.1756178Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-20T22:55:17.1756520Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-20T22:55:17.1756937Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-20T22:55:17.1757363Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-20T22:55:17.1757771Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-20T22:55:17.1758153Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-20T22:55:17.1758530Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-20T22:55:17.1758908Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-20T22:55:17.1759327Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T22:55:17.1759812Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-20T22:55:17.1760224Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-20T22:55:17.1760587Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-20T22:55:17.1760942Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-20T22:55:17.1761384Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T22:55:17.1761886Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T22:55:17.1762542Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-20T22:55:17.1762922Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-20T22:55:17.1763401Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T22:55:17.1763940Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-20T22:55:17.1764438Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-20T22:55:17.1764868Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-20T22:55:17.1765226Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-20T22:55:17.1765600Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-20T22:55:17.1766004Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-20T22:55:17.1766620Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-20T22:55:17.1767051Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-20T22:55:17.1767421Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-20T22:55:17.1767792Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-20T22:55:17.1768192Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-20T22:55:17.1768586Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-20T22:55:17.1768977Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-20T22:55:17.1769370Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-20T22:55:17.1769760Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-20T22:55:17.1770148Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-20T22:55:17.1770568Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-20T22:55:17.1771010Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-20T22:55:17.1771432Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-20T22:55:17.1771821Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-20T22:55:17.1772532Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-20T22:55:17.1772915Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-20T22:55:17.1773283Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-20T22:55:17.1773670Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-20T22:55:17.1774084Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T22:55:17.1774546Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T22:55:17.1774992Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-20T22:55:17.1775396Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-20T22:55:17.1775786Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-20T22:55:17.1776165Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-20T22:55:17.1776541Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-20T22:55:17.1776903Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-20T22:55:17.1777286Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-20T22:55:17.1777662Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-20T22:55:17.1778103Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T22:55:17.1778570Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-20T22:55:17.1779029Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T22:55:17.1779544Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T22:55:17.1780057Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T22:55:17.1780562Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T22:55:17.1780997Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-20T22:55:17.1781358Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-20T22:55:17.1781719Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-20T22:55:17.1782096Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-20T22:55:17.1782751Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-20T22:55:17.1783334Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-20T22:55:17.1783738Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-20T22:55:17.1784118Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-20T22:55:17.1784499Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-20T22:55:17.1784878Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-20T22:55:17.1785250Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-20T22:55:17.1785646Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-20T22:55:17.1786032Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-20T22:55:17.1786444Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-20T22:55:17.1786874Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-20T22:55:17.1787291Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-20T22:55:17.1787701Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-20T22:55:17.1788101Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-20T22:55:17.1788506Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-20T22:55:17.1789072Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-20T22:55:17.1789460Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-20T22:55:17.1789820Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-20T22:55:17.1790324Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:55:17.1790839Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-20T22:55:17.1791207Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-20T22:55:17.1791578Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-20T22:55:17.1791939Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-20T22:55:17.1792546Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-20T22:55:17.1792988Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-20T22:55:17.1793419Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-20T22:55:17.1793846Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-20T22:55:17.1794246Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-20T22:55:17.1794645Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-20T22:55:17.1795062Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-20T22:55:17.1795473Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-20T22:55:17.1795861Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-20T22:55:17.1796289Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T22:55:17.1796776Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T22:55:17.1797274Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T22:55:17.1797721Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-20T22:55:17.1798131Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-20T22:55:17.1798529Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-20T22:55:17.1799002Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T22:55:17.1799484Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-20T22:55:17.1800113Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-20T22:55:17.1800574Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-20T22:55:17.1801026Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-20T22:55:17.1801432Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-20T22:55:17.1801791Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-20T22:55:17.1802136Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-20T22:55:17.1802625Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-20T22:55:17.1803011Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-20T22:55:17.1803374Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-20T22:55:17.1803724Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-20T22:55:17.1804091Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-20T22:55:17.1804451Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-20T22:55:17.1804806Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-20T22:55:17.1805172Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-20T22:55:17.1805681Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-20T22:55:17.1806055Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-20T22:55:17.1806437Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-20T22:55:17.1806792Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-20T22:55:17.1807146Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-20T22:55:17.1807500Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-20T22:55:17.1807861Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-20T22:55:17.1808232Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-20T22:55:17.1808593Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-20T22:55:17.1808951Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-20T22:55:17.1809320Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-20T22:55:17.1809740Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-20T22:55:17.1810170Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-20T22:55:17.1810573Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-20T22:55:17.1810934Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-20T22:55:17.1811313Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-20T22:55:17.1811737Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-20T22:55:17.1812282Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-20T22:55:17.1812690Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-20T22:55:17.1813060Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-20T22:55:17.1813414Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-20T22:55:17.1813759Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-20T22:55:17.1814101Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-20T22:55:17.1814449Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-20T22:55:17.1814812Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-20T22:55:17.1815169Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-20T22:55:17.1815508Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-20T22:55:17.1816038Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-20T22:55:17.1816475Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T22:55:17.1816880Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-20T22:55:17.1817274Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T22:55:17.1817672Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-20T22:55:17.1818062Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T22:55:17.1818473Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-20T22:55:17.1818968Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T22:55:17.1819577Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T22:55:17.1820199Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T22:55:17.1820740Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T22:55:17.1821207Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T22:55:17.1821657Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T22:55:17.1822510Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T22:55:17.1823143Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T22:55:17.1823700Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T22:55:17.1824189Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T22:55:17.1824627Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-20T22:55:17.1825000Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-20T22:55:17.1825370Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-20T22:55:17.1825737Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-20T22:55:17.1826113Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-20T22:55:17.1826501Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-20T22:55:17.1826879Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-20T22:55:17.1827260Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-20T22:55:17.1827643Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-20T22:55:17.1828024Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-20T22:55:17.1828398Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-20T22:55:17.1828775Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-20T22:55:17.1829144Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-20T22:55:17.1829534Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-20T22:55:17.1829925Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-20T22:55:17.1830339Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-20T22:55:17.1830750Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-20T22:55:17.1831118Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-20T22:55:17.1831507Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-20T22:55:17.1831913Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-20T22:55:17.1832457Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-20T22:55:17.1833092Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T22:55:17.1833548Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-20T22:55:17.1833914Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-20T22:55:17.1834279Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-20T22:55:17.1834700Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-20T22:55:17.1835063Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-20T22:55:17.1835447Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-20T22:55:17.1835834Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-20T22:55:17.1836218Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-20T22:55:17.1836598Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-20T22:55:17.1836957Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-20T22:55:17.1837325Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-20T22:55:17.1837869Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:55:17.1838738Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:55:17.1839422Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:55:17.1840087Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:55:17.1840611Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-20T22:55:17.1840994Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-20T22:55:17.1841402Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-20T22:55:17.1841803Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-20T22:55:17.1842353Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-20T22:55:17.1842771Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-20T22:55:17.1843141Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-20T22:55:17.1843512Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-20T22:55:17.1843888Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-20T22:55:17.1844256Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-20T22:55:17.1844630Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-20T22:55:17.1845010Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-20T22:55:17.1845416Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-20T22:55:17.1845813Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-20T22:55:17.1846204Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-20T22:55:17.1846589Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-20T22:55:17.1846966Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-20T22:55:17.1847351Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-20T22:55:17.1847747Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-20T22:55:17.1848144Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-20T22:55:17.1848537Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-20T22:55:17.1848927Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-20T22:55:17.1849584Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T22:55:17.1850082Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-20T22:55:17.1850487Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-20T22:55:17.1850922Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T22:55:17.1851380Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T22:55:17.1851781Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-20T22:55:17.1852284Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-20T22:55:17.1852676Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-20T22:55:17.1853073Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-20T22:55:17.1853478Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-20T22:55:17.1853879Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-20T22:55:17.1854256Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-20T22:55:17.1854644Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-20T22:55:17.1855109Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-20T22:55:17.1855755Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-20T22:55:17.1856146Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-20T22:55:17.1856549Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-20T22:55:17.1856997Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T22:55:17.1857439Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T22:55:17.1857913Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T22:55:17.1858397Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T22:55:17.1858837Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T22:55:17.1859273Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T22:55:17.1859673Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-20T22:55:17.1860059Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-20T22:55:17.1860474Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-20T22:55:17.1860853Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-20T22:55:17.1861223Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-20T22:55:17.1861628Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-20T22:55:17.1862029Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-20T22:55:17.1862637Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-20T22:55:17.1863061Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-20T22:55:17.1863449Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-20T22:55:17.1863828Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-20T22:55:17.1864191Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-20T22:55:17.1864543Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-20T22:55:17.1864925Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T22:55:17.1865343Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-20T22:55:17.1865731Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-20T22:55:17.1866388Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T22:55:17.1866861Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-20T22:55:17.1867261Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-20T22:55:17.1867693Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T22:55:17.1868117Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-20T22:55:17.1868523Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-20T22:55:17.1868924Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-20T22:55:17.1869279Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-20T22:55:17.1869640Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-20T22:55:17.1870028Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-20T22:55:17.1870426Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-20T22:55:17.1870803Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-20T22:55:17.1871159Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-20T22:55:17.1871500Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-20T22:55:17.1871998Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-20T22:55:17.1872648Z 	libgallium-24.2.8-1ubuntu1~24.04.1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgallium-24.2.8-1ubuntu1~24.04.1.so
2025-08-20T22:55:17.1873156Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-20T22:55:17.1873535Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-20T22:55:17.1873912Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-20T22:55:17.1874307Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-20T22:55:17.1874717Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-20T22:55:17.1875124Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-20T22:55:17.1875525Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-20T22:55:17.1875939Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-20T22:55:17.1876345Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-20T22:55:17.1876716Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-20T22:55:17.1877079Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-20T22:55:17.1877437Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-20T22:55:17.1877812Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-20T22:55:17.1878230Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-20T22:55:17.1878662Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-20T22:55:17.1879058Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-20T22:55:17.1879478Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-20T22:55:17.1879921Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-20T22:55:17.1880314Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-20T22:55:17.1880681Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-20T22:55:17.1881027Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-20T22:55:17.1881374Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-20T22:55:17.1881739Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-20T22:55:17.1882110Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-20T22:55:17.1882949Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-20T22:55:17.1883395Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-20T22:55:17.1883812Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-20T22:55:17.1884280Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T22:55:17.1884714Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-20T22:55:17.1885085Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-20T22:55:17.1885468Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-20T22:55:17.1885851Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-20T22:55:17.1886236Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-20T22:55:17.1886611Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-20T22:55:17.1886983Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-20T22:55:17.1887420Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T22:55:17.1887908Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T22:55:17.1888532Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-20T22:55:17.1888904Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-20T22:55:17.1889275Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-20T22:55:17.1889672Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-20T22:55:17.1890063Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-20T22:55:17.1890433Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-20T22:55:17.1890830Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-20T22:55:17.1891204Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-20T22:55:17.1891553Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-20T22:55:17.1891905Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-20T22:55:17.1892586Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-20T22:55:17.1893019Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-20T22:55:17.1893396Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-20T22:55:17.1893781Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-20T22:55:17.1894221Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-20T22:55:17.1894661Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-20T22:55:17.1895089Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T22:55:17.1895536Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-20T22:55:17.1896047Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:55:17.1896551Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-20T22:55:17.1896947Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-20T22:55:17.1897355Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-20T22:55:17.1897779Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T22:55:17.1898293Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T22:55:17.1898872Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T22:55:17.1899695Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T22:55:17.1900366Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T22:55:17.1901010Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T22:55:17.1901642Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T22:55:17.1902445Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T22:55:17.1903038Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T22:55:17.1903516Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-20T22:55:17.1903953Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-20T22:55:17.1904392Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-20T22:55:17.1904813Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T22:55:17.1905285Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T22:55:17.1905717Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-20T22:55:17.1906276Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-20T22:55:17.1906642Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-20T22:55:17.1907017Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-20T22:55:17.1907393Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-20T22:55:17.1907799Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T22:55:17.1908208Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-20T22:55:17.1908575Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-20T22:55:17.1908975Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-20T22:55:17.1909433Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T22:55:17.1909921Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T22:55:17.1910410Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T22:55:17.1910893Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T22:55:17.1911342Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-20T22:55:17.1911756Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-20T22:55:17.1912350Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-20T22:55:17.1912828Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-20T22:55:17.1913259Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-20T22:55:17.1913684Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-20T22:55:17.1914070Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-20T22:55:17.1914450Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-20T22:55:17.1914827Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-20T22:55:17.1915200Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-20T22:55:17.1915627Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-20T22:55:17.1916066Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-20T22:55:17.1916465Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-20T22:55:17.1917081Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-20T22:55:17.1917527Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T22:55:17.1917975Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T22:55:17.1918417Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-20T22:55:17.1918854Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-20T22:55:17.1919246Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-20T22:55:17.1919616Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-20T22:55:17.1920002Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-20T22:55:17.1920370Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-20T22:55:17.1920742Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-20T22:55:17.1921144Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-20T22:55:17.1921545Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-20T22:55:17.1921968Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-20T22:55:17.1922716Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T22:55:17.1923170Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-20T22:55:17.1923561Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-20T22:55:17.1923909Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-20T22:55:17.1924277Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-20T22:55:17.1924667Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-20T22:55:17.1925053Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-20T22:55:17.1925444Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-20T22:55:17.1925872Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-20T22:55:17.1926319Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-20T22:55:17.1926734Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-20T22:55:17.1927117Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-20T22:55:17.1927511Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-20T22:55:17.1928051Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:55:17.1928630Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-20T22:55:17.1929081Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T22:55:17.1929528Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T22:55:17.1929954Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-20T22:55:17.1930351Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-20T22:55:17.1930745Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-20T22:55:17.1931133Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-20T22:55:17.1931531Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-20T22:55:17.1931932Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-20T22:55:17.1932528Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-20T22:55:17.1932928Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-20T22:55:17.1933563Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-20T22:55:17.1933960Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-20T22:55:17.1934395Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-20T22:55:17.1934854Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-20T22:55:17.1935278Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-20T22:55:17.1935650Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-20T22:55:17.1936025Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-20T22:55:17.1936410Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-20T22:55:17.1936781Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-20T22:55:17.1937147Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-20T22:55:17.1937578Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T22:55:17.1938021Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-20T22:55:17.1938419Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-20T22:55:17.1938815Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-20T22:55:17.1939371Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-20T22:55:17.1939748Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-20T22:55:17.1940120Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-20T22:55:17.1940502Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-20T22:55:17.1940900Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-20T22:55:17.1941339Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-20T22:55:17.1941790Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T22:55:17.1942423Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-20T22:55:17.1942870Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-20T22:55:17.1943270Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-20T22:55:17.1943699Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-20T22:55:17.1944084Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-20T22:55:17.1944436Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-20T22:55:17.1944785Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-20T22:55:17.1945145Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-20T22:55:17.1945516Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-20T22:55:17.1945868Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-20T22:55:17.1946236Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-20T22:55:17.1946628Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-20T22:55:17.1947012Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-20T22:55:17.1947368Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-20T22:55:17.1947712Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-20T22:55:17.1948088Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-20T22:55:17.1948485Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-20T22:55:17.1948859Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-20T22:55:17.1949221Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-20T22:55:17.1949777Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-20T22:55:17.1950234Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-20T22:55:17.1950613Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-20T22:55:17.1950960Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-20T22:55:17.1951336Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-20T22:55:17.1951723Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-20T22:55:17.1952101Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-20T22:55:17.1952770Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-20T22:55:17.1953161Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-20T22:55:17.1953543Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-20T22:55:17.1953942Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-20T22:55:17.1954366Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-20T22:55:17.1954765Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-20T22:55:17.1955116Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-20T22:55:17.1955640Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-20T22:55:17.1955976Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-20T22:55:17.1956397Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T22:55:17.1956894Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T22:55:17.1957364Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T22:55:17.1957839Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T22:55:17.1958341Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T22:55:17.1958773Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-20T22:55:17.1959151Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-20T22:55:17.1959532Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-20T22:55:17.1959920Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-20T22:55:17.1960301Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-20T22:55:17.1960682Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-20T22:55:17.1961066Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-20T22:55:17.1961436Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-20T22:55:17.1961826Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-20T22:55:17.1962469Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T22:55:17.1962940Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-20T22:55:17.1963319Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-20T22:55:17.1963716Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-20T22:55:17.1964141Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-20T22:55:17.1964518Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-20T22:55:17.1964862Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-20T22:55:17.1965246Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-20T22:55:17.1965692Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-20T22:55:17.1966151Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-20T22:55:17.1966753Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-20T22:55:17.1967186Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-20T22:55:17.1967609Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-20T22:55:17.1968043Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-20T22:55:17.2573731Z info: downloading installer
2025-08-20T22:55:17.4570191Z warn: It looks like you have an existing rustup settings file at:
2025-08-20T22:55:17.4570567Z warn: /home/runner/.rustup/settings.toml
2025-08-20T22:55:17.4570962Z warn: Rustup will install the default toolchain as specified in the settings file,
2025-08-20T22:55:17.4571373Z warn: instead of the one inferred from the default host triple.
2025-08-20T22:55:17.4724283Z info: profile set to 'default'
2025-08-20T22:55:17.4724685Z info: default host triple is aarch64-unknown-linux-gnu
2025-08-20T22:55:17.4725149Z warn: Updating existing toolchain, profile choice will be ignored
2025-08-20T22:55:17.5251140Z info: syncing channel updates for 'stable-aarch64-unknown-linux-gnu'
2025-08-20T22:55:17.6733852Z info: latest update on 2025-08-07, rust version 1.89.0 (29483883e 2025-08-04)
2025-08-20T22:55:17.7023698Z info: downloading component 'clippy'
2025-08-20T22:55:17.8068418Z info: downloading component 'rustfmt'
2025-08-20T22:55:17.8834012Z info: downloading component 'cargo'
2025-08-20T22:55:18.0090622Z info: downloading component 'rust-std'
2025-08-20T22:55:18.3669896Z info: downloading component 'rustc'
2025-08-20T22:55:19.0597076Z info: removing previous version of component 'clippy'
2025-08-20T22:55:19.0722879Z info: removing previous version of component 'rustfmt'
2025-08-20T22:55:19.0775258Z info: removing previous version of component 'cargo'
2025-08-20T22:55:19.0937389Z info: removing previous version of component 'rust-std'
2025-08-20T22:55:19.1033035Z info: removing previous version of component 'rustc'
2025-08-20T22:55:19.1208718Z info: installing component 'clippy'
2025-08-20T22:55:19.3801099Z info: installing component 'rustfmt'
2025-08-20T22:55:19.5752304Z info: installing component 'cargo'
2025-08-20T22:55:20.0623406Z info: installing component 'rust-std'
2025-08-20T22:55:21.3552603Z info: installing component 'rustc'
2025-08-20T22:55:24.0402073Z info: default toolchain set to 'stable-aarch64-unknown-linux-gnu'
2025-08-20T22:55:24.0402533Z 
2025-08-20T22:55:24.0473732Z   stable-aarch64-unknown-linux-gnu updated - rustc 1.89.0 (29483883e 2025-08-04) (from rustc 1.87.0 (17067e9ac 2025-05-09))
2025-08-20T22:55:24.0474143Z 
2025-08-20T22:55:24.0474148Z 
2025-08-20T22:55:24.0474224Z Rust is installed now. Great!
2025-08-20T22:55:24.0474367Z 
2025-08-20T22:55:24.0474535Z To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
2025-08-20T22:55:24.0474930Z environment variable. This has not been done automatically.
2025-08-20T22:55:24.0475153Z 
2025-08-20T22:55:24.0475289Z To configure your current shell, you need to source
2025-08-20T22:55:24.0475572Z the corresponding env file under $HOME/.cargo.
2025-08-20T22:55:24.0475751Z 
2025-08-20T22:55:24.0475917Z This is usually done by running one of the following (note the leading DOT):
2025-08-20T22:55:24.0476295Z . "$HOME/.cargo/env"            # For sh/bash/zsh/ash/dash/pdksh
2025-08-20T22:55:24.0476600Z source "$HOME/.cargo/env.fish"  # For fish
2025-08-20T22:55:24.0476870Z source $"($nu.home-path)/.cargo/env.nu"  # For nushell
2025-08-20T22:55:24.0630832Z info: using existing install for 'stable-aarch64-unknown-linux-gnu'
2025-08-20T22:55:24.0937195Z info: default toolchain set to 'stable-aarch64-unknown-linux-gnu'
2025-08-20T22:55:24.0937452Z 
2025-08-20T22:55:24.1003311Z   stable-aarch64-unknown-linux-gnu unchanged - rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T22:55:24.1003631Z 
2025-08-20T22:55:24.1402598Z rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T22:55:24.1765861Z cargo 1.89.0 (c24e10642 2025-06-23)
2025-08-20T22:55:24.2011138Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-20T22:55:24.2011623Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-20T22:55:24.2011976Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-20T22:55:24.2012434Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-20T22:55:24.2012814Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-20T22:55:24.2013174Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-20T22:55:24.2013543Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-20T22:55:24.2013922Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-20T22:55:24.2014274Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-20T22:55:24.2014605Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-20T22:55:24.2014960Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-20T22:55:24.2015349Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-20T22:55:24.2015730Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-20T22:55:24.2016131Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-20T22:55:24.2016524Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-20T22:55:24.2020943Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-20T22:55:24.2021406Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-20T22:55:24.2021767Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-20T22:55:24.2022288Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-20T22:55:24.2022758Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T22:55:24.2023201Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-20T22:55:24.2023595Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-20T22:55:24.2024011Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-20T22:55:24.2024405Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-20T22:55:24.2024751Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-20T22:55:24.2025145Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T22:55:24.2025568Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-20T22:55:24.2025980Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-20T22:55:24.2026382Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-20T22:55:24.2026793Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-20T22:55:24.2027208Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-20T22:55:24.2027637Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-20T22:55:24.2028066Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-20T22:55:24.2028488Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-20T22:55:24.2028924Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-20T22:55:24.2029357Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-20T22:55:24.2029760Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-20T22:55:24.2030168Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-20T22:55:24.2030564Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-20T22:55:24.2030969Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T22:55:24.2031654Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-20T22:55:24.2032100Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-20T22:55:24.2032817Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-20T22:55:24.2033220Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-20T22:55:24.2033679Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-20T22:55:24.2034147Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-20T22:55:24.2034615Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-20T22:55:24.2035096Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-20T22:55:24.2035533Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-20T22:55:24.2035947Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-20T22:55:24.2036366Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-20T22:55:24.2036771Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-20T22:55:24.2037184Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-20T22:55:24.2037579Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-20T22:55:24.2038127Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-20T22:55:24.2038482Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-20T22:55:24.2038849Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-20T22:55:24.2039238Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-20T22:55:24.2039639Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-20T22:55:24.2040015Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-20T22:55:24.2040423Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-20T22:55:24.2040860Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T22:55:24.2041284Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-20T22:55:24.2041700Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-20T22:55:24.2042121Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-20T22:55:24.2042709Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-20T22:55:24.2043116Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-20T22:55:24.2043511Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-20T22:55:24.2043938Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T22:55:24.2044434Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-20T22:55:24.2044926Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-20T22:55:24.2045380Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-20T22:55:24.2045794Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-20T22:55:24.2046184Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-20T22:55:24.2046571Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-20T22:55:24.2046970Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-20T22:55:24.2047368Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-20T22:55:24.2047823Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T22:55:24.2048321Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T22:55:24.2049009Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T22:55:24.2049521Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T22:55:24.2049958Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-20T22:55:24.2050359Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-20T22:55:24.2050750Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-20T22:55:24.2051156Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-20T22:55:24.2051551Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-20T22:55:24.2051933Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-20T22:55:24.2052558Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-20T22:55:24.2052988Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-20T22:55:24.2053367Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-20T22:55:24.2053732Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-20T22:55:24.2054130Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-20T22:55:24.2054704Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-20T22:55:24.2055080Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-20T22:55:24.2055445Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-20T22:55:24.2055835Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-20T22:55:24.2056255Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-20T22:55:24.2056604Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-20T22:55:24.2056984Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-20T22:55:24.2057389Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-20T22:55:24.2057771Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-20T22:55:24.2058130Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-20T22:55:24.2058496Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-20T22:55:24.2058866Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-20T22:55:24.2059248Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-20T22:55:24.2059645Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-20T22:55:24.2060036Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-20T22:55:24.2060415Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-20T22:55:24.2060792Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-20T22:55:24.2061194Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-20T22:55:24.2061588Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-20T22:55:24.2061958Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-20T22:55:24.2062502Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-20T22:55:24.2062851Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-20T22:55:24.2063200Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-20T22:55:24.2063559Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-20T22:55:24.2063907Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-20T22:55:24.2064276Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-20T22:55:24.2064668Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-20T22:55:24.2065294Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T22:55:24.2065751Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-20T22:55:24.2066149Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-20T22:55:24.2066543Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-20T22:55:24.2066938Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-20T22:55:24.2067324Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-20T22:55:24.2067722Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-20T22:55:24.2068126Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-20T22:55:24.2068506Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-20T22:55:24.2068893Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-20T22:55:24.2069305Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-20T22:55:24.2069773Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T22:55:24.2070196Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-20T22:55:24.2070582Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-20T22:55:24.2071225Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-20T22:55:24.2071629Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-20T22:55:24.2072034Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-20T22:55:24.2072607Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-20T22:55:24.2073006Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-20T22:55:24.2073402Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T22:55:24.2073811Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-20T22:55:24.2074189Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-20T22:55:24.2074546Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-20T22:55:24.2074907Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-20T22:55:24.2075305Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-20T22:55:24.2075698Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-20T22:55:24.2076097Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-20T22:55:24.2076484Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-20T22:55:24.2076852Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-20T22:55:24.2077229Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-20T22:55:24.2077615Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-20T22:55:24.2078000Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-20T22:55:24.2078424Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-20T22:55:24.2078868Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-20T22:55:24.2079265Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-20T22:55:24.2079639Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-20T22:55:24.2080023Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-20T22:55:24.2080439Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-20T22:55:24.2080859Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-20T22:55:24.2081214Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-20T22:55:24.2081765Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-20T22:55:24.2082474Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-20T22:55:24.2082958Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-20T22:55:24.2083375Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-20T22:55:24.2083764Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-20T22:55:24.2084146Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-20T22:55:24.2084525Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-20T22:55:24.2084944Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T22:55:24.2085406Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-20T22:55:24.2085815Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-20T22:55:24.2086182Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-20T22:55:24.2086539Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-20T22:55:24.2086980Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T22:55:24.2087650Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T22:55:24.2088085Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-20T22:55:24.2088460Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-20T22:55:24.2088924Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T22:55:24.2089460Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-20T22:55:24.2089962Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-20T22:55:24.2090399Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-20T22:55:24.2090760Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-20T22:55:24.2091138Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-20T22:55:24.2091545Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-20T22:55:24.2091960Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-20T22:55:24.2092632Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-20T22:55:24.2093012Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-20T22:55:24.2093382Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-20T22:55:24.2093776Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-20T22:55:24.2094171Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-20T22:55:24.2094571Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-20T22:55:24.2094966Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-20T22:55:24.2095353Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-20T22:55:24.2095740Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-20T22:55:24.2096161Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-20T22:55:24.2096601Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-20T22:55:24.2097020Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-20T22:55:24.2097405Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-20T22:55:24.2097777Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-20T22:55:24.2098147Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-20T22:55:24.2098713Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-20T22:55:24.2099131Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-20T22:55:24.2099552Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T22:55:24.2100017Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T22:55:24.2100467Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-20T22:55:24.2100869Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-20T22:55:24.2101256Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-20T22:55:24.2101635Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-20T22:55:24.2102009Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-20T22:55:24.2102550Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-20T22:55:24.2102946Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-20T22:55:24.2103325Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-20T22:55:24.2103770Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T22:55:24.2104400Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-20T22:55:24.2104861Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T22:55:24.2105379Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T22:55:24.2105887Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T22:55:24.2106391Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T22:55:24.2106828Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-20T22:55:24.2107194Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-20T22:55:24.2107562Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-20T22:55:24.2107943Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-20T22:55:24.2108323Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-20T22:55:24.2108693Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-20T22:55:24.2109078Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-20T22:55:24.2109464Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-20T22:55:24.2109850Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-20T22:55:24.2110223Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-20T22:55:24.2110600Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-20T22:55:24.2110999Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-20T22:55:24.2111391Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-20T22:55:24.2111803Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-20T22:55:24.2112467Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-20T22:55:24.2112910Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-20T22:55:24.2113323Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-20T22:55:24.2113726Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-20T22:55:24.2114236Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-20T22:55:24.2114653Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-20T22:55:24.2115040Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-20T22:55:24.2115575Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-20T22:55:24.2116121Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:55:24.2116635Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-20T22:55:24.2117005Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-20T22:55:24.2117376Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-20T22:55:24.2117736Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-20T22:55:24.2118131Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-20T22:55:24.2118563Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-20T22:55:24.2118984Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-20T22:55:24.2119415Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-20T22:55:24.2119817Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-20T22:55:24.2120213Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-20T22:55:24.2120632Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-20T22:55:24.2121186Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-20T22:55:24.2121580Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-20T22:55:24.2122010Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T22:55:24.2122684Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T22:55:24.2123185Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T22:55:24.2123630Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-20T22:55:24.2124042Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-20T22:55:24.2124445Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-20T22:55:24.2124919Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T22:55:24.2125402Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-20T22:55:24.2125812Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-20T22:55:24.2126243Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-20T22:55:24.2126693Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-20T22:55:24.2127094Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-20T22:55:24.2127453Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-20T22:55:24.2127801Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-20T22:55:24.2128173Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-20T22:55:24.2128553Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-20T22:55:24.2128917Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-20T22:55:24.2129272Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-20T22:55:24.2129645Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-20T22:55:24.2130003Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-20T22:55:24.2130358Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-20T22:55:24.2130727Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-20T22:55:24.2131081Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-20T22:55:24.2131455Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-20T22:55:24.2132026Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-20T22:55:24.2132552Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-20T22:55:24.2132907Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-20T22:55:24.2133265Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-20T22:55:24.2133630Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-20T22:55:24.2134005Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-20T22:55:24.2134371Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-20T22:55:24.2134726Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-20T22:55:24.2135099Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-20T22:55:24.2135516Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-20T22:55:24.2135949Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-20T22:55:24.2136357Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-20T22:55:24.2136717Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-20T22:55:24.2137096Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-20T22:55:24.2137697Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-20T22:55:24.2138096Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-20T22:55:24.2138454Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-20T22:55:24.2138815Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-20T22:55:24.2139169Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-20T22:55:24.2139509Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-20T22:55:24.2139854Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-20T22:55:24.2140204Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-20T22:55:24.2140571Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-20T22:55:24.2140926Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-20T22:55:24.2141269Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-20T22:55:24.2141606Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-20T22:55:24.2141981Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T22:55:24.2142576Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-20T22:55:24.2142976Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T22:55:24.2143374Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-20T22:55:24.2143767Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T22:55:24.2144183Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-20T22:55:24.2144680Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T22:55:24.2145289Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T22:55:24.2145914Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T22:55:24.2146453Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T22:55:24.2146922Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T22:55:24.2147371Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T22:55:24.2147887Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T22:55:24.2148687Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T22:55:24.2149270Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T22:55:24.2149762Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T22:55:24.2150208Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-20T22:55:24.2150573Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-20T22:55:24.2150941Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-20T22:55:24.2151311Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-20T22:55:24.2151687Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-20T22:55:24.2152071Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-20T22:55:24.2152578Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-20T22:55:24.2152970Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-20T22:55:24.2153352Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-20T22:55:24.2153733Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-20T22:55:24.2154104Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-20T22:55:24.2154646Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-20T22:55:24.2155016Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-20T22:55:24.2155403Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-20T22:55:24.2155794Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-20T22:55:24.2156241Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-20T22:55:24.2156653Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-20T22:55:24.2157024Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-20T22:55:24.2157412Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-20T22:55:24.2157819Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-20T22:55:24.2158224Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-20T22:55:24.2158662Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T22:55:24.2159083Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-20T22:55:24.2159443Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-20T22:55:24.2159806Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-20T22:55:24.2160186Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-20T22:55:24.2160554Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-20T22:55:24.2160946Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-20T22:55:24.2161337Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-20T22:55:24.2161720Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-20T22:55:24.2162097Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-20T22:55:24.2162592Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-20T22:55:24.2163563Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-20T22:55:24.2164120Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:55:24.2164832Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:55:24.2165732Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:55:24.2166417Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:55:24.2166942Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-20T22:55:24.2167322Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-20T22:55:24.2167730Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-20T22:55:24.2168130Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-20T22:55:24.2168503Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-20T22:55:24.2168876Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-20T22:55:24.2169240Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-20T22:55:24.2169615Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-20T22:55:24.2169989Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-20T22:55:24.2170360Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-20T22:55:24.2170732Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-20T22:55:24.2171114Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-20T22:55:24.2171709Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-20T22:55:24.2172105Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-20T22:55:24.2172713Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-20T22:55:24.2173103Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-20T22:55:24.2173477Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-20T22:55:24.2173859Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-20T22:55:24.2174264Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-20T22:55:24.2174660Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-20T22:55:24.2175057Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-20T22:55:24.2175447Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-20T22:55:24.2175871Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T22:55:24.2176301Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-20T22:55:24.2176698Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-20T22:55:24.2177133Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T22:55:24.2177589Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T22:55:24.2177993Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-20T22:55:24.2178366Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-20T22:55:24.2178741Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-20T22:55:24.2179136Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-20T22:55:24.2179542Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-20T22:55:24.2179949Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-20T22:55:24.2180328Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-20T22:55:24.2180719Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-20T22:55:24.2181187Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-20T22:55:24.2181656Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-20T22:55:24.2182049Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-20T22:55:24.2182901Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-20T22:55:24.2183391Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T22:55:24.2183836Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T22:55:24.2184313Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T22:55:24.2184794Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T22:55:24.2185233Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T22:55:24.2185666Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T22:55:24.2186062Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-20T22:55:24.2186450Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-20T22:55:24.2186865Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-20T22:55:24.2187244Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-20T22:55:24.2187618Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-20T22:55:24.2188021Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-20T22:55:24.2188633Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-20T22:55:24.2189035Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-20T22:55:24.2189453Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-20T22:55:24.2189843Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-20T22:55:24.2190217Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-20T22:55:24.2190583Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-20T22:55:24.2190936Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-20T22:55:24.2191320Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T22:55:24.2191734Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-20T22:55:24.2192124Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-20T22:55:24.2192758Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T22:55:24.2193214Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-20T22:55:24.2193614Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-20T22:55:24.2194051Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T22:55:24.2194469Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-20T22:55:24.2194882Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-20T22:55:24.2195282Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-20T22:55:24.2195634Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-20T22:55:24.2195997Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-20T22:55:24.2196390Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-20T22:55:24.2196783Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-20T22:55:24.2197157Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-20T22:55:24.2197514Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-20T22:55:24.2197861Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-20T22:55:24.2198210Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-20T22:55:24.2198924Z 	libgallium-24.2.8-1ubuntu1~24.04.1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgallium-24.2.8-1ubuntu1~24.04.1.so
2025-08-20T22:55:24.2199465Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-20T22:55:24.2199844Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-20T22:55:24.2200221Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-20T22:55:24.2200619Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-20T22:55:24.2201025Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-20T22:55:24.2201428Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-20T22:55:24.2201828Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-20T22:55:24.2202367Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-20T22:55:24.2202785Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-20T22:55:24.2203162Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-20T22:55:24.2203525Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-20T22:55:24.2203881Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-20T22:55:24.2204252Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-20T22:55:24.2204825Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-20T22:55:24.2205255Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-20T22:55:24.2205654Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-20T22:55:24.2206070Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-20T22:55:24.2206509Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-20T22:55:24.2206905Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-20T22:55:24.2207277Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-20T22:55:24.2207620Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-20T22:55:24.2207965Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-20T22:55:24.2208328Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-20T22:55:24.2208700Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-20T22:55:24.2209072Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-20T22:55:24.2209467Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-20T22:55:24.2209878Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-20T22:55:24.2210337Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T22:55:24.2210771Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-20T22:55:24.2211149Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-20T22:55:24.2211535Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-20T22:55:24.2211919Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-20T22:55:24.2212549Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-20T22:55:24.2212942Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-20T22:55:24.2213312Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-20T22:55:24.2213750Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T22:55:24.2214236Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T22:55:24.2214656Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-20T22:55:24.2215031Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-20T22:55:24.2215621Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-20T22:55:24.2216046Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-20T22:55:24.2216435Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-20T22:55:24.2216815Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-20T22:55:24.2217229Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-20T22:55:24.2217607Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-20T22:55:24.2217955Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-20T22:55:24.2218307Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-20T22:55:24.2218702Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-20T22:55:24.2219119Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-20T22:55:24.2219496Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-20T22:55:24.2219877Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-20T22:55:24.2220316Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-20T22:55:24.2220756Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-20T22:55:24.2221346Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T22:55:24.2221740Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-20T22:55:24.2222387Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:55:24.2222900Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-20T22:55:24.2223289Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-20T22:55:24.2223695Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-20T22:55:24.2224122Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T22:55:24.2224638Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T22:55:24.2225218Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T22:55:24.2225829Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T22:55:24.2226474Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T22:55:24.2227118Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T22:55:24.2227744Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T22:55:24.2228368Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T22:55:24.2228972Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T22:55:24.2229451Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-20T22:55:24.2229891Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-20T22:55:24.2230328Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-20T22:55:24.2230753Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T22:55:24.2231227Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T22:55:24.2231662Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-20T22:55:24.2232039Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-20T22:55:24.2232509Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-20T22:55:24.2233100Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-20T22:55:24.2233498Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-20T22:55:24.2233902Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T22:55:24.2234315Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-20T22:55:24.2234672Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-20T22:55:24.2235060Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-20T22:55:24.2235523Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T22:55:24.2236009Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T22:55:24.2236495Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T22:55:24.2236986Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T22:55:24.2237440Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-20T22:55:24.2237853Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-20T22:55:24.2238267Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-20T22:55:24.2238829Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-20T22:55:24.2239258Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-20T22:55:24.2239682Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-20T22:55:24.2240068Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-20T22:55:24.2240449Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-20T22:55:24.2240823Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-20T22:55:24.2241203Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-20T22:55:24.2241638Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-20T22:55:24.2242076Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-20T22:55:24.2242635Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-20T22:55:24.2243052Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-20T22:55:24.2243476Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T22:55:24.2243922Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T22:55:24.2244364Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-20T22:55:24.2244795Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-20T22:55:24.2245196Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-20T22:55:24.2245566Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-20T22:55:24.2245952Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-20T22:55:24.2246323Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-20T22:55:24.2246694Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-20T22:55:24.2247095Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-20T22:55:24.2247493Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-20T22:55:24.2247919Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-20T22:55:24.2248388Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T22:55:24.2248847Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-20T22:55:24.2249438Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-20T22:55:24.2249808Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-20T22:55:24.2250177Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-20T22:55:24.2250565Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-20T22:55:24.2250953Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-20T22:55:24.2251343Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-20T22:55:24.2251769Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-20T22:55:24.2252357Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-20T22:55:24.2252781Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-20T22:55:24.2253163Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-20T22:55:24.2253571Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-20T22:55:24.2254113Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:55:24.2254690Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-20T22:55:24.2255312Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T22:55:24.2255755Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T22:55:24.2256177Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-20T22:55:24.2256613Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-20T22:55:24.2257002Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-20T22:55:24.2257386Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-20T22:55:24.2257786Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-20T22:55:24.2258186Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-20T22:55:24.2258562Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-20T22:55:24.2258951Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-20T22:55:24.2259356Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-20T22:55:24.2259732Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-20T22:55:24.2260137Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-20T22:55:24.2260600Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-20T22:55:24.2261021Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-20T22:55:24.2261396Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-20T22:55:24.2261771Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-20T22:55:24.2262404Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-20T22:55:24.2262803Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-20T22:55:24.2263175Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-20T22:55:24.2263606Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T22:55:24.2264048Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-20T22:55:24.2264451Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-20T22:55:24.2264844Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-20T22:55:24.2265237Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-20T22:55:24.2265614Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-20T22:55:24.2266195Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-20T22:55:24.2266619Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-20T22:55:24.2267017Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-20T22:55:24.2267457Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-20T22:55:24.2267905Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T22:55:24.2268322Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-20T22:55:24.2268722Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-20T22:55:24.2269124Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-20T22:55:24.2269547Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-20T22:55:24.2269931Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-20T22:55:24.2270288Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-20T22:55:24.2270635Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-20T22:55:24.2270998Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-20T22:55:24.2271365Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-20T22:55:24.2271869Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-20T22:55:24.2272377Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-20T22:55:24.2272779Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-20T22:55:24.2273166Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-20T22:55:24.2273518Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-20T22:55:24.2273864Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-20T22:55:24.2274246Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-20T22:55:24.2274641Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-20T22:55:24.2275011Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-20T22:55:24.2275370Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-20T22:55:24.2275732Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-20T22:55:24.2276113Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-20T22:55:24.2276491Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-20T22:55:24.2276839Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-20T22:55:24.2277209Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-20T22:55:24.2277597Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-20T22:55:24.2277980Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-20T22:55:24.2278354Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-20T22:55:24.2278724Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-20T22:55:24.2279108Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-20T22:55:24.2279515Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-20T22:55:24.2279934Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-20T22:55:24.2280332Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-20T22:55:24.2280685Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-20T22:55:24.2281027Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-20T22:55:24.2281366Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-20T22:55:24.2282011Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T22:55:24.2282675Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T22:55:24.2283146Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T22:55:24.2283617Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T22:55:24.2284124Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T22:55:24.2284562Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-20T22:55:24.2284943Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-20T22:55:24.2285330Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-20T22:55:24.2285717Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-20T22:55:24.2286104Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-20T22:55:24.2286492Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-20T22:55:24.2286875Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-20T22:55:24.2287250Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-20T22:55:24.2287635Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-20T22:55:24.2288244Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T22:55:24.2288674Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-20T22:55:24.2289044Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-20T22:55:24.2289441Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-20T22:55:24.2289860Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-20T22:55:24.2290239Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-20T22:55:24.2290588Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-20T22:55:24.2290973Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-20T22:55:24.2291419Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-20T22:55:24.2307905Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-20T22:55:24.2308482Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-20T22:55:24.2308904Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-20T22:55:24.2309333Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-20T22:55:24.2309759Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-20T22:55:24.2310048Z 
2025-08-20T22:55:24.2310052Z 
2025-08-20T22:55:24.2310419Z  [+] Finished Initializing Linux runnervmdbl46 6.11.0-1015-azure aarch64 :: at Wednesday, 2025-08-20 (10:55:24 PM)
2025-08-20T22:55:24.2310774Z 
2025-08-20T22:55:24.2310778Z 
2025-08-20T22:55:24.2310781Z 
2025-08-20T22:55:24.2310847Z [+] Continue : YES
2025-08-20T22:55:24.2310949Z 
2025-08-20T22:55:24.2311178Z [+] ulimit -n (open file descriptors) :: [Soft --> 65536] [Hard --> 65536] [Total --> 9223372036854775807]
2025-08-20T22:55:24.4152981Z 
2025-08-20T22:55:24.4153499Z ==> [+] Started Building at :: Wednesday, 2025-08-20 (10:55:24 PM) UTC
2025-08-20T22:55:24.4153762Z 
2025-08-20T22:55:24.4167846Z 
2025-08-20T22:55:24.4167998Z [+] Total RECIPES :: 1
2025-08-20T22:55:24.4168129Z 
2025-08-20T22:55:24.4236580Z 
2025-08-20T22:55:24.4237360Z [+] Fetching : https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tracexec/static.official.source.yaml (1/1)
2025-08-20T22:55:24.4237868Z 
2025-08-20T22:55:24.4740383Z ==> https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tracexec/static.official.source.yaml
2025-08-20T22:55:24.4749963Z mode of '/tmp/pkgforge/CdPCMCowL_build.yaml' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T22:55:24.4792890Z [+] Setting '.ghcr_pkg' --> ghcr.io/pkgforge/bincache/tracexec/official [Provided]
2025-08-20T22:55:24.4793285Z [+] Setting '.pkg_family' --> tracexec [Provided]
2025-08-20T22:55:24.4806328Z [00:00:00.000]➜  [+] SBUILD Functions Version: 1.7.1
2025-08-20T22:55:24.4809554Z [00:00:00.000]➜  [+] HOST: Linux runnervmdbl46 6.11.0-1015-azure #15~24.04.1-Ubuntu SMP Thu May  1 03:01:44 UTC 2025 aarch64 aarch64 aarch64 GNU/Linux
2025-08-20T22:55:24.4836018Z [00:00:00.003]➜  
2025-08-20T22:55:24.4836548Z [00:00:00.003]➜  [+] INFO: Adding --platform="linux/arm64" to 'docker run' ==> /tmp/pkgforge/CdPCMCowL_build.yaml
2025-08-20T22:55:24.4836967Z [00:00:00.003]➜  
2025-08-20T22:55:24.4869983Z [00:00:00.006]➜  
2025-08-20T22:55:24.4870480Z [00:00:00.006]➜  [+] INFO: Fixing Docker Tag ':$(uname -m)' to ':aarch64' ==> /tmp/pkgforge/CdPCMCowL_build.yaml
2025-08-20T22:55:24.4870875Z [00:00:00.006]➜  
2025-08-20T22:55:24.4938445Z [00:00:00.013]➜  
2025-08-20T22:55:24.4939435Z [00:00:00.013]➜  [+] Building (https://github.com/pkgforge/soarpkgs/blob/main/binaries/tracexec/static.official.source.yaml) --> /tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR [Wednesday, 2025-08-20 (10:55:24 PM) UTC]
2025-08-20T22:55:24.4940264Z [00:00:00.013]➜  
2025-08-20T22:55:24.4940787Z [00:00:00.013]➜  
2025-08-20T22:55:24.4940972Z [00:00:00.013]➜  
2025-08-20T22:55:24.4941236Z [00:00:00.013]➜  ###################################################################
2025-08-20T22:55:24.4947085Z [00:00:00.014]➜  #!/SBUILD ver @v1.0.0
2025-08-20T22:55:24.4950912Z [00:00:00.014]➜  #SELF: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tracexec/static.official.source.yaml
2025-08-20T22:55:24.4951486Z [00:00:00.014]➜  _disabled: false
2025-08-20T22:55:24.4951842Z [00:00:00.014]➜  
2025-08-20T22:55:24.4952081Z [00:00:00.014]➜  pkg: "tracexec"
2025-08-20T22:55:24.4952592Z [00:00:00.014]➜  pkg_id: "github.com.kxxt.tracexec"
2025-08-20T22:55:24.4952995Z [00:00:00.014]➜  pkg_type: "static"
2025-08-20T22:55:24.4953328Z [00:00:00.014]➜  category:
2025-08-20T22:55:24.4954042Z [00:00:00.014]➜    - "ConsoleOnly"
2025-08-20T22:55:24.4954441Z [00:00:00.014]➜    - "Utility"
2025-08-20T22:55:24.4954963Z [00:00:00.014]➜  description: "Small utility for tracing execve{,at} and pre-exec behavior"
2025-08-20T22:55:24.4955462Z [00:00:00.014]➜  distro_pkg:
2025-08-20T22:55:24.4956080Z [00:00:00.014]➜    archlinux:
2025-08-20T22:55:24.4956503Z [00:00:00.014]➜      extra:
2025-08-20T22:55:24.4956746Z [00:00:00.014]➜        - "tracexec"
2025-08-20T22:55:24.4956995Z [00:00:00.014]➜    nixpkgs:
2025-08-20T22:55:24.4957230Z [00:00:00.014]➜      - "tracexec"
2025-08-20T22:55:24.4957532Z [00:00:00.014]➜  homepage:
2025-08-20T22:55:24.4957826Z [00:00:00.014]➜    - "https://github.com/kxxt/tracexec"
2025-08-20T22:55:24.4958111Z [00:00:00.014]➜  license:
2025-08-20T22:55:24.4958351Z [00:00:00.014]➜    - "GPL-2.0-or-later"  
2025-08-20T22:55:24.4958635Z [00:00:00.014]➜  maintainer:
2025-08-20T22:55:24.4958945Z [00:00:00.014]➜    - "Azathothas (https://github.com/Azathothas)"
2025-08-20T22:55:24.4959247Z [00:00:00.014]➜  note:
2025-08-20T22:55:24.4959546Z [00:00:00.014]➜    - "[DO NOT RUN] (Meant for pkgforge CI Only)"
2025-08-20T22:55:24.4960091Z [00:00:00.014]➜    - "Built From Source (Latest Git HEAD). Check/Report @ https://github.com/kxxt/tracexec" 
2025-08-20T22:55:24.4960558Z [00:00:00.014]➜  repology:
2025-08-20T22:55:24.4960776Z [00:00:00.014]➜    - "tracexec"
2025-08-20T22:55:24.4960998Z [00:00:00.014]➜  src_url:
2025-08-20T22:55:24.4961264Z [00:00:00.014]➜    - "https://github.com/kxxt/tracexec"
2025-08-20T22:55:24.4961586Z [00:00:00.014]➜  tag:
2025-08-20T22:55:24.4961793Z [00:00:00.014]➜    - "bpf"
2025-08-20T22:55:24.4962015Z [00:00:00.014]➜    - "debugger"
2025-08-20T22:55:24.4962521Z [00:00:00.014]➜    - "strace"
2025-08-20T22:55:24.4962742Z [00:00:00.014]➜  x_exec:
2025-08-20T22:55:24.4962982Z [00:00:00.014]➜    bsys: "docker://rust"
2025-08-20T22:55:24.4963486Z [00:00:00.014]➜    host:
2025-08-20T22:55:24.4963791Z [00:00:00.014]➜      - "aarch64-Linux"
2025-08-20T22:55:24.4964098Z [00:00:00.014]➜      - "x86_64-Linux"
2025-08-20T22:55:24.4964362Z [00:00:00.014]➜    shell: "bash"
2025-08-20T22:55:24.4964593Z [00:00:00.014]➜    pkgver: |
2025-08-20T22:55:24.4964878Z [00:00:00.014]➜      pushd "$(mktemp -d)" &>/dev/null && \
2025-08-20T22:55:24.4965564Z [00:00:00.014]➜      git clone --depth="1" --filter="blob:none" --no-checkout --single-branch --quiet "https://github.com/kxxt/tracexec" "./TEMPREPO" &>/dev/null && \
2025-08-20T22:55:24.4966405Z [00:00:00.014]➜      git --git-dir="./TEMPREPO/.git" --no-pager log -1 --pretty=format:'HEAD-%h-%cd' --date=format:'%y%m%dT%H%M%S' && \
2025-08-20T22:55:24.4967039Z [00:00:00.014]➜      [ -d "$(realpath .)/TEMPREPO" ] && rm -rf "$(realpath .)" &>/dev/null && popd &>/dev/null
2025-08-20T22:55:24.4967408Z [00:00:00.014]➜    run: |
2025-08-20T22:55:24.4967628Z [00:00:00.014]➜      #Build
2025-08-20T22:55:24.4968227Z [00:00:00.014]➜       mkdir -pv "${SBUILD_TMPDIR}/tmp" && docker run --platform="linux/arm64" --privileged --net="host" --name "alpine-builder" --pull="always" \
2025-08-20T22:55:24.4968937Z [00:00:00.014]➜       -e "PKG=${PKG}" -e "PKG_ID=${PKG_ID}" -e "PKG_TYPE=${PKG_TYPE}" -e "PKG_VER=${PKG_VER}" \
2025-08-20T22:55:24.4969718Z [00:00:00.014]➜       -e "PKGVER=${PKGVER}" -e "SBUILD_PKG=${SBUILD_PKG}" -e "SBUILD_PKGVER=${SBUILD_PKGVER}" \
2025-08-20T22:55:24.4970172Z [00:00:00.014]➜       --volume "${SBUILD_TMPDIR}/tmp:/tmp:rw" \
2025-08-20T22:55:24.4970575Z [00:00:00.014]➜       "ghcr.io/pkgforge/devscripts/alpine-builder:aarch64" \
2025-08-20T22:55:24.4970908Z [00:00:00.014]➜        bash -l -c '
2025-08-20T22:55:24.4971147Z [00:00:00.014]➜        #Setup ENV
2025-08-20T22:55:24.4971506Z [00:00:00.014]➜         set -x ; mkdir -p "/build-bins" && pushd "$(mktemp -d)" &>/dev/null
2025-08-20T22:55:24.4971942Z [00:00:00.014]➜         [[ -s "${HOME}/.cargo/env" ]] && source "${HOME}/.cargo/env"
2025-08-20T22:55:24.4972546Z [00:00:00.014]➜         if [[ "$(uname -m | tr -d '[:space:]')" == "riscv64" ]]; then
2025-08-20T22:55:24.4973175Z [00:00:00.014]➜           RUST_TARGET="$(rustc -Vv 2>/dev/null | sed -n "s/^[[:space:]]*host[[:space:]]*:[[:space:]]*//p" | grep -i "riscv" | tr -d "[:space:]")"
2025-08-20T22:55:24.4973727Z [00:00:00.014]➜           if [[ -n "${RUST_TARGET//[[:space:]]/}" ]]; then
2025-08-20T22:55:24.4974049Z [00:00:00.014]➜             export RUST_TARGET
2025-08-20T22:55:24.4974306Z [00:00:00.014]➜           else
2025-08-20T22:55:24.4974548Z [00:00:00.014]➜             rustc -Vv ; exit 1
2025-08-20T22:55:24.4974804Z [00:00:00.014]➜           fi
2025-08-20T22:55:24.4975022Z [00:00:00.014]➜         else
2025-08-20T22:55:24.4975335Z [00:00:00.014]➜           export RUST_TARGET="$(uname -m)-unknown-linux-musl"
2025-08-20T22:55:24.4975705Z [00:00:00.014]➜           rustup target add "${RUST_TARGET}"
2025-08-20T22:55:24.4975983Z [00:00:00.014]➜         fi
2025-08-20T22:55:24.4976214Z [00:00:00.014]➜         RUST_FLAGS=()
2025-08-20T22:55:24.4976531Z [00:00:00.014]➜         RUST_FLAGS+=("-C target-feature=+crt-static")
2025-08-20T22:55:24.4976926Z [00:00:00.014]➜         RUST_FLAGS+=("-C default-linker-libraries=yes")
2025-08-20T22:55:24.4977334Z [00:00:00.014]➜         if echo "${RUST_TARGET}" | grep -Eqiv "alpine|gnu"; then
2025-08-20T22:55:24.4977733Z [00:00:00.014]➜           RUST_FLAGS+=("-C link-self-contained=yes")
2025-08-20T22:55:24.4978025Z [00:00:00.014]➜         fi
2025-08-20T22:55:24.4978297Z [00:00:00.014]➜         RUST_FLAGS+=("-C prefer-dynamic=no")
2025-08-20T22:55:24.4978638Z [00:00:00.014]➜         RUST_FLAGS+=("-C embed-bitcode=yes")
2025-08-20T22:55:24.4978955Z [00:00:00.014]➜         RUST_FLAGS+=("-C lto=yes")
2025-08-20T22:55:24.4979268Z [00:00:00.014]➜         RUST_FLAGS+=("-C opt-level=z")
2025-08-20T22:55:24.4979585Z [00:00:00.014]➜         RUST_FLAGS+=("-C debuginfo=none")
2025-08-20T22:55:24.4979950Z [00:00:00.014]➜         RUST_FLAGS+=("-C strip=symbols")
2025-08-20T22:55:24.4980520Z [00:00:00.014]➜         RUST_FLAGS+=("-C linker=clang")
2025-08-20T22:55:24.4980977Z [00:00:00.014]➜         RUST_FLAGS+=("-C link-arg=-fuse-ld=$(which mold)")
2025-08-20T22:55:24.4981356Z [00:00:00.014]➜         RUST_FLAGS+=("-C link-arg=-Wl,--Bstatic")
2025-08-20T22:55:24.4981704Z [00:00:00.014]➜         RUST_FLAGS+=("-C link-arg=-Wl,--static")
2025-08-20T22:55:24.4982053Z [00:00:00.014]➜         RUST_FLAGS+=("-C link-arg=-Wl,-S")
2025-08-20T22:55:24.4982633Z [00:00:00.014]➜         RUST_FLAGS+=("-C link-arg=-Wl,--build-id=none")
2025-08-20T22:55:24.4982998Z [00:00:00.014]➜         export RUSTFLAGS="${RUST_FLAGS[*]}"
2025-08-20T22:55:24.4983282Z [00:00:00.014]➜        #Build
2025-08-20T22:55:24.4983788Z [00:00:00.014]➜         git clone --filter "blob:none" --quiet "https://github.com/kxxt/tracexec" "./TEMPREPO" && cd "./TEMPREPO/"
2025-08-20T22:55:24.4984300Z [00:00:00.014]➜         echo -e "\n[+] Target: ${RUST_TARGET}"
2025-08-20T22:55:24.4984648Z [00:00:00.014]➜         echo -e "[+] Flags: ${RUSTFLAGS}\n"
2025-08-20T22:55:24.4985281Z [00:00:00.014]➜         sed "/^\[profile\.release\]/,/^$/d" -i "./Cargo.toml" ; echo -e "\n[profile.release]\nstrip = true\nopt-level = 3\nlto = true" >> "./Cargo.toml"
2025-08-20T22:55:24.4985870Z [00:00:00.014]➜         rm -rvf "./.cargo" rust-toolchain* 2>/dev/null
2025-08-20T22:55:24.4986646Z [00:00:00.014]➜         cargo build --target "${RUST_TARGET}" --release --jobs="$(($(nproc)+1))" --keep-going --verbose
2025-08-20T22:55:24.4987230Z [00:00:00.014]➜         find -L "./target/${RUST_TARGET}/release" -maxdepth 1 -type f 2>/dev/null
2025-08-20T22:55:24.4987591Z [00:00:00.014]➜        #Copy
2025-08-20T22:55:24.4988579Z [00:00:00.014]➜         find "./target/${RUST_TARGET}/release" -maxdepth 1 -type f -exec file -i "{}" \; | grep -Ei "application/.*executable|inode/symlink|text/x-perl|text/.*script" | cut -d":" -f1 | xargs realpath --no-symlinks | xargs -I "{}" rsync -achvL "{}" "/build-bins/"
2025-08-20T22:55:24.4989833Z [00:00:00.014]➜         ( askalono --format "json" crawl --follow "$(realpath .)" | jq -r ".. | objects | .path? // empty" | head -n 1 | xargs -I "{}" cp -fv "{}" "/build-bins/LICENSE" ) 2>/dev/null
2025-08-20T22:55:24.4990394Z [00:00:00.014]➜        #Strip 
2025-08-20T22:55:24.4990912Z [00:00:00.014]➜         find "/build-bins/" -type f -exec objcopy --remove-section=".comment" --remove-section=".note.*" "{}" \; 2>/dev/null
2025-08-20T22:55:24.4991633Z [00:00:00.014]➜         find "/build-bins/" -type f ! -name "*.no_strip" -exec strip --strip-all --verbose "{}" 2>/dev/null \;
2025-08-20T22:55:24.4992429Z [00:00:00.014]➜         find "/build-bins/" -type f -exec bash -c "echo && realpath {} && readelf --section-headers {} 2>/dev/null" \;
2025-08-20T22:55:24.4993081Z [00:00:00.014]➜         file "/build-bins/"* && stat -c "%n:         %s Bytes" "/build-bins/"* && \
2025-08-20T22:55:24.4993633Z [00:00:00.014]➜         du "/build-bins/"* --bytes --human-readable --time --time-style="full-iso" --summarize
2025-08-20T22:55:24.4994048Z [00:00:00.014]➜         popd &>/dev/null
2025-08-20T22:55:24.4994289Z [00:00:00.014]➜        '
2025-08-20T22:55:24.4994500Z [00:00:00.014]➜      #Copy & Meta
2025-08-20T22:55:24.4994849Z [00:00:00.014]➜       docker cp "alpine-builder:/build-bins/." "${SBUILD_TMPDIR}/"
2025-08-20T22:55:24.4995383Z [00:00:00.014]➜       [ -s "${SBUILD_TMPDIR}/LICENSE" ] && cp -fv "${SBUILD_TMPDIR}/LICENSE" "${SBUILD_OUTDIR}/LICENSE"
2025-08-20T22:55:24.4996448Z [00:00:00.014]➜       find "${SBUILD_TMPDIR}" -maxdepth 1 -type f -exec file -i "{}" \; | grep -Ei "application/.*executable|inode/symlink|text/x-perl|text/.*script" | cut -d":" -f1 | xargs realpath --no-symlinks | xargs -I "{}" rsync -achvL "{}" "${SBUILD_OUTDIR}"
2025-08-20T22:55:24.4997207Z [00:00:00.014]➜  
2025-08-20T22:55:24.4997385Z [00:00:00.014]➜  
2025-08-20T22:55:24.4997650Z [00:00:00.014]➜  ###################################################################
2025-08-20T22:55:24.4997922Z [00:00:00.014]➜  
2025-08-20T22:55:24.4998100Z [00:00:00.014]➜  
2025-08-20T22:55:24.4998508Z [00:00:00.014]➜  
2025-08-20T22:55:24.4999066Z [00:00:00.015]➜  '/tmp/pkgforge/CdPCMCowL_build.yaml' -> '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD'
2025-08-20T22:55:25.9879571Z [00:00:01.507]➜  '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/tracexec.static.version' -> '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/tracexec.version'
2025-08-20T22:55:25.9927559Z [00:00:01.512]➜  [+] Version: HEAD-a558fc1-250809T095654 ('.x_exec.pkgver') [/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/tracexec.static.version]
2025-08-20T22:55:26.0049271Z [00:00:01.524]➜  [+] Progs: tracexec
2025-08-20T22:55:26.3601677Z [00:00:01.879]➜  
2025-08-20T22:55:26.3602027Z [00:00:01.879]➜  [-] Missing packages. Found: 
2025-08-20T22:55:26.3602476Z [00:00:01.879]➜  [+] Expected: tracexec
2025-08-20T22:55:26.3602758Z [00:00:01.879]➜  [+] Continuing with build...
2025-08-20T22:55:26.3603006Z [00:00:01.879]➜  
2025-08-20T22:55:26.6667275Z [00:00:02.186]➜  
2025-08-20T22:55:26.6667618Z [00:00:02.186]➜  
2025-08-20T22:55:26.6740042Z [00:00:02.193]➜  + mkdir -pv /tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp
2025-08-20T22:55:26.6756445Z [00:00:02.194]➜  + docker run --platform=linux/arm64 --privileged --net=host --name alpine-builder --pull=always -e PKG=tracexec -e PKG_ID=github.com.kxxt.tracexec -e PKG_TYPE=static -e PKG_VER=HEAD-a558fc1-250809T095654 -e PKGVER=HEAD-a558fc1-250809T095654 -e SBUILD_PKG=tracexec.static -e SBUILD_PKGVER=HEAD-a558fc1-250809T095654 --volume /tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp:/tmp:rw ghcr.io/pkgforge/devscripts/alpine-builder:aarch64 bash -l -c '
2025-08-20T22:55:26.6758753Z [00:00:02.194]➜    #Setup ENV
2025-08-20T22:55:26.6759627Z [00:00:02.194]➜     set -x ; mkdir -p "/build-bins" && pushd "$(mktemp -d)" &>/dev/null
2025-08-20T22:55:26.6760144Z [00:00:02.194]➜     [[ -s "${HOME}/.cargo/env" ]] && source "${HOME}/.cargo/env"
2025-08-20T22:55:26.6760574Z [00:00:02.194]➜     if [[ "$(uname -m | tr -d [:space:])" == "riscv64" ]]; then
2025-08-20T22:55:26.6761188Z [00:00:02.194]➜       RUST_TARGET="$(rustc -Vv 2>/dev/null | sed -n "s/^[[:space:]]*host[[:space:]]*:[[:space:]]*//p" | grep -i "riscv" | tr -d "[:space:]")"
2025-08-20T22:55:26.6761735Z [00:00:02.194]➜       if [[ -n "${RUST_TARGET//[[:space:]]/}" ]]; then
2025-08-20T22:55:26.6762062Z [00:00:02.194]➜         export RUST_TARGET
2025-08-20T22:55:26.6762524Z [00:00:02.194]➜       else
2025-08-20T22:55:26.6762777Z [00:00:02.194]➜         rustc -Vv ; exit 1
2025-08-20T22:55:26.6763024Z [00:00:02.194]➜       fi
2025-08-20T22:55:26.6763230Z [00:00:02.194]➜     else
2025-08-20T22:55:26.6763534Z [00:00:02.194]➜       export RUST_TARGET="$(uname -m)-unknown-linux-musl"
2025-08-20T22:55:26.6763902Z [00:00:02.194]➜       rustup target add "${RUST_TARGET}"
2025-08-20T22:55:26.6764170Z [00:00:02.194]➜     fi
2025-08-20T22:55:26.6764428Z [00:00:02.194]➜     RUST_FLAGS=()
2025-08-20T22:55:26.6764740Z [00:00:02.194]➜     RUST_FLAGS+=("-C target-feature=+crt-static")
2025-08-20T22:55:26.6765137Z [00:00:02.194]➜     RUST_FLAGS+=("-C default-linker-libraries=yes")
2025-08-20T22:55:26.6765585Z [00:00:02.194]➜     if echo "${RUST_TARGET}" | grep -Eqiv "alpine|gnu"; then
2025-08-20T22:55:26.6765969Z [00:00:02.194]➜       RUST_FLAGS+=("-C link-self-contained=yes")
2025-08-20T22:55:26.6766262Z [00:00:02.195]➜     fi
2025-08-20T22:55:26.6766518Z [00:00:02.195]➜     RUST_FLAGS+=("-C prefer-dynamic=no")
2025-08-20T22:55:26.6766845Z [00:00:02.195]➜     RUST_FLAGS+=("-C embed-bitcode=yes")
2025-08-20T22:55:26.6767151Z [00:00:02.195]➜     RUST_FLAGS+=("-C lto=yes")
2025-08-20T22:55:26.6767450Z [00:00:02.195]➜     RUST_FLAGS+=("-C opt-level=z")
2025-08-20T22:55:26.6767763Z [00:00:02.195]➜     RUST_FLAGS+=("-C debuginfo=none")
2025-08-20T22:55:26.6768078Z [00:00:02.195]➜     RUST_FLAGS+=("-C strip=symbols")
2025-08-20T22:55:26.6768386Z [00:00:02.195]➜     RUST_FLAGS+=("-C linker=clang")
2025-08-20T22:55:26.6768736Z [00:00:02.195]➜     RUST_FLAGS+=("-C link-arg=-fuse-ld=$(which mold)")
2025-08-20T22:55:26.6769391Z [00:00:02.195]➜     RUST_FLAGS+=("-C link-arg=-Wl,--Bstatic")
2025-08-20T22:55:26.6769818Z [00:00:02.195]➜     RUST_FLAGS+=("-C link-arg=-Wl,--static")
2025-08-20T22:55:26.6770147Z [00:00:02.195]➜     RUST_FLAGS+=("-C link-arg=-Wl,-S")
2025-08-20T22:55:26.6770501Z [00:00:02.195]➜     RUST_FLAGS+=("-C link-arg=-Wl,--build-id=none")
2025-08-20T22:55:26.6770862Z [00:00:02.195]➜     export RUSTFLAGS="${RUST_FLAGS[*]}"
2025-08-20T22:55:26.6771128Z [00:00:02.195]➜    #Build
2025-08-20T22:55:26.6771624Z [00:00:02.195]➜     git clone --filter "blob:none" --quiet "https://github.com/kxxt/tracexec" "./TEMPREPO" && cd "./TEMPREPO/"
2025-08-20T22:55:26.6772129Z [00:00:02.195]➜     echo -e "\n[+] Target: ${RUST_TARGET}"
2025-08-20T22:55:26.6772802Z [00:00:02.195]➜     echo -e "[+] Flags: ${RUSTFLAGS}\n"
2025-08-20T22:55:26.6773432Z [00:00:02.195]➜     sed "/^\[profile\.release\]/,/^$/d" -i "./Cargo.toml" ; echo -e "\n[profile.release]\nstrip = true\nopt-level = 3\nlto = true" >> "./Cargo.toml"
2025-08-20T22:55:26.6774036Z [00:00:02.195]➜     rm -rvf "./.cargo" rust-toolchain* 2>/dev/null
2025-08-20T22:55:26.6774550Z [00:00:02.195]➜     cargo build --target "${RUST_TARGET}" --release --jobs="$(($(nproc)+1))" --keep-going --verbose
2025-08-20T22:55:26.6775111Z [00:00:02.195]➜     find -L "./target/${RUST_TARGET}/release" -maxdepth 1 -type f 2>/dev/null
2025-08-20T22:55:26.6775717Z [00:00:02.195]➜    #Copy
2025-08-20T22:55:26.6776648Z [00:00:02.195]➜     find "./target/${RUST_TARGET}/release" -maxdepth 1 -type f -exec file -i "{}" \; | grep -Ei "application/.*executable|inode/symlink|text/x-perl|text/.*script" | cut -d":" -f1 | xargs realpath --no-symlinks | xargs -I "{}" rsync -achvL "{}" "/build-bins/"
2025-08-20T22:55:26.6777878Z [00:00:02.195]➜     ( askalono --format "json" crawl --follow "$(realpath .)" | jq -r ".. | objects | .path? // empty" | head -n 1 | xargs -I "{}" cp -fv "{}" "/build-bins/LICENSE" ) 2>/dev/null
2025-08-20T22:55:26.6778425Z [00:00:02.195]➜    #Strip 
2025-08-20T22:55:26.6778942Z [00:00:02.195]➜     find "/build-bins/" -type f -exec objcopy --remove-section=".comment" --remove-section=".note.*" "{}" \; 2>/dev/null
2025-08-20T22:55:26.6779644Z [00:00:02.195]➜     find "/build-bins/" -type f ! -name "*.no_strip" -exec strip --strip-all --verbose "{}" 2>/dev/null \;
2025-08-20T22:55:26.6780322Z [00:00:02.195]➜     find "/build-bins/" -type f -exec bash -c "echo && realpath {} && readelf --section-headers {} 2>/dev/null" \;
2025-08-20T22:55:26.6780904Z [00:00:02.195]➜     file "/build-bins/"* && stat -c "%n:         %s Bytes" "/build-bins/"* && \
2025-08-20T22:55:26.6781445Z [00:00:02.195]➜     du "/build-bins/"* --bytes --human-readable --time --time-style="full-iso" --summarize
2025-08-20T22:55:26.6781857Z [00:00:02.195]➜     popd &>/dev/null
2025-08-20T22:55:26.6782090Z [00:00:02.195]➜    '
2025-08-20T22:55:27.5418233Z [00:00:03.061]➜  aarch64: Pulling from pkgforge/devscripts/alpine-builder
2025-08-20T22:55:27.7525410Z [00:00:03.271]➜  b2e6f696af52: Pulling fs layer
2025-08-20T22:55:27.7525826Z [00:00:03.271]➜  996f2cb07f7c: Pulling fs layer
2025-08-20T22:55:27.7526132Z [00:00:03.271]➜  99fd740fb142: Pulling fs layer
2025-08-20T22:55:27.7526426Z [00:00:03.271]➜  2b92eb3035e7: Pulling fs layer
2025-08-20T22:55:27.7526741Z [00:00:03.271]➜  4239b2f25ebc: Pulling fs layer
2025-08-20T22:55:27.7527053Z [00:00:03.271]➜  323e89f8c367: Pulling fs layer
2025-08-20T22:55:27.7527327Z [00:00:03.271]➜  2b92eb3035e7: Waiting
2025-08-20T22:55:27.7527581Z [00:00:03.271]➜  4239b2f25ebc: Waiting
2025-08-20T22:55:27.7527828Z [00:00:03.271]➜  323e89f8c367: Waiting
2025-08-20T22:55:28.0425321Z [00:00:03.561]➜  99fd740fb142: Verifying Checksum
2025-08-20T22:55:28.0425719Z [00:00:03.561]➜  99fd740fb142: Download complete
2025-08-20T22:55:28.1068900Z [00:00:03.626]➜  b2e6f696af52: Verifying Checksum
2025-08-20T22:55:28.1069287Z [00:00:03.626]➜  b2e6f696af52: Download complete
2025-08-20T22:55:28.1884547Z [00:00:03.707]➜  b2e6f696af52: Pull complete
2025-08-20T22:55:28.3557499Z [00:00:03.874]➜  996f2cb07f7c: Verifying Checksum
2025-08-20T22:55:28.3558572Z [00:00:03.874]➜  996f2cb07f7c: Download complete
2025-08-20T22:55:28.6247511Z [00:00:04.144]➜  323e89f8c367: Download complete
2025-08-20T22:55:29.6555154Z [00:00:05.173]➜  4239b2f25ebc: Verifying Checksum
2025-08-20T22:55:29.6556234Z [00:00:05.173]➜  4239b2f25ebc: Download complete
2025-08-20T22:55:32.6836238Z [00:00:08.202]➜  996f2cb07f7c: Pull complete
2025-08-20T22:55:34.2365086Z [00:00:09.755]➜  99fd740fb142: Pull complete
2025-08-20T22:56:01.8229111Z [00:00:37.342]➜  2b92eb3035e7: Verifying Checksum
2025-08-20T22:56:01.8229548Z [00:00:37.342]➜  2b92eb3035e7: Download complete
2025-08-20T22:57:24.8876468Z [00:02:00.406]➜  2b92eb3035e7: Pull complete
2025-08-20T22:57:31.4884002Z [00:02:07.007]➜  4239b2f25ebc: Pull complete
2025-08-20T22:57:31.5359284Z [00:02:07.055]➜  323e89f8c367: Pull complete
2025-08-20T22:57:31.5531977Z [00:02:07.072]➜  Digest: sha256:dbb80a1ad31baabce9ce8c0fc820e46b46e1b8e0c15b77c1b005d3c06d8b9bc4
2025-08-20T22:57:31.5596803Z [00:02:07.079]➜  Status: Downloaded newer image for ghcr.io/pkgforge/devscripts/alpine-builder:aarch64
2025-08-20T22:57:31.8909152Z [00:02:07.410]➜  + mkdir -p /build-bins
2025-08-20T22:57:31.8923424Z [00:02:07.411]➜  ++ mktemp -d
2025-08-20T22:57:31.8936195Z [00:02:07.413]➜  + pushd /tmp/tmp.gR1taVZ7Lk
2025-08-20T22:57:31.8936633Z [00:02:07.413]➜  + [[ -s /root/.cargo/env ]]
2025-08-20T22:57:31.8937579Z [00:02:07.413]➜  + source /root/.cargo/env
2025-08-20T22:57:31.8938756Z [00:02:07.413]➜  ++ case ":${PATH}:" in
2025-08-20T22:57:31.8943451Z [00:02:07.413]➜  ++ uname -m
2025-08-20T22:57:31.8943735Z [00:02:07.413]➜  ++ tr -d '[:space:]'
2025-08-20T22:57:31.8957764Z [00:02:07.415]➜  + [[ aarch64 == riscv64 ]]
2025-08-20T22:57:31.8959935Z [00:02:07.415]➜  ++ uname -m
2025-08-20T22:57:31.8971890Z [00:02:07.416]➜  + export RUST_TARGET=aarch64-unknown-linux-musl
2025-08-20T22:57:31.8972600Z [00:02:07.416]➜  + RUST_TARGET=aarch64-unknown-linux-musl
2025-08-20T22:57:31.8972997Z [00:02:07.416]➜  + rustup target add aarch64-unknown-linux-musl
2025-08-20T22:57:32.0543924Z [00:02:07.573]➜  info: component 'rust-std' for target 'aarch64-unknown-linux-musl' is up to date
2025-08-20T22:57:32.0561415Z [00:02:07.575]➜  + RUST_FLAGS=()
2025-08-20T22:57:32.0561753Z [00:02:07.575]➜  + RUST_FLAGS+=("-C target-feature=+crt-static")
2025-08-20T22:57:32.0562317Z [00:02:07.575]➜  + RUST_FLAGS+=("-C default-linker-libraries=yes")
2025-08-20T22:57:32.0565374Z [00:02:07.575]➜  + echo aarch64-unknown-linux-musl
2025-08-20T22:57:32.0565864Z [00:02:07.576]➜  + grep -Eqiv 'alpine|gnu'
2025-08-20T22:57:32.0573937Z [00:02:07.576]➜  + RUST_FLAGS+=("-C link-self-contained=yes")
2025-08-20T22:57:32.0574326Z [00:02:07.576]➜  + RUST_FLAGS+=("-C prefer-dynamic=no")
2025-08-20T22:57:32.0574658Z [00:02:07.576]➜  + RUST_FLAGS+=("-C embed-bitcode=yes")
2025-08-20T22:57:32.0574966Z [00:02:07.576]➜  + RUST_FLAGS+=("-C lto=yes")
2025-08-20T22:57:32.0575262Z [00:02:07.576]➜  + RUST_FLAGS+=("-C opt-level=z")
2025-08-20T22:57:32.0575982Z [00:02:07.576]➜  + RUST_FLAGS+=("-C debuginfo=none")
2025-08-20T22:57:32.0576382Z [00:02:07.576]➜  + RUST_FLAGS+=("-C strip=symbols")
2025-08-20T22:57:32.0576694Z [00:02:07.576]➜  + RUST_FLAGS+=("-C linker=clang")
2025-08-20T22:57:32.0577047Z [00:02:07.576]➜  + RUST_FLAGS+=("-C link-arg=-fuse-ld=$(which mold)")
2025-08-20T22:57:32.0578326Z [00:02:07.577]➜  ++ which mold
2025-08-20T22:57:32.0599573Z [00:02:07.579]➜  + RUST_FLAGS+=("-C link-arg=-Wl,--Bstatic")
2025-08-20T22:57:32.0599980Z [00:02:07.579]➜  + RUST_FLAGS+=("-C link-arg=-Wl,--static")
2025-08-20T22:57:32.0600699Z [00:02:07.579]➜  + RUST_FLAGS+=("-C link-arg=-Wl,-S")
2025-08-20T22:57:32.0601083Z [00:02:07.579]➜  + RUST_FLAGS+=("-C link-arg=-Wl,--build-id=none")
2025-08-20T22:57:32.0602763Z [00:02:07.579]➜  + export 'RUSTFLAGS=-C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none'
2025-08-20T22:57:32.0605080Z [00:02:07.579]➜  + RUSTFLAGS='-C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none'
2025-08-20T22:57:32.0606751Z [00:02:07.579]➜  + git clone --filter blob:none --quiet https://github.com/kxxt/tracexec ./TEMPREPO
2025-08-20T22:57:33.8559871Z [00:02:09.375]➜  + cd ./TEMPREPO/
2025-08-20T22:57:33.8560319Z [00:02:09.375]➜  + echo -e '\n[+] Target: aarch64-unknown-linux-musl'
2025-08-20T22:57:33.8561814Z [00:02:09.375]➜  + echo -e '[+] Flags: -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none\n'
2025-08-20T22:57:33.8563213Z [00:02:09.375]➜  
2025-08-20T22:57:33.8563478Z [00:02:09.375]➜  [+] Target: aarch64-unknown-linux-musl
2025-08-20T22:57:33.8564879Z [00:02:09.375]➜  [+] Flags: -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none
2025-08-20T22:57:33.8565976Z [00:02:09.375]➜  
2025-08-20T22:57:33.8567445Z [00:02:09.375]➜  + sed '/^\[profile\.release\]/,/^$/d' -i ./Cargo.toml
2025-08-20T22:57:33.8569249Z [00:02:09.376]➜  + echo -e '\n[profile.release]\nstrip = true\nopt-level = 3\nlto = true'
2025-08-20T22:57:33.8571611Z [00:02:09.376]➜  + rm -rvf ./.cargo 'rust-toolchain*'
2025-08-20T22:57:33.8586499Z [00:02:09.378]➜  removed './.cargo/config.toml'
2025-08-20T22:57:33.8586838Z [00:02:09.378]➜  removed directory './.cargo'
2025-08-20T22:57:33.8592616Z [00:02:09.378]➜  ++ nproc
2025-08-20T22:57:33.8607066Z [00:02:09.380]➜  + cargo build --target aarch64-unknown-linux-musl --release --jobs=5 --keep-going --verbose
2025-08-20T22:57:34.2193551Z [00:02:09.738]➜      Updating crates.io index
2025-08-20T22:57:35.0058240Z [00:02:10.525]➜   Downloading crates ...
2025-08-20T22:57:35.2176771Z [00:02:10.737]➜    Downloaded anstyle v1.0.10
2025-08-20T22:57:35.2203271Z [00:02:10.739]➜    Downloaded anstyle-parse v0.2.6
2025-08-20T22:57:35.2224417Z [00:02:10.741]➜    Downloaded ahash v0.7.8
2025-08-20T22:57:35.2278635Z [00:02:10.747]➜    Downloaded autocfg v1.4.0
2025-08-20T22:57:35.2299422Z [00:02:10.749]➜    Downloaded foldhash v0.1.5
2025-08-20T22:57:35.2317296Z [00:02:10.751]➜    Downloaded enumflags2_derive v0.7.11
2025-08-20T22:57:35.2331740Z [00:02:10.752]➜    Downloaded anyhow v1.0.98
2025-08-20T22:57:35.2369491Z [00:02:10.756]➜    Downloaded futures v0.3.31
2025-08-20T22:57:35.2414126Z [00:02:10.760]➜    Downloaded itertools v0.14.0
2025-08-20T22:57:35.2474963Z [00:02:10.766]➜    Downloaded cargo_metadata v0.15.4
2025-08-20T22:57:35.2496060Z [00:02:10.769]➜    Downloaded aho-corasick v1.1.3
2025-08-20T22:57:35.2556476Z [00:02:10.775]➜    Downloaded thiserror-impl v2.0.12
2025-08-20T22:57:35.2576484Z [00:02:10.777]➜    Downloaded tracing-log v0.2.0
2025-08-20T22:57:35.2597904Z [00:02:10.779]➜    Downloaded rustversion v1.0.20
2025-08-20T22:57:35.2623807Z [00:02:10.781]➜    Downloaded rand_chacha v0.9.0
2025-08-20T22:57:35.2638149Z [00:02:10.783]➜    Downloaded tracing-attributes v0.1.28
2025-08-20T22:57:35.2661894Z [00:02:10.785]➜    Downloaded pin-project-lite v0.2.16
2025-08-20T22:57:35.2712868Z [00:02:10.790]➜    Downloaded mio v1.0.3
2025-08-20T22:57:35.2772978Z [00:02:10.796]➜    Downloaded quick-xml v0.37.5
2025-08-20T22:57:35.2841922Z [00:02:10.803]➜    Downloaded tracing-subscriber v0.3.19
2025-08-20T22:57:35.2952741Z [00:02:10.814]➜    Downloaded lazy_static v1.5.0
2025-08-20T22:57:35.2999196Z [00:02:10.819]➜    Downloaded is_ci v1.2.0
2025-08-20T22:57:35.3040560Z [00:02:10.823]➜    Downloaded vte_generate_state_changes v0.1.2
2025-08-20T22:57:35.3083415Z [00:02:10.827]➜    Downloaded serde_spanned v0.6.8
2025-08-20T22:57:35.3113880Z [00:02:10.830]➜    Downloaded serial_test_derive v3.2.0
2025-08-20T22:57:35.3144314Z [00:02:10.833]➜    Downloaded tempfile v3.19.1
2025-08-20T22:57:35.3182587Z [00:02:10.837]➜    Downloaded static_assertions v1.1.0
2025-08-20T22:57:35.3207385Z [00:02:10.840]➜    Downloaded toml_edit v0.22.25
2025-08-20T22:57:35.3487555Z [00:02:10.868]➜    Downloaded semver v1.0.26
2025-08-20T22:57:35.3516643Z [00:02:10.871]➜    Downloaded tracing v0.1.41
2025-08-20T22:57:35.3561505Z [00:02:10.875]➜    Downloaded serde_json v1.0.140
2025-08-20T22:57:35.3621918Z [00:02:10.881]➜    Downloaded regex-automata v0.1.10
2025-08-20T22:57:35.3668224Z [00:02:10.886]➜    Downloaded scc v2.3.4
2025-08-20T22:57:35.3712598Z [00:02:10.890]➜    Downloaded zerocopy v0.8.25
2025-08-20T22:57:35.3898407Z [00:02:10.909]➜    Downloaded object v0.32.2
2025-08-20T22:57:35.3979705Z [00:02:10.917]➜    Downloaded thiserror v2.0.12
2025-08-20T22:57:35.4024949Z [00:02:10.921]➜    Downloaded strum_macros v0.27.1
2025-08-20T22:57:35.4047032Z [00:02:10.924]➜    Downloaded toml_datetime v0.6.9
2025-08-20T22:57:35.4059818Z [00:02:10.925]➜    Downloaded thiserror-impl v1.0.69
2025-08-20T22:57:35.4073419Z [00:02:10.926]➜    Downloaded toml_write v0.1.0
2025-08-20T22:57:35.4087710Z [00:02:10.928]➜    Downloaded ratatui v0.29.0
2025-08-20T22:57:35.4237549Z [00:02:10.943]➜    Downloaded socket2 v0.5.9
2025-08-20T22:57:35.4255354Z [00:02:10.944]➜    Downloaded minimal-lexical v0.2.1
2025-08-20T22:57:35.4294823Z [00:02:10.948]➜    Downloaded libc v0.2.172
2025-08-20T22:57:35.4498486Z [00:02:10.969]➜    Downloaded rustix v1.0.5
2025-08-20T22:57:35.4678032Z [00:02:10.987]➜    Downloaded rand v0.9.1
2025-08-20T22:57:35.4709908Z [00:02:10.990]➜    Downloaded x11rb-protocol v0.13.1
2025-08-20T22:57:35.4826372Z [00:02:11.002]➜    Downloaded smallvec v1.15.0
2025-08-20T22:57:35.4844668Z [00:02:11.003]➜    Downloaded signal-hook-mio v0.2.4
2025-08-20T22:57:35.4855661Z [00:02:11.004]➜    Downloaded thiserror v1.0.69
2025-08-20T22:57:35.4890929Z [00:02:11.008]➜    Downloaded regex-syntax v0.8.5
2025-08-20T22:57:35.4954030Z [00:02:11.014]➜    Downloaded nix v0.29.0
2025-08-20T22:57:35.5040345Z [00:02:11.023]➜    Downloaded regex-syntax v0.6.29
2025-08-20T22:57:35.5095116Z [00:02:11.028]➜    Downloaded x11rb v0.13.1
2025-08-20T22:57:35.5160282Z [00:02:11.035]➜    Downloaded regex v1.11.1
2025-08-20T22:57:35.5256345Z [00:02:11.045]➜    Downloaded kxxt-owo-colors v4.0.0
2025-08-20T22:57:35.5275798Z [00:02:11.047]➜    Downloaded nom v7.1.3
2025-08-20T22:57:35.5316199Z [00:02:11.051]➜    Downloaded indexset v0.12.2
2025-08-20T22:57:35.5336986Z [00:02:11.053]➜    Downloaded filterable-enum-derive v0.1.2
2025-08-20T22:57:35.5343624Z [00:02:11.053]➜    Downloaded rustix v0.38.44
2025-08-20T22:57:35.5512659Z [00:02:11.070]➜    Downloaded filterable-enum v0.1.2
2025-08-20T22:57:35.5520943Z [00:02:11.071]➜    Downloaded tokio-util v0.7.15
2025-08-20T22:57:35.5572708Z [00:02:11.076]➜    Downloaded ryu v1.0.20
2025-08-20T22:57:35.5595460Z [00:02:11.078]➜    Downloaded rstest_macros v0.23.0
2025-08-20T22:57:35.5620119Z [00:02:11.081]➜    Downloaded relative-path v1.9.3
2025-08-20T22:57:35.5630815Z [00:02:11.082]➜    Downloaded regex-automata v0.4.9
2025-08-20T22:57:35.5754218Z [00:02:11.094]➜    Downloaded regex-cursor v0.1.5
2025-08-20T22:57:35.5796441Z [00:02:11.099]➜    Downloaded petgraph v0.6.5
2025-08-20T22:57:35.5942062Z [00:02:11.113]➜    Downloaded parking_lot v0.12.3
2025-08-20T22:57:35.5961740Z [00:02:11.115]➜    Downloaded memmap2 v0.5.10
2025-08-20T22:57:35.5974599Z [00:02:11.116]➜    Downloaded winnow v0.7.7
2025-08-20T22:57:35.6043651Z [00:02:11.123]➜    Downloaded wayland-scanner v0.31.6
2025-08-20T22:57:35.6061175Z [00:02:11.125]➜    Downloaded syn v2.0.101
2025-08-20T22:57:35.6143532Z [00:02:11.133]➜    Downloaded sdd v3.0.8
2025-08-20T22:57:35.6160983Z [00:02:11.135]➜    Downloaded rustc-demangle v0.1.24
2025-08-20T22:57:35.6173652Z [00:02:11.136]➜    Downloaded rstest v0.23.0
2025-08-20T22:57:35.6215532Z [00:02:11.140]➜    Downloaded ratatui-macros v0.6.0
2025-08-20T22:57:35.6228883Z [00:02:11.142]➜    Downloaded rand_core v0.9.3
2025-08-20T22:57:35.6240656Z [00:02:11.143]➜    Downloaded proc-macro2 v1.0.95
2025-08-20T22:57:35.6260463Z [00:02:11.145]➜    Downloaded pkg-config v0.3.32
2025-08-20T22:57:35.6272397Z [00:02:11.146]➜    Downloaded pin-utils v0.1.0
2025-08-20T22:57:35.6281102Z [00:02:11.147]➜    Downloaded nu-ansi-term v0.46.0
2025-08-20T22:57:35.6295766Z [00:02:11.149]➜    Downloaded linux-raw-sys v0.4.15
2025-08-20T22:57:35.6683779Z [00:02:11.187]➜    Downloaded memchr v2.7.4
2025-08-20T22:57:35.6722419Z [00:02:11.191]➜    Downloaded scopeguard v1.2.0
2025-08-20T22:57:35.6731693Z [00:02:11.192]➜    Downloaded percent-encoding v2.3.1
2025-08-20T22:57:35.6739147Z [00:02:11.193]➜    Downloaded toml v0.8.21
2025-08-20T22:57:35.6970840Z [00:02:11.216]➜    Downloaded linux-raw-sys v0.9.4
2025-08-20T22:57:35.7386103Z [00:02:11.257]➜    Downloaded once_cell v1.21.3
2025-08-20T22:57:35.7405015Z [00:02:11.259]➜    Downloaded quote v1.0.40
2025-08-20T22:57:35.7423648Z [00:02:11.261]➜    Downloaded nutype_macros v0.6.1
2025-08-20T22:57:35.7456119Z [00:02:11.265]➜    Downloaded log v0.4.27
2025-08-20T22:57:35.7474415Z [00:02:11.266]➜    Downloaded wl-clipboard-rs v0.9.2
2025-08-20T22:57:35.7491883Z [00:02:11.268]➜    Downloaded weak-table v0.3.2
2025-08-20T22:57:35.7507177Z [00:02:11.270]➜    Downloaded wayland-protocols v0.32.6
2025-08-20T22:57:35.7587736Z [00:02:11.278]➜    Downloaded unicode-truncate v1.1.0
2025-08-20T22:57:35.7599139Z [00:02:11.279]➜    Downloaded hashbrown v0.15.2
2025-08-20T22:57:35.7638188Z [00:02:11.283]➜    Downloaded shell-words v1.1.0
2025-08-20T22:57:35.7645188Z [00:02:11.283]➜    Downloaded tokio-macros v2.5.0
2025-08-20T22:57:35.7653701Z [00:02:11.284]➜    Downloaded supports-color v2.1.0
2025-08-20T22:57:35.7664162Z [00:02:11.285]➜    Downloaded serde v1.0.219
2025-08-20T22:57:35.7690750Z [00:02:11.288]➜    Downloaded ppv-lite86 v0.2.21
2025-08-20T22:57:35.7701706Z [00:02:11.289]➜    Downloaded paste v1.0.15
2025-08-20T22:57:35.7726452Z [00:02:11.292]➜    Downloaded owo-colors v3.5.0
2025-08-20T22:57:35.7745192Z [00:02:11.293]➜    Downloaded libseccomp v0.4.0
2025-08-20T22:57:35.7767556Z [00:02:11.296]➜    Downloaded wayland-client v0.31.8
2025-08-20T22:57:35.7783922Z [00:02:11.297]➜    Downloaded vt100 v0.15.2
2025-08-20T22:57:35.7797078Z [00:02:11.299]➜    Downloaded urlencoding v2.1.3
2025-08-20T22:57:35.7804137Z [00:02:11.299]➜    Downloaded unicode-width v0.1.14
2025-08-20T22:57:35.7853857Z [00:02:11.304]➜    Downloaded strsim v0.11.1
2025-08-20T22:57:35.7863269Z [00:02:11.305]➜    Downloaded signal-hook v0.3.17
2025-08-20T22:57:35.7887078Z [00:02:11.308]➜    Downloaded shlex v1.3.0
2025-08-20T22:57:35.7896754Z [00:02:11.309]➜    Downloaded sharded-slab v0.1.7
2025-08-20T22:57:35.7920710Z [00:02:11.311]➜    Downloaded serial_test v3.2.0
2025-08-20T22:57:35.7931667Z [00:02:11.312]➜    Downloaded strum_macros v0.26.4
2025-08-20T22:57:35.7947975Z [00:02:11.314]➜    Downloaded strum v0.26.3
2025-08-20T22:57:35.7954874Z [00:02:11.314]➜    Downloaded shell-quote v0.7.2
2025-08-20T22:57:35.7963633Z [00:02:11.315]➜    Downloaded rustc_version v0.4.1
2025-08-20T22:57:35.7972716Z [00:02:11.316]➜    Downloaded proc-macro-crate v3.3.0
2025-08-20T22:57:35.7982741Z [00:02:11.317]➜    Downloaded option-ext v0.2.0
2025-08-20T22:57:35.7988938Z [00:02:11.318]➜    Downloaded miniz_oxide v0.7.4
2025-08-20T22:57:35.8005603Z [00:02:11.319]➜    Downloaded matchers v0.1.0
2025-08-20T22:57:35.8013317Z [00:02:11.320]➜    Downloaded litrs v0.4.1
2025-08-20T22:57:35.8032612Z [00:02:11.322]➜    Downloaded bstr v1.12.0
2025-08-20T22:57:35.8099753Z [00:02:11.329]➜    Downloaded better-panic v0.3.0
2025-08-20T22:57:35.8134930Z [00:02:11.332]➜    Downloaded thread_local v1.1.8
2025-08-20T22:57:35.8145271Z [00:02:11.333]➜    Downloaded strum v0.27.1
2025-08-20T22:57:35.8152738Z [00:02:11.334]➜    Downloaded parking_lot_core v0.9.10
2025-08-20T22:57:35.8167841Z [00:02:11.336]➜    Downloaded overload v0.1.1
2025-08-20T22:57:35.8177402Z [00:02:11.337]➜    Downloaded num-traits v0.2.19
2025-08-20T22:57:35.8197200Z [00:02:11.339]➜    Downloaded lru v0.12.5
2025-08-20T22:57:35.8206005Z [00:02:11.340]➜    Downloaded wayland-sys v0.31.6
2025-08-20T22:57:35.8215145Z [00:02:11.340]➜    Downloaded tokio v1.44.2
2025-08-20T22:57:35.8506048Z [00:02:11.370]➜    Downloaded wayland-backend v0.3.8
2025-08-20T22:57:35.8532656Z [00:02:11.372]➜    Downloaded vte v0.11.1
2025-08-20T22:57:35.8547758Z [00:02:11.374]➜    Downloaded vsprintf v2.0.0
2025-08-20T22:57:35.8560113Z [00:02:11.375]➜    Downloaded utf8parse v0.2.2
2025-08-20T22:57:35.8560466Z [00:02:11.375]➜    Downloaded unicode-width v0.2.0
2025-08-20T22:57:35.8610048Z [00:02:11.380]➜    Downloaded libbpf-sys v1.5.0+v1.5.0
2025-08-20T22:57:35.9526288Z [00:02:11.471]➜    Downloaded itertools v0.13.0
2025-08-20T22:57:35.9571199Z [00:02:11.476]➜    Downloaded backtrace v0.3.71
2025-08-20T22:57:35.9607876Z [00:02:11.480]➜    Downloaded slab v0.4.9
2025-08-20T22:57:35.9618562Z [00:02:11.481]➜    Downloaded signal-hook-registry v1.4.5
2025-08-20T22:57:35.9627668Z [00:02:11.482]➜    Downloaded serde_derive v1.0.219
2025-08-20T22:57:35.9649384Z [00:02:11.484]➜    Downloaded libseccomp-sys v0.3.0
2025-08-20T22:57:35.9656077Z [00:02:11.485]➜    Downloaded tui-widget-list v0.13.2
2025-08-20T22:57:35.9881115Z [00:02:11.507]➜    Downloaded tui-popup v0.6.0
2025-08-20T22:57:35.9892574Z [00:02:11.508]➜    Downloaded gimli v0.28.1
2025-08-20T22:57:35.9948004Z [00:02:11.514]➜    Downloaded futures-util v0.3.31
2025-08-20T22:57:36.0030522Z [00:02:11.522]➜    Downloaded libbpf-rs v0.24.8
2025-08-20T22:57:36.0062420Z [00:02:11.525]➜    Downloaded futures-core v0.3.31
2025-08-20T22:57:36.0071850Z [00:02:11.526]➜    Downloaded ftree v1.2.0
2025-08-20T22:57:36.0078068Z [00:02:11.527]➜    Downloaded compact_str v0.8.1
2025-08-20T22:57:36.0102394Z [00:02:11.529]➜    Downloaded cc v1.2.20
2025-08-20T22:57:36.0130233Z [00:02:11.532]➜    Downloaded cargo-platform v0.1.9
2025-08-20T22:57:36.0138812Z [00:02:11.533]➜    Downloaded bytes v1.10.1
2025-08-20T22:57:36.0170361Z [00:02:11.536]➜    Downloaded is-terminal v0.4.16
2025-08-20T22:57:36.0177771Z [00:02:11.537]➜    Downloaded instability v0.3.7
2025-08-20T22:57:36.0188161Z [00:02:11.538]➜    Downloaded indenter v0.3.3
2025-08-20T22:57:36.0197095Z [00:02:11.539]➜    Downloaded ident_case v1.0.1
2025-08-20T22:57:36.0202591Z [00:02:11.539]➜    Downloaded glob v0.3.2
2025-08-20T22:57:36.0212845Z [00:02:11.540]➜    Downloaded futures-sink v0.3.31
2025-08-20T22:57:36.0218610Z [00:02:11.541]➜    Downloaded futures-macro v0.3.31
2025-08-20T22:57:36.0226693Z [00:02:11.542]➜    Downloaded futures-io v0.3.31
2025-08-20T22:57:36.0233266Z [00:02:11.542]➜    Downloaded futures-executor v0.3.31
2025-08-20T22:57:36.0243009Z [00:02:11.543]➜    Downloaded fnv v1.0.7
2025-08-20T22:57:36.0249414Z [00:02:11.544]➜    Downloaded fixedbitset v0.4.2
2025-08-20T22:57:36.0258895Z [00:02:11.545]➜    Downloaded filedescriptor v0.8.3
2025-08-20T22:57:36.0266355Z [00:02:11.546]➜    Downloaded eyre v0.6.12
2025-08-20T22:57:36.0289055Z [00:02:11.548]➜    Downloaded downcast-rs v1.2.1
2025-08-20T22:57:36.0297832Z [00:02:11.549]➜    Downloaded derive_setters v0.1.6
2025-08-20T22:57:36.0305633Z [00:02:11.549]➜    Downloaded darling_core v0.20.11
2025-08-20T22:57:36.0339362Z [00:02:11.553]➜    Downloaded darling v0.20.11
2025-08-20T22:57:36.0370381Z [00:02:11.556]➜    Downloaded crossterm v0.28.1
2025-08-20T22:57:36.0420683Z [00:02:11.561]➜    Downloaded cfg_aliases v0.2.1
2025-08-20T22:57:36.0427674Z [00:02:11.562]➜    Downloaded bitflags v2.9.0
2025-08-20T22:57:36.0455348Z [00:02:11.564]➜    Downloaded atoi v2.0.0
2025-08-20T22:57:36.0464825Z [00:02:11.565]➜    Downloaded kinded_macros v0.3.0
2025-08-20T22:57:36.0472463Z [00:02:11.566]➜    Downloaded kinded v0.3.0
2025-08-20T22:57:36.0478534Z [00:02:11.567]➜    Downloaded itoa v1.0.15
2025-08-20T22:57:36.0488025Z [00:02:11.568]➜    Downloaded is_terminal_polyfill v1.70.1
2025-08-20T22:57:36.0496034Z [00:02:11.569]➜    Downloaded indexmap v2.9.0
2025-08-20T22:57:36.0526512Z [00:02:11.572]➜    Downloaded iana-time-zone v0.1.63
2025-08-20T22:57:36.0545128Z [00:02:11.573]➜    Downloaded humantime v2.2.0
2025-08-20T22:57:36.0556524Z [00:02:11.575]➜    Downloaded heck v0.5.0
2025-08-20T22:57:36.0565133Z [00:02:11.575]➜    Downloaded getrandom v0.3.2
2025-08-20T22:57:36.0588618Z [00:02:11.578]➜    Downloaded getrandom v0.2.16
2025-08-20T22:57:36.0609169Z [00:02:11.580]➜    Downloaded futures-timer v3.0.3
2025-08-20T22:57:36.0621494Z [00:02:11.581]➜    Downloaded fastrand v2.3.0
2025-08-20T22:57:36.0631810Z [00:02:11.582]➜    Downloaded equivalent v1.0.2
2025-08-20T22:57:36.0639976Z [00:02:11.583]➜    Downloaded enumflags2 v0.7.11
2025-08-20T22:57:36.0649301Z [00:02:11.584]➜    Downloaded dirs-sys v0.5.0
2025-08-20T22:57:36.0657385Z [00:02:11.585]➜    Downloaded darling_macro v0.20.11
2025-08-20T22:57:36.0662097Z [00:02:11.585]➜    Downloaded console v0.15.11
2025-08-20T22:57:36.0682074Z [00:02:11.587]➜    Downloaded chrono v0.4.40
2025-08-20T22:57:36.0737619Z [00:02:11.593]➜    Downloaded cfg-if v1.0.0
2025-08-20T22:57:36.0745515Z [00:02:11.593]➜    Downloaded castaway v0.2.3
2025-08-20T22:57:36.0754115Z [00:02:11.594]➜    Downloaded camino v1.1.9
2025-08-20T22:57:36.0767530Z [00:02:11.596]➜    Downloaded libbpf-cargo v0.24.8
2025-08-20T22:57:36.0783175Z [00:02:11.597]➜    Downloaded futures-channel v0.3.31
2025-08-20T22:57:36.0796933Z [00:02:11.599]➜    Downloaded errno v0.3.11
2025-08-20T22:57:36.0807320Z [00:02:11.600]➜    Downloaded document-features v0.2.11
2025-08-20T22:57:36.0816703Z [00:02:11.601]➜    Downloaded derive-getters v0.5.0
2025-08-20T22:57:36.0833579Z [00:02:11.602]➜    Downloaded unicode-segmentation v1.12.0
2025-08-20T22:57:36.0858114Z [00:02:11.605]➜    Downloaded futures-task v0.3.31
2025-08-20T22:57:36.0866916Z [00:02:11.606]➜    Downloaded fslock v0.2.1
2025-08-20T22:57:36.0878701Z [00:02:11.607]➜    Downloaded directories v6.0.0
2025-08-20T22:57:36.0888846Z [00:02:11.608]➜    Downloaded convert_case v0.6.0
2025-08-20T22:57:36.0899927Z [00:02:11.609]➜    Downloaded colorchoice v1.0.3
2025-08-20T22:57:36.0908331Z [00:02:11.610]➜    Downloaded tracing-core v0.1.33
2025-08-20T22:57:36.0928923Z [00:02:11.612]➜    Downloaded indoc v2.0.6
2025-08-20T22:57:36.0946941Z [00:02:11.614]➜    Downloaded lock_api v0.4.12
2025-08-20T22:57:36.0957920Z [00:02:11.615]➜    Downloaded wayland-protocols-wlr v0.3.6
2025-08-20T22:57:36.0972243Z [00:02:11.616]➜    Downloaded unicode-ident v1.0.18
2025-08-20T22:57:36.0991628Z [00:02:11.618]➜    Downloaded either v1.15.0
2025-08-20T22:57:36.1002218Z [00:02:11.619]➜    Downloaded os_pipe v1.2.1
2025-08-20T22:57:36.1011882Z [00:02:11.620]➜    Downloaded nutype v0.6.1
2025-08-20T22:57:36.1019263Z [00:02:11.621]➜    Downloaded tui-term v0.2.0
2025-08-20T22:57:36.1053246Z [00:02:11.624]➜    Downloaded version_check v0.9.5
2025-08-20T22:57:36.1061755Z [00:02:11.625]➜    Downloaded tracing-error v0.2.1
2025-08-20T22:57:36.1069723Z [00:02:11.626]➜    Downloaded clap_complete v4.5.47
2025-08-20T22:57:36.1092760Z [00:02:11.628]➜    Downloaded color-spantrace v0.2.1
2025-08-20T22:57:36.1116722Z [00:02:11.631]➜    Downloaded color-eyre v0.6.3
2025-08-20T22:57:36.1183898Z [00:02:11.637]➜    Downloaded clap_lex v0.7.4
2025-08-20T22:57:36.1192259Z [00:02:11.638]➜    Downloaded clap_builder v4.5.37
2025-08-20T22:57:36.1242312Z [00:02:11.643]➜    Downloaded clap v4.5.37
2025-08-20T22:57:36.1300078Z [00:02:11.649]➜    Downloaded tui-scrollview v0.5.1
2025-08-20T22:57:36.1312694Z [00:02:11.650]➜    Downloaded tui-prompts v0.5.0
2025-08-20T22:57:36.1324360Z [00:02:11.651]➜    Downloaded tree_magic_mini v3.1.6
2025-08-20T22:57:36.1336006Z [00:02:11.653]➜    Downloaded clap_derive v4.5.32
2025-08-20T22:57:36.1352023Z [00:02:11.654]➜    Downloaded addr2line v0.21.0
2025-08-20T22:57:36.1369148Z [00:02:11.656]➜    Downloaded arboard v3.5.0
2025-08-20T22:57:36.1388717Z [00:02:11.658]➜    Downloaded anstream v0.6.18
2025-08-20T22:57:36.1405657Z [00:02:11.659]➜    Downloaded allocator-api2 v0.2.21
2025-08-20T22:57:36.1424997Z [00:02:11.661]➜    Downloaded adler v1.0.2
2025-08-20T22:57:36.1435069Z [00:02:11.662]➜    Downloaded cassowary v0.3.0
2025-08-20T22:57:36.1445341Z [00:02:11.663]➜    Downloaded arrayvec v0.7.6
2025-08-20T22:57:36.1463000Z [00:02:11.665]➜    Downloaded anstyle-query v1.1.2
2025-08-20T22:57:36.2375877Z [00:02:11.756]➜     Compiling proc-macro2 v1.0.95
2025-08-20T22:57:36.2376354Z [00:02:11.756]➜     Compiling unicode-ident v1.0.18
2025-08-20T22:57:36.2376668Z [00:02:11.756]➜     Compiling libc v0.2.172
2025-08-20T22:57:36.2376952Z [00:02:11.756]➜     Compiling cfg-if v1.0.0
2025-08-20T22:57:36.2377236Z [00:02:11.756]➜     Compiling serde v1.0.219
2025-08-20T22:57:36.2380355Z [00:02:11.756]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.95/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=46f38bf73e7242e3 -C extra-filename=-088b0e1b523234bf --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/proc-macro2-088b0e1b523234bf -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:57:36.2385480Z [00:02:11.756]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name unicode_ident --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f60cd3956e712b7d -C extra-filename=-6d6f85adf22ee534 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:57:36.2393187Z [00:02:11.757]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=509f8198fcdbfe62 -C extra-filename=-5335dbb64cbcc9f5 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:57:36.2400163Z [00:02:11.757]➜       Running `/root/.rustup/toolchains/stable-aarch64-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="extra_traits"' --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=cbf0050d23ebaf35 -C extra-filename=-f031ae2a6b34abde --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/libc-f031ae2a6b34abde -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:57:36.2406971Z [00:02:11.759]➜       Running `/root/.rustup/toolchains/stable-aarch64-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="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=d3780c3a4461513b -C extra-filename=-5af83531a6aafd86 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/serde-5af83531a6aafd86 -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:57:36.3690145Z [00:02:11.888]➜     Compiling shlex v1.3.0
2025-08-20T22:57:36.3693129Z [00:02:11.888]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=083aef9c803ccb0f -C extra-filename=-380b779259fb4319 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:57:36.4707806Z [00:02:11.989]➜     Compiling autocfg v1.4.0
2025-08-20T22:57:36.4713808Z [00:02:11.990]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name autocfg --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/autocfg-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 embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bcfd2952adb2ac3c -C extra-filename=-0ba5d927b1e035c5 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:57:36.5739774Z [00:02:12.093]➜     Compiling cc v1.2.20
2025-08-20T22:57:36.5748886Z [00:02:12.094]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name cc --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.20/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=8197942cda565a66 -C extra-filename=-4ac115a40c46fd7f --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern shlex=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libshlex-380b779259fb4319.rmeta --cap-lints allow`
2025-08-20T22:57:36.7203681Z [00:02:12.239]➜       Running `/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/libc-f031ae2a6b34abde/build-script-build`
2025-08-20T22:57:36.7246949Z [00:02:12.244]➜       Running `/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/proc-macro2-088b0e1b523234bf/build-script-build`
2025-08-20T22:57:36.7293333Z [00:02:12.248]➜     Compiling memchr v2.7.4
2025-08-20T22:57:36.7299270Z [00:02:12.248]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name memchr --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.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=057b792ae532dfe5 -C extra-filename=-e799659df7e28d12 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:57:36.7617951Z [00:02:12.280]➜       Running `/root/.rustup/toolchains/stable-aarch64-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="extra_traits"' --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=5527a58e49b558ab -C extra-filename=-b66fa394134f7643 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/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-20T22:57:36.8167530Z [00:02:12.335]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name proc_macro2 --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.95/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=c467658c343b0198 -C extra-filename=-670e3a35fc46366c --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern unicode_ident=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libunicode_ident-6d6f85adf22ee534.rmeta --cap-lints allow --cfg wrap_proc_macro --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(no_is_available)' --check-cfg 'cfg(no_literal_byte_character)' --check-cfg 'cfg(no_literal_c_string)' --check-cfg 'cfg(no_source_text)' --check-cfg 'cfg(proc_macro_span)' --check-cfg 'cfg(procmacro2_backtrace)' --check-cfg 'cfg(procmacro2_nightly_testing)' --check-cfg 'cfg(procmacro2_semver_exempt)' --check-cfg 'cfg(randomize_layout)' --check-cfg 'cfg(span_locations)' --check-cfg 'cfg(super_unstable)' --check-cfg 'cfg(wrap_proc_macro)'`
2025-08-20T22:57:37.0680262Z [00:02:12.587]➜     Compiling smallvec v1.15.0
2025-08-20T22:57:37.0689729Z [00:02:12.587]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name smallvec --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.15.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="const_generics"' --cfg 'feature="const_new"' --cfg 'feature="union"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "bincode", "const_generics", "const_new", "debugger_visualizer", "drain_filter", "drain_keep_rest", "impl_bincode", "malloc_size_of", "may_dangle", "serde", "specialization", "union", "unty", "write"))' -C metadata=17b2a9a3c44d73db -C extra-filename=-5075877457cfb525 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:57:37.3383486Z [00:02:12.857]➜     Compiling log v0.4.27
2025-08-20T22:57:37.3391321Z [00:02:12.857]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name log --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/log-0.4.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("kv", "kv_serde", "kv_std", "kv_sval", "kv_unstable", "kv_unstable_serde", "kv_unstable_std", "kv_unstable_sval", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "serde", "std", "sval", "sval_ref", "value-bag"))' -C metadata=24c8ed13755e6b38 -C extra-filename=-7bd9b6a084c4e530 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:57:37.5775529Z [00:02:13.096]➜     Compiling quote v1.0.40
2025-08-20T22:57:37.5781636Z [00:02:13.096]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name quote --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=f3ce43684b9dcf72 -C extra-filename=-58ae1db5b5e0fa55 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libproc_macro2-670e3a35fc46366c.rmeta --cap-lints allow`
2025-08-20T22:57:37.8214157Z [00:02:13.340]➜     Compiling syn v2.0.101
2025-08-20T22:57:37.8220298Z [00:02:13.340]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name syn --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.101/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="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"' --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=9a1d513eca3fae21 -C extra-filename=-d99662c89ceee94a --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libproc_macro2-670e3a35fc46366c.rmeta --extern quote=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libquote-58ae1db5b5e0fa55.rmeta --extern unicode_ident=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libunicode_ident-6d6f85adf22ee534.rmeta --cap-lints allow`
2025-08-20T22:57:37.9254646Z [00:02:13.444]➜     Compiling pkg-config v0.3.32
2025-08-20T22:57:37.9260429Z [00:02:13.444]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name pkg_config --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pkg-config-0.3.32/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=4e6431c3ee9383a8 -C extra-filename=-18929d2f95bd35e3 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:57:38.0567616Z [00:02:13.576]➜     Compiling bitflags v2.9.0
2025-08-20T22:57:38.0601176Z [00:02:13.579]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name bitflags --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.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("arbitrary", "bytemuck", "compiler_builtins", "core", "example_generated", "rustc-dep-of-std", "serde", "std"))' -C metadata=59d07ca01c43f1d8 -C extra-filename=-dadc80606a3f6919 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:57:38.5063995Z [00:02:14.025]➜       Running `/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/serde-5af83531a6aafd86/build-script-build`
2025-08-20T22:57:38.5171455Z [00:02:14.036]➜     Compiling strsim v0.11.1
2025-08-20T22:57:38.5176622Z [00:02:14.036]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name strsim --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strsim-0.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=018cc62aa724e4fa -C extra-filename=-a9d3cbd7c8322457 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:57:38.5356431Z [00:02:14.054]➜       Running `/root/.rustup/toolchains/stable-aarch64-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 embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std"))' -C metadata=49b6ff3b423c8de2 -C extra-filename=-1ed7b8522209b26f --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:57:38.5937635Z [00:02:14.112]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name memchr --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.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="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=1c0644bbfb252963 -C extra-filename=-688939387092212f --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:57:38.7728910Z [00:02:14.291]➜     Compiling once_cell v1.21.3
2025-08-20T22:57:38.7737184Z [00:02:14.292]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name once_cell --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "critical-section", "default", "parking_lot", "portable-atomic", "race", "std", "unstable"))' -C metadata=13d73f40cabf81f5 -C extra-filename=-bf549e27d6efb313 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:57:39.0044137Z [00:02:14.523]➜     Compiling heck v0.5.0
2025-08-20T22:57:39.0048081Z [00:02:14.523]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name heck --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1352de506534c543 -C extra-filename=-25103e7959c420e1 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:57:39.0944997Z [00:02:14.613]➜     Compiling semver v1.0.26
2025-08-20T22:57:39.0951325Z [00:02:14.614]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/semver-1.0.26/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="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=4bd33e5577fe52aa -C extra-filename=-1cb0bcddacba8922 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/semver-1cb0bcddacba8922 -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:57:39.2509521Z [00:02:14.770]➜     Compiling rustix v0.38.44
2025-08-20T22:57:39.2518451Z [00:02:14.770]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.38.44/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' -C debug-assertions=off --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="event"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="net"' --cfg 'feature="process"' --cfg 'feature="std"' --cfg 'feature="stdio"' --cfg 'feature="system"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=7a4d2916e0cf4f68 -C extra-filename=-49cea91d3c0aca44 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/rustix-49cea91d3c0aca44 -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:57:39.2625231Z [00:02:14.781]➜       Running `/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/libc-f031ae2a6b34abde/build-script-build`
2025-08-20T22:57:39.2841361Z [00:02:14.803]➜     Compiling linux-raw-sys v0.4.15
2025-08-20T22:57:39.2852441Z [00:02:14.804]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name linux_raw_sys --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.4.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 --warn=unexpected_cfgs --check-cfg 'cfg(target_arch, values("xtensa"))' --cfg 'feature="elf"' --cfg 'feature="errno"' --cfg 'feature="general"' --cfg 'feature="if_ether"' --cfg 'feature="ioctl"' --cfg 'feature="net"' --cfg 'feature="netlink"' --cfg 'feature="no_std"' --cfg 'feature="prctl"' --cfg 'feature="system"' --cfg 'feature="xdp"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bootparam", "btrfs", "compiler_builtins", "core", "default", "elf", "elf_uapi", "errno", "general", "if_arp", "if_ether", "if_packet", "io_uring", "ioctl", "landlock", "loop_device", "mempolicy", "net", "netlink", "no_std", "prctl", "ptrace", "rustc-dep-of-std", "std", "system", "xdp"))' -C metadata=1a43b6d16516e2d0 -C extra-filename=-d8fd99116fc15864 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:57:39.3435821Z [00:02:14.862]➜       Running `/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/semver-1cb0bcddacba8922/build-script-build`
2025-08-20T22:57:39.3809912Z [00:02:14.900]➜     Compiling cfg_aliases v0.2.1
2025-08-20T22:57:39.3818357Z [00:02:14.900]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name cfg_aliases --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg_aliases-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no '--deny=clippy::str_to_string' -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0f02ce20ba249030 -C extra-filename=-1b48fbda41281916 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:57:39.4186562Z [00:02:14.937]➜     Compiling equivalent v1.0.2
2025-08-20T22:57:39.4193939Z [00:02:14.938]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name equivalent --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/equivalent-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=217bc211937a897c -C extra-filename=-227a987576108267 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:57:39.4609817Z [00:02:14.980]➜     Compiling allocator-api2 v0.2.21
2025-08-20T22:57:39.4616144Z [00:02:14.980]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name allocator_api2 --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.21/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(no_global_oom_handling)' --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "fresh-rust", "nightly", "serde", "std"))' -C metadata=a3263182688d7494 -C extra-filename=-f637d9d5d2560ff6 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:57:39.5652612Z [00:02:15.084]➜       Running `/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/rustix-49cea91d3c0aca44/build-script-build`
2025-08-20T22:57:39.5800249Z [00:02:15.099]➜     Compiling foldhash v0.1.5
2025-08-20T22:57:39.5805141Z [00:02:15.099]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name foldhash --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foldhash-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("default", "std"))' -C metadata=53cf85acf560b28d -C extra-filename=-4166f2240ae6512f --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:57:39.6098615Z [00:02:15.128]➜       Running `/root/.rustup/toolchains/stable-aarch64-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 embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="extra_traits"' --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=83d46303a1d299d8 -C extra-filename=-20077f1246cac036 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --cap-lints allow --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-20T22:57:39.7394892Z [00:02:15.258]➜     Compiling lock_api v0.4.12
2025-08-20T22:57:39.7401023Z [00:02:15.258]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lock_api-0.4.12/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=dc9b61c73222562a -C extra-filename=-bd51c8d53a64da74 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/lock_api-bd51c8d53a64da74 -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern autocfg=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libautocfg-0ba5d927b1e035c5.rlib --cap-lints allow`
2025-08-20T22:57:39.9482688Z [00:02:15.467]➜     Compiling hashbrown v0.15.2
2025-08-20T22:57:39.9500717Z [00:02:15.468]➜       Running `/root/.rustup/toolchains/stable-aarch64-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 --cfg 'feature="allocator-api2"' --cfg 'feature="default"' --cfg 'feature="default-hasher"' --cfg 'feature="equivalent"' --cfg 'feature="inline-more"' --cfg 'feature="raw-entry"' --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=af11b7dc44ba6cac -C extra-filename=-0cfaff6315dd60b6 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern allocator_api2=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liballocator_api2-f637d9d5d2560ff6.rmeta --extern equivalent=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libequivalent-227a987576108267.rmeta --extern foldhash=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfoldhash-4166f2240ae6512f.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:57:39.9897241Z [00:02:15.509]➜     Compiling rustversion v1.0.20
2025-08-20T22:57:39.9900619Z [00:02:15.509]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.20/build/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=07a2e8d921a01c3e -C extra-filename=-31d3f0194f67d67e --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/rustversion-31d3f0194f67d67e -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:57:40.5169138Z [00:02:16.036]➜     Compiling parking_lot_core v0.9.10
2025-08-20T22:57:40.5172991Z [00:02:16.036]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=09da2cff36295e30 -C extra-filename=-72ec453a9a9ca10f --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/parking_lot_core-72ec453a9a9ca10f -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:57:40.7795316Z [00:02:16.298]➜     Compiling futures-core v0.3.31
2025-08-20T22:57:40.7825724Z [00:02:16.301]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name futures_core --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-core-0.3.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 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --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=33be40835327740f -C extra-filename=-9b9c66b12a641e5c --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:57:40.9134050Z [00:02:16.432]➜       Running `/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/parking_lot_core-72ec453a9a9ca10f/build-script-build`
2025-08-20T22:57:40.9212387Z [00:02:16.440]➜       Running `/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/rustversion-31d3f0194f67d67e/build-script-build`
2025-08-20T22:57:40.9504641Z [00:02:16.469]➜       Running `/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/lock_api-bd51c8d53a64da74/build-script-build`
2025-08-20T22:57:40.9796242Z [00:02:16.498]➜     Compiling scopeguard v1.2.0
2025-08-20T22:57:40.9808269Z [00:02:16.499]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=6e419987c9ddb473 -C extra-filename=-a12f67ff0386bfba --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:57:40.9920342Z [00:02:16.511]➜     Compiling fnv v1.0.7
2025-08-20T22:57:40.9925803Z [00:02:16.511]➜       Running `/root/.rustup/toolchains/stable-aarch64-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 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=d29b54471c895a29 -C extra-filename=-92202d5b3ef7f31c --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:57:41.0425963Z [00:02:16.561]➜     Compiling ident_case v1.0.1
2025-08-20T22:57:41.0429015Z [00:02:16.561]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name ident_case --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ident_case-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 embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cab37c47dba5499c -C extra-filename=-3aff5cc603f2172f --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:57:41.0552907Z [00:02:16.574]➜     Compiling pin-project-lite v0.2.16
2025-08-20T22:57:41.0564818Z [00:02:16.574]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name pin_project_lite --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=unreachable_pub --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes --warn=deprecated_safe '--warn=clippy::default_union_representation' '--warn=clippy::as_underscore' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::unreadable_literal' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::range_plus_one' '--allow=clippy::nonminimal_bool' '--allow=clippy::naive_bytecount' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::lint_groups_priority' '--allow=clippy::incompatible_msrv' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=edc51519ea11ea7b -C extra-filename=-7f1b0160d6667c1c --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:57:41.1129947Z [00:02:16.631]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name lock_api --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lock_api-0.4.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="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=4f1f2ed8bdf676bb -C extra-filename=-4e678dee7f2c2e51 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern scopeguard=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libscopeguard-a12f67ff0386bfba.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-20T22:57:41.1245811Z [00:02:16.643]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name rustversion --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.20/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=72180e5ef7f0fcbf -C extra-filename=-4c0811fcef2fcd7e --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern proc_macro --cap-lints allow --check-cfg 'cfg(cfg_macro_not_allowed)' --check-cfg 'cfg(host_os, values("windows"))'`
2025-08-20T22:57:41.4468494Z [00:02:16.965]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name parking_lot_core --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=fa999ba16e27f1ee -C extra-filename=-f3f25f7970faefbd --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern cfg_if=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcfg_if-5335dbb64cbcc9f5.rmeta --extern libc=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-b66fa394134f7643.rmeta --extern smallvec=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsmallvec-5075877457cfb525.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:57:41.6690772Z [00:02:17.186]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name rustix --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.38.44/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="event"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="net"' --cfg 'feature="process"' --cfg 'feature="std"' --cfg 'feature="stdio"' --cfg 'feature="system"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=49b9c0efd67233a9 -C extra-filename=-b009d707fe32ccef --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern bitflags=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbitflags-dadc80606a3f6919.rmeta --extern linux_raw_sys=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblinux_raw_sys-d8fd99116fc15864.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none --cfg static_assertions --cfg linux_raw --cfg linux_like --cfg linux_kernel`
2025-08-20T22:57:41.8139005Z [00:02:17.332]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name bitflags --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.9.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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "compiler_builtins", "core", "example_generated", "rustc-dep-of-std", "serde", "std"))' -C metadata=29e58c5d22554e93 -C extra-filename=-170aa612b78399d4 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:57:41.9260344Z [00:02:17.445]➜     Compiling parking_lot v0.12.3
2025-08-20T22:57:41.9268761Z [00:02:17.445]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name parking_lot --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.12.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="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=3d9e9f0a645a9e77 -C extra-filename=-d11fa2de6725b8d6 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern lock_api=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblock_api-4e678dee7f2c2e51.rmeta --extern parking_lot_core=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libparking_lot_core-f3f25f7970faefbd.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:57:42.0944272Z [00:02:17.613]➜     Compiling nix v0.29.0
2025-08-20T22:57:42.0951037Z [00:02:17.613]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.29.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="fs"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "fanotify", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=455550c813a6550e -C extra-filename=-3ea40e9192d2cade --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/nix-3ea40e9192d2cade -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern cfg_aliases=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libcfg_aliases-1b48fbda41281916.rlib --cap-lints allow`
2025-08-20T22:57:42.3415249Z [00:02:17.860]➜     Compiling signal-hook-registry v1.4.5
2025-08-20T22:57:42.3421752Z [00:02:17.861]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name signal_hook_registry --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-registry-1.4.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=510989f57ecf578f -C extra-filename=-f23f4a45bddc78cb --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-b66fa394134f7643.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:57:42.6887881Z [00:02:18.207]➜       Running `/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/nix-3ea40e9192d2cade/build-script-build`
2025-08-20T22:57:42.6926734Z [00:02:18.211]➜     Compiling mio v1.0.3
2025-08-20T22:57:42.6942557Z [00:02:18.212]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name mio --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=unexpected_cfgs --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(mio_unsupported_force_waker_pipe)' --cfg 'feature="default"' --cfg 'feature="log"' --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=ffac1e6cae7ccf07 -C extra-filename=-c760a08121993bc9 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-b66fa394134f7643.rmeta --extern log=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblog-7bd9b6a084c4e530.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:57:42.8408582Z [00:02:18.359]➜     Compiling rustix v1.0.5
2025-08-20T22:57:42.8415772Z [00:02:18.360]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.0.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(error_in_core)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(wasip2)' --check-cfg 'cfg(target_arch, values("xtensa"))' --check-cfg 'cfg(target_os, values("cygwin"))' -C debug-assertions=off --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "libc", "libc_errno", "linux_4_11", "linux_5_1", "linux_5_11", "linux_latest", "mm", "mount", "net", "param", "pipe", "process", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=101acf2e8010b074 -C extra-filename=-37293101cfebc25a --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/rustix-37293101cfebc25a -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:57:42.8801810Z [00:02:18.399]➜     Compiling signal-hook v0.3.17
2025-08-20T22:57:42.8807522Z [00:02:18.399]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-0.3.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 --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="iterator"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cc", "channel", "default", "extended-siginfo", "extended-siginfo-raw", "iterator"))' -C metadata=3c53d3d5d8ceca5c -C extra-filename=-0938eb79884e8423 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/signal-hook-0938eb79884e8423 -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:57:43.0902058Z [00:02:18.609]➜     Compiling darling_core v0.20.11
2025-08-20T22:57:43.0910581Z [00:02:18.609]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name darling_core --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/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="strsim"' --cfg 'feature="suggestions"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("diagnostics", "strsim", "suggestions"))' -C metadata=ffd0cc8865f4cf0b -C extra-filename=-732d7c8ee8f73e1e --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern fnv=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libfnv-92202d5b3ef7f31c.rmeta --extern ident_case=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libident_case-3aff5cc603f2172f.rmeta --extern proc_macro2=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libproc_macro2-670e3a35fc46366c.rmeta --extern quote=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libquote-58ae1db5b5e0fa55.rmeta --extern strsim=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libstrsim-a9d3cbd7c8322457.rmeta --extern syn=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libsyn-d99662c89ceee94a.rmeta --cap-lints allow`
2025-08-20T22:57:43.1061567Z [00:02:18.625]➜       Running `/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/signal-hook-0938eb79884e8423/build-script-build`
2025-08-20T22:57:43.1162075Z [00:02:18.634]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name nix --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.29.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="fs"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "fanotify", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=24b62c30f2fd4c15 -C extra-filename=-032e9fb9615a3d90 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern bitflags=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libbitflags-170aa612b78399d4.rmeta --extern cfg_if=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libcfg_if-1ed7b8522209b26f.rmeta --extern libc=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/liblibc-20077f1246cac036.rmeta --cap-lints allow --cfg linux --cfg linux_android --check-cfg 'cfg(android)' --check-cfg 'cfg(dragonfly)' --check-cfg 'cfg(ios)' --check-cfg 'cfg(freebsd)' --check-cfg 'cfg(illumos)' --check-cfg 'cfg(linux)' --check-cfg 'cfg(macos)' --check-cfg 'cfg(netbsd)' --check-cfg 'cfg(openbsd)' --check-cfg 'cfg(solaris)' --check-cfg 'cfg(watchos)' --check-cfg 'cfg(tvos)' --check-cfg 'cfg(visionos)' --check-cfg 'cfg(apple_targets)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(bsd_without_apple)' --check-cfg 'cfg(linux_android)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(apple_targets)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(bsd_without_apple)' --check-cfg 'cfg(linux_android)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(fbsd14)' --check-cfg 'cfg(qemu)'`
2025-08-20T22:57:43.7270323Z [00:02:19.246]➜     Compiling either v1.15.0
2025-08-20T22:57:43.7286796Z [00:02:19.247]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name either --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/either-1.15.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std", "use_std"))' -C metadata=6fa768f4de8f28b8 -C extra-filename=-4baf76fac0f4cf78 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:57:44.1361506Z [00:02:19.655]➜     Compiling itoa v1.0.15
2025-08-20T22:57:44.1401480Z [00:02:19.659]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name itoa --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic"))' -C metadata=b72576fbbfef2ada -C extra-filename=-26c7b81a28d259c5 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:57:44.3100841Z [00:02:19.828]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name signal_hook --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-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 --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="iterator"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cc", "channel", "default", "extended-siginfo", "extended-siginfo-raw", "iterator"))' -C metadata=041b4d3a1202000b -C extra-filename=-76fa6e7babd7ff63 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-b66fa394134f7643.rmeta --extern signal_hook_registry=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsignal_hook_registry-f23f4a45bddc78cb.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:57:44.9523435Z [00:02:20.471]➜     Compiling libbpf-sys v1.5.0+v1.5.0
2025-08-20T22:57:44.9538893Z [00:02:20.472]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libbpf-sys-1.5.0+v1.5.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="static-libbpf"' --cfg 'feature="vendored-libbpf"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bindgen", "bindgen-source", "default", "novendor", "static", "static-libbpf", "static-libelf", "static-zlib", "vendored", "vendored-libbpf", "vendored-libelf", "vendored-zlib"))' -C metadata=46751267f6cad1ac -C extra-filename=-1c0d07195717f366 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/libbpf-sys-1c0d07195717f366 -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern cc=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libcc-4ac115a40c46fd7f.rlib --extern nix=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libnix-032e9fb9615a3d90.rlib --extern pkg_config=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libpkg_config-18929d2f95bd35e3.rlib --cap-lints allow`
2025-08-20T22:57:45.1974033Z [00:02:20.716]➜     Compiling aho-corasick v1.1.3
2025-08-20T22:57:45.1992507Z [00:02:20.718]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name aho_corasick --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="perf-literal"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "logging", "perf-literal", "std"))' -C metadata=c046c57ddbb4cbb5 -C extra-filename=-bc330f331785e35d --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern memchr=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libmemchr-688939387092212f.rmeta --cap-lints allow`
2025-08-20T22:57:45.2994149Z [00:02:20.818]➜     Compiling vsprintf v2.0.0
2025-08-20T22:57:45.3014279Z [00:02:20.818]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vsprintf-2.0.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b20b2635be259178 -C extra-filename=-8d7631a827fbe955 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/vsprintf-8d7631a827fbe955 -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern cc=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libcc-4ac115a40c46fd7f.rlib --cap-lints allow`
2025-08-20T22:57:45.4589044Z [00:02:20.977]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name aho_corasick --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="perf-literal"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "logging", "perf-literal", "std"))' -C metadata=ec5dbaa7058b6526 -C extra-filename=-7403284f1f5ef69e --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern memchr=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmemchr-e799659df7e28d12.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:57:45.9276479Z [00:02:21.446]➜     Compiling serde_derive v1.0.219
2025-08-20T22:57:45.9285766Z [00:02:21.447]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=3208b2ef929ce054 -C extra-filename=-12c4027b9ef93596 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libproc_macro2-670e3a35fc46366c.rlib --extern quote=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libquote-58ae1db5b5e0fa55.rlib --extern syn=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libsyn-d99662c89ceee94a.rlib --extern proc_macro --cap-lints allow`
2025-08-20T22:57:47.1037048Z [00:02:22.623]➜     Compiling darling_macro v0.20.11
2025-08-20T22:57:47.1048055Z [00:02:22.623]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name darling_macro --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_macro-0.20.11/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=d381672bdd96192b -C extra-filename=-e0b660ae4d79331e --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern darling_core=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libdarling_core-732d7c8ee8f73e1e.rlib --extern quote=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libquote-58ae1db5b5e0fa55.rlib --extern syn=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libsyn-d99662c89ceee94a.rlib --extern proc_macro --cap-lints allow`
2025-08-20T22:57:47.6633659Z [00:02:23.182]➜     Compiling slab v0.4.9
2025-08-20T22:57:47.6644976Z [00:02:23.183]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=cb9c72c72651c469 -C extra-filename=-633351352e28f91c --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/slab-633351352e28f91c -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern autocfg=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libautocfg-0ba5d927b1e035c5.rlib --cap-lints allow`
2025-08-20T22:57:47.7344931Z [00:02:23.253]➜     Compiling darling v0.20.11
2025-08-20T22:57:47.7366691Z [00:02:23.255]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name darling --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling-0.20.11/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 --warn=unexpected_cfgs --check-cfg 'cfg(compiletests)' -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="suggestions"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "diagnostics", "suggestions"))' -C metadata=62fd0d3d393c8ae9 -C extra-filename=-6db184139b13866c --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern darling_core=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libdarling_core-732d7c8ee8f73e1e.rmeta --extern darling_macro=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libdarling_macro-e0b660ae4d79331e.so --cap-lints allow`
2025-08-20T22:57:47.8001801Z [00:02:23.319]➜     Compiling ryu v1.0.20
2025-08-20T22:57:47.8037115Z [00:02:23.320]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name ryu --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.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("no-panic", "small"))' -C metadata=b9902fdd25376cbd -C extra-filename=-694316d3806572f1 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:57:47.8361983Z [00:02:23.355]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name equivalent --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/equivalent-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=05f2b1c33f0230e8 -C extra-filename=-b5ddd993fdca60cb --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:57:47.9103077Z [00:02:23.429]➜     Compiling unicode-width v0.1.14
2025-08-20T22:57:47.9121005Z [00:02:23.430]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name unicode_width --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-width-0.1.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 --cfg 'feature="cjk"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cjk", "compiler_builtins", "core", "default", "no_std", "rustc-dep-of-std", "std"))' -C metadata=34992fcb917c0a26 -C extra-filename=-ae29605e8bb5f11f --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:57:48.0718038Z [00:02:23.590]➜       Running `/root/.rustup/toolchains/stable-aarch64-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 embed-bitcode=no -C debug-assertions=off --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=a22908db47413f4d -C extra-filename=-75302223b2e4e5c6 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:57:48.1349262Z [00:02:23.654]➜     Compiling regex-syntax v0.8.5
2025-08-20T22:57:48.1373415Z [00:02:23.656]➜       Running `/root/.rustup/toolchains/stable-aarch64-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 embed-bitcode=no -C debug-assertions=off --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=2d60345c0ee22df4 -C extra-filename=-5bc4fd853bb1c4e6 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:57:48.9573971Z [00:02:24.476]➜     Compiling paste v1.0.15
2025-08-20T22:57:48.9590320Z [00:02:24.478]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/paste-1.0.15/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=25a31c761650791f -C extra-filename=-86fbadf795b6fc2f --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/paste-86fbadf795b6fc2f -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:57:49.1766316Z [00:02:24.695]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=625f5dbe7c42c498 -C extra-filename=-8375770a0aabfdd3 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:57:49.1792660Z [00:02:24.698]➜     Compiling futures-sink v0.3.31
2025-08-20T22:57:49.1800713Z [00:02:24.698]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name futures_sink --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-sink-0.3.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 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=5a093687268641e9 -C extra-filename=-1f73ff9c554e4477 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:57:49.2566635Z [00:02:24.775]➜     Compiling thiserror v1.0.69
2025-08-20T22:57:49.2578202Z [00:02:24.776]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-1.0.69/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=24e7e72a500f0d87 -C extra-filename=-8196f37f0d52254e --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/thiserror-8196f37f0d52254e -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:57:49.5545122Z [00:02:25.073]➜       Running `/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/paste-86fbadf795b6fc2f/build-script-build`
2025-08-20T22:57:49.5852037Z [00:02:25.104]➜     Compiling indexmap v2.9.0
2025-08-20T22:57:49.5863400Z [00:02:25.105]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name indexmap --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.9.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 '--allow=clippy::style' -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "borsh", "default", "quickcheck", "rayon", "serde", "std", "test_debug"))' -C metadata=185580fcdcdfacb6 -C extra-filename=-8a94e807394b9841 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern equivalent=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libequivalent-b5ddd993fdca60cb.rmeta --extern hashbrown=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libhashbrown-75302223b2e4e5c6.rmeta --cap-lints allow`
2025-08-20T22:57:50.3468103Z [00:02:25.866]➜       Running `/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/slab-633351352e28f91c/build-script-build`
2025-08-20T22:57:50.4138545Z [00:02:25.933]➜     Compiling strum_macros v0.26.4
2025-08-20T22:57:50.4149990Z [00:02:25.933]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name strum_macros --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum_macros-0.26.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=5bfc0f3a2b4f2414 -C extra-filename=-7b839f0eb0068b30 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern heck=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libheck-25103e7959c420e1.rlib --extern proc_macro2=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libproc_macro2-670e3a35fc46366c.rlib --extern quote=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libquote-58ae1db5b5e0fa55.rlib --extern rustversion=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/librustversion-4c0811fcef2fcd7e.so --extern syn=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libsyn-d99662c89ceee94a.rlib --extern proc_macro --cap-lints allow`
2025-08-20T22:57:50.4700720Z [00:02:25.989]➜     Compiling signal-hook-mio v0.2.4
2025-08-20T22:57:50.4711802Z [00:02:25.989]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name signal_hook_mio --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-mio-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 --cfg 'feature="mio-1_0"' --cfg 'feature="support-v1_0"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("mio-0_6", "mio-0_7", "mio-0_8", "mio-1_0", "mio-uds", "support-v0_6", "support-v0_7", "support-v0_8", "support-v1_0"))' -C metadata=b369d289ac0eb1fc -C extra-filename=-261f4b10527a50fe --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-b66fa394134f7643.rmeta --extern mio_1_0=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmio-c760a08121993bc9.rmeta --extern signal_hook=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsignal_hook-76fa6e7babd7ff63.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:57:50.5542893Z [00:02:26.073]➜     Compiling itertools v0.13.0
2025-08-20T22:57:50.5566609Z [00:02:26.075]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name itertools --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=891d34eb4ca9b4c6 -C extra-filename=-c4307ed1591dc7f8 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern either=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libeither-4baf76fac0f4cf78.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:57:50.8795981Z [00:02:26.398]➜       Running `/root/.rustup/toolchains/stable-aarch64-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 embed-bitcode=no -C debug-assertions=off --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=ff194f3f38834475 -C extra-filename=-8ca90201bfee8db1 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern serde_derive=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libserde_derive-12c4027b9ef93596.so --cap-lints allow --check-cfg 'cfg(no_core_cstr)' --check-cfg 'cfg(no_core_error)' --check-cfg 'cfg(no_core_net)' --check-cfg 'cfg(no_core_num_saturating)' --check-cfg 'cfg(no_core_try_from)' --check-cfg 'cfg(no_diagnostic_namespace)' --check-cfg 'cfg(no_float_copysign)' --check-cfg 'cfg(no_num_nonzero_signed)' --check-cfg 'cfg(no_relaxed_trait_bounds)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_systemtime_checked_add)' --check-cfg 'cfg(no_target_has_atomic)'`
2025-08-20T22:57:52.4234618Z [00:02:27.942]➜     Compiling regex-automata v0.4.9
2025-08-20T22:57:52.4251042Z [00:02:27.943]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name regex_automata --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dfa"' --cfg 'feature="dfa-build"' --cfg 'feature="dfa-onepass"' --cfg 'feature="dfa-search"' --cfg 'feature="hybrid"' --cfg 'feature="meta"' --cfg 'feature="nfa"' --cfg 'feature="nfa-backtrack"' --cfg 'feature="nfa-pikevm"' --cfg 'feature="nfa-thompson"' --cfg 'feature="perf"' --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=56e9b7cfbf96e33c -C extra-filename=-c8f0176502f961d3 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern aho_corasick=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libaho_corasick-7403284f1f5ef69e.rmeta --extern memchr=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmemchr-e799659df7e28d12.rmeta --extern regex_syntax=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_syntax-8375770a0aabfdd3.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:57:52.5758017Z [00:02:28.094]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name regex_automata --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --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=09166f3ce8cabd61 -C extra-filename=-861584bbdfccc9a2 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern aho_corasick=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libaho_corasick-bc330f331785e35d.rmeta --extern memchr=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libmemchr-688939387092212f.rmeta --extern regex_syntax=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libregex_syntax-5bc4fd853bb1c4e6.rmeta --cap-lints allow`
2025-08-20T22:57:53.3263845Z [00:02:28.845]➜     Compiling castaway v0.2.3
2025-08-20T22:57:53.3292415Z [00:02:28.848]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name castaway --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/castaway-0.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 --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=585274dac07c5ae7 -C extra-filename=-09523d0e493e2f78 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern rustversion=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/librustversion-4c0811fcef2fcd7e.so --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:57:53.4471132Z [00:02:28.966]➜     Compiling wayland-sys v0.31.6
2025-08-20T22:57:53.4499959Z [00:02:28.968]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wayland-sys-0.31.6/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("client", "cursor", "dlopen", "egl", "libc", "memoffset", "once_cell", "server"))' -C metadata=94a7414bc740fa30 -C extra-filename=-f2970919db69a1c1 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/wayland-sys-f2970919db69a1c1 -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern pkg_config=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libpkg_config-18929d2f95bd35e3.rlib --cap-lints allow`
2025-08-20T22:57:53.6516768Z [00:02:29.170]➜       Running `/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/serde-5af83531a6aafd86/build-script-build`
2025-08-20T22:57:53.6885373Z [00:02:29.207]➜     Compiling indoc v2.0.6
2025-08-20T22:57:53.6896233Z [00:02:29.208]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name indoc --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indoc-2.0.6/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=ae76cc004dfdfd0d -C extra-filename=-7bb603fa97472ef8 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern proc_macro --cap-lints allow`
2025-08-20T22:57:54.2767137Z [00:02:29.796]➜     Compiling utf8parse v0.2.2
2025-08-20T22:57:54.2777624Z [00:02:29.796]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name utf8parse --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf8parse-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly"))' -C metadata=66060cbc43272707 -C extra-filename=-654ab0e6866dede5 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:57:54.3923091Z [00:02:29.911]➜     Compiling getrandom v0.3.2
2025-08-20T22:57:54.3931025Z [00:02:29.911]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.2/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", "efi_rng", "rdrand", "rndr", "linux_getrandom", "linux_raw", "wasm_js"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_windows_legacy)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_linux_without_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --check-cfg 'cfg(target_os, values("cygwin"))' -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=aafe269f7f3db2b0 -C extra-filename=-b8e73fb24a286c53 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/getrandom-b8e73fb24a286c53 -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:57:54.8217367Z [00:02:30.340]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name semver --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/semver-1.0.26/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="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=488161e5209de70d -C extra-filename=-0b6ab4ee15e3cc68 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern serde=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libserde-8ca90201bfee8db1.rmeta --cap-lints allow --check-cfg 'cfg(no_alloc_crate)' --check-cfg 'cfg(no_const_vec_new)' --check-cfg 'cfg(no_exhaustive_int_match)' --check-cfg 'cfg(no_non_exhaustive)' --check-cfg 'cfg(no_nonzero_bitscan)' --check-cfg 'cfg(no_str_strip_prefix)' --check-cfg 'cfg(no_track_caller)' --check-cfg 'cfg(no_unsafe_op_in_unsafe_fn_lint)' --check-cfg 'cfg(test_node_semver)'`
2025-08-20T22:57:54.8730109Z [00:02:30.392]➜     Compiling toml_datetime v0.6.9
2025-08-20T22:57:54.8751976Z [00:02:30.393]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name toml_datetime --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_datetime-0.6.9/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 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=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' '--warn=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' -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=0dc2e83b0e186bed -C extra-filename=-b09521b0cfc6532d --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:57:55.0426877Z [00:02:30.562]➜     Compiling unicode-segmentation v1.12.0
2025-08-20T22:57:55.0441669Z [00:02:30.563]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name unicode_segmentation --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-segmentation-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no_std"))' -C metadata=92c91c08020cc0d2 -C extra-filename=-58a87eb00497feda --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:57:55.2464347Z [00:02:30.765]➜     Compiling rustc_version v0.4.1
2025-08-20T22:57:55.2475961Z [00:02:30.766]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name rustc_version --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustc_version-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5cd76fd6b86a0936 -C extra-filename=-3e3ee544a0b440b4 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern semver=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libsemver-0b6ab4ee15e3cc68.rmeta --cap-lints allow`
2025-08-20T22:57:55.3905318Z [00:02:30.909]➜     Compiling winnow v0.7.7
2025-08-20T22:57:55.3941009Z [00:02:30.912]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name winnow --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.7/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 --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=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' '--warn=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' -C debug-assertions=off --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=d68e799500672a39 -C extra-filename=-1284c79083f9004d --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:57:55.7321645Z [00:02:31.251]➜     Compiling static_assertions v1.1.0
2025-08-20T22:57:55.7328844Z [00:02:31.252]➜     Compiling regex v1.11.1
2025-08-20T22:57:55.7351309Z [00:02:31.253]➜       Running `/root/.rustup/toolchains/stable-aarch64-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 embed-bitcode=no -C debug-assertions=off --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=6c73622798329cb4 -C extra-filename=-acb0952c98de8bcc --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern aho_corasick=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libaho_corasick-bc330f331785e35d.rmeta --extern memchr=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libmemchr-688939387092212f.rmeta --extern regex_automata=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libregex_automata-861584bbdfccc9a2.rmeta --extern regex_syntax=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libregex_syntax-5bc4fd853bb1c4e6.rmeta --cap-lints allow`
2025-08-20T22:57:55.7366140Z [00:02:31.255]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name static_assertions --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/static_assertions-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=035a7bc98e2f8f4a -C extra-filename=-924a51dd0a6b3770 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:57:55.7986398Z [00:02:31.317]➜     Compiling compact_str v0.8.1
2025-08-20T22:57:55.8035396Z [00:02:31.322]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name compact_str --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compact_str-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "borsh", "bytes", "default", "diesel", "markup", "proptest", "quickcheck", "rkyv", "serde", "smallvec", "sqlx", "sqlx-mysql", "sqlx-postgres", "sqlx-sqlite", "std"))' -C metadata=022164c6077106a2 -C extra-filename=-35c9d56d72b3ef96 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern castaway=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcastaway-09523d0e493e2f78.rmeta --extern cfg_if=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcfg_if-5335dbb64cbcc9f5.rmeta --extern itoa=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libitoa-26c7b81a28d259c5.rmeta --extern rustversion=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/librustversion-4c0811fcef2fcd7e.so --extern ryu=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libryu-694316d3806572f1.rmeta --extern static_assertions=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libstatic_assertions-924a51dd0a6b3770.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:57:56.3706101Z [00:02:31.889]➜     Compiling unicode-truncate v1.1.0
2025-08-20T22:57:56.3744061Z [00:02:31.893]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name unicode_truncate --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-truncate-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=de6a1186b88e134d -C extra-filename=-f1fef8f1923a73a8 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern itertools=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libitertools-c4307ed1591dc7f8.rmeta --extern unicode_segmentation=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libunicode_segmentation-58a87eb00497feda.rmeta --extern unicode_width=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libunicode_width-ae29605e8bb5f11f.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:57:56.5604367Z [00:02:32.079]➜       Running `/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/getrandom-b8e73fb24a286c53/build-script-build`
2025-08-20T22:57:56.5680866Z [00:02:32.087]➜     Compiling instability v0.3.7
2025-08-20T22:57:56.5696111Z [00:02:32.088]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name instability --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/instability-0.3.7/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=a4bf6f61b1ffa4be -C extra-filename=-b6716b5ab3f4fc7b --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern darling=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libdarling-6db184139b13866c.rlib --extern indoc=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libindoc-7bb603fa97472ef8.so --extern proc_macro2=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libproc_macro2-670e3a35fc46366c.rlib --extern quote=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libquote-58ae1db5b5e0fa55.rlib --extern syn=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libsyn-d99662c89ceee94a.rlib --extern proc_macro --cap-lints allow`
2025-08-20T22:57:56.9978290Z [00:02:32.516]➜       Running `/root/.rustup/toolchains/stable-aarch64-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="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=0e448915c57c4fb0 -C extra-filename=-d72f8da9dde4f4a2 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern serde_derive=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libserde_derive-12c4027b9ef93596.so --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none --check-cfg 'cfg(no_core_cstr)' --check-cfg 'cfg(no_core_error)' --check-cfg 'cfg(no_core_net)' --check-cfg 'cfg(no_core_num_saturating)' --check-cfg 'cfg(no_core_try_from)' --check-cfg 'cfg(no_diagnostic_namespace)' --check-cfg 'cfg(no_float_copysign)' --check-cfg 'cfg(no_num_nonzero_signed)' --check-cfg 'cfg(no_relaxed_trait_bounds)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_systemtime_checked_add)' --check-cfg 'cfg(no_target_has_atomic)'`
2025-08-20T22:57:57.4046254Z [00:02:32.923]➜       Running `/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/wayland-sys-f2970919db69a1c1/build-script-build`
2025-08-20T22:57:57.4084300Z [00:02:32.927]➜     Compiling strum v0.26.3
2025-08-20T22:57:57.4097956Z [00:02:32.928]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name strum --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum-0.26.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="std"' --cfg 'feature="strum_macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "derive", "phf", "std", "strum_macros"))' -C metadata=a0d4302f95937a21 -C extra-filename=-2474f7698fd94ec1 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern strum_macros=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libstrum_macros-7b839f0eb0068b30.so --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:57:57.4728365Z [00:02:32.991]➜     Compiling crossterm v0.28.1
2025-08-20T22:57:57.4744667Z [00:02:32.992]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name crossterm --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossterm-0.28.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="bracketed-paste"' --cfg 'feature="default"' --cfg 'feature="event-stream"' --cfg 'feature="events"' --cfg 'feature="windows"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bracketed-paste", "default", "event-stream", "events", "filedescriptor", "libc", "serde", "use-dev-tty", "windows"))' -C metadata=e25368b26db3c5b4 -C extra-filename=-43097e7b40ae7335 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern bitflags=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbitflags-dadc80606a3f6919.rmeta --extern futures_core=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_core-9b9c66b12a641e5c.rmeta --extern mio=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmio-c760a08121993bc9.rmeta --extern parking_lot=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libparking_lot-d11fa2de6725b8d6.rmeta --extern rustix=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librustix-b009d707fe32ccef.rmeta --extern signal_hook=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsignal_hook-76fa6e7babd7ff63.rmeta --extern signal_hook_mio=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsignal_hook_mio-261f4b10527a50fe.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:57:57.9368531Z [00:02:33.456]➜     Compiling toml_edit v0.22.25
2025-08-20T22:57:57.9390544Z [00:02:33.457]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name toml_edit --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.25/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 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=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' '--warn=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' -C debug-assertions=off --cfg 'feature="parse"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "display", "parse", "perf", "serde", "unbounded"))' -C metadata=fa2b4934f2a08277 -C extra-filename=-2c6332b97eba28df --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern indexmap=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libindexmap-8a94e807394b9841.rmeta --extern toml_datetime=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libtoml_datetime-b09521b0cfc6532d.rmeta --extern winnow=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libwinnow-1284c79083f9004d.rmeta --cap-lints allow`
2025-08-20T22:57:58.0274534Z [00:02:33.546]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=ca31e3a4e9dba46f -C extra-filename=-f052e07284ae880a --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:57:58.3042476Z [00:02:33.823]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name paste --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/paste-1.0.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=25c4d466992e83fd -C extra-filename=-fbdf26ac509ef3cc --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern proc_macro --cap-lints allow --check-cfg 'cfg(no_literal_fromstr)' --check-cfg 'cfg(feature, values("protocol_feature_paste"))'`
2025-08-20T22:57:58.9727705Z [00:02:34.492]➜     Compiling futures-channel v0.3.31
2025-08-20T22:57:58.9741211Z [00:02:34.492]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name futures_channel --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-channel-0.3.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 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --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=42f24a35005867b2 -C extra-filename=-79817f5a8bf363ff --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern futures_core=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_core-9b9c66b12a641e5c.rmeta --extern futures_sink=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_sink-1f73ff9c554e4477.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:57:59.2083921Z [00:02:34.727]➜     Compiling thiserror-impl v1.0.69
2025-08-20T22:57:59.2095038Z [00:02:34.728]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name thiserror_impl --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-1.0.69/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=023344331ab172b5 -C extra-filename=-10934afd33c4e919 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libproc_macro2-670e3a35fc46366c.rlib --extern quote=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libquote-58ae1db5b5e0fa55.rlib --extern syn=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libsyn-d99662c89ceee94a.rlib --extern proc_macro --cap-lints allow`
2025-08-20T22:58:00.7266549Z [00:02:36.245]➜     Compiling futures-macro v0.3.31
2025-08-20T22:58:00.7279616Z [00:02:36.246]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name futures_macro --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-macro-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=93063fa8b4eefa59 -C extra-filename=-42482d2b76efb22e --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libproc_macro2-670e3a35fc46366c.rlib --extern quote=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libquote-58ae1db5b5e0fa55.rlib --extern syn=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libsyn-d99662c89ceee94a.rlib --extern proc_macro --cap-lints allow`
2025-08-20T22:58:01.2343576Z [00:02:36.753]➜     Compiling lru v0.12.5
2025-08-20T22:58:01.2373755Z [00:02:36.756]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name lru --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lru-0.12.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="hashbrown"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "hashbrown", "nightly"))' -C metadata=be52501bc40c27e6 -C extra-filename=-1f6be96b5cc72bc5 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern hashbrown=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhashbrown-0cfaff6315dd60b6.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:58:01.2498373Z [00:02:36.768]➜     Compiling wayland-backend v0.3.8
2025-08-20T22:58:01.2511203Z [00:02:36.770]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wayland-backend-0.3.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("client_system", "dlopen", "log", "raw-window-handle", "rwh_06", "server_system"))' -C metadata=1c018d210ee53475 -C extra-filename=-c2a2719e4c915ff7 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/wayland-backend-c2a2719e4c915ff7 -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern cc=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libcc-4ac115a40c46fd7f.rlib --cap-lints allow`
2025-08-20T22:58:01.4024018Z [00:02:36.921]➜     Compiling unicode-width v0.2.0
2025-08-20T22:58:01.4037830Z [00:02:36.922]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name unicode_width --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-width-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="cjk"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cjk", "compiler_builtins", "core", "default", "no_std", "rustc-dep-of-std", "std"))' -C metadata=69745e8fc4513b16 -C extra-filename=-7ded428ff597e470 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:58:01.4144922Z [00:02:36.932]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name utf8parse --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf8parse-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly"))' -C metadata=eeee354482d5f1c3 -C extra-filename=-978935a34c60a6d5 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:58:01.5165126Z [00:02:37.035]➜     Compiling futures-io v0.3.31
2025-08-20T22:58:01.5173361Z [00:02:37.036]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name futures_io --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-io-0.3.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 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std", "unstable"))' -C metadata=02e2376044e8eb63 -C extra-filename=-1a540f396ba90f4f --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:58:01.7161608Z [00:02:37.235]➜     Compiling cassowary v0.3.0
2025-08-20T22:58:01.7196960Z [00:02:37.236]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name cassowary --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cassowary-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=469125a03b3f297d -C extra-filename=-48d8304561d08d79 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:58:01.7309431Z [00:02:37.250]➜     Compiling futures-task v0.3.31
2025-08-20T22:58:01.7325183Z [00:02:37.251]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name futures_task --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-task-0.3.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 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --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=2b7ddfa57c526d29 -C extra-filename=-76ff4ecc6a593659 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:58:01.7442064Z [00:02:37.263]➜     Compiling pin-utils v0.1.0
2025-08-20T22:58:01.7463758Z [00:02:37.265]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=e0aada7988b58cc7 -C extra-filename=-862e04ea43454f7b --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:58:01.7756652Z [00:02:37.294]➜     Compiling anstyle-parse v0.2.6
2025-08-20T22:58:01.7774747Z [00:02:37.295]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name anstyle_parse --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-parse-0.2.6/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 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=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' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::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' -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="utf8"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("core", "default", "utf8"))' -C metadata=7615b3fa5ebf9f68 -C extra-filename=-7600fb79de291417 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern utf8parse=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libutf8parse-978935a34c60a6d5.rmeta --cap-lints allow`
2025-08-20T22:58:01.8233878Z [00:02:37.342]➜       Running `/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/wayland-backend-c2a2719e4c915ff7/build-script-build`
2025-08-20T22:58:01.8290672Z [00:02:37.348]➜     Compiling proc-macro-crate v3.3.0
2025-08-20T22:58:01.8326953Z [00:02:37.348]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name proc_macro_crate --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-crate-3.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f13ce2d96dbdebab -C extra-filename=-bdbb5b0dec8aac31 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern toml_edit=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libtoml_edit-2c6332b97eba28df.rmeta --cap-lints allow`
2025-08-20T22:58:01.9276279Z [00:02:37.446]➜     Compiling futures-util v0.3.31
2025-08-20T22:58:01.9312756Z [00:02:37.449]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name futures_util --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.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 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="async-await-macro"' --cfg 'feature="channel"' --cfg 'feature="futures-channel"' --cfg 'feature="futures-io"' --cfg 'feature="futures-macro"' --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=04915eb3385c30b4 -C extra-filename=-af144080a71152d2 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern futures_channel=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_channel-79817f5a8bf363ff.rmeta --extern futures_core=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_core-9b9c66b12a641e5c.rmeta --extern futures_io=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_io-1a540f396ba90f4f.rmeta --extern futures_macro=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libfutures_macro-42482d2b76efb22e.so --extern futures_sink=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_sink-1f73ff9c554e4477.rmeta --extern futures_task=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_task-76ff4ecc6a593659.rmeta --extern memchr=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmemchr-e799659df7e28d12.rmeta --extern pin_project_lite=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpin_project_lite-7f1b0160d6667c1c.rmeta --extern pin_utils=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpin_utils-862e04ea43454f7b.rmeta --extern slab=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libslab-f052e07284ae880a.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:58:01.9947724Z [00:02:37.513]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name wayland_sys --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wayland-sys-0.31.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("client", "cursor", "dlopen", "egl", "libc", "memoffset", "once_cell", "server"))' -C metadata=a00f8febc5eb5523 -C extra-filename=-60eb6645e22482c6 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:58:02.1255721Z [00:02:37.644]➜     Compiling ratatui v0.29.0
2025-08-20T22:58:02.1280548Z [00:02:37.645]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name ratatui --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ratatui-0.29.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=clippy::pedantic' '--warn=clippy::cargo' '--warn=clippy::use_self' --forbid=unsafe_code '--warn=clippy::unnecessary_self_imports' '--warn=clippy::string_to_string' '--warn=clippy::string_slice' '--warn=clippy::string_lit_chars_any' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::redundant_type_annotations' '--warn=clippy::or_fun_call' '--warn=clippy::needless_raw_strings' '--warn=clippy::needless_pass_by_ref_mut' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::module_inception' '--warn=clippy::mod_module_files' '--warn=clippy::mixed_read_write_in_expression' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--warn=clippy::missing_const_for_fn' '--warn=clippy::map_err_ignore' '--warn=clippy::format_push_string' '--warn=clippy::fn_to_numeric_cast_any' '--warn=clippy::equatable_if_let' '--warn=clippy::empty_line_after_doc_comments' '--warn=clippy::else_if_without_else' '--warn=clippy::deref_by_slicing' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--warn=clippy::as_underscore' --cfg 'feature="crossterm"' --cfg 'feature="default"' --cfg 'feature="underline-color"' --cfg 'feature="unstable-rendered-line-info"' --cfg 'feature="unstable-widget-ref"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-widgets", "crossterm", "default", "document-features", "macros", "palette", "scrolling-regions", "serde", "termion", "termwiz", "underline-color", "unstable", "unstable-backend-writer", "unstable-rendered-line-info", "unstable-widget-ref", "widget-calendar"))' -C metadata=376a5b18e5e9d0f3 -C extra-filename=-d602d7defa607273 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern bitflags=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbitflags-dadc80606a3f6919.rmeta --extern cassowary=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcassowary-48d8304561d08d79.rmeta --extern compact_str=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcompact_str-35c9d56d72b3ef96.rmeta --extern crossterm=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossterm-43097e7b40ae7335.rmeta --extern indoc=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libindoc-7bb603fa97472ef8.so --extern instability=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libinstability-b6716b5ab3f4fc7b.so --extern itertools=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libitertools-c4307ed1591dc7f8.rmeta --extern lru=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblru-1f6be96b5cc72bc5.rmeta --extern paste=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libpaste-fbdf26ac509ef3cc.so --extern strum=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libstrum-2474f7698fd94ec1.rmeta --extern unicode_segmentation=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libunicode_segmentation-58a87eb00497feda.rmeta --extern unicode_truncate=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libunicode_truncate-f1fef8f1923a73a8.rmeta --extern unicode_width=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libunicode_width-7ded428ff597e470.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:58:02.5144514Z [00:02:38.032]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name getrandom --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-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 --warn=unexpected_cfgs --check-cfg 'cfg(getrandom_backend, values("custom", "efi_rng", "rdrand", "rndr", "linux_getrandom", "linux_raw", "wasm_js"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_windows_legacy)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_linux_without_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("rustc-dep-of-std", "std", "wasm_js"))' -C metadata=7a715d73a2c740ef -C extra-filename=-b5ce1d847d245e7d --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern cfg_if=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcfg_if-5335dbb64cbcc9f5.rmeta --extern libc=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-b66fa394134f7643.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:58:02.7209743Z [00:02:38.240]➜     Compiling clap_derive v4.5.32
2025-08-20T22:58:02.7251544Z [00:02:38.243]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name clap_derive --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' -C debug-assertions=off --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug", "default", "deprecated", "raw-deprecated", "unstable-markdown", "unstable-v5"))' -C metadata=d59028600c975df1 -C extra-filename=-34492743f39d66aa --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern heck=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libheck-25103e7959c420e1.rlib --extern proc_macro2=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libproc_macro2-670e3a35fc46366c.rlib --extern quote=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libquote-58ae1db5b5e0fa55.rlib --extern syn=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libsyn-d99662c89ceee94a.rlib --extern proc_macro --cap-lints allow`
2025-08-20T22:58:02.8060242Z [00:02:38.324]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name indexmap --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.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 '--allow=clippy::style' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "borsh", "default", "quickcheck", "rayon", "serde", "std", "test_debug"))' -C metadata=f6bb0acadce6893d -C extra-filename=-d177a20394edbb52 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern equivalent=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libequivalent-227a987576108267.rmeta --extern hashbrown=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhashbrown-0cfaff6315dd60b6.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:58:03.8914626Z [00:02:39.410]➜     Compiling quick-xml v0.37.5
2025-08-20T22:58:03.8941217Z [00:02:39.413]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name quick_xml --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quick-xml-0.37.5/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("arbitrary", "async-tokio", "default", "document-features", "encoding", "encoding_rs", "escape-html", "overlapped-lists", "serde", "serde-types", "serialize", "tokio"))' -C metadata=701abcb943ff19a3 -C extra-filename=-69fa7e42df233a66 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern memchr=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libmemchr-688939387092212f.rmeta --cap-lints allow`
2025-08-20T22:58:05.2034057Z [00:02:40.722]➜     Compiling tracing-core v0.1.33
2025-08-20T22:58:05.2048453Z [00:02:40.723]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name tracing_core --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.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 --warn=unexpected_cfgs --check-cfg 'cfg(flaky_tests)' --check-cfg 'cfg(tracing_unstable)' --cfg 'feature="default"' --cfg 'feature="once_cell"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "once_cell", "std", "valuable"))' -C metadata=a21f84dc7e9b08f7 -C extra-filename=-eaf228cf12ff9b8f --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern once_cell=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libonce_cell-bf549e27d6efb313.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:58:05.3698397Z [00:02:40.888]➜     Compiling is_terminal_polyfill v1.70.1
2025-08-20T22:58:05.3709416Z [00:02:40.889]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name is_terminal_polyfill --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/is_terminal_polyfill-1.70.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' -C debug-assertions=off --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default"))' -C metadata=5cee05c28d67582b -C extra-filename=-1c45283c6e56c87a --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:58:05.4364576Z [00:02:40.955]➜     Compiling colorchoice v1.0.3
2025-08-20T22:58:05.4375719Z [00:02:40.955]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name colorchoice --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorchoice-1.0.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 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=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' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::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' -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a61c3f820fa85738 -C extra-filename=-32c0e8df2afc1e91 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:58:05.4939741Z [00:02:41.012]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.2/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", "efi_rng", "rdrand", "rndr", "linux_getrandom", "linux_raw", "wasm_js"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_windows_legacy)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_linux_without_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --check-cfg 'cfg(target_os, values("cygwin"))' -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("rustc-dep-of-std", "std", "wasm_js"))' -C metadata=a862d8baaf0f4864 -C extra-filename=-0fd0609afce44135 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/getrandom-0fd0609afce44135 -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:58:05.5530215Z [00:02:41.072]➜     Compiling serde_json v1.0.140
2025-08-20T22:58:05.5536505Z [00:02:41.072]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.140/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"' --cfg 'feature="unbounded_depth"' --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=ec469fbf8097684b -C extra-filename=-cdacff90362a75bb --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/serde_json-cdacff90362a75bb -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:58:05.7048952Z [00:02:41.224]➜     Compiling anstyle-query v1.1.2
2025-08-20T22:58:05.7061869Z [00:02:41.224]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name anstyle_query --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-query-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 embed-bitcode=no --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=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' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::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' -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ce5e1330f88ffa6a -C extra-filename=-ef38611df44ed449 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:58:05.7982289Z [00:02:41.316]➜     Compiling camino v1.1.9
2025-08-20T22:58:05.7985447Z [00:02:41.316]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/camino-1.1.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="serde"' --cfg 'feature="serde1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest", "proptest1", "serde", "serde1"))' -C metadata=e2561a2b531741d6 -C extra-filename=-29851a967b129939 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/camino-29851a967b129939 -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:58:05.8050102Z [00:02:41.323]➜     Compiling downcast-rs v1.2.1
2025-08-20T22:58:05.8054865Z [00:02:41.323]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name downcast_rs --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/downcast-rs-1.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=d4814b3a8ad15438 -C extra-filename=-e5e24ae8668af1dc --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:58:05.8695495Z [00:02:41.387]➜     Compiling lazy_static v1.5.0
2025-08-20T22:58:05.8700604Z [00:02:41.387]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name lazy_static --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("spin", "spin_no_std"))' -C metadata=4e57136c74e6c8a2 -C extra-filename=-a7a7d1b21152584a --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:58:05.9349329Z [00:02:41.453]➜     Compiling wayland-client v0.31.8
2025-08-20T22:58:05.9352585Z [00:02:41.453]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wayland-client-0.31.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("log"))' -C metadata=6cc2d7c4e15dac5d -C extra-filename=-bcd5f553897946b9 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/wayland-client-bcd5f553897946b9 -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:58:06.0522957Z [00:02:41.571]➜     Compiling regex-syntax v0.6.29
2025-08-20T22:58:06.0528880Z [00:02:41.571]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name regex_syntax --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.6.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="unicode"' --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", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"))' -C metadata=164ad3d523ce15c1 -C extra-filename=-4849e7ad3b33d56c --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:58:06.0802984Z [00:02:41.599]➜     Compiling anstyle v1.0.10
2025-08-20T22:58:06.0815065Z [00:02:41.599]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name anstyle --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-1.0.10/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 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=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' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::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' -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=8b09a7db85259f9a -C extra-filename=-b2ffee21e8974235 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:58:06.3190346Z [00:02:41.838]➜     Compiling anstream v0.6.18
2025-08-20T22:58:06.3222885Z [00:02:41.838]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name anstream --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstream-0.6.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=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' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::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' -C debug-assertions=off --cfg 'feature="auto"' --cfg 'feature="default"' --cfg 'feature="wincon"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("auto", "default", "test", "wincon"))' -C metadata=0367fc3a528b376c -C extra-filename=-007d10b213eb8916 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern anstyle=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libanstyle-b2ffee21e8974235.rmeta --extern anstyle_parse=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libanstyle_parse-7600fb79de291417.rmeta --extern anstyle_query=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libanstyle_query-ef38611df44ed449.rmeta --extern colorchoice=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libcolorchoice-32c0e8df2afc1e91.rmeta --extern is_terminal_polyfill=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libis_terminal_polyfill-1c45283c6e56c87a.rmeta --extern utf8parse=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libutf8parse-978935a34c60a6d5.rmeta --cap-lints allow`
2025-08-20T22:58:06.3763995Z [00:02:41.894]➜     Compiling futures-executor v0.3.31
2025-08-20T22:58:06.3782124Z [00:02:41.896]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name futures_executor --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-executor-0.3.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 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "num_cpus", "std", "thread-pool"))' -C metadata=9f5b3f8ed8ece6aa -C extra-filename=-f2e00fd98470a358 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern futures_core=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_core-9b9c66b12a641e5c.rmeta --extern futures_task=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_task-76ff4ecc6a593659.rmeta --extern futures_util=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_util-af144080a71152d2.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:58:06.4198666Z [00:02:41.939]➜       Running `/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/wayland-client-bcd5f553897946b9/build-script-build`
2025-08-20T22:58:06.4298895Z [00:02:41.949]➜       Running `/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/camino-29851a967b129939/build-script-build`
2025-08-20T22:58:06.4757004Z [00:02:41.994]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name wayland_backend --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wayland-backend-0.3.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("client_system", "dlopen", "log", "raw-window-handle", "rwh_06", "server_system"))' -C metadata=0a586d22a8514d34 -C extra-filename=-3383c19538ee007a --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern downcast_rs=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libdowncast_rs-e5e24ae8668af1dc.rmeta --extern rustix=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librustix-b009d707fe32ccef.rmeta --extern smallvec=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsmallvec-5075877457cfb525.rmeta --extern wayland_sys=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwayland_sys-60eb6645e22482c6.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none --check-cfg 'cfg(coverage)'`
2025-08-20T22:58:06.7626277Z [00:02:42.281]➜       Running `/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/getrandom-0fd0609afce44135/build-script-build`
2025-08-20T22:58:06.7683276Z [00:02:42.287]➜       Running `/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/serde_json-cdacff90362a75bb/build-script-build`
2025-08-20T22:58:06.7780644Z [00:02:42.297]➜     Compiling wayland-scanner v0.31.6
2025-08-20T22:58:06.7812694Z [00:02:42.300]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name wayland_scanner --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wayland-scanner-0.31.6/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=aa240ae80e0fb21f -C extra-filename=-2b4ee375a1888f3a --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libproc_macro2-670e3a35fc46366c.rlib --extern quick_xml=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libquick_xml-69fa7e42df233a66.rlib --extern quote=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libquote-58ae1db5b5e0fa55.rlib --extern proc_macro --cap-lints allow`
2025-08-20T22:58:06.9033828Z [00:02:42.422]➜     Compiling rstest_macros v0.23.0
2025-08-20T22:58:06.9042624Z [00:02:42.423]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rstest_macros-0.23.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="async-timeout"' --cfg 'feature="crate-name"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-timeout", "crate-name", "default"))' -C metadata=b40bd34e6cb2a796 -C extra-filename=-2a7a1e9eb56dfb56 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/rstest_macros-2a7a1e9eb56dfb56 -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern rustc_version=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/librustc_version-3e3ee544a0b440b4.rlib --cap-lints allow`
2025-08-20T22:58:07.2698144Z [00:02:42.789]➜       Running `/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/thiserror-8196f37f0d52254e/build-script-build`
2025-08-20T22:58:07.4025311Z [00:02:42.921]➜     Compiling tracing-attributes v0.1.28
2025-08-20T22:58:07.4034842Z [00:02:42.922]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name tracing_attributes --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-attributes-0.1.28/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(flaky_tests)' --check-cfg 'cfg(tracing_unstable)' -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-await"))' -C metadata=3534e1223851a6ec -C extra-filename=-98a58df5e486f4b0 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libproc_macro2-670e3a35fc46366c.rlib --extern quote=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libquote-58ae1db5b5e0fa55.rlib --extern syn=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libsyn-d99662c89ceee94a.rlib --extern proc_macro --cap-lints allow`
2025-08-20T22:58:08.5718891Z [00:02:44.091]➜     Compiling regex-automata v0.1.10
2025-08-20T22:58:08.5728804Z [00:02:44.091]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name regex_automata --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.1.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="default"' --cfg 'feature="regex-syntax"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "fst", "regex-syntax", "std", "transducer"))' -C metadata=a7ea60e54bee2d6b -C extra-filename=-39665bc2e9941bdb --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern regex_syntax=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_syntax-4849e7ad3b33d56c.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:58:08.9815179Z [00:02:44.500]➜       Running `/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/vsprintf-8d7631a827fbe955/build-script-build`
2025-08-20T22:58:09.1308111Z [00:02:44.650]➜       Running `/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/libbpf-sys-1c0d07195717f366/build-script-build`
2025-08-20T22:58:09.7646302Z [00:02:45.283]➜       Running `/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/rustix-37293101cfebc25a/build-script-build`
2025-08-20T22:58:09.8481121Z [00:02:45.367]➜     Compiling linux-raw-sys v0.9.4
2025-08-20T22:58:09.8509423Z [00:02:45.369]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name linux_raw_sys --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.9.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(target_arch, values("xtensa"))' -C debug-assertions=off --cfg 'feature="elf"' --cfg 'feature="errno"' --cfg 'feature="general"' --cfg 'feature="ioctl"' --cfg 'feature="no_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bootparam", "btrfs", "compiler_builtins", "core", "default", "elf", "elf_uapi", "errno", "general", "if_arp", "if_ether", "if_packet", "image", "io_uring", "ioctl", "landlock", "loop_device", "mempolicy", "net", "netlink", "no_std", "prctl", "ptrace", "rustc-dep-of-std", "std", "system", "xdp"))' -C metadata=1ee50ef22ca7a202 -C extra-filename=-325b414cbab3cc39 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:58:10.7290513Z [00:02:46.248]➜     Compiling zerocopy v0.8.25
2025-08-20T22:58:10.7298879Z [00:02:46.248]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.25/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="simd"' --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=458226d908883fda -C extra-filename=-7948ee4c65c20b6e --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/zerocopy-7948ee4c65c20b6e -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:58:10.9448029Z [00:02:46.463]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name unicode_segmentation --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-segmentation-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 embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no_std"))' -C metadata=bd34e3c82982bc96 -C extra-filename=-39bb4b9acd2520cd --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:58:11.1148923Z [00:02:46.633]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name ryu --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.20/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-panic", "small"))' -C metadata=d8abb441b71dd9a2 -C extra-filename=-a80d36219da43c14 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:58:11.2185178Z [00:02:46.737]➜     Compiling anyhow v1.0.98
2025-08-20T22:58:11.2211117Z [00:02:46.740]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.98/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=643e54d27fa0bcee -C extra-filename=-a15a6534729acd94 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/anyhow-a15a6534729acd94 -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:58:11.3265649Z [00:02:46.845]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name itoa --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic"))' -C metadata=c3bf566224b04325 -C extra-filename=-3f4442783b425d26 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:58:11.4305277Z [00:02:46.949]➜     Compiling clap_lex v0.7.4
2025-08-20T22:58:11.4335280Z [00:02:46.950]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name clap_lex --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_lex-0.7.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 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d3e8001ecfb30976 -C extra-filename=-d83acb44fdd14ec4 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:58:11.4569956Z [00:02:46.976]➜     Compiling overload v0.1.1
2025-08-20T22:58:11.4578342Z [00:02:46.976]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name overload --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/overload-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ab0b2791e2810546 -C extra-filename=-814595d2adde431b --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:58:11.5074965Z [00:02:47.026]➜     Compiling nu-ansi-term v0.46.0
2025-08-20T22:58:11.5082866Z [00:02:47.026]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name nu_ansi_term --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nu-ansi-term-0.46.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("derive_serde_style", "serde"))' -C metadata=373962f59be207d2 -C extra-filename=-0cb81f1c26a44ea8 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern overload=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liboverload-814595d2adde431b.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:58:11.5756301Z [00:02:47.093]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name serde_json --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.140/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"' --cfg 'feature="unbounded_depth"' --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=f65ec98471ae6af2 -C extra-filename=-cb13a687b01245d7 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern itoa=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libitoa-3f4442783b425d26.rmeta --extern memchr=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libmemchr-688939387092212f.rmeta --extern ryu=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libryu-a80d36219da43c14.rmeta --extern serde=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libserde-8ca90201bfee8db1.rmeta --cap-lints allow --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'`
2025-08-20T22:58:11.5790884Z [00:02:47.098]➜       Running `/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/anyhow-a15a6534729acd94/build-script-build`
2025-08-20T22:58:11.6893861Z [00:02:47.208]➜     Compiling clap_builder v4.5.37
2025-08-20T22:58:11.6910597Z [00:02:47.208]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name clap_builder --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.37/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 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' -C debug-assertions=off --cfg 'feature="color"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cargo", "color", "debug", "default", "deprecated", "env", "error-context", "help", "std", "string", "suggestions", "unicode", "unstable-doc", "unstable-ext", "unstable-styles", "unstable-v5", "usage", "wrap_help"))' -C metadata=e436575dea4cf6d3 -C extra-filename=-ae2d242b57c3355d --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern anstream=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libanstream-007d10b213eb8916.rmeta --extern anstyle=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libanstyle-b2ffee21e8974235.rmeta --extern clap_lex=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libclap_lex-d83acb44fdd14ec4.rmeta --extern strsim=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libstrsim-a9d3cbd7c8322457.rmeta --cap-lints allow`
2025-08-20T22:58:11.6947184Z [00:02:47.211]➜     Compiling convert_case v0.6.0
2025-08-20T22:58:11.6950681Z [00:02:47.211]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name convert_case --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/convert_case-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 embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("rand", "random"))' -C metadata=c564fc830986801c -C extra-filename=-0ed7f6968be59bac --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern unicode_segmentation=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libunicode_segmentation-39bb4b9acd2520cd.rmeta --cap-lints allow`
2025-08-20T22:58:11.9139560Z [00:02:47.433]➜       Running `/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/zerocopy-7948ee4c65c20b6e/build-script-build`
2025-08-20T22:58:11.9537603Z [00:02:47.472]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name rustix --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.0.5/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 --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(error_in_core)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(wasip2)' --check-cfg 'cfg(target_arch, values("xtensa"))' --check-cfg 'cfg(target_os, values("cygwin"))' -C debug-assertions=off --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "libc", "libc_errno", "linux_4_11", "linux_5_1", "linux_5_11", "linux_latest", "mm", "mount", "net", "param", "pipe", "process", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=2c6df9ecb90f5ce0 -C extra-filename=-319b047d7383ce8d --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern bitflags=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libbitflags-170aa612b78399d4.rmeta --extern linux_raw_sys=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/liblinux_raw_sys-325b414cbab3cc39.rmeta --cap-lints allow --cfg static_assertions --cfg linux_raw --cfg linux_like --cfg linux_kernel`
2025-08-20T22:58:12.0155739Z [00:02:47.534]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name libbpf_sys --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libbpf-sys-1.5.0+v1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --crate-type staticlib --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="static-libbpf"' --cfg 'feature="vendored-libbpf"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bindgen", "bindgen-source", "default", "novendor", "static", "static-libbpf", "static-libelf", "static-zlib", "vendored", "vendored-libbpf", "vendored-libelf", "vendored-zlib"))' -C metadata=f68173ebc90947c6 -C extra-filename=-155bbd8720461739 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --cap-lints allow -L native=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/libbpf-sys-581129f32eb7a6af/out -l elf -l z -l static=bpf`
2025-08-20T22:58:12.2724322Z [00:02:47.791]➜     Compiling matchers v0.1.0
2025-08-20T22:58:12.2729726Z [00:02:47.791]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name matchers --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/matchers-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=3abd18c010de512a -C extra-filename=-4f869cf49b18acf3 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern regex_automata=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_automata-39665bc2e9941bdb.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:58:12.4746894Z [00:02:47.993]➜     Compiling tracing v0.1.41
2025-08-20T22:58:12.4761714Z [00:02:47.994]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name tracing --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-0.1.41/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=unexpected_cfgs --check-cfg 'cfg(flaky_tests)' --check-cfg 'cfg(tracing_unstable)' --cfg 'feature="attributes"' --cfg 'feature="default"' --cfg 'feature="release_max_level_info"' --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=bf1d6d3f41ed6360 -C extra-filename=-3e9da42e845831ee --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern pin_project_lite=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpin_project_lite-7f1b0160d6667c1c.rmeta --extern tracing_attributes=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libtracing_attributes-98a58df5e486f4b0.so --extern tracing_core=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtracing_core-eaf228cf12ff9b8f.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:58:12.8406289Z [00:02:48.359]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name vsprintf --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vsprintf-2.0.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=d443569a64083490 -C extra-filename=-b750c5decec040ec --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/liblibc-20077f1246cac036.rmeta --cap-lints allow -L native=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/vsprintf-b450f7f27627cb83/out -l static=vsprintf`
2025-08-20T22:58:12.9332891Z [00:02:48.451]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name wayland_client --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wayland-client-0.31.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("log"))' -C metadata=ce25b24c5ca7d807 -C extra-filename=-fc2d4456be5a5ede --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern bitflags=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbitflags-dadc80606a3f6919.rmeta --extern rustix=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librustix-b009d707fe32ccef.rmeta --extern wayland_backend=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwayland_backend-3383c19538ee007a.rmeta --extern wayland_scanner=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libwayland_scanner-2b4ee375a1888f3a.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(coverage)'`
2025-08-20T22:58:13.0970822Z [00:02:48.615]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name thiserror --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-1.0.69/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=b07932c6445ae22f -C extra-filename=-d2dde55e87889e75 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern thiserror_impl=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libthiserror_impl-10934afd33c4e919.so --cap-lints allow --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)'`
2025-08-20T22:58:13.1912535Z [00:02:48.710]➜       Running `/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/rstest_macros-2a7a1e9eb56dfb56/build-script-build`
2025-08-20T22:58:13.2256655Z [00:02:48.744]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name getrandom --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-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 embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(getrandom_backend, values("custom", "efi_rng", "rdrand", "rndr", "linux_getrandom", "linux_raw", "wasm_js"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_windows_legacy)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_linux_without_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --check-cfg 'cfg(target_os, values("cygwin"))' -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("rustc-dep-of-std", "std", "wasm_js"))' -C metadata=c9107eca14c50449 -C extra-filename=-67c992d4959b7c4b --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern cfg_if=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libcfg_if-1ed7b8522209b26f.rmeta --extern libc=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/liblibc-20077f1246cac036.rmeta --cap-lints allow`
2025-08-20T22:58:13.3477044Z [00:02:48.866]➜     Compiling futures v0.3.31
2025-08-20T22:58:13.3495326Z [00:02:48.867]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name futures --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-0.3.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 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="default"' --cfg 'feature="executor"' --cfg 'feature="futures-executor"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "async-await", "bilock", "cfg-target-has-atomic", "compat", "default", "executor", "futures-executor", "io-compat", "std", "thread-pool", "unstable", "write-all-vectored"))' -C metadata=b2e14064ed48436b -C extra-filename=-d4cc56faacb1ef31 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern futures_channel=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_channel-79817f5a8bf363ff.rmeta --extern futures_core=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_core-9b9c66b12a641e5c.rmeta --extern futures_executor=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_executor-f2e00fd98470a358.rmeta --extern futures_io=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_io-1a540f396ba90f4f.rmeta --extern futures_sink=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_sink-1f73ff9c554e4477.rmeta --extern futures_task=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_task-76ff4ecc6a593659.rmeta --extern futures_util=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_util-af144080a71152d2.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:58:13.3743092Z [00:02:48.893]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name camino --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/camino-1.1.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="serde"' --cfg 'feature="serde1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest", "proptest1", "serde", "serde1"))' -C metadata=853cc92d2f364328 -C extra-filename=-bb60e0a7b45e79a7 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern serde=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libserde-8ca90201bfee8db1.rmeta --cap-lints allow --cfg path_buf_capacity --cfg shrink_to --cfg try_reserve_2 --cfg path_buf_deref_mut --cfg os_str_bytes --cfg absolute_path --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(path_buf_deref_mut)' --check-cfg 'cfg(path_buf_capacity)' --check-cfg 'cfg(shrink_to)' --check-cfg 'cfg(try_reserve_2)' --check-cfg 'cfg(os_str_bytes)' --check-cfg 'cfg(absolute_path)'`
2025-08-20T22:58:13.4220362Z [00:02:48.941]➜     Compiling sharded-slab v0.1.7
2025-08-20T22:58:13.4225666Z [00:02:48.941]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name sharded_slab --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sharded-slab-0.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("loom"))' -C metadata=74a8d2112483ca3e -C extra-filename=-c87e086639dbd4ca --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern lazy_static=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblazy_static-a7a7d1b21152584a.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:58:13.9556184Z [00:02:49.474]➜     Compiling tracing-log v0.2.0
2025-08-20T22:58:13.9564603Z [00:02:49.475]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name tracing_log --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-log-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="log-tracer"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ahash", "default", "interest-cache", "log-tracer", "lru", "std"))' -C metadata=8addcf022d1ef26c -C extra-filename=-6def47fe14e62daf --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern log=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblog-7bd9b6a084c4e530.rmeta --extern once_cell=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libonce_cell-bf549e27d6efb313.rmeta --extern tracing_core=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtracing_core-eaf228cf12ff9b8f.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:58:14.3351489Z [00:02:49.853]➜       Running `/root/.rustup/toolchains/stable-aarch64-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="std"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-perl"' --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=17308adb3fdc24dc -C extra-filename=-3a595bc95a81b5bd --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern regex_automata=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_automata-c8f0176502f961d3.rmeta --extern regex_syntax=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_syntax-8375770a0aabfdd3.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:58:14.4721217Z [00:02:49.991]➜     Compiling cargo-platform v0.1.9
2025-08-20T22:58:14.4743032Z [00:02:49.992]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name cargo_platform --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cargo-platform-0.1.9/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 '--allow=clippy::all' '--warn=clippy::self_named_module_files' --warn=rust_2018_idioms '--allow=rustdoc::private_intra_doc_links' '--warn=clippy::print_stdout' '--warn=clippy::print_stderr' '--warn=clippy::disallowed_methods' '--warn=clippy::dbg_macro' -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f7bca46688df9c08 -C extra-filename=-cfde65fb58ed421a --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern serde=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libserde-8ca90201bfee8db1.rmeta --cap-lints allow`
2025-08-20T22:58:14.7947537Z [00:02:50.312]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name anstyle_parse --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-parse-0.2.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 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=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' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="utf8"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("core", "default", "utf8"))' -C metadata=3c659ba999432b9c -C extra-filename=-d9f762c54654b497 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern utf8parse=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libutf8parse-654ab0e6866dede5.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:58:14.9648604Z [00:02:50.484]➜       Running `/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/rustix-37293101cfebc25a/build-script-build`
2025-08-20T22:58:15.0130265Z [00:02:50.532]➜     Compiling thread_local v1.1.8
2025-08-20T22:58:15.0136060Z [00:02:50.532]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name thread_local --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thread_local-1.1.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("nightly"))' -C metadata=f3897ba91d73ba5e -C extra-filename=-7f87e4829ec63f50 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern cfg_if=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcfg_if-5335dbb64cbcc9f5.rmeta --extern once_cell=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libonce_cell-bf549e27d6efb313.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:58:15.0186192Z [00:02:50.537]➜     Compiling backtrace v0.3.71
2025-08-20T22:58:15.0190659Z [00:02:50.537]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/backtrace-0.3.71/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="gimli-symbolize"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("coresymbolication", "cpp_demangle", "dbghelp", "default", "dladdr", "gimli-symbolize", "kernel32", "libbacktrace", "libunwind", "rustc-serialize", "serde", "serialize-rustc", "serialize-serde", "std", "unix-backtrace", "verify-winapi", "winapi"))' -C metadata=bc382802a259669f -C extra-filename=-834343b451a7ccb0 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/backtrace-834343b451a7ccb0 -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern cc=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libcc-4ac115a40c46fd7f.rlib --cap-lints allow`
2025-08-20T22:58:15.2653874Z [00:02:50.784]➜     Compiling num-traits v0.2.19
2025-08-20T22:58:15.2710508Z [00:02:50.790]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=eab0cec1e600c777 -C extra-filename=-8a2b48344bfa1f02 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/num-traits-8a2b48344bfa1f02 -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern autocfg=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libautocfg-0ba5d927b1e035c5.rlib --cap-lints allow`
2025-08-20T22:58:15.3092010Z [00:02:50.827]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name colorchoice --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorchoice-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=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' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ad561afae0839777 -C extra-filename=-6013ebb501c1abed --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:58:15.3195343Z [00:02:50.837]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name anstyle --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-1.0.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' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::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' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=ace0b2c7f20e529f -C extra-filename=-74b0f744cbb31470 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:58:15.4151742Z [00:02:50.934]➜     Compiling gimli v0.28.1
2025-08-20T22:58:15.4161016Z [00:02:50.934]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name gimli --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gimli-0.28.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="read"' --cfg 'feature="read-core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "endian-reader", "fallible-iterator", "read", "read-all", "read-core", "rustc-dep-of-std", "std", "write"))' -C metadata=ce62855ec6779776 -C extra-filename=-4279674ee96871e1 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:58:15.4178626Z [00:02:50.937]➜     Compiling minimal-lexical v0.2.1
2025-08-20T22:58:15.4219131Z [00:02:50.937]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name minimal_lexical --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/minimal-lexical-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compact", "default", "lint", "nightly", "std"))' -C metadata=8a0b65754314aaf7 -C extra-filename=-79f70aa3ad38fa03 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:58:15.6216408Z [00:02:51.140]➜     Compiling relative-path v1.9.3
2025-08-20T22:58:15.6220650Z [00:02:51.141]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name relative_path --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/relative-path-1.9.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 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde"))' -C metadata=a4764b2f3ffa2e0b -C extra-filename=-c1d2746e2554844f --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:58:15.7803930Z [00:02:51.299]➜     Compiling version_check v0.9.5
2025-08-20T22:58:15.7837925Z [00:02:51.302]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name version_check --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/version_check-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 embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=43d181333b95717c -C extra-filename=-406723f2b4687b68 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:58:15.9365560Z [00:02:51.454]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name anstyle_query --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-query-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 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=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' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=873e16a806854108 -C extra-filename=-d3912d4c466823d0 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:58:16.0249318Z [00:02:51.543]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name once_cell --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="alloc"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "critical-section", "default", "parking_lot", "portable-atomic", "race", "std", "unstable"))' -C metadata=2e6a2a2f98bfb16e -C extra-filename=-3c0fde79d0894a68 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:58:16.2168953Z [00:02:51.736]➜     Compiling thiserror v2.0.12
2025-08-20T22:58:16.2173240Z [00:02:51.736]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.12/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=6df20d64be8ec8b6 -C extra-filename=-9498c34815b63e89 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/thiserror-9498c34815b63e89 -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:58:16.2450415Z [00:02:51.764]➜     Compiling fastrand v2.3.0
2025-08-20T22:58:16.2454636Z [00:02:51.764]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name fastrand --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fastrand-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 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", "default", "getrandom", "js", "std"))' -C metadata=010a59d269c6bcfa -C extra-filename=-b4b43277bd557253 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:58:16.3555066Z [00:02:51.873]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name is_terminal_polyfill --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/is_terminal_polyfill-1.70.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default"))' -C metadata=2e7ba8cbe2ecbdcb -C extra-filename=-d41033bcec586f6b --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:58:16.4014542Z [00:02:51.919]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name linux_raw_sys --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.9.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=unexpected_cfgs --check-cfg 'cfg(target_arch, values("xtensa"))' --cfg 'feature="elf"' --cfg 'feature="errno"' --cfg 'feature="general"' --cfg 'feature="ioctl"' --cfg 'feature="no_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bootparam", "btrfs", "compiler_builtins", "core", "default", "elf", "elf_uapi", "errno", "general", "if_arp", "if_ether", "if_packet", "image", "io_uring", "ioctl", "landlock", "loop_device", "mempolicy", "net", "netlink", "no_std", "prctl", "ptrace", "rustc-dep-of-std", "std", "system", "xdp"))' -C metadata=e865e9b5f518417d -C extra-filename=-5f3df5f2ce75b76c --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:58:16.5203958Z [00:02:52.039]➜     Compiling glob v0.3.2
2025-08-20T22:58:16.5211084Z [00:02:52.040]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name glob --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/glob-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 embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ee5965361c237d3f -C extra-filename=-556fae76214eb00e --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:58:16.5775759Z [00:02:52.096]➜     Compiling adler v1.0.2
2025-08-20T22:58:16.5785329Z [00:02:52.097]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name adler --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/adler-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "default", "rustc-dep-of-std", "std"))' -C metadata=d389c6fb62f80c3d -C extra-filename=-2bcb9686245b6bad --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:58:16.7815307Z [00:02:52.300]➜     Compiling fixedbitset v0.4.2
2025-08-20T22:58:16.7840726Z [00:02:52.303]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name fixedbitset --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fixedbitset-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=85aa415080f2897f -C extra-filename=-8c1e71c11c66ef81 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:58:17.0950917Z [00:02:52.614]➜     Compiling petgraph v0.6.5
2025-08-20T22:58:17.0960999Z [00:02:52.614]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name petgraph --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/petgraph-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="default"' --cfg 'feature="graphmap"' --cfg 'feature="matrix_graph"' --cfg 'feature="stable_graph"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "default", "generate", "graphmap", "matrix_graph", "quickcheck", "rayon", "serde", "serde-1", "serde_derive", "stable_graph", "unstable"))' -C metadata=710d0413aced6cbd -C extra-filename=-2b27708dec2b74ac --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern fixedbitset=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfixedbitset-8c1e71c11c66ef81.rmeta --extern indexmap=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libindexmap-d177a20394edbb52.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:58:17.1018725Z [00:02:52.620]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name rstest_macros --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rstest_macros-0.23.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 --cfg 'feature="async-timeout"' --cfg 'feature="crate-name"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-timeout", "crate-name", "default"))' -C metadata=89f0d4924002af42 -C extra-filename=-0eda5372e4498081 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern cfg_if=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libcfg_if-1ed7b8522209b26f.rlib --extern glob=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libglob-556fae76214eb00e.rlib --extern proc_macro_crate=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libproc_macro_crate-bdbb5b0dec8aac31.rlib --extern proc_macro2=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libproc_macro2-670e3a35fc46366c.rlib --extern quote=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libquote-58ae1db5b5e0fa55.rlib --extern regex=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libregex-acb0952c98de8bcc.rlib --extern relative_path=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/librelative_path-c1d2746e2554844f.rlib --extern syn=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libsyn-d99662c89ceee94a.rlib --extern unicode_ident=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libunicode_ident-6d6f85adf22ee534.rlib --extern proc_macro --cap-lints allow`
2025-08-20T22:58:17.1647502Z [00:02:52.683]➜     Compiling miniz_oxide v0.7.4
2025-08-20T22:58:17.1654954Z [00:02:52.684]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name miniz_oxide --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/miniz_oxide-0.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "rustc-dep-of-std", "simd", "simd-adler32", "std", "with-alloc"))' -C metadata=748566cb87042edb -C extra-filename=-8ece0687850eab22 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern adler=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libadler-2bcb9686245b6bad.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:58:17.2350580Z [00:02:52.753]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name rustix --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.0.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=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(error_in_core)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(wasip2)' --check-cfg 'cfg(target_arch, values("xtensa"))' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "libc", "libc_errno", "linux_4_11", "linux_5_1", "linux_5_11", "linux_latest", "mm", "mount", "net", "param", "pipe", "process", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=7089ec18870a2a7b -C extra-filename=-24bf95cb404e388c --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern bitflags=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbitflags-dadc80606a3f6919.rmeta --extern linux_raw_sys=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblinux_raw_sys-5f3df5f2ce75b76c.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none --cfg static_assertions --cfg linux_raw --cfg linux_like --cfg linux_kernel`
2025-08-20T22:58:17.8821801Z [00:02:53.401]➜       Running `/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/thiserror-9498c34815b63e89/build-script-build`
2025-08-20T22:58:18.0291778Z [00:02:53.548]➜     Compiling tempfile v3.19.1
2025-08-20T22:58:18.0299035Z [00:02:53.548]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name tempfile --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tempfile-3.19.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"' --cfg 'feature="getrandom"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "getrandom", "nightly", "unstable-windows-keep-open-tempfile"))' -C metadata=beb9ba867258ef93 -C extra-filename=-51a453f88c27a548 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern fastrand=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libfastrand-b4b43277bd557253.rmeta --extern getrandom=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libgetrandom-67c992d4959b7c4b.rmeta --extern once_cell=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libonce_cell-3c0fde79d0894a68.rmeta --extern rustix=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/librustix-319b047d7383ce8d.rmeta --cap-lints allow`
2025-08-20T22:58:18.6980312Z [00:02:54.217]➜     Compiling addr2line v0.21.0
2025-08-20T22:58:18.6998199Z [00:02:54.218]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name addr2line --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/addr2line-0.21.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("alloc", "compiler_builtins", "core", "cpp_demangle", "default", "fallible-iterator", "memmap2", "object", "rustc-demangle", "rustc-dep-of-std", "smallvec", "std", "std-object"))' -C metadata=f518bb0938fba632 -C extra-filename=-e9c78b6fb06bd277 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern gimli=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgimli-4279674ee96871e1.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:58:19.2297747Z [00:02:54.744]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name anstream --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstream-0.6.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=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' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="auto"' --cfg 'feature="default"' --cfg 'feature="wincon"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("auto", "default", "test", "wincon"))' -C metadata=9a7f0218b242990f -C extra-filename=-920aadcb768c81d9 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern anstyle=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle-74b0f744cbb31470.rmeta --extern anstyle_parse=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle_parse-d9f762c54654b497.rmeta --extern anstyle_query=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle_query-d3912d4c466823d0.rmeta --extern colorchoice=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcolorchoice-6013ebb501c1abed.rmeta --extern is_terminal_polyfill=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libis_terminal_polyfill-d41033bcec586f6b.rmeta --extern utf8parse=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libutf8parse-654ab0e6866dede5.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:58:19.2451941Z [00:02:54.764]➜     Compiling ahash v0.7.8
2025-08-20T22:58:19.2455648Z [00:02:54.764]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ahash-0.7.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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("atomic-polyfill", "compile-time-rng", "const-random", "default", "serde", "std"))' -C metadata=3bc870e6305e0cb3 -C extra-filename=-db89af91257b07ae --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/ahash-db89af91257b07ae -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern version_check=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libversion_check-406723f2b4687b68.rlib --cap-lints allow`
2025-08-20T22:58:19.3822397Z [00:02:54.901]➜     Compiling nom v7.1.3
2025-08-20T22:58:19.3829148Z [00:02:54.901]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name nom --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "docsrs", "std"))' -C metadata=d6fe172c21b501fb -C extra-filename=-bbdd29e7bef6af50 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern memchr=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmemchr-e799659df7e28d12.rmeta --extern minimal_lexical=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libminimal_lexical-79f70aa3ad38fa03.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:58:19.5699265Z [00:02:55.089]➜       Running `/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/num-traits-8a2b48344bfa1f02/build-script-build`
2025-08-20T22:58:19.6810202Z [00:02:55.200]➜       Running `/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/backtrace-834343b451a7ccb0/build-script-build`
2025-08-20T22:58:19.6851006Z [00:02:55.204]➜     Compiling wayland-protocols v0.32.6
2025-08-20T22:58:19.6873398Z [00:02:55.206]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name wayland_protocols --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wayland-protocols-0.32.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 --cfg 'feature="client"' --cfg 'feature="staging"' --cfg 'feature="wayland-client"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("client", "server", "staging", "unstable", "wayland-client", "wayland-server"))' -C metadata=0e21f7b25d255549 -C extra-filename=-e4d537724431302b --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern bitflags=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbitflags-dadc80606a3f6919.rmeta --extern wayland_backend=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwayland_backend-3383c19538ee007a.rmeta --extern wayland_client=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwayland_client-fc2d4456be5a5ede.rmeta --extern wayland_scanner=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libwayland_scanner-2b4ee375a1888f3a.so --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:58:19.6969012Z [00:02:55.212]➜     Compiling tracing-subscriber v0.3.19
2025-08-20T22:58:19.6981757Z [00:02:55.212]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name tracing_subscriber --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-subscriber-0.3.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=unexpected_cfgs --check-cfg 'cfg(flaky_tests)' --check-cfg 'cfg(tracing_unstable)' --cfg 'feature="alloc"' --cfg 'feature="ansi"' --cfg 'feature="default"' --cfg 'feature="env-filter"' --cfg 'feature="fmt"' --cfg 'feature="matchers"' --cfg 'feature="nu-ansi-term"' --cfg 'feature="once_cell"' --cfg 'feature="regex"' --cfg 'feature="registry"' --cfg 'feature="sharded-slab"' --cfg 'feature="smallvec"' --cfg 'feature="std"' --cfg 'feature="thread_local"' --cfg 'feature="tracing"' --cfg 'feature="tracing-log"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "ansi", "chrono", "default", "env-filter", "fmt", "json", "local-time", "matchers", "nu-ansi-term", "once_cell", "parking_lot", "regex", "registry", "serde", "serde_json", "sharded-slab", "smallvec", "std", "thread_local", "time", "tracing", "tracing-log", "tracing-serde", "valuable", "valuable-serde", "valuable_crate"))' -C metadata=47ca3306bc7d0e32 -C extra-filename=-8fd5d805c06220d1 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern matchers=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmatchers-4f869cf49b18acf3.rmeta --extern nu_ansi_term=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnu_ansi_term-0cb81f1c26a44ea8.rmeta --extern once_cell=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libonce_cell-bf549e27d6efb313.rmeta --extern regex=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex-3a595bc95a81b5bd.rmeta --extern sharded_slab=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsharded_slab-c87e086639dbd4ca.rmeta --extern smallvec=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsmallvec-5075877457cfb525.rmeta --extern thread_local=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libthread_local-7f87e4829ec63f50.rmeta --extern tracing=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtracing-3e9da42e845831ee.rmeta --extern tracing_core=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtracing_core-eaf228cf12ff9b8f.rmeta --extern tracing_log=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtracing_log-6def47fe14e62daf.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:58:21.2833983Z [00:02:56.802]➜     Compiling cargo_metadata v0.15.4
2025-08-20T22:58:21.2851336Z [00:02:56.803]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name cargo_metadata --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cargo_metadata-0.15.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("builder", "default", "derive_builder"))' -C metadata=090220162857dd39 -C extra-filename=-75b27ba5a6d8d682 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern camino=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libcamino-bb60e0a7b45e79a7.rmeta --extern cargo_platform=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libcargo_platform-cfde65fb58ed421a.rmeta --extern semver=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libsemver-0b6ab4ee15e3cc68.rmeta --extern serde=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libserde-8ca90201bfee8db1.rmeta --extern serde_json=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libserde_json-cb13a687b01245d7.rmeta --extern thiserror=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libthiserror-d2dde55e87889e75.rmeta --cap-lints allow`
2025-08-20T22:58:21.9198580Z [00:02:57.439]➜     Compiling clap v4.5.37
2025-08-20T22:58:21.9219869Z [00:02:57.440]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name clap --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.37/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 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' -C debug-assertions=off --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cargo", "color", "debug", "default", "deprecated", "derive", "env", "error-context", "help", "std", "string", "suggestions", "unicode", "unstable-derive-ui-tests", "unstable-doc", "unstable-ext", "unstable-markdown", "unstable-styles", "unstable-v5", "usage", "wrap_help"))' -C metadata=d29b1a86dceb070d -C extra-filename=-7cdc61a1540398fd --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern clap_builder=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libclap_builder-ae2d242b57c3355d.rmeta --extern clap_derive=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libclap_derive-34492743f39d66aa.so --cap-lints allow`
2025-08-20T22:58:21.9883414Z [00:02:57.507]➜     Compiling libbpf-rs v0.24.8
2025-08-20T22:58:21.9914179Z [00:02:57.510]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name libbpf_rs --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libbpf-rs-0.24.8/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="libbpf-sys"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "dont-generate-test-files", "generate-test-files", "libbpf-sys", "static", "vendored"))' -C metadata=b378de13ab57bd84 -C extra-filename=-7afa23794e711c8a --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern bitflags=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libbitflags-170aa612b78399d4.rmeta --extern libbpf_sys=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/liblibbpf_sys-155bbd8720461739.rlib --extern libc=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/liblibc-20077f1246cac036.rmeta --extern vsprintf=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libvsprintf-b750c5decec040ec.rmeta --cap-lints allow -L native=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/libbpf-sys-581129f32eb7a6af/out -L native=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/vsprintf-b450f7f27627cb83/out`
2025-08-20T22:58:23.5205995Z [00:02:59.039]➜     Compiling kinded_macros v0.3.0
2025-08-20T22:58:23.5218461Z [00:02:59.040]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name kinded_macros --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/kinded_macros-0.3.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=2635d96d5524be8a -C extra-filename=-da9c03d12d6636c4 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern convert_case=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libconvert_case-0ed7f6968be59bac.rlib --extern proc_macro2=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libproc_macro2-670e3a35fc46366c.rlib --extern quote=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libquote-58ae1db5b5e0fa55.rlib --extern syn=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libsyn-d99662c89ceee94a.rlib --extern proc_macro --cap-lints allow`
2025-08-20T22:58:23.5383202Z [00:02:59.056]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name zerocopy --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.25/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"' --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=f2d0a0b9c0c2c54b -C extra-filename=-5574f10b56ad8d4d --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/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-20T22:58:24.0838723Z [00:02:59.602]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name anyhow --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.98/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("backtrace", "default", "std"))' -C metadata=d1d05ac1463fb4ca -C extra-filename=-fa7c158af04fb8b1 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --cap-lints allow --cfg std_backtrace --check-cfg 'cfg(anyhow_build_probe)' --check-cfg 'cfg(anyhow_nightly_testing)' --check-cfg 'cfg(anyhow_no_core_error)' --check-cfg 'cfg(anyhow_no_core_unwind_safe)' --check-cfg 'cfg(anyhow_no_fmt_arguments_as_str)' --check-cfg 'cfg(anyhow_no_ptr_addr_of)' --check-cfg 'cfg(anyhow_no_unsafe_op_in_unsafe_fn_lint)' --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(std_backtrace)'`
2025-08-20T22:58:24.4873968Z [00:03:00.006]➜     Compiling nutype_macros v0.6.1
2025-08-20T22:58:24.4909200Z [00:03:00.009]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nutype_macros-0.6.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(ERROR_IN_CORE)' -C debug-assertions=off --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "new_unchecked", "regex", "schemars08", "serde", "std"))' -C metadata=31850056dacdfabf -C extra-filename=-6b8bde0bb52a4188 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/nutype_macros-6b8bde0bb52a4188 -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern rustc_version=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/librustc_version-3e3ee544a0b440b4.rlib --cap-lints allow`
2025-08-20T22:58:24.6024826Z [00:03:00.119]➜     Compiling thiserror-impl v2.0.12
2025-08-20T22:58:24.6031083Z [00:03:00.120]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name thiserror_impl --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-2.0.12/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=00201d3f7e006f0d -C extra-filename=-c3fe6d170fd179c2 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libproc_macro2-670e3a35fc46366c.rlib --extern quote=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libquote-58ae1db5b5e0fa55.rlib --extern syn=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libsyn-d99662c89ceee94a.rlib --extern proc_macro --cap-lints allow`
2025-08-20T22:58:24.6814867Z [00:03:00.200]➜       Running `/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/libbpf-sys-1c0d07195717f366/build-script-build`
2025-08-20T22:58:24.7660983Z [00:03:00.285]➜     Compiling memmap2 v0.5.10
2025-08-20T22:58:24.7669063Z [00:03:00.285]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name memmap2 --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memmap2-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 embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("stable_deref_trait"))' -C metadata=7dce3e2f813afd7a -C extra-filename=-a2f825c26c24e90c --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/liblibc-20077f1246cac036.rmeta --cap-lints allow`
2025-08-20T22:58:25.1178024Z [00:03:00.637]➜     Compiling vte_generate_state_changes v0.1.2
2025-08-20T22:58:25.1232329Z [00:03:00.642]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name vte_generate_state_changes --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vte_generate_state_changes-0.1.2/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=452c090ef0332027 -C extra-filename=-2124cbe4b008885a --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libproc_macro2-670e3a35fc46366c.rlib --extern quote=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libquote-58ae1db5b5e0fa55.rlib --extern proc_macro --cap-lints allow`
2025-08-20T22:58:25.4948270Z [00:03:01.014]➜     Compiling object v0.32.2
2025-08-20T22:58:25.4959926Z [00:03:01.014]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name object --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/object-0.32.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="archive"' --cfg 'feature="coff"' --cfg 'feature="elf"' --cfg 'feature="macho"' --cfg 'feature="pe"' --cfg 'feature="read_core"' --cfg 'feature="unaligned"' --cfg 'feature="xcoff"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "alloc", "archive", "cargo-all", "coff", "compiler_builtins", "compression", "core", "default", "doc", "elf", "macho", "pe", "read", "read_core", "rustc-dep-of-std", "std", "unaligned", "unstable", "unstable-all", "wasm", "write", "write_core", "write_std", "xcoff"))' -C metadata=7b456d909b8799de -C extra-filename=-dd66547b144c8c2d --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern memchr=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmemchr-e799659df7e28d12.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:58:26.9825606Z [00:03:02.501]➜     Compiling rustc-demangle v0.1.24
2025-08-20T22:58:26.9831539Z [00:03:02.502]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name rustc_demangle --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustc-demangle-0.1.24/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", "std"))' -C metadata=b474bc45c1fec1ea -C extra-filename=-30e51053e886f483 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:58:27.4450882Z [00:03:02.963]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name fastrand --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fastrand-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", "getrandom", "js", "std"))' -C metadata=1ebba9d8f8037cb8 -C extra-filename=-a6fffb5a5e5cdb20 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:58:28.0039412Z [00:03:03.522]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name strsim --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strsim-0.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=105d41e6f0e9dde9 -C extra-filename=-b4d47f8ab2e91eb8 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:58:28.5304171Z [00:03:04.049]➜     Compiling arrayvec v0.7.6
2025-08-20T22:58:28.5342101Z [00:03:04.053]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name arrayvec --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arrayvec-0.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("borsh", "default", "serde", "std", "zeroize"))' -C metadata=8977882b3ba029af -C extra-filename=-114b57072a1ea110 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:58:29.0047483Z [00:03:04.523]➜     Compiling libseccomp-sys v0.3.0
2025-08-20T22:58:29.0062425Z [00:03:04.525]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libseccomp-sys-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 -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1a9a57445f9b4f31 -C extra-filename=-67ef9fc65e107a61 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/libseccomp-sys-67ef9fc65e107a61 -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:58:29.0403403Z [00:03:04.559]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=1f32a5dac747a947 -C extra-filename=-d3a003c5745aa4e2 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:58:29.1382572Z [00:03:04.657]➜     Compiling eyre v0.6.12
2025-08-20T22:58:29.1386490Z [00:03:04.657]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/eyre-0.6.12/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="auto-install"' --cfg 'feature="default"' --cfg 'feature="track-caller"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("auto-install", "default", "pyo3", "track-caller"))' -C metadata=7ead19bbe88d97df -C extra-filename=-e64900af82add492 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/eyre-e64900af82add492 -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:58:29.2841573Z [00:03:04.802]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name clap_lex --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_lex-0.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=18b63f4bbcdf0d24 -C extra-filename=-f497dbc862f38eff --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:58:29.5145754Z [00:03:05.033]➜     Compiling futures-timer v3.0.3
2025-08-20T22:58:29.5154911Z [00:03:05.034]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name futures_timer --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-timer-3.0.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("gloo-timers", "send_wrapper", "wasm-bindgen"))' -C metadata=c4e5218e59195724 -C extra-filename=-4e83dda08be8df8b --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:58:29.8124131Z [00:03:05.331]➜     Compiling rstest v0.23.0
2025-08-20T22:58:29.8135165Z [00:03:05.332]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name rstest --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rstest-0.23.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="async-timeout"' --cfg 'feature="crate-name"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-timeout", "crate-name", "default"))' -C metadata=d8e68bc2fbb94820 -C extra-filename=-5924f0ff14089939 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern futures=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures-d4cc56faacb1ef31.rmeta --extern futures_timer=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_timer-4e83dda08be8df8b.rmeta --extern rstest_macros=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/librstest_macros-0eda5372e4498081.so --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:58:29.9854433Z [00:03:05.502]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name clap_builder --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.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 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="color"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cargo", "color", "debug", "default", "deprecated", "env", "error-context", "help", "std", "string", "suggestions", "unicode", "unstable-doc", "unstable-ext", "unstable-styles", "unstable-v5", "usage", "wrap_help"))' -C metadata=a2b653536fc458a5 -C extra-filename=-4c93f9759362aab8 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern anstream=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstream-920aadcb768c81d9.rmeta --extern anstyle=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle-74b0f744cbb31470.rmeta --extern clap_lex=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap_lex-f497dbc862f38eff.rmeta --extern strsim=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libstrsim-b4d47f8ab2e91eb8.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:58:30.4109510Z [00:03:05.930]➜       Running `/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/eyre-e64900af82add492/build-script-build`
2025-08-20T22:58:30.5753490Z [00:03:06.094]➜       Running `/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/libseccomp-sys-67ef9fc65e107a61/build-script-build`
2025-08-20T22:58:30.5833814Z [00:03:06.102]➜     Compiling tree_magic_mini v3.1.6
2025-08-20T22:58:30.5883386Z [00:03:06.106]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name tree_magic_mini --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tree_magic_mini-3.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("with-gpl-data"))' -C metadata=41290f0a0713bad0 -C extra-filename=-5f843236f15840a4 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern fnv=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfnv-d3a003c5745aa4e2.rmeta --extern memchr=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmemchr-e799659df7e28d12.rmeta --extern nom=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnom-bbdd29e7bef6af50.rmeta --extern once_cell=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libonce_cell-bf549e27d6efb313.rmeta --extern petgraph=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpetgraph-2b27708dec2b74ac.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:58:30.6767617Z [00:03:06.195]➜     Compiling vte v0.11.1
2025-08-20T22:58:30.6777310Z [00:03:06.195]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name vte --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vte-0.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="arrayvec"' --cfg 'feature="default"' --cfg 'feature="no_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi", "arrayvec", "default", "log", "nightly", "no_std", "serde"))' -C metadata=75ca73762ccdd660 -C extra-filename=-a29ce51c24f49b3c --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern arrayvec=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libarrayvec-114b57072a1ea110.rmeta --extern utf8parse=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libutf8parse-654ab0e6866dede5.rmeta --extern vte_generate_state_changes=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libvte_generate_state_changes-2124cbe4b008885a.so --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:58:31.5000370Z [00:03:07.016]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name tempfile --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tempfile-3.19.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="getrandom"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "getrandom", "nightly", "unstable-windows-keep-open-tempfile"))' -C metadata=3b4380da71fd31d5 -C extra-filename=-8317538966f01884 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern fastrand=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfastrand-a6fffb5a5e5cdb20.rmeta --extern getrandom=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgetrandom-b5ce1d847d245e7d.rmeta --extern once_cell=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libonce_cell-bf549e27d6efb313.rmeta --extern rustix=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librustix-24bf95cb404e388c.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:58:32.7971447Z [00:03:08.315]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name thiserror --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=3f94f96414fa9144 -C extra-filename=-79336279f07339b0 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern thiserror_impl=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libthiserror_impl-c3fe6d170fd179c2.so --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)' --check-cfg 'cfg(thiserror_no_backtrace_type)'`
2025-08-20T22:58:32.8529702Z [00:03:08.371]➜     Compiling ppv-lite86 v0.2.21
2025-08-20T22:58:32.8540937Z [00:03:08.372]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name ppv_lite86 --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ppv-lite86-0.2.21/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=67fd1421e752ec32 -C extra-filename=-bf313fda39636b43 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern zerocopy=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzerocopy-5574f10b56ad8d4d.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:58:32.8764430Z [00:03:08.395]➜     Compiling libbpf-cargo v0.24.8
2025-08-20T22:58:32.8797651Z [00:03:08.398]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name libbpf_cargo --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libbpf-cargo-0.24.8/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"))' -C metadata=232676068844e0bb -C extra-filename=-7bb2edeb7f5e1eae --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern anyhow=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libanyhow-fa7c158af04fb8b1.rmeta --extern cargo_metadata=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libcargo_metadata-75b27ba5a6d8d682.rmeta --extern clap=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libclap-7cdc61a1540398fd.rmeta --extern libbpf_rs=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/liblibbpf_rs-7afa23794e711c8a.rmeta --extern memmap2=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libmemmap2-a2f825c26c24e90c.rmeta --extern regex=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libregex-acb0952c98de8bcc.rmeta --extern semver=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libsemver-0b6ab4ee15e3cc68.rmeta --extern serde=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libserde-8ca90201bfee8db1.rmeta --extern serde_json=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libserde_json-cb13a687b01245d7.rmeta --extern tempfile=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libtempfile-51a453f88c27a548.rmeta --cap-lints allow -L native=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/libbpf-sys-581129f32eb7a6af/out -L native=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/vsprintf-b450f7f27627cb83/out`
2025-08-20T22:58:32.9625927Z [00:03:08.480]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name backtrace --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/backtrace-0.3.71/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="gimli-symbolize"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("coresymbolication", "cpp_demangle", "dbghelp", "default", "dladdr", "gimli-symbolize", "kernel32", "libbacktrace", "libunwind", "rustc-serialize", "serde", "serialize-rustc", "serialize-serde", "std", "unix-backtrace", "verify-winapi", "winapi"))' -C metadata=bbf76d51673546fc -C extra-filename=-40c749fc239cb753 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern addr2line=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libaddr2line-e9c78b6fb06bd277.rmeta --extern cfg_if=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcfg_if-5335dbb64cbcc9f5.rmeta --extern libc=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-b66fa394134f7643.rmeta --extern miniz_oxide=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libminiz_oxide-8ece0687850eab22.rmeta --extern object=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libobject-dd66547b144c8c2d.rmeta --extern rustc_demangle=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librustc_demangle-30e51053e886f483.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:58:33.2509103Z [00:03:08.770]➜       Running `/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/nutype_macros-6b8bde0bb52a4188/build-script-build`
2025-08-20T22:58:33.3235169Z [00:03:08.842]➜     Compiling kinded v0.3.0
2025-08-20T22:58:33.3251193Z [00:03:08.844]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name kinded --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/kinded-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 embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f740bae34382c956 -C extra-filename=-39ad50a96b33e3d1 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern kinded_macros=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libkinded_macros-da9c03d12d6636c4.so --cap-lints allow`
2025-08-20T22:58:33.3946046Z [00:03:08.913]➜     Compiling wayland-protocols-wlr v0.3.6
2025-08-20T22:58:33.3960033Z [00:03:08.914]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name wayland_protocols_wlr --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wayland-protocols-wlr-0.3.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 --cfg 'feature="client"' --cfg 'feature="wayland-client"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("client", "server", "wayland-client", "wayland-server"))' -C metadata=330835c3feb3178b -C extra-filename=-7c19f71967ec44bf --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern bitflags=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbitflags-dadc80606a3f6919.rmeta --extern wayland_backend=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwayland_backend-3383c19538ee007a.rmeta --extern wayland_client=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwayland_client-fc2d4456be5a5ede.rmeta --extern wayland_protocols=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwayland_protocols-e4d537724431302b.rmeta --extern wayland_scanner=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libwayland_scanner-2b4ee375a1888f3a.so --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:58:33.8557842Z [00:03:09.374]➜     Compiling tracing-error v0.2.1
2025-08-20T22:58:33.8568033Z [00:03:09.375]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name tracing_error --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-error-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="traced-error"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "traced-error"))' -C metadata=96bd3d5dbd929e1e -C extra-filename=-58f9537f69246ae8 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern tracing=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtracing-3e9da42e845831ee.rmeta --extern tracing_subscriber=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtracing_subscriber-8fd5d805c06220d1.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:58:34.1244236Z [00:03:09.643]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name num_traits --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=3b75eb6efd41494e -C extra-filename=-66f8939c54523e8d --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/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_total_cmp --check-cfg 'cfg(has_total_cmp)'`
2025-08-20T22:58:34.4839040Z [00:03:10.003]➜       Running `/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/ahash-db89af91257b07ae/build-script-build`
2025-08-20T22:58:34.5193875Z [00:03:10.038]➜     Compiling rand_core v0.9.3
2025-08-20T22:58:34.5202599Z [00:03:10.039]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name rand_core --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.9.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="os_rng"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("os_rng", "serde", "std"))' -C metadata=1ba06b9d02245a5b -C extra-filename=-9bc923f4391769e0 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern getrandom=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgetrandom-b5ce1d847d245e7d.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:58:34.8981745Z [00:03:10.416]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name toml_datetime --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_datetime-0.6.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 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=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' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=936c511e3b5cd169 -C extra-filename=-da2f89fe282e8499 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern serde=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde-d72f8da9dde4f4a2.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:58:35.2272911Z [00:03:10.746]➜     Compiling serde_spanned v0.6.8
2025-08-20T22:58:35.2310367Z [00:03:10.748]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name serde_spanned --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_spanned-0.6.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=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' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=cc3c82f0db8cb263 -C extra-filename=-d90e8b70f0a676f5 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern serde=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde-d72f8da9dde4f4a2.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:58:35.3465291Z [00:03:10.865]➜       Running `/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/thiserror-8196f37f0d52254e/build-script-build`
2025-08-20T22:58:35.4502985Z [00:03:10.969]➜     Compiling tokio-macros v2.5.0
2025-08-20T22:58:35.4514789Z [00:03:10.970]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name tokio_macros --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-macros-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=478d0a10b46d0b42 -C extra-filename=-4b007f30deaaf8f2 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libproc_macro2-670e3a35fc46366c.rlib --extern quote=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libquote-58ae1db5b5e0fa55.rlib --extern syn=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libsyn-d99662c89ceee94a.rlib --extern proc_macro --cap-lints allow`
2025-08-20T22:58:35.4600272Z [00:03:10.979]➜     Compiling enumflags2_derive v0.7.11
2025-08-20T22:58:35.4643418Z [00:03:10.983]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name enumflags2_derive --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/enumflags2_derive-0.7.11/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=c16176c2dc046d4f -C extra-filename=-757a43bb57de4d11 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libproc_macro2-670e3a35fc46366c.rlib --extern quote=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libquote-58ae1db5b5e0fa55.rlib --extern syn=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libsyn-d99662c89ceee94a.rlib --extern proc_macro --cap-lints allow`
2025-08-20T22:58:36.2107745Z [00:03:11.730]➜       Running `/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/vsprintf-8d7631a827fbe955/build-script-build`
2025-08-20T22:58:36.2637555Z [00:03:11.782]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.29.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="feature"' --cfg 'feature="fs"' --cfg 'feature="process"' --cfg 'feature="ptrace"' --cfg 'feature="signal"' --cfg 'feature="term"' --cfg 'feature="user"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "fanotify", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=ed61885f5d356a13 -C extra-filename=-2f4940d31c0c7b8d --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/nix-2f4940d31c0c7b8d -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern cfg_aliases=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libcfg_aliases-1b48fbda41281916.rlib --cap-lints allow`
2025-08-20T22:58:36.3923393Z [00:03:11.911]➜     Compiling getrandom v0.2.16
2025-08-20T22:58:36.3933613Z [00:03:11.912]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name getrandom --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "custom", "js", "js-sys", "linux_disable_fallback", "rdrand", "rustc-dep-of-std", "std", "test-in-browser", "wasm-bindgen"))' -C metadata=5f9061840e136333 -C extra-filename=-9972691410bf1bd0 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern cfg_if=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcfg_if-5335dbb64cbcc9f5.rmeta --extern libc=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-b66fa394134f7643.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:58:36.5042428Z [00:03:12.023]➜     Compiling is-terminal v0.4.16
2025-08-20T22:58:36.5054199Z [00:03:12.024]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name is_terminal --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/is-terminal-0.4.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3b61c8dfc6799994 -C extra-filename=-473032c432ae33bf --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-b66fa394134f7643.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:58:36.5674266Z [00:03:12.086]➜     Compiling os_pipe v1.2.1
2025-08-20T22:58:36.5683768Z [00:03:12.087]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name os_pipe --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/os_pipe-1.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="io_safety"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("io_safety"))' -C metadata=7cc391a78fe6d446 -C extra-filename=-f9e9a270a2988545 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-b66fa394134f7643.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:58:36.6207885Z [00:03:12.140]➜     Compiling socket2 v0.5.9
2025-08-20T22:58:36.6213534Z [00:03:12.140]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name socket2 --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/socket2-0.5.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="all"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all"))' -C metadata=4150fd64b60bf6b7 -C extra-filename=-d9eb0d2f925ea539 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-b66fa394134f7643.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:58:36.7124972Z [00:03:12.231]➜     Compiling libseccomp v0.4.0
2025-08-20T22:58:36.7128947Z [00:03:12.231]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libseccomp-0.4.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cfg-if", "const-syscall"))' -C metadata=2919be4b2360bbd8 -C extra-filename=-5d9dfa7f5e2e3a17 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/libseccomp-5d9dfa7f5e2e3a17 -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern pkg_config=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libpkg_config-18929d2f95bd35e3.rlib --cap-lints allow`
2025-08-20T22:58:36.7184964Z [00:03:12.237]➜     Compiling x11rb-protocol v0.13.1
2025-08-20T22:58:36.7190568Z [00:03:12.237]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name x11rb_protocol --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-protocol-0.13.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("all-extensions", "composite", "damage", "dbe", "default", "dpms", "dri2", "dri3", "extra-traits", "glx", "present", "randr", "record", "render", "request-parsing", "res", "resource_manager", "screensaver", "serde", "shape", "shm", "std", "sync", "xevie", "xf86dri", "xf86vidmode", "xfixes", "xinerama", "xinput", "xkb", "xprint", "xselinux", "xtest", "xv", "xvmc"))' -C metadata=7998963dd85b1414 -C extra-filename=-adb51dcc374e7d01 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:58:36.9588102Z [00:03:12.478]➜     Compiling sdd v3.0.8
2025-08-20T22:58:36.9593892Z [00:03:12.478]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name sdd --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sdd-3.0.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("loom"))' -C metadata=6b7712bc7a4a4e4a -C extra-filename=-44e7c7e191e267d4 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:58:36.9841689Z [00:03:12.503]➜     Compiling litrs v0.4.1
2025-08-20T22:58:36.9845513Z [00:03:12.503]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name litrs --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/litrs-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("check_suffix", "default", "proc-macro2", "unicode-xid"))' -C metadata=5cbb268bcb5bd6e7 -C extra-filename=-c951a8e04f2aaa48 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:58:37.4419063Z [00:03:12.960]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.140/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=2d6e237558170055 -C extra-filename=-3ef5a71d79a4a8d9 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/serde_json-3ef5a71d79a4a8d9 -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:58:37.5812821Z [00:03:13.100]➜     Compiling owo-colors v3.5.0
2025-08-20T22:58:37.5826795Z [00:03:13.101]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name owo_colors --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.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("alloc", "supports-color", "supports-colors"))' -C metadata=2020427b0d7629ad -C extra-filename=-9841a8797a56c727 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:58:37.7577163Z [00:03:13.276]➜     Compiling toml_write v0.1.0
2025-08-20T22:58:37.7599390Z [00:03:13.277]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name toml_write --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_write-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 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=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' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=370888380d71e120 -C extra-filename=-d969eaf479716a15 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:58:37.9122088Z [00:03:13.431]➜     Compiling option-ext v0.2.0
2025-08-20T22:58:37.9133572Z [00:03:13.432]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=781fc09ff31a58b6 -C extra-filename=-2c8d17201dd91cfb --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:58:37.9774714Z [00:03:13.496]➜     Compiling indenter v0.3.3
2025-08-20T22:58:37.9786571Z [00:03:13.497]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name indenter --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indenter-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 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=0df7bf32668c20b3 -C extra-filename=-4edd4209ac0fba28 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:58:37.9915334Z [00:03:13.510]➜     Compiling bytes v1.10.1
2025-08-20T22:58:37.9928150Z [00:03:13.511]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name bytes --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=unexpected_cfgs --check-cfg 'cfg(loom)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "extra-platforms", "serde", "std"))' -C metadata=3283bb93882dba2f -C extra-filename=-aad76a29fa546711 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:58:38.0489119Z [00:03:13.567]➜     Compiling is_ci v1.2.0
2025-08-20T22:58:38.0500631Z [00:03:13.568]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name is_ci --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/is_ci-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())' -C metadata=33a743bca989a733 -C extra-filename=-84d1f0f8659d8ab3 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:58:38.2057843Z [00:03:13.720]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name winnow --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--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=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' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=2ef48f4a6c100381 -C extra-filename=-2f1e42bfd4d34b72 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:58:38.3793583Z [00:03:13.898]➜     Compiling urlencoding v2.1.3
2025-08-20T22:58:38.3805671Z [00:03:13.899]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name urlencoding --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/urlencoding-2.1.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=4473116699ede35a -C extra-filename=-a7a46dd25aba6f63 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:58:38.6664368Z [00:03:14.185]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name nutype_macros --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nutype_macros-0.6.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 --warn=unexpected_cfgs --check-cfg 'cfg(ERROR_IN_CORE)' -C debug-assertions=off --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "new_unchecked", "regex", "schemars08", "serde", "std"))' -C metadata=b426cdd899532ad9 -C extra-filename=-082c8410e46a411c --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern cfg_if=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libcfg_if-1ed7b8522209b26f.rlib --extern kinded=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libkinded-39ad50a96b33e3d1.rlib --extern proc_macro2=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libproc_macro2-670e3a35fc46366c.rlib --extern quote=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libquote-58ae1db5b5e0fa55.rlib --extern syn=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libsyn-d99662c89ceee94a.rlib --extern urlencoding=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/liburlencoding-a7a46dd25aba6f63.rlib --extern proc_macro --cap-lints allow --cfg ERROR_IN_CORE`
2025-08-20T22:58:39.1289959Z [00:03:14.648]➜     Compiling tokio v1.44.2
2025-08-20T22:58:39.1315009Z [00:03:14.649]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name tokio --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.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=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="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=3d57852d315279c6 -C extra-filename=-e6f67942d514c8e4 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern bytes=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbytes-aad76a29fa546711.rmeta --extern libc=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-b66fa394134f7643.rmeta --extern mio=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmio-c760a08121993bc9.rmeta --extern parking_lot=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libparking_lot-d11fa2de6725b8d6.rmeta --extern pin_project_lite=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpin_project_lite-7f1b0160d6667c1c.rmeta --extern signal_hook_registry=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsignal_hook_registry-f23f4a45bddc78cb.rmeta --extern socket2=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsocket2-d9eb0d2f925ea539.rmeta --extern tokio_macros=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libtokio_macros-4b007f30deaaf8f2.so --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:58:39.4639333Z [00:03:14.983]➜     Compiling color-spantrace v0.2.1
2025-08-20T22:58:39.4664963Z [00:03:14.985]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name color_spantrace --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/color-spantrace-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c17b7e40ee797c40 -C extra-filename=-c79cb5cde63de752 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern once_cell=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libonce_cell-bf549e27d6efb313.rmeta --extern owo_colors=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libowo_colors-9841a8797a56c727.rmeta --extern tracing_core=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtracing_core-eaf228cf12ff9b8f.rmeta --extern tracing_error=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtracing_error-58f9537f69246ae8.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:58:40.0625463Z [00:03:15.581]➜     Compiling supports-color v2.1.0
2025-08-20T22:58:40.0675701Z [00:03:15.586]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name supports_color --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/supports-color-2.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=d5f5e11f6b060702 -C extra-filename=-47f51730a962c5cd --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern is_terminal=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libis_terminal-473032c432ae33bf.rmeta --extern is_ci=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libis_ci-84d1f0f8659d8ab3.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:58:40.4636929Z [00:03:15.982]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name eyre --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/eyre-0.6.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="auto-install"' --cfg 'feature="default"' --cfg 'feature="track-caller"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("auto-install", "default", "pyo3", "track-caller"))' -C metadata=641d2da9f62cf936 -C extra-filename=-7e3ef1f771983600 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern indenter=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libindenter-4edd4209ac0fba28.rmeta --extern once_cell=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libonce_cell-bf549e27d6efb313.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 track_caller --cfg stable`
2025-08-20T22:58:41.2871616Z [00:03:16.804]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name toml_edit --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.25/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=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' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="display"' --cfg 'feature="parse"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "display", "parse", "perf", "serde", "unbounded"))' -C metadata=b53216fb049a80ac -C extra-filename=-47913230259fc2e2 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern indexmap=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libindexmap-d177a20394edbb52.rmeta --extern serde=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde-d72f8da9dde4f4a2.rmeta --extern serde_spanned=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde_spanned-d90e8b70f0a676f5.rmeta --extern toml_datetime=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtoml_datetime-da2f89fe282e8499.rmeta --extern toml_write=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtoml_write-d969eaf479716a15.rmeta --extern winnow=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwinnow-2f1e42bfd4d34b72.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:58:41.5494810Z [00:03:17.068]➜     Compiling dirs-sys v0.5.0
2025-08-20T22:58:41.5522368Z [00:03:17.071]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=0ed5807500b10dc0 -C extra-filename=-24a6bb3e4262e405 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-b66fa394134f7643.rmeta --extern option_ext=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liboption_ext-2c8d17201dd91cfb.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:58:41.9543266Z [00:03:17.473]➜     Compiling x11rb v0.13.1
2025-08-20T22:58:41.9566518Z [00:03:17.475]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name x11rb --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-0.13.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("all-extensions", "allow-unsafe-code", "as-raw-xcb-connection", "composite", "cursor", "damage", "dbe", "dl-libxcb", "dpms", "dri2", "dri3", "extra-traits", "glx", "image", "libc", "libloading", "once_cell", "present", "randr", "record", "render", "request-parsing", "res", "resource_manager", "screensaver", "shape", "shm", "sync", "tracing", "xevie", "xf86dri", "xf86vidmode", "xfixes", "xinerama", "xinput", "xkb", "xprint", "xselinux", "xtest", "xv", "xvmc"))' -C metadata=7933a2c97b50b342 -C extra-filename=-b4a663b0a0f58d84 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern rustix=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librustix-b009d707fe32ccef.rmeta --extern x11rb_protocol=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libx11rb_protocol-adb51dcc374e7d01.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:58:44.5629476Z [00:03:20.082]➜     Compiling document-features v0.2.11
2025-08-20T22:58:44.5650058Z [00:03:20.084]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name document_features --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/document-features-0.2.11/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", "self-test"))' -C metadata=9017854f56a6574c -C extra-filename=-71fc5693dee8a080 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern litrs=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/liblitrs-c951a8e04f2aaa48.rlib --extern proc_macro --cap-lints allow`
2025-08-20T22:58:45.5280156Z [00:03:21.047]➜       Running `/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/serde_json-3ef5a71d79a4a8d9/build-script-build`
2025-08-20T22:58:45.5359434Z [00:03:21.055]➜     Compiling scc v2.3.4
2025-08-20T22:58:45.5410473Z [00:03:21.059]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name scc --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scc-2.3.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("equivalent", "loom", "serde"))' -C metadata=3472e0a05750fbab -C extra-filename=-030662cba94c8a76 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern sdd=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsdd-44e7c7e191e267d4.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:58:46.8644367Z [00:03:22.383]➜       Running `/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/libseccomp-5d9dfa7f5e2e3a17/build-script-build`
2025-08-20T22:58:46.8808085Z [00:03:22.400]➜       Running `/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/nix-2f4940d31c0c7b8d/build-script-build`
2025-08-20T22:58:46.8825758Z [00:03:22.401]➜     Compiling wl-clipboard-rs v0.9.2
2025-08-20T22:58:46.8836433Z [00:03:22.402]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name wl_clipboard_rs --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wl-clipboard-rs-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("dlopen", "native_lib"))' -C metadata=80bc1c6167856517 -C extra-filename=-12d2518911dbbdbe --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-b66fa394134f7643.rmeta --extern log=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblog-7bd9b6a084c4e530.rmeta --extern os_pipe=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libos_pipe-f9e9a270a2988545.rmeta --extern rustix=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librustix-b009d707fe32ccef.rmeta --extern tempfile=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtempfile-8317538966f01884.rmeta --extern thiserror=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libthiserror-79336279f07339b0.rmeta --extern tree_magic_mini=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtree_magic_mini-5f843236f15840a4.rmeta --extern wayland_backend=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwayland_backend-3383c19538ee007a.rmeta --extern wayland_client=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwayland_client-fc2d4456be5a5ede.rmeta --extern wayland_protocols=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwayland_protocols-e4d537724431302b.rmeta --extern wayland_protocols_wlr=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwayland_protocols_wlr-7c19f71967ec44bf.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:58:47.7966384Z [00:03:23.315]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name ahash --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ahash-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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("atomic-polyfill", "compile-time-rng", "const-random", "default", "serde", "std"))' -C metadata=9bcaddec3ff186b4 -C extra-filename=-4947365c3191af1a --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern getrandom=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgetrandom-9972691410bf1bd0.rmeta --extern once_cell=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libonce_cell-bf549e27d6efb313.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 'feature="runtime-rng"' --cfg 'feature="folded_multiply"'`
2025-08-20T22:58:47.9811269Z [00:03:23.499]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name vsprintf --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vsprintf-2.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=6f029350454427bc -C extra-filename=-1a580371f0a91d70 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-b66fa394134f7643.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none -L native=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/vsprintf-97470288a7757deb/out -l static=vsprintf`
2025-08-20T22:58:48.0926667Z [00:03:23.611]➜     Compiling enumflags2 v0.7.11
2025-08-20T22:58:48.0944323Z [00:03:23.613]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name enumflags2 --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/enumflags2-0.7.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("serde", "std"))' -C metadata=b98d89b2a8de9fa1 -C extra-filename=-5de760c890ce6304 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern enumflags2_derive=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libenumflags2_derive-757a43bb57de4d11.so --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:58:48.1509712Z [00:03:23.669]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name thiserror --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-1.0.69/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=fac0c9a39edd0107 -C extra-filename=-b63b6944cf4fbaf9 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern thiserror_impl=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libthiserror_impl-10934afd33c4e919.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-20T22:58:48.2270747Z [00:03:23.746]➜     Compiling rand_chacha v0.9.0
2025-08-20T22:58:48.2284027Z [00:03:23.747]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=a7672a2544bb0f90 -C extra-filename=-96eab1cd2669ae62 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern ppv_lite86=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libppv_lite86-bf313fda39636b43.rmeta --extern rand_core=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librand_core-9bc923f4391769e0.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:58:48.3128893Z [00:03:23.831]➜     Compiling tracexec v0.12.0 (/tmp/tmp.gR1taVZ7Lk/TEMPREPO)
2025-08-20T22:58:48.3133505Z [00:03:23.831]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2024 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="ebpf"' --cfg 'feature="recommended"' --cfg 'feature="vendored-libbpf"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "ebpf", "ebpf-debug", "ebpf-no-rcu-kfuncs", "recommended", "static", "vendored", "vendored-libbpf"))' -C metadata=463eec295bbfb092 -C extra-filename=-5dbf97cbd285b16b --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/tracexec-5dbf97cbd285b16b -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern libbpf_cargo=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/liblibbpf_cargo-7bb2edeb7f5e1eae.rlib -L native=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/libbpf-sys-581129f32eb7a6af/out -L native=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/vsprintf-b450f7f27627cb83/out`
2025-08-20T22:58:48.9232333Z [00:03:24.441]➜  error: linking with `cc` failed: exit status: 1
2025-08-20T22:58:48.9234935Z [00:03:24.441]➜    |
2025-08-20T22:58:48.9253361Z [00:03:24.441]➜    = note:  "cc" "<sysroot>/lib/rustlib/aarch64-unknown-linux-musl/lib/self-contained/crt1.o" "<sysroot>/lib/rustlib/aarch64-unknown-linux-musl/lib/self-contained/crti.o" "<sysroot>/lib/rustlib/aarch64-unknown-linux-musl/lib/self-contained/crtbegin.o" "/tmp/rustccsJxSf/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/{liblibbpf_cargo-7bb2edeb7f5e1eae.rlib,libcargo_metadata-75b27ba5a6d8d682.rlib,libserde_json-cb13a687b01245d7.rlib,libitoa-3f4442783b425d26.rlib,libryu-a80d36219da43c14.rlib,libthiserror-d2dde55e87889e75.rlib,libcargo_platform-cfde65fb58ed421a.rlib,libcamino-bb60e0a7b45e79a7.rlib,libmemmap2-a2f825c26c24e90c.rlib,liblibbpf_rs-7afa23794e711c8a.rlib,libvsprintf-b750c5decec040ec.rlib,liblibbpf_sys-155bbd8720461739.rlib}.rlib" "-lelf" "-lz" "/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/{libsemver-0b6ab4ee15e3cc68.rlib,libserde-8ca90201bfee8db1.rlib,libregex-acb0952c98de8bcc.rlib,libregex_automata-861584bbdfccc9a2.rlib,libaho_corasick-bc330f331785e35d.rlib,libmemchr-688939387092212f.rlib,libregex_syntax-5bc4fd853bb1c4e6.rlib,libtempfile-51a453f88c27a548.rlib,libgetrandom-67c992d4959b7c4b.rlib,liblibc-20077f1246cac036.rlib,libcfg_if-1ed7b8522209b26f.rlib,libfastrand-b4b43277bd557253.rlib,libonce_cell-3c0fde79d0894a68.rlib,librustix-319b047d7383ce8d.rlib,libbitflags-170aa612b78399d4.rlib,liblinux_raw_sys-325b414cbab3cc39.rlib,libanyhow-fa7c158af04fb8b1.rlib}.rlib" "<sysroot>/lib/rustlib/aarch64-unknown-linux-musl/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*}.rlib" "-lunwind" "<sysroot>/lib/rustlib/aarch64-unknown-linux-musl/lib/{libcfg_if-*,liblibc-*}.rlib" "-lc" "<sysroot>/lib/rustlib/aarch64-unknown-linux-musl/lib/{librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-L" "/tmp/rustccsJxSf/raw-dylibs" "-Wl,-Bdynamic" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-nostartfiles" "-L" "/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/libbpf-sys-581129f32eb7a6af/out" "-L" "/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/vsprintf-b450f7f27627cb83/out" "-L" "<sysroot>/lib/rustlib/aarch64-unknown-linux-musl/lib/self-contained" "-L" "<sysroot>/lib/rustlib/aarch64-unknown-linux-musl/lib" "-o" "/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/tracexec-5dbf97cbd285b16b/build_script_build-5dbf97cbd285b16b" "-Wl,--gc-sections" "-static" "-no-pie" "-Wl,-z,relro,-z,now" "-Wl,--strip-all" "-nodefaultlibs" "<sysroot>/lib/rustlib/aarch64-unknown-linux-musl/lib/self-contained/crtend.o" "<sysroot>/lib/rustlib/aarch64-unknown-linux-musl/lib/self-contained/crtn.o"
2025-08-20T22:58:48.9263110Z [00:03:24.441]➜    = note: some arguments are omitted. use `--verbose` to show all linker arguments
2025-08-20T22:58:48.9264299Z [00:03:24.441]➜    = note: /usr/lib/gcc/aarch64-alpine-linux-musl/15.2.0/../../../../aarch64-alpine-linux-musl/bin/ld: /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/liblibbpf_sys-155bbd8720461739.rlib(libbpf.o): in function `gen_kprobe_legacy_event_name':
2025-08-20T22:58:48.9265430Z [00:03:24.441]➜            libbpf.c:(.text.gen_kprobe_legacy_event_name+0x34): undefined reference to `__aarch64_ldadd4_sync'
2025-08-20T22:58:48.9266511Z [00:03:24.441]➜            /usr/lib/gcc/aarch64-alpine-linux-musl/15.2.0/../../../../aarch64-alpine-linux-musl/bin/ld: /usr/lib/gcc/aarch64-alpine-linux-musl/15.2.0/../../../../lib/libelf.a(elf_compress.o): in function `__libelf_compress':
2025-08-20T22:58:48.9267416Z [00:03:24.441]➜            elf_compress.c:(.text+0x108): undefined reference to `ZSTD_createCCtx'
2025-08-20T22:58:48.9268236Z [00:03:24.441]➜            /usr/lib/gcc/aarch64-alpine-linux-musl/15.2.0/../../../../aarch64-alpine-linux-musl/bin/ld: elf_compress.c:(.text+0x160): undefined reference to `ZSTD_freeCCtx'
2025-08-20T22:58:48.9269303Z [00:03:24.441]➜            /usr/lib/gcc/aarch64-alpine-linux-musl/15.2.0/../../../../aarch64-alpine-linux-musl/bin/ld: elf_compress.c:(.text+0x190): undefined reference to `ZSTD_freeCCtx'
2025-08-20T22:58:48.9270390Z [00:03:24.441]➜            /usr/lib/gcc/aarch64-alpine-linux-musl/15.2.0/../../../../aarch64-alpine-linux-musl/bin/ld: elf_compress.c:(.text+0x220): undefined reference to `ZSTD_compressStream2'
2025-08-20T22:58:48.9271656Z [00:03:24.441]➜            /usr/lib/gcc/aarch64-alpine-linux-musl/15.2.0/../../../../aarch64-alpine-linux-musl/bin/ld: elf_compress.c:(.text+0x228): undefined reference to `ZSTD_isError'
2025-08-20T22:58:48.9272918Z [00:03:24.441]➜            /usr/lib/gcc/aarch64-alpine-linux-musl/15.2.0/../../../../aarch64-alpine-linux-musl/bin/ld: elf_compress.c:(.text+0x248): undefined reference to `ZSTD_freeCCtx'
2025-08-20T22:58:48.9273983Z [00:03:24.441]➜            /usr/lib/gcc/aarch64-alpine-linux-musl/15.2.0/../../../../aarch64-alpine-linux-musl/bin/ld: elf_compress.c:(.text+0x2a4): undefined reference to `ZSTD_freeCCtx'
2025-08-20T22:58:48.9275039Z [00:03:24.441]➜            /usr/lib/gcc/aarch64-alpine-linux-musl/15.2.0/../../../../aarch64-alpine-linux-musl/bin/ld: elf_compress.c:(.text+0x2f8): undefined reference to `ZSTD_freeCCtx'
2025-08-20T22:58:48.9276088Z [00:03:24.441]➜            /usr/lib/gcc/aarch64-alpine-linux-musl/15.2.0/../../../../aarch64-alpine-linux-musl/bin/ld: elf_compress.c:(.text+0x33c): undefined reference to `ZSTD_freeCCtx'
2025-08-20T22:58:48.9277331Z [00:03:24.441]➜            /usr/lib/gcc/aarch64-alpine-linux-musl/15.2.0/../../../../aarch64-alpine-linux-musl/bin/ld: /usr/lib/gcc/aarch64-alpine-linux-musl/15.2.0/../../../../lib/libelf.a(elf_compress.o): in function `__libelf_decompress':
2025-08-20T22:58:48.9278243Z [00:03:24.441]➜            elf_compress.c:(.text+0x770): undefined reference to `ZSTD_decompress'
2025-08-20T22:58:48.9279272Z [00:03:24.441]➜            /usr/lib/gcc/aarch64-alpine-linux-musl/15.2.0/../../../../aarch64-alpine-linux-musl/bin/ld: elf_compress.c:(.text+0x778): undefined reference to `ZSTD_isError'
2025-08-20T22:58:48.9279948Z [00:03:24.441]➜            collect2: error: ld returned 1 exit status
2025-08-20T22:58:48.9280243Z [00:03:24.441]➜            
2025-08-20T22:58:48.9280803Z [00:03:24.441]➜    = note: some `extern` functions couldn't be found; some native libraries may need to be installed or have their path specified
2025-08-20T22:58:48.9281411Z [00:03:24.441]➜    = note: use the `-l` flag to specify native libraries to link
2025-08-20T22:58:48.9282391Z [00:03:24.441]➜    = note: use the `cargo:rustc-link-lib` directive to specify the native libraries to link with Cargo (see https://doc.rust-lang.org/cargo/reference/build-scripts.html#rustc-link-lib)
2025-08-20T22:58:48.9283099Z [00:03:24.441]➜  
2025-08-20T22:58:48.9621555Z [00:03:24.481]➜  error: could not compile `tracexec` (build script) due to 1 previous error
2025-08-20T22:58:48.9623139Z [00:03:24.481]➜  
2025-08-20T22:58:48.9623372Z [00:03:24.481]➜  Caused by:
2025-08-20T22:58:48.9627723Z [00:03:24.481]➜    process didn't exit successfully: `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2024 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="ebpf"' --cfg 'feature="recommended"' --cfg 'feature="vendored-libbpf"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "ebpf", "ebpf-debug", "ebpf-no-rcu-kfuncs", "recommended", "static", "vendored", "vendored-libbpf"))' -C metadata=463eec295bbfb092 -C extra-filename=-5dbf97cbd285b16b --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/tracexec-5dbf97cbd285b16b -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern libbpf_cargo=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/liblibbpf_cargo-7bb2edeb7f5e1eae.rlib -L native=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/libbpf-sys-581129f32eb7a6af/out -L native=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/vsprintf-b450f7f27627cb83/out` (exit status: 1)
2025-08-20T22:58:48.9631642Z [00:03:24.481]➜  warning: build failed, waiting for other jobs to finish...
2025-08-20T22:58:48.9651357Z [00:03:24.481]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name clap --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.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 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cargo", "color", "debug", "default", "deprecated", "derive", "env", "error-context", "help", "std", "string", "suggestions", "unicode", "unstable-derive-ui-tests", "unstable-doc", "unstable-ext", "unstable-markdown", "unstable-styles", "unstable-v5", "usage", "wrap_help"))' -C metadata=65d7f2f32606e720 -C extra-filename=-42987ed4db2face3 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern clap_builder=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap_builder-4c93f9759362aab8.rmeta --extern clap_derive=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libclap_derive-34492743f39d66aa.so --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:58:49.0389742Z [00:03:24.557]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name libbpf_sys --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libbpf-sys-1.5.0+v1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --crate-type staticlib --emit=dep-info,link -C opt-level=3 --cfg 'feature="static-libbpf"' --cfg 'feature="vendored-libbpf"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bindgen", "bindgen-source", "default", "novendor", "static", "static-libbpf", "static-libelf", "static-zlib", "vendored", "vendored-libbpf", "vendored-libelf", "vendored-zlib"))' -C metadata=33e6f6703102be33 -C extra-filename=-b3469c93a3c158d6 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/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 -L native=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libbpf-sys-e42c5eab9b0e6f3c/out -l elf -l z -l static=bpf`
2025-08-20T22:58:49.8204591Z [00:03:25.339]➜     Compiling vt100 v0.15.2
2025-08-20T22:58:49.8245314Z [00:03:25.343]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name vt100 --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vt100-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())' -C metadata=a4a1e1a964a6c76f -C extra-filename=-209fecc74484dc5d --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern itoa=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libitoa-26c7b81a28d259c5.rmeta --extern log=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblog-7bd9b6a084c4e530.rmeta --extern unicode_width=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libunicode_width-ae29605e8bb5f11f.rmeta --extern vte=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libvte-a29ce51c24f49b3c.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:58:50.1962025Z [00:03:25.715]➜  error: lto can only be run for executables, cdylibs and static library outputs
2025-08-20T22:58:50.1963418Z [00:03:25.715]➜  
2025-08-20T22:58:50.2240188Z [00:03:25.743]➜  error: could not compile `libbpf-sys` (lib) due to 1 previous error
2025-08-20T22:58:50.2242820Z [00:03:25.743]➜  
2025-08-20T22:58:50.2243539Z [00:03:25.743]➜  Caused by:
2025-08-20T22:58:50.2252132Z [00:03:25.743]➜    process didn't exit successfully: `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name libbpf_sys --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libbpf-sys-1.5.0+v1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --crate-type staticlib --emit=dep-info,link -C opt-level=3 --cfg 'feature="static-libbpf"' --cfg 'feature="vendored-libbpf"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bindgen", "bindgen-source", "default", "novendor", "static", "static-libbpf", "static-libelf", "static-zlib", "vendored", "vendored-libbpf", "vendored-libelf", "vendored-zlib"))' -C metadata=33e6f6703102be33 -C extra-filename=-b3469c93a3c158d6 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/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 -L native=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libbpf-sys-e42c5eab9b0e6f3c/out -l elf -l z -l static=bpf` (exit status: 1)
2025-08-20T22:58:50.2261905Z [00:03:25.743]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name libseccomp_sys --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libseccomp-sys-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f26f90ddb9342325 -C extra-filename=-dd5965af156a1b96 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/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 -l dylib=seccomp`
2025-08-20T22:58:50.4262936Z [00:03:25.945]➜     Compiling ratatui-macros v0.6.0
2025-08-20T22:58:50.4279260Z [00:03:25.946]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name ratatui_macros --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ratatui-macros-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())' -C metadata=635a15c55e913ade -C extra-filename=-e98fab514432dcbb --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern ratatui=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libratatui-d602d7defa607273.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:58:50.5036040Z [00:03:26.022]➜     Compiling filterable-enum-derive v0.1.2
2025-08-20T22:58:50.5048590Z [00:03:26.023]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name filterable_enum_derive --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/filterable-enum-derive-0.1.2/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=060fd6769f9292f8 -C extra-filename=-63ec9ce4ef1a3df7 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern darling=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libdarling-6db184139b13866c.rlib --extern proc_macro_crate=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libproc_macro_crate-bdbb5b0dec8aac31.rlib --extern proc_macro2=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libproc_macro2-670e3a35fc46366c.rlib --extern quote=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libquote-58ae1db5b5e0fa55.rlib --extern syn=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libsyn-d99662c89ceee94a.rlib --extern proc_macro --cap-lints allow`
2025-08-20T22:58:50.7857716Z [00:03:26.305]➜     Compiling ftree v1.2.0
2025-08-20T22:58:50.7873705Z [00:03:26.306]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name ftree --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ftree-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="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=b3511da74b30e1f0 -C extra-filename=-9377465675517280 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern serde=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde-d72f8da9dde4f4a2.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:58:50.9234480Z [00:03:26.442]➜     Compiling bstr v1.12.0
2025-08-20T22:58:50.9252742Z [00:03:26.444]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name bstr --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bstr-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"' --cfg 'feature="unicode"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std", "unicode"))' -C metadata=05983de3b03354ad -C extra-filename=-aabd5ed91c381e31 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern memchr=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmemchr-e799659df7e28d12.rmeta --extern regex_automata=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_automata-c8f0176502f961d3.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:58:51.0380565Z [00:03:26.557]➜     Compiling derive_setters v0.1.6
2025-08-20T22:58:51.0411978Z [00:03:26.560]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name derive_setters --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_setters-0.1.6/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("nightly"))' -C metadata=43eb12d6f0ccb2a7 -C extra-filename=-317c4a04a6284f07 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern darling=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libdarling-6db184139b13866c.rlib --extern proc_macro2=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libproc_macro2-670e3a35fc46366c.rlib --extern quote=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libquote-58ae1db5b5e0fa55.rlib --extern syn=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libsyn-d99662c89ceee94a.rlib --extern proc_macro --cap-lints allow`
2025-08-20T22:58:51.2206306Z [00:03:26.739]➜     Compiling derive-getters v0.5.0
2025-08-20T22:58:51.2222363Z [00:03:26.741]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name derive_getters --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive-getters-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("auto_copy_getters", "default"))' -C metadata=175160f7bc718ff0 -C extra-filename=-7ee835d9edc4eef4 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libproc_macro2-670e3a35fc46366c.rlib --extern quote=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libquote-58ae1db5b5e0fa55.rlib --extern syn=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libsyn-d99662c89ceee94a.rlib --extern proc_macro --cap-lints allow`
2025-08-20T22:58:51.3703251Z [00:03:26.889]➜     Compiling strum_macros v0.27.1
2025-08-20T22:58:51.3719103Z [00:03:26.890]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name strum_macros --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum_macros-0.27.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=3fcac3559db59628 -C extra-filename=-61675d0c6c8cf571 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern heck=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libheck-25103e7959c420e1.rlib --extern proc_macro2=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libproc_macro2-670e3a35fc46366c.rlib --extern quote=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libquote-58ae1db5b5e0fa55.rlib --extern rustversion=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/librustversion-4c0811fcef2fcd7e.so --extern syn=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libsyn-d99662c89ceee94a.rlib --extern proc_macro --cap-lints allow`
2025-08-20T22:58:51.8175294Z [00:03:27.336]➜     Compiling serial_test_derive v3.2.0
2025-08-20T22:58:51.8183095Z [00:03:27.337]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name serial_test_derive --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serial_test_derive-3.2.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 --cfg 'feature="async"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async", "default", "test_logging"))' -C metadata=ef68d64c9ed48642 -C extra-filename=-6815b216ca5977ba --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libproc_macro2-670e3a35fc46366c.rlib --extern quote=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libquote-58ae1db5b5e0fa55.rlib --extern syn=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libsyn-d99662c89ceee94a.rlib --extern proc_macro --cap-lints allow`
2025-08-20T22:58:52.1012622Z [00:03:27.620]➜     Compiling console v0.15.11
2025-08-20T22:58:52.1050467Z [00:03:27.621]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name console --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/console-0.15.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("ansi-parsing", "default", "unicode-width", "windows-console-colors"))' -C metadata=af07d744db37140b -C extra-filename=-888cdbe3d8508bd7 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-b66fa394134f7643.rmeta --extern once_cell=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libonce_cell-bf549e27d6efb313.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:58:52.5219497Z [00:03:28.041]➜     Compiling fslock v0.2.1
2025-08-20T22:58:52.5224853Z [00:03:28.041]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name fslock --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fslock-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=289d9f5ceaed3806 -C extra-filename=-67d930f9f53e7dd5 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-b66fa394134f7643.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:58:52.6293680Z [00:03:28.148]➜     Compiling percent-encoding v2.3.1
2025-08-20T22:58:52.6300977Z [00:03:28.148]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name percent_encoding --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/percent-encoding-2.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=bf7a63bccdcba7ab -C extra-filename=-2aa7bee56e77439a --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:58:52.6670138Z [00:03:28.185]➜     Compiling iana-time-zone v0.1.63
2025-08-20T22:58:52.6674939Z [00:03:28.185]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name iana_time_zone --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iana-time-zone-0.1.63/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=04b41b32472f3013 -C extra-filename=-ffe2815e206ccfc2 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:58:52.8032802Z [00:03:28.322]➜     Compiling arboard v3.5.0
2025-08-20T22:58:52.8041482Z [00:03:28.322]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name arboard --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arboard-3.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="wayland-data-control"' --cfg 'feature="wl-clipboard-rs"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("core-graphics", "default", "image", "image-data", "wayland-data-control", "windows-sys", "wl-clipboard-rs"))' -C metadata=961ca40dfb51801b -C extra-filename=-00b0fcd6fafb0204 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern log=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblog-7bd9b6a084c4e530.rmeta --extern parking_lot=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libparking_lot-d11fa2de6725b8d6.rmeta --extern percent_encoding=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpercent_encoding-2aa7bee56e77439a.rmeta --extern wl_clipboard_rs=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwl_clipboard_rs-12d2518911dbbdbe.rmeta --extern x11rb=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libx11rb-b4a663b0a0f58d84.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:58:52.8352224Z [00:03:28.354]➜     Compiling serial_test v3.2.0
2025-08-20T22:58:52.8376992Z [00:03:28.356]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name serial_test --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serial_test-3.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="async"' --cfg 'feature="default"' --cfg 'feature="file_locks"' --cfg 'feature="logging"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async", "default", "docsrs", "file_locks", "logging", "test_logging"))' -C metadata=172824f1ac59f731 -C extra-filename=-25b594cf719ca1be --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern fslock=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfslock-67d930f9f53e7dd5.rmeta --extern futures=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures-d4cc56faacb1ef31.rmeta --extern log=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblog-7bd9b6a084c4e530.rmeta --extern once_cell=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libonce_cell-bf549e27d6efb313.rmeta --extern parking_lot=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libparking_lot-d11fa2de6725b8d6.rmeta --extern scc=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libscc-030662cba94c8a76.rmeta --extern serial_test_derive=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libserial_test_derive-6815b216ca5977ba.so --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:58:53.2117716Z [00:03:28.731]➜     Compiling chrono v0.4.40
2025-08-20T22:58:53.2146367Z [00:03:28.732]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name chrono --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.40/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=0dd0a28740c8e514 -C extra-filename=-20e32ad3a4db25e3 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern iana_time_zone=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libiana_time_zone-ffe2815e206ccfc2.rmeta --extern num_traits=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnum_traits-66f8939c54523e8d.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:58:53.2318670Z [00:03:28.751]➜     Compiling better-panic v0.3.0
2025-08-20T22:58:53.2324315Z [00:03:28.751]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name better_panic --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/better-panic-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("syntect"))' -C metadata=a1a8a24a9115ec92 -C extra-filename=-f34403a27d630900 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern backtrace=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbacktrace-40c749fc239cb753.rmeta --extern console=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libconsole-888cdbe3d8508bd7.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:58:54.0973891Z [00:03:29.616]➜     Compiling tui-popup v0.6.0
2025-08-20T22:58:54.0985840Z [00:03:29.617]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name tui_popup --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tui-popup-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 '--warn=clippy::pedantic' '--warn=clippy::nursery' '--warn=clippy::unwrap_used' '--warn=clippy::expect_used' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("crossterm", "default"))' -C metadata=9355ac9d296c60e1 -C extra-filename=-000808f1eb46af40 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern derive_getters=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libderive_getters-7ee835d9edc4eef4.so --extern derive_setters=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libderive_setters-317c4a04a6284f07.so --extern document_features=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libdocument_features-71fc5693dee8a080.so --extern ratatui=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libratatui-d602d7defa607273.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:58:54.2142439Z [00:03:29.733]➜     Compiling strum v0.27.1
2025-08-20T22:58:54.2148012Z [00:03:29.733]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name strum --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum-0.27.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="derive"' --cfg 'feature="std"' --cfg 'feature="strum_macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "derive", "phf", "std", "strum_macros"))' -C metadata=c3a2a1404b9c51e5 -C extra-filename=-3837d630b061b1be --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern strum_macros=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libstrum_macros-61675d0c6c8cf571.so --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:58:54.2478715Z [00:03:29.766]➜     Compiling shell-quote v0.7.2
2025-08-20T22:58:54.2484244Z [00:03:29.766]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name shell_quote --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/shell-quote-0.7.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="bash"' --cfg 'feature="bstr"' --cfg 'feature="default"' --cfg 'feature="fish"' --cfg 'feature="sh"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bash", "bstr", "default", "fish", "sh"))' -C metadata=c05f805f7bad9a84 -C extra-filename=-00915c1b6e25709c --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern bstr=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbstr-aabd5ed91c381e31.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:58:54.3039345Z [00:03:29.823]➜     Compiling filterable-enum v0.1.2
2025-08-20T22:58:54.3061803Z [00:03:29.824]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name filterable_enum --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/filterable-enum-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())' -C metadata=62ed6ee200cda27e -C extra-filename=-041f448f4beaae49 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern enumflags2=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libenumflags2-5de760c890ce6304.rmeta --extern filterable_enum_derive=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libfilterable_enum_derive-63ec9ce4ef1a3df7.so --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:58:54.3819522Z [00:03:29.901]➜     Compiling indexset v0.12.2
2025-08-20T22:58:54.3827420Z [00:03:29.901]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name indexset --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexset-0.12.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("cdc", "concurrent", "multimap", "serde"))' -C metadata=ef979d7e41b32200 -C extra-filename=-c1da7c48e8e215dc --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern ftree=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libftree-9377465675517280.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:58:54.6358101Z [00:03:30.155]➜     Compiling tui-term v0.2.0
2025-08-20T22:58:54.6369416Z [00:03:30.155]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name tui_term --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tui-term-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="vt100"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "unstable", "vt100"))' -C metadata=ed3d594d55112d62 -C extra-filename=-2eb3d0efc527165c --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern ratatui=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libratatui-d602d7defa607273.rmeta --extern vt100=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libvt100-209fecc74484dc5d.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:58:54.7427607Z [00:03:30.261]➜     Compiling tui-prompts v0.5.0
2025-08-20T22:58:54.7437359Z [00:03:30.262]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name tui_prompts --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tui-prompts-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=eceaf4d7aab561a5 -C extra-filename=-13f92172e7bf9657 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern itertools=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libitertools-c4307ed1591dc7f8.rmeta --extern ratatui=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libratatui-d602d7defa607273.rmeta --extern ratatui_macros=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libratatui_macros-e98fab514432dcbb.rmeta --extern rstest=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librstest-5924f0ff14089939.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:58:54.8079969Z [00:03:30.326]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name libseccomp --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libseccomp-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cfg-if", "const-syscall"))' -C metadata=b84a2914d7975a2e -C extra-filename=-45bcfe3538ac1148 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern bitflags=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbitflags-dadc80606a3f6919.rmeta --extern libc=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-b66fa394134f7643.rmeta --extern libseccomp_sys=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibseccomp_sys-dd5965af156a1b96.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none -L native=/usr/lib -l seccomp --cfg libseccomp_v2_6`
2025-08-20T22:58:54.9449663Z [00:03:30.464]➜     Compiling clap_complete v4.5.47
2025-08-20T22:58:54.9471614Z [00:03:30.465]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name clap_complete --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_complete-4.5.47/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug", "default", "unstable-doc", "unstable-dynamic", "unstable-shell-tests"))' -C metadata=7b5468eed8d519d5 -C extra-filename=-9f07205be791280b --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern clap=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap-42987ed4db2face3.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:58:54.9650824Z [00:03:30.484]➜     Compiling rand v0.9.1
2025-08-20T22:58:54.9660293Z [00:03:30.484]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name rand --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="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=4d71268e514d50f6 -C extra-filename=-5bfdc4147324ef5f --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern rand_chacha=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librand_chacha-96eab1cd2669ae62.rmeta --extern rand_core=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librand_core-9bc923f4391769e0.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:58:55.0384126Z [00:03:30.557]➜     Compiling filedescriptor v0.8.3
2025-08-20T22:58:55.0403617Z [00:03:30.559]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name filedescriptor --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/filedescriptor-0.8.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=eb12c7b9c61816f6 -C extra-filename=-1f15a1eb6a0292d3 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-b66fa394134f7643.rmeta --extern thiserror=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libthiserror-b63b6944cf4fbaf9.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:58:55.3674252Z [00:03:30.884]➜     Compiling weak-table v0.3.2
2025-08-20T22:58:55.3680949Z [00:03:30.886]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name weak_table --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/weak-table-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 --cfg 'feature="ahash"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ahash", "alloc", "default", "std"))' -C metadata=329262564bd26a59 -C extra-filename=-a2be08934a154e0a --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern ahash=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libahash-4947365c3191af1a.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:58:55.7254232Z [00:03:31.244]➜     Compiling nutype v0.6.1
2025-08-20T22:58:55.7261031Z [00:03:31.244]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name nutype --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nutype-0.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "new_unchecked", "regex", "schemars08", "serde", "std"))' -C metadata=f62e897a5f177c82 -C extra-filename=-956ff0512f92c6f8 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern nutype_macros=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libnutype_macros-082c8410e46a411c.so --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:58:55.7915148Z [00:03:31.309]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name nix --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.29.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="feature"' --cfg 'feature="fs"' --cfg 'feature="process"' --cfg 'feature="ptrace"' --cfg 'feature="signal"' --cfg 'feature="term"' --cfg 'feature="user"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "fanotify", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=08434f07c4f0a317 -C extra-filename=-f3701f48f127875b --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern bitflags=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbitflags-dadc80606a3f6919.rmeta --extern cfg_if=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcfg_if-5335dbb64cbcc9f5.rmeta --extern libc=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-b66fa394134f7643.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 linux --cfg linux_android --check-cfg 'cfg(android)' --check-cfg 'cfg(dragonfly)' --check-cfg 'cfg(ios)' --check-cfg 'cfg(freebsd)' --check-cfg 'cfg(illumos)' --check-cfg 'cfg(linux)' --check-cfg 'cfg(macos)' --check-cfg 'cfg(netbsd)' --check-cfg 'cfg(openbsd)' --check-cfg 'cfg(solaris)' --check-cfg 'cfg(watchos)' --check-cfg 'cfg(tvos)' --check-cfg 'cfg(visionos)' --check-cfg 'cfg(apple_targets)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(bsd_without_apple)' --check-cfg 'cfg(linux_android)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(apple_targets)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(bsd_without_apple)' --check-cfg 'cfg(linux_android)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(fbsd14)' --check-cfg 'cfg(qemu)'`
2025-08-20T22:58:56.0375192Z [00:03:31.556]➜     Compiling tokio-util v0.7.15
2025-08-20T22:58:56.0384667Z [00:03:31.556]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name tokio_util --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.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 --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="default"' --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=b7e122d851b03ee1 -C extra-filename=-2df1a7a4a2f5554b --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern bytes=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbytes-aad76a29fa546711.rmeta --extern futures_core=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_core-9b9c66b12a641e5c.rmeta --extern futures_sink=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_sink-1f73ff9c554e4477.rmeta --extern pin_project_lite=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpin_project_lite-7f1b0160d6667c1c.rmeta --extern tokio=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtokio-e6f67942d514c8e4.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:58:56.0758085Z [00:03:31.594]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name serde_json --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.140/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=56b3df3032e6153d -C extra-filename=-a0cc6314f90a2a07 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern itoa=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libitoa-26c7b81a28d259c5.rmeta --extern memchr=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmemchr-e799659df7e28d12.rmeta --extern ryu=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libryu-694316d3806572f1.rmeta --extern serde=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde-d72f8da9dde4f4a2.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 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'`
2025-08-20T22:58:56.2949914Z [00:03:31.814]➜     Compiling toml v0.8.21
2025-08-20T22:58:56.2967826Z [00:03:31.814]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name toml --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=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' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "display", "indexmap", "parse", "preserve_order", "unbounded"))' -C metadata=e83f26aca1197427 -C extra-filename=-34a117820390d568 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern serde=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde-d72f8da9dde4f4a2.rmeta --extern serde_spanned=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde_spanned-d90e8b70f0a676f5.rmeta --extern toml_datetime=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtoml_datetime-da2f89fe282e8499.rmeta --extern toml_edit=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtoml_edit-47913230259fc2e2.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:58:56.5183200Z [00:03:32.037]➜     Compiling directories v6.0.0
2025-08-20T22:58:56.5189189Z [00:03:32.037]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name directories --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/directories-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=bfd009a9da6acaa9 -C extra-filename=-57eafb8fae04ff86 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern dirs_sys=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libdirs_sys-24a6bb3e4262e405.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:58:56.8215530Z [00:03:32.340]➜     Compiling color-eyre v0.6.3
2025-08-20T22:58:56.8227508Z [00:03:32.341]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name color_eyre --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/color-eyre-0.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="capture-spantrace"' --cfg 'feature="color-spantrace"' --cfg 'feature="default"' --cfg 'feature="tracing-error"' --cfg 'feature="track-caller"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("capture-spantrace", "color-spantrace", "default", "issue-url", "tracing-error", "track-caller", "url"))' -C metadata=061a5428ff51d7e0 -C extra-filename=-459f34c06b6ebf4b --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern backtrace=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbacktrace-40c749fc239cb753.rmeta --extern color_spantrace=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcolor_spantrace-c79cb5cde63de752.rmeta --extern eyre=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libeyre-7e3ef1f771983600.rmeta --extern indenter=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libindenter-4edd4209ac0fba28.rmeta --extern once_cell=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libonce_cell-bf549e27d6efb313.rmeta --extern owo_colors=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libowo_colors-9841a8797a56c727.rmeta --extern tracing_error=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtracing_error-58f9537f69246ae8.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:58:57.2749353Z [00:03:32.794]➜     Compiling kxxt-owo-colors v4.0.0
2025-08-20T22:58:57.2759371Z [00:03:32.794]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name kxxt_owo_colors --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/kxxt-owo-colors-4.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="global-colorized-control"' --cfg 'feature="lazy_static"' --cfg 'feature="supports-color"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "global-colorized-control", "lazy_static", "supports-color", "supports-colors"))' -C metadata=dd25a096f8f164a1 -C extra-filename=-f37a3b7689358f52 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern cfg_if=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcfg_if-5335dbb64cbcc9f5.rmeta --extern lazy_static=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblazy_static-a7a7d1b21152584a.rmeta --extern supports_color=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsupports_color-47f51730a962c5cd.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:58:58.1487315Z [00:03:33.668]➜     Compiling atoi v2.0.0
2025-08-20T22:58:58.1495078Z [00:03:33.668]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name atoi --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/atoi-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=6fbe101d5fd87d66 -C extra-filename=-3e051acafc7eba47 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern num_traits=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnum_traits-66f8939c54523e8d.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:58:58.2290195Z [00:03:33.748]➜     Compiling tui-scrollview v0.5.1
2025-08-20T22:58:58.2297954Z [00:03:33.748]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name tui_scrollview --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tui-scrollview-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=54e1190ff8933cb7 -C extra-filename=-30f572188685040c --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern indoc=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libindoc-7bb603fa97472ef8.so --extern ratatui=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libratatui-d602d7defa607273.rmeta --extern rstest=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librstest-5924f0ff14089939.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:58:58.3034535Z [00:03:33.822]➜     Compiling tui-widget-list v0.13.2
2025-08-20T22:58:58.3042964Z [00:03:33.822]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name tui_widget_list --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tui-widget-list-0.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0eb47a02beb8b4ff -C extra-filename=-4b4b7166704c3349 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern ratatui=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libratatui-d602d7defa607273.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:58:58.4541239Z [00:03:33.973]➜     Compiling regex-cursor v0.1.5
2025-08-20T22:58:58.4571453Z [00:03:33.973]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name regex_cursor --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-cursor-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("default", "perf-inline", "ropey"))' -C metadata=28e409313a5bc272 -C extra-filename=-69b73bb779329b52 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern log=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblog-7bd9b6a084c4e530.rmeta --extern memchr=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmemchr-e799659df7e28d12.rmeta --extern regex_automata=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_automata-c8f0176502f961d3.rmeta --extern regex_syntax=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_syntax-8375770a0aabfdd3.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:58:58.5699233Z [00:03:34.089]➜     Compiling itertools v0.14.0
2025-08-20T22:58:58.5707480Z [00:03:34.089]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name itertools --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=4566688b6c4b1d0a -C extra-filename=-2c7cdb84d2eed9b5 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --extern either=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libeither-4baf76fac0f4cf78.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:58:58.7132122Z [00:03:34.232]➜     Compiling shell-words v1.1.0
2025-08-20T22:58:58.7154222Z [00:03:34.234]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name shell_words --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/shell-words-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=604bb3df4ded76ba -C extra-filename=-04357d8eadfbdc82 --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:58:58.9297224Z [00:03:34.449]➜     Compiling humantime v2.2.0
2025-08-20T22:58:58.9302522Z [00:03:34.449]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name humantime --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/humantime-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3899394e03b37a44 -C extra-filename=-9650910401c42f1f --out-dir /tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:59:00.7755824Z [00:03:36.294]➜  + find -L ./target/aarch64-unknown-linux-musl/release -maxdepth 1 -type f
2025-08-20T22:59:00.7773839Z [00:03:36.296]➜  ./target/aarch64-unknown-linux-musl/release/.cargo-lock
2025-08-20T22:59:00.7786329Z [00:03:36.297]➜  + find ./target/aarch64-unknown-linux-musl/release -maxdepth 1 -type f -exec file -i '{}' ';'
2025-08-20T22:59:00.7788251Z [00:03:36.297]➜  + grep -Ei 'application/.*executable|inode/symlink|text/x-perl|text/.*script'
2025-08-20T22:59:00.7789212Z [00:03:36.297]➜  + cut -d: -f1
2025-08-20T22:59:00.7790038Z [00:03:36.298]➜  + xargs realpath --no-symlinks
2025-08-20T22:59:00.7790736Z [00:03:36.298]➜  + xargs -I '{}' rsync -achvL '{}' /build-bins/
2025-08-20T22:59:00.7808912Z [00:03:36.300]➜  realpath: missing operand
2025-08-20T22:59:00.7809311Z [00:03:36.300]➜  Try 'realpath --help' for more information.
2025-08-20T22:59:00.8981984Z [00:03:36.417]➜  '/tmp/tmp.gR1taVZ7Lk/TEMPREPO/LICENSE' -> '/build-bins/LICENSE'
2025-08-20T22:59:00.9126993Z [00:03:36.432]➜  + find /build-bins/ -type f -exec objcopy --remove-section=.comment '--remove-section=.note.*' '{}' ';'
2025-08-20T22:59:00.9153781Z [00:03:36.434]➜  + find /build-bins/ -type f '!' -name '*.no_strip' -exec strip --strip-all --verbose '{}' ';'
2025-08-20T22:59:00.9502927Z [00:03:36.469]➜  + find /build-bins/ -type f -exec bash -c 'echo && realpath {} && readelf --section-headers {} 2>/dev/null' ';'
2025-08-20T22:59:00.9525760Z [00:03:36.471]➜  
2025-08-20T22:59:00.9539140Z [00:03:36.473]➜  /build-bins/LICENSE
2025-08-20T22:59:00.9575595Z [00:03:36.476]➜  + file /build-bins/LICENSE
2025-08-20T22:59:00.9757914Z [00:03:36.495]➜  /build-bins/LICENSE: ASCII text
2025-08-20T22:59:00.9763894Z [00:03:36.495]➜  + stat -c '%n:         %s Bytes' /build-bins/LICENSE
2025-08-20T22:59:00.9776456Z [00:03:36.497]➜  /build-bins/LICENSE:         18092 Bytes
2025-08-20T22:59:00.9778065Z [00:03:36.497]➜  + du /build-bins/LICENSE --bytes --human-readable --time --time-style=full-iso --summarize
2025-08-20T22:59:00.9791028Z [00:03:36.498]➜  18K	2025-08-20 22:59:00.897082751 +0000	/build-bins/LICENSE
2025-08-20T22:59:00.9793093Z [00:03:36.498]➜  + popd
2025-08-20T22:59:02.1384356Z [00:03:37.657]➜  + docker cp alpine-builder:/build-bins/. /tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/
2025-08-20T22:59:02.1509472Z [00:03:37.670]➜  + '[' -s /tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE ']'
2025-08-20T22:59:02.1518850Z [00:03:37.670]➜  + cp -fv /tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE /tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/LICENSE
2025-08-20T22:59:02.1523176Z [00:03:37.671]➜  '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' -> '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/LICENSE'
2025-08-20T22:59:02.1534210Z [00:03:37.672]➜  + find /tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP -maxdepth 1 -type f -exec file -i '{}' ';'
2025-08-20T22:59:02.1535010Z [00:03:37.672]➜  + grep -Ei 'application/.*executable|inode/symlink|text/x-perl|text/.*script'
2025-08-20T22:59:02.1535408Z [00:03:37.672]➜  + cut -d: -f1
2025-08-20T22:59:02.1535676Z [00:03:37.672]➜  + xargs realpath --no-symlinks
2025-08-20T22:59:02.1536137Z [00:03:37.672]➜  + xargs -I '{}' rsync -achvL '{}' /tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR
2025-08-20T22:59:02.2315760Z [00:03:37.750]➜  realpath: missing operand
2025-08-20T22:59:02.2316148Z [00:03:37.750]➜  Try 'realpath --help' for more information.
2025-08-20T22:59:02.2326088Z [00:03:37.751]➜  
2025-08-20T22:59:02.7230046Z [00:03:38.242]➜  
2025-08-20T22:59:02.7309290Z [00:03:38.250]➜  ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' retained as runner:runner
2025-08-20T22:59:02.7310211Z [00:03:38.250]➜  ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' retained as runner:runner
2025-08-20T22:59:02.7311390Z [00:03:38.250]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/demonstration/gdb-launcher/README.md' from root:root to runner:runner
2025-08-20T22:59:02.7312929Z [00:03:38.250]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/demonstration/gdb-launcher/shell-script' from root:root to runner:runner
2025-08-20T22:59:02.7314333Z [00:03:38.250]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/demonstration/gdb-launcher/.gitignore' from root:root to runner:runner
2025-08-20T22:59:02.7315683Z [00:03:38.250]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/demonstration/gdb-launcher/Makefile' from root:root to runner:runner
2025-08-20T22:59:02.7317393Z [00:03:38.250]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/demonstration/gdb-launcher/a.rs' from root:root to runner:runner
2025-08-20T22:59:02.7318702Z [00:03:38.250]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/demonstration/gdb-launcher/b.rs' from root:root to runner:runner
2025-08-20T22:59:02.7319997Z [00:03:38.250]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/demonstration/gdb-launcher' from root:root to runner:runner
2025-08-20T22:59:02.7321226Z [00:03:38.250]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/demonstration' from root:root to runner:runner
2025-08-20T22:59:02.7322495Z [00:03:38.250]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/about.toml' from root:root to runner:runner
2025-08-20T22:59:02.7323723Z [00:03:38.250]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/Cargo.toml' from root:root to runner:runner
2025-08-20T22:59:02.7324902Z [00:03:38.250]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/update_readme.rb' from root:root to runner:runner
2025-08-20T22:59:02.7326078Z [00:03:38.250]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/flake.lock' from root:root to runner:runner
2025-08-20T22:59:02.7327237Z [00:03:38.250]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/CHANGELOG.md' from root:root to runner:runner
2025-08-20T22:59:02.7328389Z [00:03:38.250]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/flake.nix' from root:root to runner:runner
2025-08-20T22:59:02.7329613Z [00:03:38.250]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/casts/stdio-in-cmdline.cast' from root:root to runner:runner
2025-08-20T22:59:02.7330898Z [00:03:38.250]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/casts/interactive-bash.yaml' from root:root to runner:runner
2025-08-20T22:59:02.7332419Z [00:03:38.250]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/casts/Makefile' from root:root to runner:runner
2025-08-20T22:59:02.7333795Z [00:03:38.250]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/casts/interactive-bash.cast' from root:root to runner:runner
2025-08-20T22:59:02.7335001Z [00:03:38.250]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/casts' from root:root to runner:runner
2025-08-20T22:59:02.7336169Z [00:03:38.250]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/README.template.md' from root:root to runner:runner
2025-08-20T22:59:02.7337345Z [00:03:38.250]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/README.md' from root:root to runner:runner
2025-08-20T22:59:02.7338475Z [00:03:38.250]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/TODO' from root:root to runner:runner
2025-08-20T22:59:02.7339650Z [00:03:38.250]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/INSTALL.md' from root:root to runner:runner
2025-08-20T22:59:02.7341103Z [00:03:38.250]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/fixtures/exec-stress.rs' from root:root to runner:runner
2025-08-20T22:59:02.7342470Z [00:03:38.250]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/fixtures/not-executable' from root:root to runner:runner
2025-08-20T22:59:02.7343773Z [00:03:38.250]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/fixtures/empty-argv.rs' from root:root to runner:runner
2025-08-20T22:59:02.7345022Z [00:03:38.250]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/fixtures/exec-file.rs' from root:root to runner:runner
2025-08-20T22:59:02.7346278Z [00:03:38.250]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/fixtures/corrupted-envp.rs' from root:root to runner:runner
2025-08-20T22:59:02.7347483Z [00:03:38.250]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/fixtures' from root:root to runner:runner
2025-08-20T22:59:02.7348650Z [00:03:38.250]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/3rdparty/.gitignore' from root:root to runner:runner
2025-08-20T22:59:02.7349964Z [00:03:38.250]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/3rdparty/prepare-native-dependencies.sh' from root:root to runner:runner
2025-08-20T22:59:02.7351212Z [00:03:38.250]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/3rdparty' from root:root to runner:runner
2025-08-20T22:59:02.7352522Z [00:03:38.250]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/.gitattributes' from root:root to runner:runner
2025-08-20T22:59:02.7353728Z [00:03:38.250]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/build.rs' from root:root to runner:runner
2025-08-20T22:59:02.7354883Z [00:03:38.250]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/rustfmt.toml' from root:root to runner:runner
2025-08-20T22:59:02.7356217Z [00:03:38.250]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/.gitignore' from root:root to runner:runner
2025-08-20T22:59:02.7357493Z [00:03:38.250]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/.github/workflows/ci.yml' from root:root to runner:runner
2025-08-20T22:59:02.7358766Z [00:03:38.250]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/.github/workflows/release.yml' from root:root to runner:runner
2025-08-20T22:59:02.7360044Z [00:03:38.250]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/.github/workflows/nix.yml' from root:root to runner:runner
2025-08-20T22:59:02.7361270Z [00:03:38.250]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/.github/workflows' from root:root to runner:runner
2025-08-20T22:59:02.7362579Z [00:03:38.250]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/.github' from root:root to runner:runner
2025-08-20T22:59:02.7363809Z [00:03:38.250]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/nix/tracexec.nix' from root:root to runner:runner
2025-08-20T22:59:02.7365220Z [00:03:38.250]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/nix/ukci.nix' from root:root to runner:runner
2025-08-20T22:59:02.7366437Z [00:03:38.250]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/nix/kernel-configure.nix' from root:root to runner:runner
2025-08-20T22:59:02.7367679Z [00:03:38.250]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/nix/kernel-source.nix' from root:root to runner:runner
2025-08-20T22:59:02.7368905Z [00:03:38.250]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/nix/initramfs.nix' from root:root to runner:runner
2025-08-20T22:59:02.7370125Z [00:03:38.251]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/nix/kernel-build.nix' from root:root to runner:runner
2025-08-20T22:59:02.7371289Z [00:03:38.251]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/nix' from root:root to runner:runner
2025-08-20T22:59:02.7372551Z [00:03:38.251]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/deny.toml' from root:root to runner:runner
2025-08-20T22:59:02.7373929Z [00:03:38.251]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/config.toml' from root:root to runner:runner
2025-08-20T22:59:02.7375232Z [00:03:38.251]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/.rustc_info.json' from root:root to runner:runner
2025-08-20T22:59:02.7376695Z [00:03:38.251]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/bytes-aad76a29fa546711.d' from root:root to runner:runner
2025-08-20T22:59:02.7378342Z [00:03:38.251]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/serde-d72f8da9dde4f4a2.d' from root:root to runner:runner
2025-08-20T22:59:02.7380036Z [00:03:38.251]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfastrand-a6fffb5a5e5cdb20.rlib' from root:root to runner:runner
2025-08-20T22:59:02.7381749Z [00:03:38.251]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_cursor-69b73bb779329b52.rlib' from root:root to runner:runner
2025-08-20T22:59:02.7383752Z [00:03:38.251]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libequivalent-227a987576108267.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.7385464Z [00:03:38.251]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbitflags-dadc80606a3f6919.rlib' from root:root to runner:runner
2025-08-20T22:59:02.7387197Z [00:03:38.251]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpercent_encoding-2aa7bee56e77439a.rlib' from root:root to runner:runner
2025-08-20T22:59:02.7388867Z [00:03:38.251]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/gimli-4279674ee96871e1.d' from root:root to runner:runner
2025-08-20T22:59:02.7390559Z [00:03:38.251]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcolor_spantrace-c79cb5cde63de752.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.7392364Z [00:03:38.251]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtui_popup-000808f1eb46af40.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.7394177Z [00:03:38.251]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libstrsim-b4d47f8ab2e91eb8.rlib' from root:root to runner:runner
2025-08-20T22:59:02.7395877Z [00:03:38.251]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/percent_encoding-2aa7bee56e77439a.d' from root:root to runner:runner
2025-08-20T22:59:02.7397614Z [00:03:38.251]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_executor-f2e00fd98470a358.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.7399535Z [00:03:38.251]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbacktrace-40c749fc239cb753.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.7401299Z [00:03:38.251]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/shell_quote-00915c1b6e25709c.d' from root:root to runner:runner
2025-08-20T22:59:02.7403159Z [00:03:38.251]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libminimal_lexical-79f70aa3ad38fa03.rlib' from root:root to runner:runner
2025-08-20T22:59:02.7404930Z [00:03:38.251]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnum_traits-66f8939c54523e8d.rlib' from root:root to runner:runner
2025-08-20T22:59:02.7406679Z [00:03:38.251]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgetrandom-9972691410bf1bd0.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.7408359Z [00:03:38.251]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/foldhash-4166f2240ae6512f.d' from root:root to runner:runner
2025-08-20T22:59:02.7410259Z [00:03:38.251]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossterm-43097e7b40ae7335.rlib' from root:root to runner:runner
2025-08-20T22:59:02.7411983Z [00:03:38.251]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsignal_hook_mio-261f4b10527a50fe.rlib' from root:root to runner:runner
2025-08-20T22:59:02.7413790Z [00:03:38.251]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/nix-f3701f48f127875b.d' from root:root to runner:runner
2025-08-20T22:59:02.7415418Z [00:03:38.251]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/castaway-09523d0e493e2f78.d' from root:root to runner:runner
2025-08-20T22:59:02.7417111Z [00:03:38.251]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_sink-1f73ff9c554e4477.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.7418851Z [00:03:38.251]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcolor_spantrace-c79cb5cde63de752.rlib' from root:root to runner:runner
2025-08-20T22:59:02.7420519Z [00:03:38.252]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/nom-bbdd29e7bef6af50.d' from root:root to runner:runner
2025-08-20T22:59:02.7422234Z [00:03:38.252]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgetrandom-9972691410bf1bd0.rlib' from root:root to runner:runner
2025-08-20T22:59:02.7424006Z [00:03:38.252]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/minimal_lexical-79f70aa3ad38fa03.d' from root:root to runner:runner
2025-08-20T22:59:02.7425866Z [00:03:38.252]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/parking_lot-d11fa2de6725b8d6.d' from root:root to runner:runner
2025-08-20T22:59:02.7427578Z [00:03:38.252]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/winnow-2f1e42bfd4d34b72.d' from root:root to runner:runner
2025-08-20T22:59:02.7429239Z [00:03:38.252]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/sharded_slab-c87e086639dbd4ca.d' from root:root to runner:runner
2025-08-20T22:59:02.7430898Z [00:03:38.252]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/better_panic-f34403a27d630900.d' from root:root to runner:runner
2025-08-20T22:59:02.7432694Z [00:03:38.252]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfastrand-a6fffb5a5e5cdb20.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.7434435Z [00:03:38.252]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/rand_chacha-96eab1cd2669ae62.d' from root:root to runner:runner
2025-08-20T22:59:02.7436362Z [00:03:38.252]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/x11rb_protocol-adb51dcc374e7d01.d' from root:root to runner:runner
2025-08-20T22:59:02.7438036Z [00:03:38.252]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/indexmap-d177a20394edbb52.d' from root:root to runner:runner
2025-08-20T22:59:02.7439685Z [00:03:38.252]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/humantime-9650910401c42f1f.d' from root:root to runner:runner
2025-08-20T22:59:02.7441394Z [00:03:38.252]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liballocator_api2-f637d9d5d2560ff6.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.7443273Z [00:03:38.252]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbacktrace-40c749fc239cb753.rlib' from root:root to runner:runner
2025-08-20T22:59:02.7444970Z [00:03:38.252]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/directories-57eafb8fae04ff86.d' from root:root to runner:runner
2025-08-20T22:59:02.7446623Z [00:03:38.252]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/vsprintf-1a580371f0a91d70.d' from root:root to runner:runner
2025-08-20T22:59:02.7448303Z [00:03:38.252]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liboption_ext-2c8d17201dd91cfb.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.7450002Z [00:03:38.252]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserial_test-25b594cf719ca1be.rlib' from root:root to runner:runner
2025-08-20T22:59:02.7451855Z [00:03:38.252]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnix-f3701f48f127875b.rlib' from root:root to runner:runner
2025-08-20T22:59:02.7453698Z [00:03:38.252]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libthread_local-7f87e4829ec63f50.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.7455440Z [00:03:38.252]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liballocator_api2-f637d9d5d2560ff6.rlib' from root:root to runner:runner
2025-08-20T22:59:02.7457137Z [00:03:38.252]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/zerocopy-5574f10b56ad8d4d.d' from root:root to runner:runner
2025-08-20T22:59:02.7458784Z [00:03:38.252]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/thiserror-b63b6944cf4fbaf9.d' from root:root to runner:runner
2025-08-20T22:59:02.7460642Z [00:03:38.252]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/tui_term-2eb3d0efc527165c.d' from root:root to runner:runner
2025-08-20T22:59:02.7462370Z [00:03:38.252]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblru-1f6be96b5cc72bc5.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.7464147Z [00:03:38.252]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwayland_backend-3383c19538ee007a.rlib' from root:root to runner:runner
2025-08-20T22:59:02.7465826Z [00:03:38.252]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/rustix-24bf95cb404e388c.d' from root:root to runner:runner
2025-08-20T22:59:02.7467483Z [00:03:38.252]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/unicode_width-7ded428ff597e470.d' from root:root to runner:runner
2025-08-20T22:59:02.7469146Z [00:03:38.252]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnom-bbdd29e7bef6af50.rlib' from root:root to runner:runner
2025-08-20T22:59:02.7470855Z [00:03:38.252]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwayland_backend-3383c19538ee007a.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.7472652Z [00:03:38.252]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libparking_lot-d11fa2de6725b8d6.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.7474411Z [00:03:38.252]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtokio-e6f67942d514c8e4.rlib' from root:root to runner:runner
2025-08-20T22:59:02.7476101Z [00:03:38.252]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libvsprintf-1a580371f0a91d70.rlib' from root:root to runner:runner
2025-08-20T22:59:02.7477966Z [00:03:38.252]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libstrum-3837d630b061b1be.rlib' from root:root to runner:runner
2025-08-20T22:59:02.7479708Z [00:03:38.252]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/downcast_rs-e5e24ae8668af1dc.d' from root:root to runner:runner
2025-08-20T22:59:02.7481404Z [00:03:38.252]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgetrandom-b5ce1d847d245e7d.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.7483251Z [00:03:38.252]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librustc_demangle-30e51053e886f483.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.7484981Z [00:03:38.252]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtui_term-2eb3d0efc527165c.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.7486992Z [00:03:38.252]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librand_core-9bc923f4391769e0.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.7488706Z [00:03:38.252]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap_builder-4c93f9759362aab8.rlib' from root:root to runner:runner
2025-08-20T22:59:02.7490418Z [00:03:38.252]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcastaway-09523d0e493e2f78.rlib' from root:root to runner:runner
2025-08-20T22:59:02.7492131Z [00:03:38.252]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libaddr2line-e9c78b6fb06bd277.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.7494006Z [00:03:38.252]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblinux_raw_sys-d8fd99116fc15864.rlib' from root:root to runner:runner
2025-08-20T22:59:02.7495699Z [00:03:38.252]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/regex_syntax-8375770a0aabfdd3.d' from root:root to runner:runner
2025-08-20T22:59:02.7497385Z [00:03:38.252]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libshell_quote-00915c1b6e25709c.rlib' from root:root to runner:runner
2025-08-20T22:59:02.7499082Z [00:03:38.252]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde-d72f8da9dde4f4a2.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.7500763Z [00:03:38.252]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/itertools-c4307ed1591dc7f8.d' from root:root to runner:runner
2025-08-20T22:59:02.7502634Z [00:03:38.252]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/socket2-d9eb0d2f925ea539.d' from root:root to runner:runner
2025-08-20T22:59:02.7504404Z [00:03:38.252]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcassowary-48d8304561d08d79.rlib' from root:root to runner:runner
2025-08-20T22:59:02.7506075Z [00:03:38.252]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/either-4baf76fac0f4cf78.d' from root:root to runner:runner
2025-08-20T22:59:02.7507772Z [00:03:38.252]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_channel-79817f5a8bf363ff.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.7509516Z [00:03:38.252]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsupports_color-47f51730a962c5cd.rlib' from root:root to runner:runner
2025-08-20T22:59:02.7511226Z [00:03:38.252]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtempfile-8317538966f01884.rlib' from root:root to runner:runner
2025-08-20T22:59:02.7513239Z [00:03:38.252]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwayland_sys-60eb6645e22482c6.rlib' from root:root to runner:runner
2025-08-20T22:59:02.7515298Z [00:03:38.252]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap-42987ed4db2face3.rlib' from root:root to runner:runner
2025-08-20T22:59:02.7517020Z [00:03:38.252]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwayland_protocols-e4d537724431302b.rlib' from root:root to runner:runner
2025-08-20T22:59:02.7518756Z [00:03:38.252]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libthiserror-79336279f07339b0.rlib' from root:root to runner:runner
2025-08-20T22:59:02.7520427Z [00:03:38.252]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libryu-694316d3806572f1.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.7522070Z [00:03:38.252]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/clap-42987ed4db2face3.d' from root:root to runner:runner
2025-08-20T22:59:02.7523875Z [00:03:38.252]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libminiz_oxide-8ece0687850eab22.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.7525612Z [00:03:38.252]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtracing_core-eaf228cf12ff9b8f.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.7527337Z [00:03:38.252]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_cursor-69b73bb779329b52.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.7529255Z [00:03:38.252]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libeither-4baf76fac0f4cf78.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.7531001Z [00:03:38.252]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/getrandom-b5ce1d847d245e7d.d' from root:root to runner:runner
2025-08-20T22:59:02.7532753Z [00:03:38.252]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/linux_raw_sys-5f3df5f2ce75b76c.d' from root:root to runner:runner
2025-08-20T22:59:02.7534477Z [00:03:38.252]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libahash-4947365c3191af1a.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.7536175Z [00:03:38.252]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgetrandom-b5ce1d847d245e7d.rlib' from root:root to runner:runner
2025-08-20T22:59:02.7537871Z [00:03:38.252]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libobject-dd66547b144c8c2d.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.7539793Z [00:03:38.253]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_sink-1f73ff9c554e4477.rlib' from root:root to runner:runner
2025-08-20T22:59:02.7541513Z [00:03:38.253]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_syntax-8375770a0aabfdd3.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.7543338Z [00:03:38.253]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/clap_builder-4c93f9759362aab8.d' from root:root to runner:runner
2025-08-20T22:59:02.7545007Z [00:03:38.253]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libitoa-26c7b81a28d259c5.rlib' from root:root to runner:runner
2025-08-20T22:59:02.7546672Z [00:03:38.253]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/colorchoice-6013ebb501c1abed.d' from root:root to runner:runner
2025-08-20T22:59:02.7548326Z [00:03:38.253]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/futures-d4cc56faacb1ef31.d' from root:root to runner:runner
2025-08-20T22:59:02.7549953Z [00:03:38.253]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/atoi-3e051acafc7eba47.d' from root:root to runner:runner
2025-08-20T22:59:02.7551606Z [00:03:38.253]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/parking_lot_core-f3f25f7970faefbd.d' from root:root to runner:runner
2025-08-20T22:59:02.7553419Z [00:03:38.253]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/static_assertions-924a51dd0a6b3770.d' from root:root to runner:runner
2025-08-20T22:59:02.7555254Z [00:03:38.253]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/rstest-5924f0ff14089939.d' from root:root to runner:runner
2025-08-20T22:59:02.7556982Z [00:03:38.253]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libminiz_oxide-8ece0687850eab22.rlib' from root:root to runner:runner
2025-08-20T22:59:02.7558701Z [00:03:38.253]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/signal_hook_registry-f23f4a45bddc78cb.d' from root:root to runner:runner
2025-08-20T22:59:02.7560386Z [00:03:38.253]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/owo_colors-9841a8797a56c727.d' from root:root to runner:runner
2025-08-20T22:59:02.7562050Z [00:03:38.253]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtoml_edit-47913230259fc2e2.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.7564078Z [00:03:38.253]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblinux_raw_sys-d8fd99116fc15864.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.7565770Z [00:03:38.253]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblog-7bd9b6a084c4e530.rlib' from root:root to runner:runner
2025-08-20T22:59:02.7567479Z [00:03:38.253]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibseccomp_sys-dd5965af156a1b96.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.7569232Z [00:03:38.253]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwayland_protocols-e4d537724431302b.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.7570967Z [00:03:38.253]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libarboard-00b0fcd6fafb0204.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.7572726Z [00:03:38.253]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libconsole-888cdbe3d8508bd7.rlib' from root:root to runner:runner
2025-08-20T22:59:02.7574490Z [00:03:38.253]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/color_spantrace-c79cb5cde63de752.d' from root:root to runner:runner
2025-08-20T22:59:02.7576214Z [00:03:38.253]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcolor_eyre-459f34c06b6ebf4b.rlib' from root:root to runner:runner
2025-08-20T22:59:02.7577953Z [00:03:38.253]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtracing_subscriber-8fd5d805c06220d1.rlib' from root:root to runner:runner
2025-08-20T22:59:02.7579845Z [00:03:38.253]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libadler-2bcb9686245b6bad.rlib' from root:root to runner:runner
2025-08-20T22:59:02.7581543Z [00:03:38.253]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/fslock-67d930f9f53e7dd5.d' from root:root to runner:runner
2025-08-20T22:59:02.7583377Z [00:03:38.253]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libis_terminal-473032c432ae33bf.rlib' from root:root to runner:runner
2025-08-20T22:59:02.7585105Z [00:03:38.253]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libparking_lot-d11fa2de6725b8d6.rlib' from root:root to runner:runner
2025-08-20T22:59:02.7586846Z [00:03:38.253]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libiana_time_zone-ffe2815e206ccfc2.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.7588542Z [00:03:38.253]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/futures_util-af144080a71152d2.d' from root:root to runner:runner
2025-08-20T22:59:02.7590419Z [00:03:38.253]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex-3a595bc95a81b5bd.rlib' from root:root to runner:runner
2025-08-20T22:59:02.7592109Z [00:03:38.253]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libdirs_sys-24a6bb3e4262e405.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.7593953Z [00:03:38.253]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libitertools-2c7cdb84d2eed9b5.rlib' from root:root to runner:runner
2025-08-20T22:59:02.7595641Z [00:03:38.253]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/clap_complete-9f07205be791280b.d' from root:root to runner:runner
2025-08-20T22:59:02.7597344Z [00:03:38.253]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossterm-43097e7b40ae7335.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.7599078Z [00:03:38.253]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_automata-39665bc2e9941bdb.rlib' from root:root to runner:runner
2025-08-20T22:59:02.7600838Z [00:03:38.253]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfiledescriptor-1f15a1eb6a0292d3.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.7602642Z [00:03:38.253]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpin_utils-862e04ea43454f7b.rlib' from root:root to runner:runner
2025-08-20T22:59:02.7604434Z [00:03:38.253]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libthiserror-b63b6944cf4fbaf9.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.7606327Z [00:03:38.253]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/anstyle_parse-d9f762c54654b497.d' from root:root to runner:runner
2025-08-20T22:59:02.7608103Z [00:03:38.253]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libscopeguard-a12f67ff0386bfba.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.7609839Z [00:03:38.253]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtui_scrollview-30f572188685040c.rlib' from root:root to runner:runner
2025-08-20T22:59:02.7611517Z [00:03:38.253]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/adler-2bcb9686245b6bad.d' from root:root to runner:runner
2025-08-20T22:59:02.7613354Z [00:03:38.253]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libdirectories-57eafb8fae04ff86.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.7615283Z [00:03:38.253]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures-d4cc56faacb1ef31.rlib' from root:root to runner:runner
2025-08-20T22:59:02.7616999Z [00:03:38.253]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhashbrown-0cfaff6315dd60b6.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.7618701Z [00:03:38.253]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde-d72f8da9dde4f4a2.rlib' from root:root to runner:runner
2025-08-20T22:59:02.7620375Z [00:03:38.253]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/ratatui_macros-e98fab514432dcbb.d' from root:root to runner:runner
2025-08-20T22:59:02.7622053Z [00:03:38.253]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/futures_task-76ff4ecc6a593659.d' from root:root to runner:runner
2025-08-20T22:59:02.7623823Z [00:03:38.253]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/strum-3837d630b061b1be.d' from root:root to runner:runner
2025-08-20T22:59:02.7625483Z [00:03:38.253]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libindexmap-d177a20394edbb52.rlib' from root:root to runner:runner
2025-08-20T22:59:02.7627166Z [00:03:38.253]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/toml_datetime-da2f89fe282e8499.d' from root:root to runner:runner
2025-08-20T22:59:02.7628878Z [00:03:38.253]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libparking_lot_core-f3f25f7970faefbd.rlib' from root:root to runner:runner
2025-08-20T22:59:02.7630770Z [00:03:38.253]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfilterable_enum-041f448f4beaae49.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.7632639Z [00:03:38.253]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libthiserror-79336279f07339b0.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.7634400Z [00:03:38.253]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libftree-9377465675517280.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.7636070Z [00:03:38.253]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/hashbrown-0cfaff6315dd60b6.d' from root:root to runner:runner
2025-08-20T22:59:02.7637779Z [00:03:38.253]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtree_magic_mini-5f843236f15840a4.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.7639493Z [00:03:38.253]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblazy_static-a7a7d1b21152584a.rlib' from root:root to runner:runner
2025-08-20T22:59:02.7641419Z [00:03:38.253]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblinux_raw_sys-5f3df5f2ce75b76c.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.7643272Z [00:03:38.253]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde_json-a0cc6314f90a2a07.rlib' from root:root to runner:runner
2025-08-20T22:59:02.7645000Z [00:03:38.253]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libunicode_width-ae29605e8bb5f11f.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.7646715Z [00:03:38.253]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libweak_table-a2be08934a154e0a.rlib' from root:root to runner:runner
2025-08-20T22:59:02.7648389Z [00:03:38.253]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/wayland_sys-60eb6645e22482c6.d' from root:root to runner:runner
2025-08-20T22:59:02.7650024Z [00:03:38.253]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/is_ci-84d1f0f8659d8ab3.d' from root:root to runner:runner
2025-08-20T22:59:02.7651838Z [00:03:38.253]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libaho_corasick-7403284f1f5ef69e.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.7653668Z [00:03:38.253]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libindexset-c1da7c48e8e215dc.rlib' from root:root to runner:runner
2025-08-20T22:59:02.7655394Z [00:03:38.253]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap_lex-f497dbc862f38eff.rlib' from root:root to runner:runner
2025-08-20T22:59:02.7657255Z [00:03:38.253]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/miniz_oxide-8ece0687850eab22.d' from root:root to runner:runner
2025-08-20T22:59:02.7658981Z [00:03:38.253]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/tracing_error-58f9537f69246ae8.d' from root:root to runner:runner
2025-08-20T22:59:02.7660674Z [00:03:38.253]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap_lex-f497dbc862f38eff.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.7662695Z [00:03:38.253]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/rand_core-9bc923f4391769e0.d' from root:root to runner:runner
2025-08-20T22:59:02.7664618Z [00:03:38.253]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/vt100-209fecc74484dc5d.d' from root:root to runner:runner
2025-08-20T22:59:02.7666246Z [00:03:38.253]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/chrono-20e32ad3a4db25e3.d' from root:root to runner:runner
2025-08-20T22:59:02.7668090Z [00:03:38.253]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/slab-f052e07284ae880a.d' from root:root to runner:runner
2025-08-20T22:59:02.7669732Z [00:03:38.253]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/signal_hook_mio-261f4b10527a50fe.d' from root:root to runner:runner
2025-08-20T22:59:02.7671449Z [00:03:38.253]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsignal_hook_mio-261f4b10527a50fe.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.7673333Z [00:03:38.253]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle_query-d3912d4c466823d0.rlib' from root:root to runner:runner
2025-08-20T22:59:02.7675060Z [00:03:38.253]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libunicode_width-ae29605e8bb5f11f.rlib' from root:root to runner:runner
2025-08-20T22:59:02.7676751Z [00:03:38.253]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libeyre-7e3ef1f771983600.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.7678448Z [00:03:38.254]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libratatui_macros-e98fab514432dcbb.rlib' from root:root to runner:runner
2025-08-20T22:59:02.7680169Z [00:03:38.254]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtoml_write-d969eaf479716a15.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.7681879Z [00:03:38.254]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libowo_colors-9841a8797a56c727.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.7683921Z [00:03:38.254]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/regex_automata-c8f0176502f961d3.d' from root:root to runner:runner
2025-08-20T22:59:02.7685682Z [00:03:38.254]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcastaway-09523d0e493e2f78.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.7687355Z [00:03:38.254]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/anstyle-74b0f744cbb31470.d' from root:root to runner:runner
2025-08-20T22:59:02.7689005Z [00:03:38.254]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/indexset-c1da7c48e8e215dc.d' from root:root to runner:runner
2025-08-20T22:59:02.7690657Z [00:03:38.254]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/tui_scrollview-30f572188685040c.d' from root:root to runner:runner
2025-08-20T22:59:02.7692722Z [00:03:38.254]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstream-920aadcb768c81d9.rlib' from root:root to runner:runner
2025-08-20T22:59:02.7694468Z [00:03:38.254]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libstrum-2474f7698fd94ec1.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.7696183Z [00:03:38.254]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtoml_datetime-da2f89fe282e8499.rlib' from root:root to runner:runner
2025-08-20T22:59:02.7697896Z [00:03:38.254]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnum_traits-66f8939c54523e8d.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.7699648Z [00:03:38.254]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsignal_hook_registry-f23f4a45bddc78cb.rlib' from root:root to runner:runner
2025-08-20T22:59:02.7701383Z [00:03:38.254]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpin_utils-862e04ea43454f7b.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.7703237Z [00:03:38.254]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_syntax-4849e7ad3b33d56c.rlib' from root:root to runner:runner
2025-08-20T22:59:02.7704968Z [00:03:38.254]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbytes-aad76a29fa546711.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.7706654Z [00:03:38.254]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/futures_channel-79817f5a8bf363ff.d' from root:root to runner:runner
2025-08-20T22:59:02.7708515Z [00:03:38.254]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/itertools-2c7cdb84d2eed9b5.d' from root:root to runner:runner
2025-08-20T22:59:02.7710235Z [00:03:38.254]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/futures_io-1a540f396ba90f4f.d' from root:root to runner:runner
2025-08-20T22:59:02.7711920Z [00:03:38.254]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libaho_corasick-7403284f1f5ef69e.rlib' from root:root to runner:runner
2025-08-20T22:59:02.7713797Z [00:03:38.254]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/wayland_protocols-e4d537724431302b.d' from root:root to runner:runner
2025-08-20T22:59:02.7715486Z [00:03:38.254]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsdd-44e7c7e191e267d4.rlib' from root:root to runner:runner
2025-08-20T22:59:02.7717129Z [00:03:38.254]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/toml_write-d969eaf479716a15.d' from root:root to runner:runner
2025-08-20T22:59:02.7718973Z [00:03:38.254]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/pin_utils-862e04ea43454f7b.d' from root:root to runner:runner
2025-08-20T22:59:02.7720583Z [00:03:38.254]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/log-7bd9b6a084c4e530.d' from root:root to runner:runner
2025-08-20T22:59:02.7722317Z [00:03:38.254]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtui_prompts-13f92172e7bf9657.rlib' from root:root to runner:runner
2025-08-20T22:59:02.7724064Z [00:03:38.254]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libseccomp-45bcfe3538ac1148.d' from root:root to runner:runner
2025-08-20T22:59:02.7725720Z [00:03:38.254]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/cassowary-48d8304561d08d79.d' from root:root to runner:runner
2025-08-20T22:59:02.7727364Z [00:03:38.254]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/crossterm-43097e7b40ae7335.d' from root:root to runner:runner
2025-08-20T22:59:02.7729024Z [00:03:38.254]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/tree_magic_mini-5f843236f15840a4.d' from root:root to runner:runner
2025-08-20T22:59:02.7730686Z [00:03:38.255]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/futures_sink-1f73ff9c554e4477.d' from root:root to runner:runner
2025-08-20T22:59:02.7732459Z [00:03:38.255]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_timer-4e83dda08be8df8b.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.7734424Z [00:03:38.255]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_channel-79817f5a8bf363ff.rlib' from root:root to runner:runner
2025-08-20T22:59:02.7736192Z [00:03:38.255]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblock_api-4e678dee7f2c2e51.rlib' from root:root to runner:runner
2025-08-20T22:59:02.7737881Z [00:03:38.255]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsocket2-d9eb0d2f925ea539.rlib' from root:root to runner:runner
2025-08-20T22:59:02.7739548Z [00:03:38.255]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmio-c760a08121993bc9.rlib' from root:root to runner:runner
2025-08-20T22:59:02.7741241Z [00:03:38.255]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libvte-a29ce51c24f49b3c.rlib' from root:root to runner:runner
2025-08-20T22:59:02.7742998Z [00:03:38.255]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/lazy_static-a7a7d1b21152584a.d' from root:root to runner:runner
2025-08-20T22:59:02.7744872Z [00:03:38.255]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfnv-d3a003c5745aa4e2.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.7746574Z [00:03:38.255]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_executor-f2e00fd98470a358.rlib' from root:root to runner:runner
2025-08-20T22:59:02.7748316Z [00:03:38.255]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librustc_demangle-30e51053e886f483.rlib' from root:root to runner:runner
2025-08-20T22:59:02.7750022Z [00:03:38.255]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsmallvec-5075877457cfb525.rlib' from root:root to runner:runner
2025-08-20T22:59:02.7751775Z [00:03:38.255]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsignal_hook_registry-f23f4a45bddc78cb.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.7753671Z [00:03:38.255]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtree_magic_mini-5f843236f15840a4.rlib' from root:root to runner:runner
2025-08-20T22:59:02.7755329Z [00:03:38.255]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libc-b66fa394134f7643.d' from root:root to runner:runner
2025-08-20T22:59:02.7756980Z [00:03:38.255]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtracing-3e9da42e845831ee.rlib' from root:root to runner:runner
2025-08-20T22:59:02.7758655Z [00:03:38.255]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/wl_clipboard_rs-12d2518911dbbdbe.d' from root:root to runner:runner
2025-08-20T22:59:02.7760502Z [00:03:38.255]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures-d4cc56faacb1ef31.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.7762367Z [00:03:38.255]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhumantime-9650910401c42f1f.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.7764125Z [00:03:38.255]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libatoi-3e051acafc7eba47.rlib' from root:root to runner:runner
2025-08-20T22:59:02.7765810Z [00:03:38.255]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcompact_str-35c9d56d72b3ef96.rlib' from root:root to runner:runner
2025-08-20T22:59:02.7767511Z [00:03:38.255]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/supports_color-47f51730a962c5cd.d' from root:root to runner:runner
2025-08-20T22:59:02.7769198Z [00:03:38.255]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libindenter-4edd4209ac0fba28.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.7771076Z [00:03:38.255]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/arrayvec-114b57072a1ea110.d' from root:root to runner:runner
2025-08-20T22:59:02.7772847Z [00:03:38.255]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwayland_client-fc2d4456be5a5ede.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.7774612Z [00:03:38.255]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtui_popup-000808f1eb46af40.rlib' from root:root to runner:runner
2025-08-20T22:59:02.7776301Z [00:03:38.255]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libobject-dd66547b144c8c2d.rlib' from root:root to runner:runner
2025-08-20T22:59:02.7777962Z [00:03:38.255]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/tokio_util-2df1a7a4a2f5554b.d' from root:root to runner:runner
2025-08-20T22:59:02.7779613Z [00:03:38.255]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/utf8parse-654ab0e6866dede5.d' from root:root to runner:runner
2025-08-20T22:59:02.7781286Z [00:03:38.255]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libonce_cell-bf549e27d6efb313.rlib' from root:root to runner:runner
2025-08-20T22:59:02.7783087Z [00:03:38.255]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libslab-f052e07284ae880a.rlib' from root:root to runner:runner
2025-08-20T22:59:02.7784801Z [00:03:38.255]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtui_widget_list-4b4b7166704c3349.rlib' from root:root to runner:runner
2025-08-20T22:59:02.7786663Z [00:03:38.255]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/ppv_lite86-bf313fda39636b43.d' from root:root to runner:runner
2025-08-20T22:59:02.7788411Z [00:03:38.255]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpin_project_lite-7f1b0160d6667c1c.rlib' from root:root to runner:runner
2025-08-20T22:59:02.7790111Z [00:03:38.255]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libslab-f052e07284ae880a.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.7791809Z [00:03:38.255]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_automata-c8f0176502f961d3.rlib' from root:root to runner:runner
2025-08-20T22:59:02.7793664Z [00:03:38.255]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libdirs_sys-24a6bb3e4262e405.rlib' from root:root to runner:runner
2025-08-20T22:59:02.7795527Z [00:03:38.255]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap-42987ed4db2face3.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.7797214Z [00:03:38.255]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsignal_hook-76fa6e7babd7ff63.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.7798907Z [00:03:38.255]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/regex_cursor-69b73bb779329b52.d' from root:root to runner:runner
2025-08-20T22:59:02.7800577Z [00:03:38.255]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtoml_edit-47913230259fc2e2.rlib' from root:root to runner:runner
2025-08-20T22:59:02.7802357Z [00:03:38.255]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle-74b0f744cbb31470.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.7804176Z [00:03:38.255]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwayland_client-fc2d4456be5a5ede.rlib' from root:root to runner:runner
2025-08-20T22:59:02.7805864Z [00:03:38.255]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/getrandom-9972691410bf1bd0.d' from root:root to runner:runner
2025-08-20T22:59:02.7807531Z [00:03:38.255]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libarrayvec-114b57072a1ea110.rlib' from root:root to runner:runner
2025-08-20T22:59:02.7809170Z [00:03:38.255]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/bstr-aabd5ed91c381e31.d' from root:root to runner:runner
2025-08-20T22:59:02.7810972Z [00:03:38.255]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/scopeguard-a12f67ff0386bfba.d' from root:root to runner:runner
2025-08-20T22:59:02.7812771Z [00:03:38.255]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/futures_core-9b9c66b12a641e5c.d' from root:root to runner:runner
2025-08-20T22:59:02.7814499Z [00:03:38.255]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbytes-aad76a29fa546711.rlib' from root:root to runner:runner
2025-08-20T22:59:02.7816153Z [00:03:38.255]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/overload-814595d2adde431b.d' from root:root to runner:runner
2025-08-20T22:59:02.7817793Z [00:03:38.255]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/dirs_sys-24a6bb3e4262e405.d' from root:root to runner:runner
2025-08-20T22:59:02.7819467Z [00:03:38.255]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde_spanned-d90e8b70f0a676f5.rlib' from root:root to runner:runner
2025-08-20T22:59:02.7821427Z [00:03:38.255]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfoldhash-4166f2240ae6512f.rlib' from root:root to runner:runner
2025-08-20T22:59:02.7823266Z [00:03:38.255]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/thread_local-7f87e4829ec63f50.d' from root:root to runner:runner
2025-08-20T22:59:02.7825009Z [00:03:38.255]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libstatic_assertions-924a51dd0a6b3770.rlib' from root:root to runner:runner
2025-08-20T22:59:02.7826721Z [00:03:38.255]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmio-c760a08121993bc9.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.7828382Z [00:03:38.255]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/cfg_if-5335dbb64cbcc9f5.d' from root:root to runner:runner
2025-08-20T22:59:02.7830075Z [00:03:38.255]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libunicode_truncate-f1fef8f1923a73a8.rlib' from root:root to runner:runner
2025-08-20T22:59:02.7831768Z [00:03:38.255]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/fastrand-a6fffb5a5e5cdb20.d' from root:root to runner:runner
2025-08-20T22:59:02.7833547Z [00:03:38.255]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/addr2line-e9c78b6fb06bd277.d' from root:root to runner:runner
2025-08-20T22:59:02.7835216Z [00:03:38.255]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_io-1a540f396ba90f4f.rlib' from root:root to runner:runner
2025-08-20T22:59:02.7837087Z [00:03:38.255]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtracing_log-6def47fe14e62daf.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.7838876Z [00:03:38.255]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsignal_hook-76fa6e7babd7ff63.rlib' from root:root to runner:runner
2025-08-20T22:59:02.7840554Z [00:03:38.255]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/bitflags-dadc80606a3f6919.d' from root:root to runner:runner
2025-08-20T22:59:02.7842343Z [00:03:38.255]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtracing_subscriber-8fd5d805c06220d1.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.7844129Z [00:03:38.255]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libstrum-2474f7698fd94ec1.rlib' from root:root to runner:runner
2025-08-20T22:59:02.7845820Z [00:03:38.255]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtracing_error-58f9537f69246ae8.rlib' from root:root to runner:runner
2025-08-20T22:59:02.7847683Z [00:03:38.255]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/nutype-956ff0512f92c6f8.d' from root:root to runner:runner
2025-08-20T22:59:02.7849353Z [00:03:38.255]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmatchers-4f869cf49b18acf3.rlib' from root:root to runner:runner
2025-08-20T22:59:02.7851030Z [00:03:38.255]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librand-5bfdc4147324ef5f.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.7852809Z [00:03:38.255]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_core-9b9c66b12a641e5c.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.7854557Z [00:03:38.255]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/tui_widget_list-4b4b7166704c3349.d' from root:root to runner:runner
2025-08-20T22:59:02.7856253Z [00:03:38.255]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libshell_words-04357d8eadfbdc82.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.7857961Z [00:03:38.255]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblinux_raw_sys-5f3df5f2ce75b76c.rlib' from root:root to runner:runner
2025-08-20T22:59:02.7859666Z [00:03:38.255]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpetgraph-2b27708dec2b74ac.rlib' from root:root to runner:runner
2025-08-20T22:59:02.7861397Z [00:03:38.255]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpercent_encoding-2aa7bee56e77439a.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.7863439Z [00:03:38.255]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libthread_local-7f87e4829ec63f50.rlib' from root:root to runner:runner
2025-08-20T22:59:02.7865219Z [00:03:38.255]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/serde_json-a0cc6314f90a2a07.d' from root:root to runner:runner
2025-08-20T22:59:02.7866887Z [00:03:38.255]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libx11rb-b4a663b0a0f58d84.rlib' from root:root to runner:runner
2025-08-20T22:59:02.7868595Z [00:03:38.255]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle_parse-d9f762c54654b497.rlib' from root:root to runner:runner
2025-08-20T22:59:02.7870318Z [00:03:38.255]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/wayland_protocols_wlr-7c19f71967ec44bf.d' from root:root to runner:runner
2025-08-20T22:59:02.7872330Z [00:03:38.255]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liboption_ext-2c8d17201dd91cfb.rlib' from root:root to runner:runner
2025-08-20T22:59:02.7874113Z [00:03:38.255]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcompact_str-35c9d56d72b3ef96.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.7875810Z [00:03:38.255]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libos_pipe-f9e9a270a2988545.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.7877459Z [00:03:38.255]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/arboard-00b0fcd6fafb0204.d' from root:root to runner:runner
2025-08-20T22:59:02.7879108Z [00:03:38.255]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-b66fa394134f7643.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.7880791Z [00:03:38.255]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libindexset-c1da7c48e8e215dc.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.7882531Z [00:03:38.255]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/object-dd66547b144c8c2d.d' from root:root to runner:runner
2025-08-20T22:59:02.7884242Z [00:03:38.255]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/wayland_backend-3383c19538ee007a.d' from root:root to runner:runner
2025-08-20T22:59:02.7885915Z [00:03:38.255]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libeyre-7e3ef1f771983600.rlib' from root:root to runner:runner
2025-08-20T22:59:02.7887824Z [00:03:38.255]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtokio_util-2df1a7a4a2f5554b.rlib' from root:root to runner:runner
2025-08-20T22:59:02.7889595Z [00:03:38.255]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwinnow-2f1e42bfd4d34b72.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.7891245Z [00:03:38.255]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/scc-030662cba94c8a76.d' from root:root to runner:runner
2025-08-20T22:59:02.7893057Z [00:03:38.255]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibseccomp_sys-dd5965af156a1b96.rlib' from root:root to runner:runner
2025-08-20T22:59:02.7894770Z [00:03:38.255]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/anstream-920aadcb768c81d9.d' from root:root to runner:runner
2025-08-20T22:59:02.7896410Z [00:03:38.255]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/matchers-4f869cf49b18acf3.d' from root:root to runner:runner
2025-08-20T22:59:02.7898343Z [00:03:38.255]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/is_terminal_polyfill-d41033bcec586f6b.d' from root:root to runner:runner
2025-08-20T22:59:02.7900066Z [00:03:38.255]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/unicode_segmentation-58a87eb00497feda.d' from root:root to runner:runner
2025-08-20T22:59:02.7901726Z [00:03:38.255]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/vte-a29ce51c24f49b3c.d' from root:root to runner:runner
2025-08-20T22:59:02.7903467Z [00:03:38.255]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/x11rb-b4a663b0a0f58d84.d' from root:root to runner:runner
2025-08-20T22:59:02.7905172Z [00:03:38.255]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwayland_sys-60eb6645e22482c6.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.7906865Z [00:03:38.255]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/anstyle_query-d3912d4c466823d0.d' from root:root to runner:runner
2025-08-20T22:59:02.7908541Z [00:03:38.255]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libenumflags2-5de760c890ce6304.rlib' from root:root to runner:runner
2025-08-20T22:59:02.7910235Z [00:03:38.255]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/allocator_api2-f637d9d5d2560ff6.d' from root:root to runner:runner
2025-08-20T22:59:02.7911925Z [00:03:38.255]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_io-1a540f396ba90f4f.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.7913911Z [00:03:38.255]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/unicode_truncate-f1fef8f1923a73a8.d' from root:root to runner:runner
2025-08-20T22:59:02.7915661Z [00:03:38.255]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/lru-1f6be96b5cc72bc5.d' from root:root to runner:runner
2025-08-20T22:59:02.7917301Z [00:03:38.255]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcfg_if-5335dbb64cbcc9f5.rlib' from root:root to runner:runner
2025-08-20T22:59:02.7919003Z [00:03:38.255]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblazy_static-a7a7d1b21152584a.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.7920689Z [00:03:38.255]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libryu-694316d3806572f1.rlib' from root:root to runner:runner
2025-08-20T22:59:02.7922461Z [00:03:38.255]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_syntax-8375770a0aabfdd3.rlib' from root:root to runner:runner
2025-08-20T22:59:02.7924383Z [00:03:38.255]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde_spanned-d90e8b70f0a676f5.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.7926152Z [00:03:38.255]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libunicode_segmentation-58a87eb00497feda.rlib' from root:root to runner:runner
2025-08-20T22:59:02.7927857Z [00:03:38.255]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/num_traits-66f8939c54523e8d.d' from root:root to runner:runner
2025-08-20T22:59:02.7929534Z [00:03:38.255]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcolorchoice-6013ebb501c1abed.rlib' from root:root to runner:runner
2025-08-20T22:59:02.7931226Z [00:03:38.255]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/fixedbitset-8c1e71c11c66ef81.d' from root:root to runner:runner
2025-08-20T22:59:02.7933033Z [00:03:38.255]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/filterable_enum-041f448f4beaae49.d' from root:root to runner:runner
2025-08-20T22:59:02.7934783Z [00:03:38.255]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/futures_executor-f2e00fd98470a358.d' from root:root to runner:runner
2025-08-20T22:59:02.7936501Z [00:03:38.255]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap_complete-9f07205be791280b.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.7938218Z [00:03:38.255]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbetter_panic-f34403a27d630900.rlib' from root:root to runner:runner
2025-08-20T22:59:02.7940037Z [00:03:38.255]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/rustix-b009d707fe32ccef.d' from root:root to runner:runner
2025-08-20T22:59:02.7941765Z [00:03:38.255]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibseccomp-45bcfe3538ac1148.rlib' from root:root to runner:runner
2025-08-20T22:59:02.7943594Z [00:03:38.255]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/signal_hook-76fa6e7babd7ff63.d' from root:root to runner:runner
2025-08-20T22:59:02.7945236Z [00:03:38.255]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/os_pipe-f9e9a270a2988545.d' from root:root to runner:runner
2025-08-20T22:59:02.7946898Z [00:03:38.255]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhashbrown-0cfaff6315dd60b6.rlib' from root:root to runner:runner
2025-08-20T22:59:02.7948793Z [00:03:38.255]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserial_test-25b594cf719ca1be.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.7950465Z [00:03:38.255]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/petgraph-2b27708dec2b74ac.d' from root:root to runner:runner
2025-08-20T22:59:02.7952216Z [00:03:38.255]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstream-920aadcb768c81d9.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.7953992Z [00:03:38.256]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblock_api-4e678dee7f2c2e51.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.7955704Z [00:03:38.256]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibseccomp-45bcfe3538ac1148.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.7957425Z [00:03:38.256]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libiana_time_zone-ffe2815e206ccfc2.rlib' from root:root to runner:runner
2025-08-20T22:59:02.7959133Z [00:03:38.256]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde_json-a0cc6314f90a2a07.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.7960838Z [00:03:38.256]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsharded_slab-c87e086639dbd4ca.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.7962590Z [00:03:38.256]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/equivalent-227a987576108267.d' from root:root to runner:runner
2025-08-20T22:59:02.7964472Z [00:03:38.256]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/regex_syntax-4849e7ad3b33d56c.d' from root:root to runner:runner
2025-08-20T22:59:02.7966180Z [00:03:38.256]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/clap_lex-f497dbc862f38eff.d' from root:root to runner:runner
2025-08-20T22:59:02.7967856Z [00:03:38.256]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsharded_slab-c87e086639dbd4ca.rlib' from root:root to runner:runner
2025-08-20T22:59:02.7969510Z [00:03:38.256]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/strum-2474f7698fd94ec1.d' from root:root to runner:runner
2025-08-20T22:59:02.7971183Z [00:03:38.256]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libscopeguard-a12f67ff0386bfba.rlib' from root:root to runner:runner
2025-08-20T22:59:02.7973014Z [00:03:38.256]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libequivalent-227a987576108267.rlib' from root:root to runner:runner
2025-08-20T22:59:02.7974952Z [00:03:38.256]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhumantime-9650910401c42f1f.rlib' from root:root to runner:runner
2025-08-20T22:59:02.7976653Z [00:03:38.256]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpetgraph-2b27708dec2b74ac.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.7978343Z [00:03:38.256]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libos_pipe-f9e9a270a2988545.rlib' from root:root to runner:runner
2025-08-20T22:59:02.7980028Z [00:03:38.256]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_util-af144080a71152d2.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.7981750Z [00:03:38.256]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_syntax-4849e7ad3b33d56c.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.7983564Z [00:03:38.256]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/tracing-3e9da42e845831ee.d' from root:root to runner:runner
2025-08-20T22:59:02.7985225Z [00:03:38.256]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librand_core-9bc923f4391769e0.rlib' from root:root to runner:runner
2025-08-20T22:59:02.7986968Z [00:03:38.256]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libis_terminal_polyfill-d41033bcec586f6b.rlib' from root:root to runner:runner
2025-08-20T22:59:02.7988670Z [00:03:38.256]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/weak_table-a2be08934a154e0a.d' from root:root to runner:runner
2025-08-20T22:59:02.7990502Z [00:03:38.256]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsocket2-d9eb0d2f925ea539.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.7992301Z [00:03:38.256]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/smallvec-5075877457cfb525.d' from root:root to runner:runner
2025-08-20T22:59:02.7993986Z [00:03:38.256]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/sdd-44e7c7e191e267d4.d' from root:root to runner:runner
2025-08-20T22:59:02.7995638Z [00:03:38.256]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librand_chacha-96eab1cd2669ae62.rlib' from root:root to runner:runner
2025-08-20T22:59:02.7997334Z [00:03:38.256]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libstrsim-b4d47f8ab2e91eb8.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.7999002Z [00:03:38.256]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libis_ci-84d1f0f8659d8ab3.rlib' from root:root to runner:runner
2025-08-20T22:59:02.8000898Z [00:03:38.256]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_timer-4e83dda08be8df8b.rlib' from root:root to runner:runner
2025-08-20T22:59:02.8002696Z [00:03:38.256]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/filedescriptor-1f15a1eb6a0292d3.d' from root:root to runner:runner
2025-08-20T22:59:02.8004500Z [00:03:38.256]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_task-76ff4ecc6a593659.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.8006187Z [00:03:38.256]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/thiserror-79336279f07339b0.d' from root:root to runner:runner
2025-08-20T22:59:02.8007797Z [00:03:38.256]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/ryu-694316d3806572f1.d' from root:root to runner:runner
2025-08-20T22:59:02.8009410Z [00:03:38.256]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/tempfile-8317538966f01884.d' from root:root to runner:runner
2025-08-20T22:59:02.8011049Z [00:03:38.256]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtoml-34a117820390d568.rlib' from root:root to runner:runner
2025-08-20T22:59:02.8012737Z [00:03:38.256]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/ahash-4947365c3191af1a.d' from root:root to runner:runner
2025-08-20T22:59:02.8014442Z [00:03:38.256]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libratatui-d602d7defa607273.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.8016308Z [00:03:38.256]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtracing-3e9da42e845831ee.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.8018125Z [00:03:38.256]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libx11rb_protocol-adb51dcc374e7d01.rlib' from root:root to runner:runner
2025-08-20T22:59:02.8019861Z [00:03:38.256]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwl_clipboard_rs-12d2518911dbbdbe.rlib' from root:root to runner:runner
2025-08-20T22:59:02.8021522Z [00:03:38.256]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/ftree-9377465675517280.d' from root:root to runner:runner
2025-08-20T22:59:02.8023276Z [00:03:38.256]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/strsim-b4d47f8ab2e91eb8.d' from root:root to runner:runner
2025-08-20T22:59:02.8024960Z [00:03:38.256]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbetter_panic-f34403a27d630900.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.8026844Z [00:03:38.256]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/tokio-e6f67942d514c8e4.d' from root:root to runner:runner
2025-08-20T22:59:02.8028460Z [00:03:38.256]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/rand-5bfdc4147324ef5f.d' from root:root to runner:runner
2025-08-20T22:59:02.8030090Z [00:03:38.256]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libscc-030662cba94c8a76.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.8031772Z [00:03:38.256]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzerocopy-5574f10b56ad8d4d.rlib' from root:root to runner:runner
2025-08-20T22:59:02.8033617Z [00:03:38.256]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcolor_eyre-459f34c06b6ebf4b.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.8035316Z [00:03:38.256]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librustix-b009d707fe32ccef.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.8037006Z [00:03:38.256]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libppv_lite86-bf313fda39636b43.rlib' from root:root to runner:runner
2025-08-20T22:59:02.8038696Z [00:03:38.256]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnutype-956ff0512f92c6f8.rlib' from root:root to runner:runner
2025-08-20T22:59:02.8040426Z [00:03:38.256]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwayland_protocols_wlr-7c19f71967ec44bf.rlib' from root:root to runner:runner
2025-08-20T22:59:02.8042389Z [00:03:38.256]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtracing_log-6def47fe14e62daf.rlib' from root:root to runner:runner
2025-08-20T22:59:02.8044169Z [00:03:38.256]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libitertools-c4307ed1591dc7f8.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.8045855Z [00:03:38.256]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/compact_str-35c9d56d72b3ef96.d' from root:root to runner:runner
2025-08-20T22:59:02.8047521Z [00:03:38.256]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libowo_colors-9841a8797a56c727.rlib' from root:root to runner:runner
2025-08-20T22:59:02.8049190Z [00:03:38.256]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libftree-9377465675517280.rlib' from root:root to runner:runner
2025-08-20T22:59:02.8051061Z [00:03:38.256]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libeither-4baf76fac0f4cf78.rlib' from root:root to runner:runner
2025-08-20T22:59:02.8052818Z [00:03:38.256]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/serde_spanned-d90e8b70f0a676f5.d' from root:root to runner:runner
2025-08-20T22:59:02.8054560Z [00:03:38.256]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libis_ci-84d1f0f8659d8ab3.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.8056244Z [00:03:38.256]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libdowncast_rs-e5e24ae8668af1dc.rlib' from root:root to runner:runner
2025-08-20T22:59:02.8057939Z [00:03:38.256]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librustix-24bf95cb404e388c.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.8059672Z [00:03:38.256]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtui_prompts-13f92172e7bf9657.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.8061369Z [00:03:38.256]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libatoi-3e051acafc7eba47.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.8063139Z [00:03:38.256]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libaddr2line-e9c78b6fb06bd277.rlib' from root:root to runner:runner
2025-08-20T22:59:02.8064861Z [00:03:38.256]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libenumflags2-5de760c890ce6304.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.8066734Z [00:03:38.256]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnu_ansi_term-0cb81f1c26a44ea8.rlib' from root:root to runner:runner
2025-08-20T22:59:02.8068477Z [00:03:38.256]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/serial_test-25b594cf719ca1be.d' from root:root to runner:runner
2025-08-20T22:59:02.8070128Z [00:03:38.256]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/nu_ansi_term-0cb81f1c26a44ea8.d' from root:root to runner:runner
2025-08-20T22:59:02.8071769Z [00:03:38.256]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/tui_popup-000808f1eb46af40.d' from root:root to runner:runner
2025-08-20T22:59:02.8073551Z [00:03:38.256]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcfg_if-5335dbb64cbcc9f5.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.8075214Z [00:03:38.256]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgimli-4279674ee96871e1.rlib' from root:root to runner:runner
2025-08-20T22:59:02.8077158Z [00:03:38.256]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmatchers-4f869cf49b18acf3.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.8078881Z [00:03:38.256]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_automata-39665bc2e9941bdb.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.8080606Z [00:03:38.256]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liboverload-814595d2adde431b.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.8082398Z [00:03:38.256]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtempfile-8317538966f01884.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.8084153Z [00:03:38.256]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/pin_project_lite-7f1b0160d6667c1c.d' from root:root to runner:runner
2025-08-20T22:59:02.8085836Z [00:03:38.256]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/iana_time_zone-ffe2815e206ccfc2.d' from root:root to runner:runner
2025-08-20T22:59:02.8087517Z [00:03:38.256]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libarrayvec-114b57072a1ea110.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.8089212Z [00:03:38.256]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libvt100-209fecc74484dc5d.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.8090884Z [00:03:38.256]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwinnow-2f1e42bfd4d34b72.rlib' from root:root to runner:runner
2025-08-20T22:59:02.8092820Z [00:03:38.256]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/color_eyre-459f34c06b6ebf4b.d' from root:root to runner:runner
2025-08-20T22:59:02.8094544Z [00:03:38.256]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-b66fa394134f7643.rlib' from root:root to runner:runner
2025-08-20T22:59:02.8096206Z [00:03:38.256]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/tracing_log-6def47fe14e62daf.d' from root:root to runner:runner
2025-08-20T22:59:02.8097884Z [00:03:38.256]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libppv_lite86-bf313fda39636b43.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.8099584Z [00:03:38.256]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libseccomp_sys-dd5965af156a1b96.d' from root:root to runner:runner
2025-08-20T22:59:02.8101224Z [00:03:38.256]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/memchr-e799659df7e28d12.d' from root:root to runner:runner
2025-08-20T22:59:02.8103152Z [00:03:38.256]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfslock-67d930f9f53e7dd5.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.8104891Z [00:03:38.256]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_util-af144080a71152d2.rlib' from root:root to runner:runner
2025-08-20T22:59:02.8106599Z [00:03:38.256]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnu_ansi_term-0cb81f1c26a44ea8.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.8108296Z [00:03:38.256]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/aho_corasick-7403284f1f5ef69e.d' from root:root to runner:runner
2025-08-20T22:59:02.8110002Z [00:03:38.256]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libunicode_truncate-f1fef8f1923a73a8.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.8111741Z [00:03:38.256]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librand_chacha-96eab1cd2669ae62.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.8113552Z [00:03:38.256]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/tui_prompts-13f92172e7bf9657.d' from root:root to runner:runner
2025-08-20T22:59:02.8115242Z [00:03:38.256]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtracing_core-eaf228cf12ff9b8f.rlib' from root:root to runner:runner
2025-08-20T22:59:02.8116962Z [00:03:38.256]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/shell_words-04357d8eadfbdc82.d' from root:root to runner:runner
2025-08-20T22:59:02.8118805Z [00:03:38.256]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librustix-b009d707fe32ccef.rlib' from root:root to runner:runner
2025-08-20T22:59:02.8120559Z [00:03:38.256]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libutf8parse-654ab0e6866dede5.rlib' from root:root to runner:runner
2025-08-20T22:59:02.8122372Z [00:03:38.256]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libkxxt_owo_colors-f37a3b7689358f52.rlib' from root:root to runner:runner
2025-08-20T22:59:02.8124169Z [00:03:38.256]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpin_project_lite-7f1b0160d6667c1c.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.8125874Z [00:03:38.256]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libvt100-209fecc74484dc5d.rlib' from root:root to runner:runner
2025-08-20T22:59:02.8127784Z [00:03:38.256]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libratatui_macros-e98fab514432dcbb.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.8129480Z [00:03:38.256]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtoml-34a117820390d568.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.8131154Z [00:03:38.256]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libchrono-20e32ad3a4db25e3.rlib' from root:root to runner:runner
2025-08-20T22:59:02.8132996Z [00:03:38.256]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcolorchoice-6013ebb501c1abed.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.8134757Z [00:03:38.256]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnutype-956ff0512f92c6f8.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.8136476Z [00:03:38.256]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsupports_color-47f51730a962c5cd.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.8138169Z [00:03:38.256]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/linux_raw_sys-d8fd99116fc15864.d' from root:root to runner:runner
2025-08-20T22:59:02.8139812Z [00:03:38.256]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/toml_edit-47913230259fc2e2.d' from root:root to runner:runner
2025-08-20T22:59:02.8141506Z [00:03:38.256]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfiledescriptor-1f15a1eb6a0292d3.rlib' from root:root to runner:runner
2025-08-20T22:59:02.8143514Z [00:03:38.256]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/regex_automata-39665bc2e9941bdb.d' from root:root to runner:runner
2025-08-20T22:59:02.8145269Z [00:03:38.256]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsmallvec-5075877457cfb525.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.8146993Z [00:03:38.256]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle_parse-d9f762c54654b497.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.8148673Z [00:03:38.256]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfnv-d3a003c5745aa4e2.rlib' from root:root to runner:runner
2025-08-20T22:59:02.8150378Z [00:03:38.256]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/unicode_width-ae29605e8bb5f11f.d' from root:root to runner:runner
2025-08-20T22:59:02.8152046Z [00:03:38.256]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/futures_timer-4e83dda08be8df8b.d' from root:root to runner:runner
2025-08-20T22:59:02.8154020Z [00:03:38.256]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle-74b0f744cbb31470.rlib' from root:root to runner:runner
2025-08-20T22:59:02.8155693Z [00:03:38.256]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/is_terminal-473032c432ae33bf.d' from root:root to runner:runner
2025-08-20T22:59:02.8157354Z [00:03:38.256]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmemchr-e799659df7e28d12.rlib' from root:root to runner:runner
2025-08-20T22:59:02.8159059Z [00:03:38.256]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnom-bbdd29e7bef6af50.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.8160806Z [00:03:38.257]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libis_terminal_polyfill-d41033bcec586f6b.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.8162624Z [00:03:38.257]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libindenter-4edd4209ac0fba28.rlib' from root:root to runner:runner
2025-08-20T22:59:02.8164381Z [00:03:38.257]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libthiserror-b63b6944cf4fbaf9.rlib' from root:root to runner:runner
2025-08-20T22:59:02.8166048Z [00:03:38.257]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/lock_api-4e678dee7f2c2e51.d' from root:root to runner:runner
2025-08-20T22:59:02.8167769Z [00:03:38.257]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libunicode_segmentation-58a87eb00497feda.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.8169696Z [00:03:38.257]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap_builder-4c93f9759362aab8.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.8171505Z [00:03:38.257]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libstatic_assertions-924a51dd0a6b3770.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.8173450Z [00:03:38.257]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtui_scrollview-30f572188685040c.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.8175156Z [00:03:38.257]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libstrum-3837d630b061b1be.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.8176848Z [00:03:38.257]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libweak_table-a2be08934a154e0a.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.8178731Z [00:03:38.257]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtokio-e6f67942d514c8e4.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.8180393Z [00:03:38.257]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsdd-44e7c7e191e267d4.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.8182069Z [00:03:38.257]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liboverload-814595d2adde431b.rlib' from root:root to runner:runner
2025-08-20T22:59:02.8183969Z [00:03:38.257]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzerocopy-5574f10b56ad8d4d.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.8185715Z [00:03:38.258]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle_query-d3912d4c466823d0.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.8187427Z [00:03:38.258]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libindexmap-d177a20394edbb52.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.8189101Z [00:03:38.258]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libscc-030662cba94c8a76.rlib' from root:root to runner:runner
2025-08-20T22:59:02.8190789Z [00:03:38.258]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfixedbitset-8c1e71c11c66ef81.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.8192577Z [00:03:38.258]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libutf8parse-654ab0e6866dede5.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.8194487Z [00:03:38.258]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/kxxt_owo_colors-f37a3b7689358f52.d' from root:root to runner:runner
2025-08-20T22:59:02.8196231Z [00:03:38.258]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmemchr-e799659df7e28d12.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.8197934Z [00:03:38.258]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libdowncast_rs-e5e24ae8668af1dc.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.8199643Z [00:03:38.258]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcassowary-48d8304561d08d79.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.8201337Z [00:03:38.258]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfslock-67d930f9f53e7dd5.rlib' from root:root to runner:runner
2025-08-20T22:59:02.8203200Z [00:03:38.258]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libparking_lot_core-f3f25f7970faefbd.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.8205196Z [00:03:38.258]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtoml_datetime-da2f89fe282e8499.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.8206943Z [00:03:38.258]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libx11rb_protocol-adb51dcc374e7d01.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.8208668Z [00:03:38.258]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libvsprintf-1a580371f0a91d70.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.8210350Z [00:03:38.258]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librstest-5924f0ff14089939.rlib' from root:root to runner:runner
2025-08-20T22:59:02.8212026Z [00:03:38.258]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librstest-5924f0ff14089939.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.8213867Z [00:03:38.258]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtracing_error-58f9537f69246ae8.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.8215553Z [00:03:38.258]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblog-7bd9b6a084c4e530.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.8217235Z [00:03:38.258]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libarboard-00b0fcd6fafb0204.rlib' from root:root to runner:runner
2025-08-20T22:59:02.8218951Z [00:03:38.258]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libminimal_lexical-79f70aa3ad38fa03.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.8220821Z [00:03:38.258]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libahash-4947365c3191af1a.rlib' from root:root to runner:runner
2025-08-20T22:59:02.8222662Z [00:03:38.258]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbitflags-dadc80606a3f6919.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.8224404Z [00:03:38.258]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblru-1f6be96b5cc72bc5.rlib' from root:root to runner:runner
2025-08-20T22:59:02.8226032Z [00:03:38.258]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/eyre-7e3ef1f771983600.d' from root:root to runner:runner
2025-08-20T22:59:02.8227703Z [00:03:38.258]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtui_widget_list-4b4b7166704c3349.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.8229387Z [00:03:38.258]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/backtrace-40c749fc239cb753.d' from root:root to runner:runner
2025-08-20T22:59:02.8231236Z [00:03:38.258]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgimli-4279674ee96871e1.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.8233029Z [00:03:38.258]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/tracing_subscriber-8fd5d805c06220d1.d' from root:root to runner:runner
2025-08-20T22:59:02.8234769Z [00:03:38.258]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtokio_util-2df1a7a4a2f5554b.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.8236493Z [00:03:38.258]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_core-9b9c66b12a641e5c.rlib' from root:root to runner:runner
2025-08-20T22:59:02.8238209Z [00:03:38.258]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libitertools-c4307ed1591dc7f8.rlib' from root:root to runner:runner
2025-08-20T22:59:02.8239892Z [00:03:38.258]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbpf_sys-b3469c93a3c158d6.d' from root:root to runner:runner
2025-08-20T22:59:02.8241573Z [00:03:38.258]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libis_terminal-473032c432ae33bf.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.8243395Z [00:03:38.258]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbstr-aabd5ed91c381e31.rlib' from root:root to runner:runner
2025-08-20T22:59:02.8245070Z [00:03:38.258]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtoml_write-d969eaf479716a15.rlib' from root:root to runner:runner
2025-08-20T22:59:02.8246957Z [00:03:38.258]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_automata-c8f0176502f961d3.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.8248721Z [00:03:38.258]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/tracing_core-eaf228cf12ff9b8f.d' from root:root to runner:runner
2025-08-20T22:59:02.8250368Z [00:03:38.258]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/ratatui-d602d7defa607273.d' from root:root to runner:runner
2025-08-20T22:59:02.8252004Z [00:03:38.258]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/once_cell-bf549e27d6efb313.d' from root:root to runner:runner
2025-08-20T22:59:02.8253780Z [00:03:38.258]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/wayland_client-fc2d4456be5a5ede.d' from root:root to runner:runner
2025-08-20T22:59:02.8255638Z [00:03:38.258]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libitoa-26c7b81a28d259c5.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.8257339Z [00:03:38.258]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libkxxt_owo_colors-f37a3b7689358f52.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.8259025Z [00:03:38.258]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/regex-3a595bc95a81b5bd.d' from root:root to runner:runner
2025-08-20T22:59:02.8260705Z [00:03:38.258]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libitertools-2c7cdb84d2eed9b5.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.8262434Z [00:03:38.258]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/fnv-d3a003c5745aa4e2.d' from root:root to runner:runner
2025-08-20T22:59:02.8264136Z [00:03:38.258]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libonce_cell-bf549e27d6efb313.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.8265940Z [00:03:38.258]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/indenter-4edd4209ac0fba28.d' from root:root to runner:runner
2025-08-20T22:59:02.8267702Z [00:03:38.258]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbstr-aabd5ed91c381e31.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.8269386Z [00:03:38.258]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libratatui-d602d7defa607273.rlib' from root:root to runner:runner
2025-08-20T22:59:02.8271089Z [00:03:38.258]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfixedbitset-8c1e71c11c66ef81.rlib' from root:root to runner:runner
2025-08-20T22:59:02.8272832Z [00:03:38.258]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/toml-34a117820390d568.d' from root:root to runner:runner
2025-08-20T22:59:02.8274760Z [00:03:38.258]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libunicode_width-7ded428ff597e470.rlib' from root:root to runner:runner
2025-08-20T22:59:02.8276466Z [00:03:38.258]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libconsole-888cdbe3d8508bd7.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.8278120Z [00:03:38.258]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/itoa-26c7b81a28d259c5.d' from root:root to runner:runner
2025-08-20T22:59:02.8279757Z [00:03:38.258]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libx11rb-b4a663b0a0f58d84.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.8281425Z [00:03:38.258]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/enumflags2-5de760c890ce6304.d' from root:root to runner:runner
2025-08-20T22:59:02.8283227Z [00:03:38.258]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libvte-a29ce51c24f49b3c.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.8284929Z [00:03:38.258]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libdirectories-57eafb8fae04ff86.rlib' from root:root to runner:runner
2025-08-20T22:59:02.8286635Z [00:03:38.258]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex-3a595bc95a81b5bd.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.8288325Z [00:03:38.258]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librustix-24bf95cb404e388c.rlib' from root:root to runner:runner
2025-08-20T22:59:02.8289996Z [00:03:38.258]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librand-5bfdc4147324ef5f.rlib' from root:root to runner:runner
2025-08-20T22:59:02.8291880Z [00:03:38.259]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwayland_protocols_wlr-7c19f71967ec44bf.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.8293785Z [00:03:38.259]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwl_clipboard_rs-12d2518911dbbdbe.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.8295491Z [00:03:38.259]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libchrono-20e32ad3a4db25e3.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.8297191Z [00:03:38.259]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libshell_words-04357d8eadfbdc82.rlib' from root:root to runner:runner
2025-08-20T22:59:02.8298863Z [00:03:38.259]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnix-f3701f48f127875b.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.8300733Z [00:03:38.259]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/rustc_demangle-30e51053e886f483.d' from root:root to runner:runner
2025-08-20T22:59:02.8302489Z [00:03:38.259]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libadler-2bcb9686245b6bad.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.8304282Z [00:03:38.259]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libshell_quote-00915c1b6e25709c.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.8306010Z [00:03:38.259]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfilterable_enum-041f448f4beaae49.rlib' from root:root to runner:runner
2025-08-20T22:59:02.8307738Z [00:03:38.259]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap_complete-9f07205be791280b.rlib' from root:root to runner:runner
2025-08-20T22:59:02.8309404Z [00:03:38.259]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/console-888cdbe3d8508bd7.d' from root:root to runner:runner
2025-08-20T22:59:02.8311040Z [00:03:38.259]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/option_ext-2c8d17201dd91cfb.d' from root:root to runner:runner
2025-08-20T22:59:02.8312793Z [00:03:38.259]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfoldhash-4166f2240ae6512f.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.8314531Z [00:03:38.259]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtui_term-2eb3d0efc527165c.rlib' from root:root to runner:runner
2025-08-20T22:59:02.8316412Z [00:03:38.259]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libunicode_width-7ded428ff597e470.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.8318136Z [00:03:38.259]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/mio-c760a08121993bc9.d' from root:root to runner:runner
2025-08-20T22:59:02.8319798Z [00:03:38.259]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_task-76ff4ecc6a593659.rlib' from root:root to runner:runner
2025-08-20T22:59:02.8321364Z [00:03:38.259]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps' from root:root to runner:runner
2025-08-20T22:59:02.8322955Z [00:03:38.259]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/examples' from root:root to runner:runner
2025-08-20T22:59:02.8324457Z [00:03:38.259]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/incremental' from root:root to runner:runner
2025-08-20T22:59:02.8326287Z [00:03:38.259]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/nix-c171a21a9af9704e/stderr' from root:root to runner:runner
2025-08-20T22:59:02.8327983Z [00:03:38.259]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/nix-c171a21a9af9704e/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:02.8329663Z [00:03:38.259]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/nix-c171a21a9af9704e/out' from root:root to runner:runner
2025-08-20T22:59:02.8331313Z [00:03:38.259]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/nix-c171a21a9af9704e/root-output' from root:root to runner:runner
2025-08-20T22:59:02.8333152Z [00:03:38.259]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/nix-c171a21a9af9704e/output' from root:root to runner:runner
2025-08-20T22:59:02.8334775Z [00:03:38.259]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/nix-c171a21a9af9704e' from root:root to runner:runner
2025-08-20T22:59:02.8336424Z [00:03:38.259]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/thiserror-07a28b32335706e2/stderr' from root:root to runner:runner
2025-08-20T22:59:02.8338164Z [00:03:38.259]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/thiserror-07a28b32335706e2/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:02.8339900Z [00:03:38.259]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/thiserror-07a28b32335706e2/out' from root:root to runner:runner
2025-08-20T22:59:02.8341777Z [00:03:38.259]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/thiserror-07a28b32335706e2/root-output' from root:root to runner:runner
2025-08-20T22:59:02.8343622Z [00:03:38.259]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/thiserror-07a28b32335706e2/output' from root:root to runner:runner
2025-08-20T22:59:02.8345294Z [00:03:38.259]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/thiserror-07a28b32335706e2' from root:root to runner:runner
2025-08-20T22:59:02.8346946Z [00:03:38.259]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/serde-5c9820a39e84773f/stderr' from root:root to runner:runner
2025-08-20T22:59:02.8348659Z [00:03:38.259]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/serde-5c9820a39e84773f/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:02.8350349Z [00:03:38.259]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/serde-5c9820a39e84773f/out' from root:root to runner:runner
2025-08-20T22:59:02.8352354Z [00:03:38.259]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/serde-5c9820a39e84773f/root-output' from root:root to runner:runner
2025-08-20T22:59:02.8354089Z [00:03:38.259]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/serde-5c9820a39e84773f/output' from root:root to runner:runner
2025-08-20T22:59:02.8355724Z [00:03:38.259]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/serde-5c9820a39e84773f' from root:root to runner:runner
2025-08-20T22:59:02.8357347Z [00:03:38.259]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/eyre-e616bde3de917870/stderr' from root:root to runner:runner
2025-08-20T22:59:02.8359049Z [00:03:38.259]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/eyre-e616bde3de917870/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:02.8360767Z [00:03:38.259]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/eyre-e616bde3de917870/out/probe.rs' from root:root to runner:runner
2025-08-20T22:59:02.8362572Z [00:03:38.259]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/eyre-e616bde3de917870/out/libeyre_build.rmeta' from root:root to runner:runner
2025-08-20T22:59:02.8364339Z [00:03:38.259]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/eyre-e616bde3de917870/out' from root:root to runner:runner
2025-08-20T22:59:02.8365995Z [00:03:38.259]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/eyre-e616bde3de917870/root-output' from root:root to runner:runner
2025-08-20T22:59:02.8367838Z [00:03:38.259]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/eyre-e616bde3de917870/output' from root:root to runner:runner
2025-08-20T22:59:02.8369534Z [00:03:38.259]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/eyre-e616bde3de917870' from root:root to runner:runner
2025-08-20T22:59:02.8371190Z [00:03:38.259]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/getrandom-20d35e066d987086/stderr' from root:root to runner:runner
2025-08-20T22:59:02.8373043Z [00:03:38.259]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/getrandom-20d35e066d987086/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:02.8374826Z [00:03:38.259]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/getrandom-20d35e066d987086/out' from root:root to runner:runner
2025-08-20T22:59:02.8376529Z [00:03:38.259]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/getrandom-20d35e066d987086/root-output' from root:root to runner:runner
2025-08-20T22:59:02.8378458Z [00:03:38.259]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/getrandom-20d35e066d987086/output' from root:root to runner:runner
2025-08-20T22:59:02.8380123Z [00:03:38.259]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/getrandom-20d35e066d987086' from root:root to runner:runner
2025-08-20T22:59:02.8381774Z [00:03:38.259]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rustix-742fb3034145011c/stderr' from root:root to runner:runner
2025-08-20T22:59:02.8383629Z [00:03:38.259]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rustix-742fb3034145011c/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:02.8385331Z [00:03:38.259]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rustix-742fb3034145011c/out' from root:root to runner:runner
2025-08-20T22:59:02.8387011Z [00:03:38.259]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rustix-742fb3034145011c/root-output' from root:root to runner:runner
2025-08-20T22:59:02.8388692Z [00:03:38.259]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rustix-742fb3034145011c/output' from root:root to runner:runner
2025-08-20T22:59:02.8390331Z [00:03:38.259]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rustix-742fb3034145011c' from root:root to runner:runner
2025-08-20T22:59:02.8391965Z [00:03:38.259]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tracexec-825b0dc21f58f5f0/out' from root:root to runner:runner
2025-08-20T22:59:02.8393889Z [00:03:38.259]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tracexec-825b0dc21f58f5f0' from root:root to runner:runner
2025-08-20T22:59:02.8395640Z [00:03:38.259]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/signal-hook-e42684d9c1278415/stderr' from root:root to runner:runner
2025-08-20T22:59:02.8397404Z [00:03:38.259]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/signal-hook-e42684d9c1278415/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:02.8399149Z [00:03:38.259]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/signal-hook-e42684d9c1278415/out' from root:root to runner:runner
2025-08-20T22:59:02.8400886Z [00:03:38.259]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/signal-hook-e42684d9c1278415/root-output' from root:root to runner:runner
2025-08-20T22:59:02.8402929Z [00:03:38.259]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/signal-hook-e42684d9c1278415/output' from root:root to runner:runner
2025-08-20T22:59:02.8404666Z [00:03:38.259]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/signal-hook-e42684d9c1278415' from root:root to runner:runner
2025-08-20T22:59:02.8406346Z [00:03:38.259]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/thiserror-d254aa98aed7e9ff/stderr' from root:root to runner:runner
2025-08-20T22:59:02.8408094Z [00:03:38.259]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/thiserror-d254aa98aed7e9ff/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:02.8409830Z [00:03:38.259]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/thiserror-d254aa98aed7e9ff/out' from root:root to runner:runner
2025-08-20T22:59:02.8411541Z [00:03:38.259]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/thiserror-d254aa98aed7e9ff/root-output' from root:root to runner:runner
2025-08-20T22:59:02.8413387Z [00:03:38.259]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/thiserror-d254aa98aed7e9ff/output' from root:root to runner:runner
2025-08-20T22:59:02.8415068Z [00:03:38.259]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/thiserror-d254aa98aed7e9ff' from root:root to runner:runner
2025-08-20T22:59:02.8416735Z [00:03:38.259]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/vsprintf-97470288a7757deb/stderr' from root:root to runner:runner
2025-08-20T22:59:02.8418652Z [00:03:38.259]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/vsprintf-97470288a7757deb/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:02.8420578Z [00:03:38.259]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/vsprintf-97470288a7757deb/out/ea708c7824d36062-lib.o' from root:root to runner:runner
2025-08-20T22:59:02.8422474Z [00:03:38.259]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/vsprintf-97470288a7757deb/out/libvsprintf.a' from root:root to runner:runner
2025-08-20T22:59:02.8424244Z [00:03:38.259]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/vsprintf-97470288a7757deb/out' from root:root to runner:runner
2025-08-20T22:59:02.8425948Z [00:03:38.259]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/vsprintf-97470288a7757deb/root-output' from root:root to runner:runner
2025-08-20T22:59:02.8427656Z [00:03:38.259]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/vsprintf-97470288a7757deb/output' from root:root to runner:runner
2025-08-20T22:59:02.8429516Z [00:03:38.259]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/vsprintf-97470288a7757deb' from root:root to runner:runner
2025-08-20T22:59:02.8431186Z [00:03:38.259]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/num-traits-013477b3ef1471e0/stderr' from root:root to runner:runner
2025-08-20T22:59:02.8433004Z [00:03:38.259]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/num-traits-013477b3ef1471e0/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:02.8434894Z [00:03:38.259]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/num-traits-013477b3ef1471e0/out/autocfg_abbaa6e290c08b2b_1.ll' from root:root to runner:runner
2025-08-20T22:59:02.8436789Z [00:03:38.259]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/num-traits-013477b3ef1471e0/out/autocfg_abbaa6e290c08b2b_0.ll' from root:root to runner:runner
2025-08-20T22:59:02.8438560Z [00:03:38.259]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/num-traits-013477b3ef1471e0/out' from root:root to runner:runner
2025-08-20T22:59:02.8440263Z [00:03:38.259]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/num-traits-013477b3ef1471e0/root-output' from root:root to runner:runner
2025-08-20T22:59:02.8441984Z [00:03:38.259]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/num-traits-013477b3ef1471e0/output' from root:root to runner:runner
2025-08-20T22:59:02.8443928Z [00:03:38.259]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/num-traits-013477b3ef1471e0' from root:root to runner:runner
2025-08-20T22:59:02.8445729Z [00:03:38.259]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libseccomp-e1613a368b7a220f/stderr' from root:root to runner:runner
2025-08-20T22:59:02.8447510Z [00:03:38.259]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libseccomp-e1613a368b7a220f/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:02.8449245Z [00:03:38.259]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libseccomp-e1613a368b7a220f/out' from root:root to runner:runner
2025-08-20T22:59:02.8450997Z [00:03:38.259]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libseccomp-e1613a368b7a220f/root-output' from root:root to runner:runner
2025-08-20T22:59:02.8452823Z [00:03:38.259]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libseccomp-e1613a368b7a220f/output' from root:root to runner:runner
2025-08-20T22:59:02.8454734Z [00:03:38.259]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libseccomp-e1613a368b7a220f' from root:root to runner:runner
2025-08-20T22:59:02.8456388Z [00:03:38.259]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/slab-12f134bdafc51d03/stderr' from root:root to runner:runner
2025-08-20T22:59:02.8458100Z [00:03:38.259]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/slab-12f134bdafc51d03/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:02.8459901Z [00:03:38.259]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/slab-12f134bdafc51d03/out/autocfg_44ba1ac38b584e11_0.ll' from root:root to runner:runner
2025-08-20T22:59:02.8461630Z [00:03:38.259]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/slab-12f134bdafc51d03/out' from root:root to runner:runner
2025-08-20T22:59:02.8463423Z [00:03:38.259]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/slab-12f134bdafc51d03/root-output' from root:root to runner:runner
2025-08-20T22:59:02.8465091Z [00:03:38.259]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/slab-12f134bdafc51d03/output' from root:root to runner:runner
2025-08-20T22:59:02.8466719Z [00:03:38.259]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/slab-12f134bdafc51d03' from root:root to runner:runner
2025-08-20T22:59:02.8468398Z [00:03:38.259]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libseccomp-sys-98e51b2a72dd8a1d/stderr' from root:root to runner:runner
2025-08-20T22:59:02.8470356Z [00:03:38.259]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libseccomp-sys-98e51b2a72dd8a1d/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:02.8472267Z [00:03:38.259]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libseccomp-sys-98e51b2a72dd8a1d/out' from root:root to runner:runner
2025-08-20T22:59:02.8474092Z [00:03:38.259]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libseccomp-sys-98e51b2a72dd8a1d/root-output' from root:root to runner:runner
2025-08-20T22:59:02.8475869Z [00:03:38.259]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libseccomp-sys-98e51b2a72dd8a1d/output' from root:root to runner:runner
2025-08-20T22:59:02.8477592Z [00:03:38.259]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libseccomp-sys-98e51b2a72dd8a1d' from root:root to runner:runner
2025-08-20T22:59:02.8479306Z [00:03:38.259]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/parking_lot_core-e5ec8ba34616e40a/stderr' from root:root to runner:runner
2025-08-20T22:59:02.8481359Z [00:03:38.259]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/parking_lot_core-e5ec8ba34616e40a/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:02.8483258Z [00:03:38.259]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/parking_lot_core-e5ec8ba34616e40a/out' from root:root to runner:runner
2025-08-20T22:59:02.8485006Z [00:03:38.259]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/parking_lot_core-e5ec8ba34616e40a/root-output' from root:root to runner:runner
2025-08-20T22:59:02.8486798Z [00:03:38.259]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/parking_lot_core-e5ec8ba34616e40a/output' from root:root to runner:runner
2025-08-20T22:59:02.8488511Z [00:03:38.259]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/parking_lot_core-e5ec8ba34616e40a' from root:root to runner:runner
2025-08-20T22:59:02.8490215Z [00:03:38.259]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/backtrace-c30dfa2717fa7b08/stderr' from root:root to runner:runner
2025-08-20T22:59:02.8491972Z [00:03:38.259]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/backtrace-c30dfa2717fa7b08/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:02.8493914Z [00:03:38.259]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/backtrace-c30dfa2717fa7b08/out' from root:root to runner:runner
2025-08-20T22:59:02.8495794Z [00:03:38.259]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/backtrace-c30dfa2717fa7b08/root-output' from root:root to runner:runner
2025-08-20T22:59:02.8497567Z [00:03:38.259]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/backtrace-c30dfa2717fa7b08/output' from root:root to runner:runner
2025-08-20T22:59:02.8499270Z [00:03:38.259]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/backtrace-c30dfa2717fa7b08' from root:root to runner:runner
2025-08-20T22:59:02.8500976Z [00:03:38.259]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/wayland-backend-da26c8242330eacf/stderr' from root:root to runner:runner
2025-08-20T22:59:02.8502869Z [00:03:38.259]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/wayland-backend-da26c8242330eacf/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:02.8504739Z [00:03:38.259]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/wayland-backend-da26c8242330eacf/out' from root:root to runner:runner
2025-08-20T22:59:02.8506716Z [00:03:38.259]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/wayland-backend-da26c8242330eacf/root-output' from root:root to runner:runner
2025-08-20T22:59:02.8508491Z [00:03:38.259]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/wayland-backend-da26c8242330eacf/output' from root:root to runner:runner
2025-08-20T22:59:02.8510203Z [00:03:38.259]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/wayland-backend-da26c8242330eacf' from root:root to runner:runner
2025-08-20T22:59:02.8511889Z [00:03:38.259]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/zerocopy-841f432df77ec338/stderr' from root:root to runner:runner
2025-08-20T22:59:02.8513753Z [00:03:38.259]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/zerocopy-841f432df77ec338/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:02.8515483Z [00:03:38.259]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/zerocopy-841f432df77ec338/out' from root:root to runner:runner
2025-08-20T22:59:02.8517183Z [00:03:38.259]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/zerocopy-841f432df77ec338/root-output' from root:root to runner:runner
2025-08-20T22:59:02.8518890Z [00:03:38.260]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/zerocopy-841f432df77ec338/output' from root:root to runner:runner
2025-08-20T22:59:02.8520544Z [00:03:38.260]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/zerocopy-841f432df77ec338' from root:root to runner:runner
2025-08-20T22:59:02.8522415Z [00:03:38.260]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rustix-f8945a393484e502/stderr' from root:root to runner:runner
2025-08-20T22:59:02.8524203Z [00:03:38.260]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rustix-f8945a393484e502/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:02.8525900Z [00:03:38.260]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rustix-f8945a393484e502/out' from root:root to runner:runner
2025-08-20T22:59:02.8527583Z [00:03:38.260]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rustix-f8945a393484e502/root-output' from root:root to runner:runner
2025-08-20T22:59:02.8529265Z [00:03:38.260]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rustix-f8945a393484e502/output' from root:root to runner:runner
2025-08-20T22:59:02.8531093Z [00:03:38.260]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rustix-f8945a393484e502' from root:root to runner:runner
2025-08-20T22:59:02.8532832Z [00:03:38.260]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/serde_json-d4b25ca50ffa094c/stderr' from root:root to runner:runner
2025-08-20T22:59:02.8534640Z [00:03:38.260]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/serde_json-d4b25ca50ffa094c/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:02.8536356Z [00:03:38.260]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/serde_json-d4b25ca50ffa094c/out' from root:root to runner:runner
2025-08-20T22:59:02.8538066Z [00:03:38.260]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/serde_json-d4b25ca50ffa094c/root-output' from root:root to runner:runner
2025-08-20T22:59:02.8539775Z [00:03:38.260]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/serde_json-d4b25ca50ffa094c/output' from root:root to runner:runner
2025-08-20T22:59:02.8541446Z [00:03:38.260]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/serde_json-d4b25ca50ffa094c' from root:root to runner:runner
2025-08-20T22:59:02.8543230Z [00:03:38.260]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libbpf-sys-e42c5eab9b0e6f3c/stderr' from root:root to runner:runner
2025-08-20T22:59:02.8544992Z [00:03:38.260]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libbpf-sys-e42c5eab9b0e6f3c/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:02.8546940Z [00:03:38.260]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libbpf-sys-e42c5eab9b0e6f3c/out/obj/libbpf.a' from root:root to runner:runner
2025-08-20T22:59:02.8548825Z [00:03:38.260]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libbpf-sys-e42c5eab9b0e6f3c/out/obj/staticobjs/btf.o' from root:root to runner:runner
2025-08-20T22:59:02.8550697Z [00:03:38.260]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libbpf-sys-e42c5eab9b0e6f3c/out/obj/staticobjs/libbpf.o' from root:root to runner:runner
2025-08-20T22:59:02.8552655Z [00:03:38.260]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libbpf-sys-e42c5eab9b0e6f3c/out/obj/staticobjs/ringbuf.o' from root:root to runner:runner
2025-08-20T22:59:02.8554596Z [00:03:38.260]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libbpf-sys-e42c5eab9b0e6f3c/out/obj/staticobjs/relo_core.o' from root:root to runner:runner
2025-08-20T22:59:02.8556483Z [00:03:38.260]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libbpf-sys-e42c5eab9b0e6f3c/out/obj/staticobjs/features.o' from root:root to runner:runner
2025-08-20T22:59:02.8558602Z [00:03:38.260]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libbpf-sys-e42c5eab9b0e6f3c/out/obj/staticobjs/libbpf_probes.o' from root:root to runner:runner
2025-08-20T22:59:02.8560511Z [00:03:38.260]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libbpf-sys-e42c5eab9b0e6f3c/out/obj/staticobjs/str_error.o' from root:root to runner:runner
2025-08-20T22:59:02.8562492Z [00:03:38.260]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libbpf-sys-e42c5eab9b0e6f3c/out/obj/staticobjs/btf_dump.o' from root:root to runner:runner
2025-08-20T22:59:02.8564418Z [00:03:38.260]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libbpf-sys-e42c5eab9b0e6f3c/out/obj/staticobjs/zip.o' from root:root to runner:runner
2025-08-20T22:59:02.8566289Z [00:03:38.260]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libbpf-sys-e42c5eab9b0e6f3c/out/obj/staticobjs/btf_iter.o' from root:root to runner:runner
2025-08-20T22:59:02.8568165Z [00:03:38.260]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libbpf-sys-e42c5eab9b0e6f3c/out/obj/staticobjs/hashmap.o' from root:root to runner:runner
2025-08-20T22:59:02.8570038Z [00:03:38.260]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libbpf-sys-e42c5eab9b0e6f3c/out/obj/staticobjs/netlink.o' from root:root to runner:runner
2025-08-20T22:59:02.8571927Z [00:03:38.260]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libbpf-sys-e42c5eab9b0e6f3c/out/obj/staticobjs/gen_loader.o' from root:root to runner:runner
2025-08-20T22:59:02.8574155Z [00:03:38.260]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libbpf-sys-e42c5eab9b0e6f3c/out/obj/staticobjs/libbpf_errno.o' from root:root to runner:runner
2025-08-20T22:59:02.8576114Z [00:03:38.260]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libbpf-sys-e42c5eab9b0e6f3c/out/obj/staticobjs/strset.o' from root:root to runner:runner
2025-08-20T22:59:02.8577981Z [00:03:38.260]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libbpf-sys-e42c5eab9b0e6f3c/out/obj/staticobjs/bpf.o' from root:root to runner:runner
2025-08-20T22:59:02.8579875Z [00:03:38.260]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libbpf-sys-e42c5eab9b0e6f3c/out/obj/staticobjs/bpf_prog_linfo.o' from root:root to runner:runner
2025-08-20T22:59:02.8581747Z [00:03:38.260]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libbpf-sys-e42c5eab9b0e6f3c/out/obj/staticobjs/elf.o' from root:root to runner:runner
2025-08-20T22:59:02.8583935Z [00:03:38.260]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libbpf-sys-e42c5eab9b0e6f3c/out/obj/staticobjs/usdt.o' from root:root to runner:runner
2025-08-20T22:59:02.8585796Z [00:03:38.260]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libbpf-sys-e42c5eab9b0e6f3c/out/obj/staticobjs/nlattr.o' from root:root to runner:runner
2025-08-20T22:59:02.8587689Z [00:03:38.260]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libbpf-sys-e42c5eab9b0e6f3c/out/obj/staticobjs/btf_relocate.o' from root:root to runner:runner
2025-08-20T22:59:02.8589571Z [00:03:38.260]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libbpf-sys-e42c5eab9b0e6f3c/out/obj/staticobjs/linker.o' from root:root to runner:runner
2025-08-20T22:59:02.8591407Z [00:03:38.260]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libbpf-sys-e42c5eab9b0e6f3c/out/obj/staticobjs' from root:root to runner:runner
2025-08-20T22:59:02.8593326Z [00:03:38.260]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libbpf-sys-e42c5eab9b0e6f3c/out/obj/libbpf.pc' from root:root to runner:runner
2025-08-20T22:59:02.8595074Z [00:03:38.260]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libbpf-sys-e42c5eab9b0e6f3c/out/obj' from root:root to runner:runner
2025-08-20T22:59:02.8596816Z [00:03:38.260]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libbpf-sys-e42c5eab9b0e6f3c/out/libbpf.a' from root:root to runner:runner
2025-08-20T22:59:02.8598616Z [00:03:38.260]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libbpf-sys-e42c5eab9b0e6f3c/out/pkgconfig/libbpf.pc' from root:root to runner:runner
2025-08-20T22:59:02.8600580Z [00:03:38.260]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libbpf-sys-e42c5eab9b0e6f3c/out/pkgconfig' from root:root to runner:runner
2025-08-20T22:59:02.8602599Z [00:03:38.260]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libbpf-sys-e42c5eab9b0e6f3c/out/include/bpf/bpf_helpers.h' from root:root to runner:runner
2025-08-20T22:59:02.8604618Z [00:03:38.260]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libbpf-sys-e42c5eab9b0e6f3c/out/include/bpf/bpf_core_read.h' from root:root to runner:runner
2025-08-20T22:59:02.8606512Z [00:03:38.260]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libbpf-sys-e42c5eab9b0e6f3c/out/include/bpf/bpf_tracing.h' from root:root to runner:runner
2025-08-20T22:59:02.8608402Z [00:03:38.260]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libbpf-sys-e42c5eab9b0e6f3c/out/include/bpf/skel_internal.h' from root:root to runner:runner
2025-08-20T22:59:02.8610518Z [00:03:38.260]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libbpf-sys-e42c5eab9b0e6f3c/out/include/bpf/bpf_helper_defs.h' from root:root to runner:runner
2025-08-20T22:59:02.8612553Z [00:03:38.260]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libbpf-sys-e42c5eab9b0e6f3c/out/include/bpf/libbpf_version.h' from root:root to runner:runner
2025-08-20T22:59:02.8614508Z [00:03:38.260]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libbpf-sys-e42c5eab9b0e6f3c/out/include/bpf/usdt.bpf.h' from root:root to runner:runner
2025-08-20T22:59:02.8616367Z [00:03:38.260]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libbpf-sys-e42c5eab9b0e6f3c/out/include/bpf/btf.h' from root:root to runner:runner
2025-08-20T22:59:02.8618222Z [00:03:38.260]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libbpf-sys-e42c5eab9b0e6f3c/out/include/bpf/bpf_endian.h' from root:root to runner:runner
2025-08-20T22:59:02.8620109Z [00:03:38.260]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libbpf-sys-e42c5eab9b0e6f3c/out/include/bpf/libbpf_legacy.h' from root:root to runner:runner
2025-08-20T22:59:02.8622000Z [00:03:38.260]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libbpf-sys-e42c5eab9b0e6f3c/out/include/bpf/libbpf_common.h' from root:root to runner:runner
2025-08-20T22:59:02.8623997Z [00:03:38.260]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libbpf-sys-e42c5eab9b0e6f3c/out/include/bpf/libbpf.h' from root:root to runner:runner
2025-08-20T22:59:02.8626001Z [00:03:38.260]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libbpf-sys-e42c5eab9b0e6f3c/out/include/bpf/bpf.h' from root:root to runner:runner
2025-08-20T22:59:02.8627909Z [00:03:38.260]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libbpf-sys-e42c5eab9b0e6f3c/out/include/bpf' from root:root to runner:runner
2025-08-20T22:59:02.8629671Z [00:03:38.260]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libbpf-sys-e42c5eab9b0e6f3c/out/include' from root:root to runner:runner
2025-08-20T22:59:02.8631376Z [00:03:38.260]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libbpf-sys-e42c5eab9b0e6f3c/out' from root:root to runner:runner
2025-08-20T22:59:02.8633197Z [00:03:38.260]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libbpf-sys-e42c5eab9b0e6f3c/root-output' from root:root to runner:runner
2025-08-20T22:59:02.8634922Z [00:03:38.260]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libbpf-sys-e42c5eab9b0e6f3c/output' from root:root to runner:runner
2025-08-20T22:59:02.8636838Z [00:03:38.260]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libbpf-sys-e42c5eab9b0e6f3c' from root:root to runner:runner
2025-08-20T22:59:02.8638549Z [00:03:38.260]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/wayland-client-3537da6f212a82f7/stderr' from root:root to runner:runner
2025-08-20T22:59:02.8640335Z [00:03:38.260]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/wayland-client-3537da6f212a82f7/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:02.8642103Z [00:03:38.260]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/wayland-client-3537da6f212a82f7/out' from root:root to runner:runner
2025-08-20T22:59:02.8643978Z [00:03:38.260]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/wayland-client-3537da6f212a82f7/root-output' from root:root to runner:runner
2025-08-20T22:59:02.8661348Z [00:03:38.260]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/wayland-client-3537da6f212a82f7/output' from root:root to runner:runner
2025-08-20T22:59:02.8663430Z [00:03:38.260]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/wayland-client-3537da6f212a82f7' from root:root to runner:runner
2025-08-20T22:59:02.8665159Z [00:03:38.260]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/wayland-sys-2e6bd10c6505ce49/stderr' from root:root to runner:runner
2025-08-20T22:59:02.8667195Z [00:03:38.260]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/wayland-sys-2e6bd10c6505ce49/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:02.8669021Z [00:03:38.260]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/wayland-sys-2e6bd10c6505ce49/out' from root:root to runner:runner
2025-08-20T22:59:02.8670741Z [00:03:38.260]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/wayland-sys-2e6bd10c6505ce49/root-output' from root:root to runner:runner
2025-08-20T22:59:02.8672564Z [00:03:38.260]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/wayland-sys-2e6bd10c6505ce49/output' from root:root to runner:runner
2025-08-20T22:59:02.8674307Z [00:03:38.260]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/wayland-sys-2e6bd10c6505ce49' from root:root to runner:runner
2025-08-20T22:59:02.8675964Z [00:03:38.260]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/ahash-4c2000a4cd8daff0/stderr' from root:root to runner:runner
2025-08-20T22:59:02.8677893Z [00:03:38.260]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/ahash-4c2000a4cd8daff0/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:02.8679592Z [00:03:38.260]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/ahash-4c2000a4cd8daff0/out' from root:root to runner:runner
2025-08-20T22:59:02.8681270Z [00:03:38.260]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/ahash-4c2000a4cd8daff0/root-output' from root:root to runner:runner
2025-08-20T22:59:02.8683091Z [00:03:38.260]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/ahash-4c2000a4cd8daff0/output' from root:root to runner:runner
2025-08-20T22:59:02.8684747Z [00:03:38.260]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/ahash-4c2000a4cd8daff0' from root:root to runner:runner
2025-08-20T22:59:02.8686391Z [00:03:38.260]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/lock_api-c4784b471ba0dd32/stderr' from root:root to runner:runner
2025-08-20T22:59:02.8688121Z [00:03:38.260]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/lock_api-c4784b471ba0dd32/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:02.8689945Z [00:03:38.260]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/lock_api-c4784b471ba0dd32/out/autocfg_1569205c11cb8087_0.ll' from root:root to runner:runner
2025-08-20T22:59:02.8691687Z [00:03:38.260]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/lock_api-c4784b471ba0dd32/out' from root:root to runner:runner
2025-08-20T22:59:02.8693713Z [00:03:38.260]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/lock_api-c4784b471ba0dd32/root-output' from root:root to runner:runner
2025-08-20T22:59:02.8695478Z [00:03:38.260]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/lock_api-c4784b471ba0dd32/output' from root:root to runner:runner
2025-08-20T22:59:02.8697133Z [00:03:38.260]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/lock_api-c4784b471ba0dd32' from root:root to runner:runner
2025-08-20T22:59:02.8698765Z [00:03:38.260]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libc-ea03b7ff255429f6/stderr' from root:root to runner:runner
2025-08-20T22:59:02.8700465Z [00:03:38.260]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libc-ea03b7ff255429f6/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:02.8702247Z [00:03:38.260]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libc-ea03b7ff255429f6/out' from root:root to runner:runner
2025-08-20T22:59:02.8704128Z [00:03:38.260]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libc-ea03b7ff255429f6/root-output' from root:root to runner:runner
2025-08-20T22:59:02.8705846Z [00:03:38.260]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libc-ea03b7ff255429f6/output' from root:root to runner:runner
2025-08-20T22:59:02.8707473Z [00:03:38.260]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libc-ea03b7ff255429f6' from root:root to runner:runner
2025-08-20T22:59:02.8708993Z [00:03:38.260]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build' from root:root to runner:runner
2025-08-20T22:59:02.8710444Z [00:03:38.260]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.cargo-lock' from root:root to runner:runner
2025-08-20T22:59:02.8712239Z [00:03:38.260]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nix-c171a21a9af9704e/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:59:02.8714243Z [00:03:38.260]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nix-c171a21a9af9704e/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:59:02.8716034Z [00:03:38.260]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nix-c171a21a9af9704e' from root:root to runner:runner
2025-08-20T22:59:02.8717695Z [00:03:38.260]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lru-1f6be96b5cc72bc5/lib-lru' from root:root to runner:runner
2025-08-20T22:59:02.8719605Z [00:03:38.260]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lru-1f6be96b5cc72bc5/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:02.8721435Z [00:03:38.260]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lru-1f6be96b5cc72bc5/lib-lru.json' from root:root to runner:runner
2025-08-20T22:59:02.8723347Z [00:03:38.260]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lru-1f6be96b5cc72bc5/dep-lib-lru' from root:root to runner:runner
2025-08-20T22:59:02.8725047Z [00:03:38.260]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lru-1f6be96b5cc72bc5' from root:root to runner:runner
2025-08-20T22:59:02.8726862Z [00:03:38.260]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-channel-79817f5a8bf363ff/lib-futures_channel.json' from root:root to runner:runner
2025-08-20T22:59:02.8729003Z [00:03:38.260]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-channel-79817f5a8bf363ff/dep-lib-futures_channel' from root:root to runner:runner
2025-08-20T22:59:02.8730897Z [00:03:38.260]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-channel-79817f5a8bf363ff/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:02.8732876Z [00:03:38.260]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-channel-79817f5a8bf363ff/lib-futures_channel' from root:root to runner:runner
2025-08-20T22:59:02.8734741Z [00:03:38.260]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-channel-79817f5a8bf363ff' from root:root to runner:runner
2025-08-20T22:59:02.8736548Z [00:03:38.260]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_complete-9f07205be791280b/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:02.8738390Z [00:03:38.260]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_complete-9f07205be791280b/lib-clap_complete' from root:root to runner:runner
2025-08-20T22:59:02.8740249Z [00:03:38.260]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_complete-9f07205be791280b/lib-clap_complete.json' from root:root to runner:runner
2025-08-20T22:59:02.8742119Z [00:03:38.260]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_complete-9f07205be791280b/dep-lib-clap_complete' from root:root to runner:runner
2025-08-20T22:59:02.8744031Z [00:03:38.260]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_complete-9f07205be791280b' from root:root to runner:runner
2025-08-20T22:59:02.8746023Z [00:03:38.260]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libseccomp-sys-dd5965af156a1b96/lib-libseccomp_sys.json' from root:root to runner:runner
2025-08-20T22:59:02.8748028Z [00:03:38.260]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libseccomp-sys-dd5965af156a1b96/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:02.8749907Z [00:03:38.260]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libseccomp-sys-dd5965af156a1b96/lib-libseccomp_sys' from root:root to runner:runner
2025-08-20T22:59:02.8751799Z [00:03:38.260]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libseccomp-sys-dd5965af156a1b96/dep-lib-libseccomp_sys' from root:root to runner:runner
2025-08-20T22:59:02.8753746Z [00:03:38.260]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libseccomp-sys-dd5965af156a1b96' from root:root to runner:runner
2025-08-20T22:59:02.8755745Z [00:03:38.260]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml_datetime-da2f89fe282e8499/lib-toml_datetime.json' from root:root to runner:runner
2025-08-20T22:59:02.8757616Z [00:03:38.260]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml_datetime-da2f89fe282e8499/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:02.8759486Z [00:03:38.260]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml_datetime-da2f89fe282e8499/dep-lib-toml_datetime' from root:root to runner:runner
2025-08-20T22:59:02.8761347Z [00:03:38.260]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml_datetime-da2f89fe282e8499/lib-toml_datetime' from root:root to runner:runner
2025-08-20T22:59:02.8763245Z [00:03:38.260]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml_datetime-da2f89fe282e8499' from root:root to runner:runner
2025-08-20T22:59:02.8765033Z [00:03:38.260]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/enumflags2-5de760c890ce6304/lib-enumflags2.json' from root:root to runner:runner
2025-08-20T22:59:02.8766860Z [00:03:38.260]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/enumflags2-5de760c890ce6304/lib-enumflags2' from root:root to runner:runner
2025-08-20T22:59:02.8768690Z [00:03:38.261]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/enumflags2-5de760c890ce6304/dep-lib-enumflags2' from root:root to runner:runner
2025-08-20T22:59:02.8770672Z [00:03:38.261]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/enumflags2-5de760c890ce6304/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:02.8772586Z [00:03:38.261]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/enumflags2-5de760c890ce6304' from root:root to runner:runner
2025-08-20T22:59:02.8774448Z [00:03:38.261]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_spanned-d90e8b70f0a676f5/lib-serde_spanned.json' from root:root to runner:runner
2025-08-20T22:59:02.8776304Z [00:03:38.261]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_spanned-d90e8b70f0a676f5/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:02.8778166Z [00:03:38.261]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_spanned-d90e8b70f0a676f5/dep-lib-serde_spanned' from root:root to runner:runner
2025-08-20T22:59:02.8780024Z [00:03:38.261]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_spanned-d90e8b70f0a676f5/lib-serde_spanned' from root:root to runner:runner
2025-08-20T22:59:02.8782035Z [00:03:38.261]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_spanned-d90e8b70f0a676f5' from root:root to runner:runner
2025-08-20T22:59:02.8783969Z [00:03:38.261]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-core-9b9c66b12a641e5c/dep-lib-futures_core' from root:root to runner:runner
2025-08-20T22:59:02.8785827Z [00:03:38.261]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-core-9b9c66b12a641e5c/lib-futures_core' from root:root to runner:runner
2025-08-20T22:59:02.8787677Z [00:03:38.261]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-core-9b9c66b12a641e5c/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:02.8789539Z [00:03:38.261]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-core-9b9c66b12a641e5c/lib-futures_core.json' from root:root to runner:runner
2025-08-20T22:59:02.8791328Z [00:03:38.261]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-core-9b9c66b12a641e5c' from root:root to runner:runner
2025-08-20T22:59:02.8793273Z [00:03:38.261]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/itoa-26c7b81a28d259c5/lib-itoa.json' from root:root to runner:runner
2025-08-20T22:59:02.8795030Z [00:03:38.261]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/itoa-26c7b81a28d259c5/dep-lib-itoa' from root:root to runner:runner
2025-08-20T22:59:02.8796983Z [00:03:38.261]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/itoa-26c7b81a28d259c5/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:02.8798796Z [00:03:38.261]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/itoa-26c7b81a28d259c5/lib-itoa' from root:root to runner:runner
2025-08-20T22:59:02.8800472Z [00:03:38.261]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/itoa-26c7b81a28d259c5' from root:root to runner:runner
2025-08-20T22:59:02.8802331Z [00:03:38.261]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-width-ae29605e8bb5f11f/lib-unicode_width.json' from root:root to runner:runner
2025-08-20T22:59:02.8804312Z [00:03:38.261]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-width-ae29605e8bb5f11f/lib-unicode_width' from root:root to runner:runner
2025-08-20T22:59:02.8806178Z [00:03:38.261]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-width-ae29605e8bb5f11f/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:02.8808257Z [00:03:38.261]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-width-ae29605e8bb5f11f/dep-lib-unicode_width' from root:root to runner:runner
2025-08-20T22:59:02.8810060Z [00:03:38.261]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-width-ae29605e8bb5f11f' from root:root to runner:runner
2025-08-20T22:59:02.8811838Z [00:03:38.261]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/owo-colors-9841a8797a56c727/lib-owo_colors.json' from root:root to runner:runner
2025-08-20T22:59:02.8813809Z [00:03:38.261]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/owo-colors-9841a8797a56c727/dep-lib-owo_colors' from root:root to runner:runner
2025-08-20T22:59:02.8815642Z [00:03:38.261]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/owo-colors-9841a8797a56c727/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:02.8817452Z [00:03:38.261]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/owo-colors-9841a8797a56c727/lib-owo_colors' from root:root to runner:runner
2025-08-20T22:59:02.8819189Z [00:03:38.261]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/owo-colors-9841a8797a56c727' from root:root to runner:runner
2025-08-20T22:59:02.8820942Z [00:03:38.261]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tui-prompts-13f92172e7bf9657/lib-tui_prompts' from root:root to runner:runner
2025-08-20T22:59:02.8822977Z [00:03:38.261]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tui-prompts-13f92172e7bf9657/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:02.8824901Z [00:03:38.261]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tui-prompts-13f92172e7bf9657/dep-lib-tui_prompts' from root:root to runner:runner
2025-08-20T22:59:02.8826764Z [00:03:38.261]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tui-prompts-13f92172e7bf9657/lib-tui_prompts.json' from root:root to runner:runner
2025-08-20T22:59:02.8828535Z [00:03:38.261]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tui-prompts-13f92172e7bf9657' from root:root to runner:runner
2025-08-20T22:59:02.8830320Z [00:03:38.261]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tracing-core-eaf228cf12ff9b8f/lib-tracing_core' from root:root to runner:runner
2025-08-20T22:59:02.8832444Z [00:03:38.261]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tracing-core-eaf228cf12ff9b8f/lib-tracing_core.json' from root:root to runner:runner
2025-08-20T22:59:02.8834359Z [00:03:38.261]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tracing-core-eaf228cf12ff9b8f/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:02.8836230Z [00:03:38.261]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tracing-core-eaf228cf12ff9b8f/dep-lib-tracing_core' from root:root to runner:runner
2025-08-20T22:59:02.8838042Z [00:03:38.261]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tracing-core-eaf228cf12ff9b8f' from root:root to runner:runner
2025-08-20T22:59:02.8839846Z [00:03:38.261]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-parse-d9f762c54654b497/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:02.8841724Z [00:03:38.261]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-parse-d9f762c54654b497/dep-lib-anstyle_parse' from root:root to runner:runner
2025-08-20T22:59:02.8843816Z [00:03:38.261]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-parse-d9f762c54654b497/lib-anstyle_parse' from root:root to runner:runner
2025-08-20T22:59:02.8845695Z [00:03:38.261]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-parse-d9f762c54654b497/lib-anstyle_parse.json' from root:root to runner:runner
2025-08-20T22:59:02.8847505Z [00:03:38.261]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-parse-d9f762c54654b497' from root:root to runner:runner
2025-08-20T22:59:02.8849463Z [00:03:38.261]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/itertools-c4307ed1591dc7f8/dep-lib-itertools' from root:root to runner:runner
2025-08-20T22:59:02.8851364Z [00:03:38.261]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/itertools-c4307ed1591dc7f8/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:02.8853339Z [00:03:38.261]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/itertools-c4307ed1591dc7f8/lib-itertools.json' from root:root to runner:runner
2025-08-20T22:59:02.8855157Z [00:03:38.261]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/itertools-c4307ed1591dc7f8/lib-itertools' from root:root to runner:runner
2025-08-20T22:59:02.8856891Z [00:03:38.261]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/itertools-c4307ed1591dc7f8' from root:root to runner:runner
2025-08-20T22:59:02.8858851Z [00:03:38.261]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-3a595bc95a81b5bd/lib-regex' from root:root to runner:runner
2025-08-20T22:59:02.8860603Z [00:03:38.261]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-3a595bc95a81b5bd/dep-lib-regex' from root:root to runner:runner
2025-08-20T22:59:02.8862476Z [00:03:38.261]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-3a595bc95a81b5bd/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:02.8864299Z [00:03:38.261]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-3a595bc95a81b5bd/lib-regex.json' from root:root to runner:runner
2025-08-20T22:59:02.8866014Z [00:03:38.261]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-3a595bc95a81b5bd' from root:root to runner:runner
2025-08-20T22:59:02.8867814Z [00:03:38.261]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/parking_lot_core-f3f25f7970faefbd/lib-parking_lot_core.json' from root:root to runner:runner
2025-08-20T22:59:02.8869722Z [00:03:38.261]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/parking_lot_core-f3f25f7970faefbd/dep-lib-parking_lot_core' from root:root to runner:runner
2025-08-20T22:59:02.8871609Z [00:03:38.261]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/parking_lot_core-f3f25f7970faefbd/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:02.8873765Z [00:03:38.261]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/parking_lot_core-f3f25f7970faefbd/lib-parking_lot_core' from root:root to runner:runner
2025-08-20T22:59:02.8875634Z [00:03:38.261]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/parking_lot_core-f3f25f7970faefbd' from root:root to runner:runner
2025-08-20T22:59:02.8877379Z [00:03:38.261]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/arboard-00b0fcd6fafb0204/lib-arboard' from root:root to runner:runner
2025-08-20T22:59:02.8879164Z [00:03:38.261]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/arboard-00b0fcd6fafb0204/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:02.8880971Z [00:03:38.261]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/arboard-00b0fcd6fafb0204/lib-arboard.json' from root:root to runner:runner
2025-08-20T22:59:02.8882853Z [00:03:38.261]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/arboard-00b0fcd6fafb0204/dep-lib-arboard' from root:root to runner:runner
2025-08-20T22:59:02.8884774Z [00:03:38.261]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/arboard-00b0fcd6fafb0204' from root:root to runner:runner
2025-08-20T22:59:02.8886551Z [00:03:38.261]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-automata-39665bc2e9941bdb/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:02.8888440Z [00:03:38.261]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-automata-39665bc2e9941bdb/lib-regex_automata.json' from root:root to runner:runner
2025-08-20T22:59:02.8890342Z [00:03:38.261]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-automata-39665bc2e9941bdb/dep-lib-regex_automata' from root:root to runner:runner
2025-08-20T22:59:02.8892286Z [00:03:38.261]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-automata-39665bc2e9941bdb/lib-regex_automata' from root:root to runner:runner
2025-08-20T22:59:02.8894142Z [00:03:38.261]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-automata-39665bc2e9941bdb' from root:root to runner:runner
2025-08-20T22:59:02.8895891Z [00:03:38.261]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bytes-aad76a29fa546711/lib-bytes.json' from root:root to runner:runner
2025-08-20T22:59:02.8897676Z [00:03:38.261]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bytes-aad76a29fa546711/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:02.8899604Z [00:03:38.261]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bytes-aad76a29fa546711/dep-lib-bytes' from root:root to runner:runner
2025-08-20T22:59:02.8901422Z [00:03:38.261]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bytes-aad76a29fa546711/lib-bytes' from root:root to runner:runner
2025-08-20T22:59:02.8903262Z [00:03:38.261]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bytes-aad76a29fa546711' from root:root to runner:runner
2025-08-20T22:59:02.8905047Z [00:03:38.261]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tokio-util-2df1a7a4a2f5554b/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:02.8906894Z [00:03:38.261]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tokio-util-2df1a7a4a2f5554b/lib-tokio_util' from root:root to runner:runner
2025-08-20T22:59:02.8908714Z [00:03:38.261]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tokio-util-2df1a7a4a2f5554b/dep-lib-tokio_util' from root:root to runner:runner
2025-08-20T22:59:02.8910756Z [00:03:38.261]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tokio-util-2df1a7a4a2f5554b/lib-tokio_util.json' from root:root to runner:runner
2025-08-20T22:59:02.8912601Z [00:03:38.261]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tokio-util-2df1a7a4a2f5554b' from root:root to runner:runner
2025-08-20T22:59:02.8914403Z [00:03:38.261]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rand_core-9bc923f4391769e0/lib-rand_core' from root:root to runner:runner
2025-08-20T22:59:02.8916204Z [00:03:38.261]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rand_core-9bc923f4391769e0/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:02.8918016Z [00:03:38.261]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rand_core-9bc923f4391769e0/lib-rand_core.json' from root:root to runner:runner
2025-08-20T22:59:02.8919830Z [00:03:38.261]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rand_core-9bc923f4391769e0/dep-lib-rand_core' from root:root to runner:runner
2025-08-20T22:59:02.8921562Z [00:03:38.261]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rand_core-9bc923f4391769e0' from root:root to runner:runner
2025-08-20T22:59:02.8923359Z [00:03:38.261]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tracexec-668d43ff01f8fdb7' from root:root to runner:runner
2025-08-20T22:59:02.8925270Z [00:03:38.261]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/os_pipe-f9e9a270a2988545/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:02.8927168Z [00:03:38.261]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/os_pipe-f9e9a270a2988545/dep-lib-os_pipe' from root:root to runner:runner
2025-08-20T22:59:02.8928946Z [00:03:38.262]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/os_pipe-f9e9a270a2988545/lib-os_pipe' from root:root to runner:runner
2025-08-20T22:59:02.8930711Z [00:03:38.262]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/os_pipe-f9e9a270a2988545/lib-os_pipe.json' from root:root to runner:runner
2025-08-20T22:59:02.8932516Z [00:03:38.262]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/os_pipe-f9e9a270a2988545' from root:root to runner:runner
2025-08-20T22:59:02.8934296Z [00:03:38.262]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustix-24bf95cb404e388c/dep-lib-rustix' from root:root to runner:runner
2025-08-20T22:59:02.8936349Z [00:03:38.262]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustix-24bf95cb404e388c/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:02.8938147Z [00:03:38.262]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustix-24bf95cb404e388c/lib-rustix.json' from root:root to runner:runner
2025-08-20T22:59:02.8939908Z [00:03:38.262]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustix-24bf95cb404e388c/lib-rustix' from root:root to runner:runner
2025-08-20T22:59:02.8941609Z [00:03:38.262]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustix-24bf95cb404e388c' from root:root to runner:runner
2025-08-20T22:59:02.8943495Z [00:03:38.262]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/equivalent-227a987576108267/lib-equivalent' from root:root to runner:runner
2025-08-20T22:59:02.8945321Z [00:03:38.262]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/equivalent-227a987576108267/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:02.8947179Z [00:03:38.262]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/equivalent-227a987576108267/dep-lib-equivalent' from root:root to runner:runner
2025-08-20T22:59:02.8949032Z [00:03:38.262]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/equivalent-227a987576108267/lib-equivalent.json' from root:root to runner:runner
2025-08-20T22:59:02.8950959Z [00:03:38.262]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/equivalent-227a987576108267' from root:root to runner:runner
2025-08-20T22:59:02.8952869Z [00:03:38.262]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thread_local-7f87e4829ec63f50/lib-thread_local.json' from root:root to runner:runner
2025-08-20T22:59:02.8954777Z [00:03:38.262]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thread_local-7f87e4829ec63f50/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:02.8956623Z [00:03:38.262]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thread_local-7f87e4829ec63f50/dep-lib-thread_local' from root:root to runner:runner
2025-08-20T22:59:02.8958464Z [00:03:38.262]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thread_local-7f87e4829ec63f50/lib-thread_local' from root:root to runner:runner
2025-08-20T22:59:02.8960219Z [00:03:38.262]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thread_local-7f87e4829ec63f50' from root:root to runner:runner
2025-08-20T22:59:02.8962254Z [00:03:38.262]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/arrayvec-114b57072a1ea110/lib-arrayvec.json' from root:root to runner:runner
2025-08-20T22:59:02.8964146Z [00:03:38.262]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/arrayvec-114b57072a1ea110/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:02.8965966Z [00:03:38.262]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/arrayvec-114b57072a1ea110/dep-lib-arrayvec' from root:root to runner:runner
2025-08-20T22:59:02.8967768Z [00:03:38.262]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/arrayvec-114b57072a1ea110/lib-arrayvec' from root:root to runner:runner
2025-08-20T22:59:02.8969493Z [00:03:38.262]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/arrayvec-114b57072a1ea110' from root:root to runner:runner
2025-08-20T22:59:02.8971233Z [00:03:38.262]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/either-4baf76fac0f4cf78/lib-either.json' from root:root to runner:runner
2025-08-20T22:59:02.8973118Z [00:03:38.262]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/either-4baf76fac0f4cf78/lib-either' from root:root to runner:runner
2025-08-20T22:59:02.8974908Z [00:03:38.262]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/either-4baf76fac0f4cf78/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:02.8976836Z [00:03:38.262]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/either-4baf76fac0f4cf78/dep-lib-either' from root:root to runner:runner
2025-08-20T22:59:02.8978636Z [00:03:38.262]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/either-4baf76fac0f4cf78' from root:root to runner:runner
2025-08-20T22:59:02.8980340Z [00:03:38.262]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/strum-2474f7698fd94ec1/lib-strum' from root:root to runner:runner
2025-08-20T22:59:02.8982081Z [00:03:38.262]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/strum-2474f7698fd94ec1/lib-strum.json' from root:root to runner:runner
2025-08-20T22:59:02.8984006Z [00:03:38.262]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/strum-2474f7698fd94ec1/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:02.8985786Z [00:03:38.262]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/strum-2474f7698fd94ec1/dep-lib-strum' from root:root to runner:runner
2025-08-20T22:59:02.8987705Z [00:03:38.262]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/strum-2474f7698fd94ec1' from root:root to runner:runner
2025-08-20T22:59:02.8989471Z [00:03:38.262]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/parking_lot-d11fa2de6725b8d6/lib-parking_lot.json' from root:root to runner:runner
2025-08-20T22:59:02.8991323Z [00:03:38.262]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/parking_lot-d11fa2de6725b8d6/dep-lib-parking_lot' from root:root to runner:runner
2025-08-20T22:59:02.8993284Z [00:03:38.262]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/parking_lot-d11fa2de6725b8d6/lib-parking_lot' from root:root to runner:runner
2025-08-20T22:59:02.8995109Z [00:03:38.262]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/parking_lot-d11fa2de6725b8d6/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:02.8996872Z [00:03:38.262]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/parking_lot-d11fa2de6725b8d6' from root:root to runner:runner
2025-08-20T22:59:02.8998669Z [00:03:38.262]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-executor-f2e00fd98470a358/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:02.9000588Z [00:03:38.262]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-executor-f2e00fd98470a358/lib-futures_executor.json' from root:root to runner:runner
2025-08-20T22:59:02.9002720Z [00:03:38.262]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-executor-f2e00fd98470a358/lib-futures_executor' from root:root to runner:runner
2025-08-20T22:59:02.9004787Z [00:03:38.262]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-executor-f2e00fd98470a358/dep-lib-futures_executor' from root:root to runner:runner
2025-08-20T22:59:02.9006637Z [00:03:38.262]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-executor-f2e00fd98470a358' from root:root to runner:runner
2025-08-20T22:59:02.9008373Z [00:03:38.263]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/strum-3837d630b061b1be/lib-strum' from root:root to runner:runner
2025-08-20T22:59:02.9010126Z [00:03:38.263]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/strum-3837d630b061b1be/lib-strum.json' from root:root to runner:runner
2025-08-20T22:59:02.9011909Z [00:03:38.263]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/strum-3837d630b061b1be/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:02.9013964Z [00:03:38.263]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/strum-3837d630b061b1be/dep-lib-strum' from root:root to runner:runner
2025-08-20T22:59:02.9015684Z [00:03:38.263]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/strum-3837d630b061b1be' from root:root to runner:runner
2025-08-20T22:59:02.9017394Z [00:03:38.263]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/is_ci-84d1f0f8659d8ab3/lib-is_ci.json' from root:root to runner:runner
2025-08-20T22:59:02.9019188Z [00:03:38.263]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/is_ci-84d1f0f8659d8ab3/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:02.9020957Z [00:03:38.263]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/is_ci-84d1f0f8659d8ab3/dep-lib-is_ci' from root:root to runner:runner
2025-08-20T22:59:02.9022763Z [00:03:38.263]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/is_ci-84d1f0f8659d8ab3/lib-is_ci' from root:root to runner:runner
2025-08-20T22:59:02.9024497Z [00:03:38.263]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/is_ci-84d1f0f8659d8ab3' from root:root to runner:runner
2025-08-20T22:59:02.9026268Z [00:03:38.263]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-d8fd99116fc15864/dep-lib-linux_raw_sys' from root:root to runner:runner
2025-08-20T22:59:02.9028287Z [00:03:38.263]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-d8fd99116fc15864/lib-linux_raw_sys' from root:root to runner:runner
2025-08-20T22:59:02.9030217Z [00:03:38.263]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-d8fd99116fc15864/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:02.9032086Z [00:03:38.263]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-d8fd99116fc15864/lib-linux_raw_sys.json' from root:root to runner:runner
2025-08-20T22:59:02.9034021Z [00:03:38.263]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-d8fd99116fc15864' from root:root to runner:runner
2025-08-20T22:59:02.9035799Z [00:03:38.263]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pin-utils-862e04ea43454f7b/dep-lib-pin_utils' from root:root to runner:runner
2025-08-20T22:59:02.9037616Z [00:03:38.263]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pin-utils-862e04ea43454f7b/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:02.9039648Z [00:03:38.263]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pin-utils-862e04ea43454f7b/lib-pin_utils.json' from root:root to runner:runner
2025-08-20T22:59:02.9041459Z [00:03:38.263]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pin-utils-862e04ea43454f7b/lib-pin_utils' from root:root to runner:runner
2025-08-20T22:59:02.9043341Z [00:03:38.263]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pin-utils-862e04ea43454f7b' from root:root to runner:runner
2025-08-20T22:59:02.9045199Z [00:03:38.263]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-07a28b32335706e2/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:59:02.9047192Z [00:03:38.263]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-07a28b32335706e2/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:59:02.9049041Z [00:03:38.263]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-07a28b32335706e2' from root:root to runner:runner
2025-08-20T22:59:02.9050861Z [00:03:38.263]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde-5c9820a39e84773f/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:59:02.9052908Z [00:03:38.263]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde-5c9820a39e84773f/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:59:02.9054988Z [00:03:38.263]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde-5c9820a39e84773f' from root:root to runner:runner
2025-08-20T22:59:02.9056862Z [00:03:38.263]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/eyre-e616bde3de917870/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:59:02.9058831Z [00:03:38.263]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/eyre-e616bde3de917870/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:59:02.9060630Z [00:03:38.263]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/eyre-e616bde3de917870' from root:root to runner:runner
2025-08-20T22:59:02.9062378Z [00:03:38.263]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nix-f3701f48f127875b/lib-nix' from root:root to runner:runner
2025-08-20T22:59:02.9064322Z [00:03:38.263]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nix-f3701f48f127875b/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:02.9066069Z [00:03:38.263]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nix-f3701f48f127875b/dep-lib-nix' from root:root to runner:runner
2025-08-20T22:59:02.9067810Z [00:03:38.263]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nix-f3701f48f127875b/lib-nix.json' from root:root to runner:runner
2025-08-20T22:59:02.9069500Z [00:03:38.263]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nix-f3701f48f127875b' from root:root to runner:runner
2025-08-20T22:59:02.9071289Z [00:03:38.263]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/wayland-client-fc2d4456be5a5ede/lib-wayland_client.json' from root:root to runner:runner
2025-08-20T22:59:02.9073330Z [00:03:38.263]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/wayland-client-fc2d4456be5a5ede/dep-lib-wayland_client' from root:root to runner:runner
2025-08-20T22:59:02.9075213Z [00:03:38.263]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/wayland-client-fc2d4456be5a5ede/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:02.9077087Z [00:03:38.263]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/wayland-client-fc2d4456be5a5ede/lib-wayland_client' from root:root to runner:runner
2025-08-20T22:59:02.9078884Z [00:03:38.263]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/wayland-client-fc2d4456be5a5ede' from root:root to runner:runner
2025-08-20T22:59:02.9080887Z [00:03:38.263]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/getrandom-20d35e066d987086/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:59:02.9083025Z [00:03:38.263]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/getrandom-20d35e066d987086/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:59:02.9084926Z [00:03:38.263]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/getrandom-20d35e066d987086' from root:root to runner:runner
2025-08-20T22:59:02.9086700Z [00:03:38.263]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/weak-table-a2be08934a154e0a/lib-weak_table.json' from root:root to runner:runner
2025-08-20T22:59:02.9088513Z [00:03:38.263]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/weak-table-a2be08934a154e0a/lib-weak_table' from root:root to runner:runner
2025-08-20T22:59:02.9090545Z [00:03:38.263]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/weak-table-a2be08934a154e0a/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:02.9092453Z [00:03:38.263]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/weak-table-a2be08934a154e0a/dep-lib-weak_table' from root:root to runner:runner
2025-08-20T22:59:02.9094271Z [00:03:38.263]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/weak-table-a2be08934a154e0a' from root:root to runner:runner
2025-08-20T22:59:02.9096091Z [00:03:38.263]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-truncate-f1fef8f1923a73a8/dep-lib-unicode_truncate' from root:root to runner:runner
2025-08-20T22:59:02.9098009Z [00:03:38.263]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-truncate-f1fef8f1923a73a8/lib-unicode_truncate' from root:root to runner:runner
2025-08-20T22:59:02.9099908Z [00:03:38.263]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-truncate-f1fef8f1923a73a8/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:02.9101823Z [00:03:38.263]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-truncate-f1fef8f1923a73a8/lib-unicode_truncate.json' from root:root to runner:runner
2025-08-20T22:59:02.9103783Z [00:03:38.263]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-truncate-f1fef8f1923a73a8' from root:root to runner:runner
2025-08-20T22:59:02.9105525Z [00:03:38.263]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tracexec-41039b84a22f22b4' from root:root to runner:runner
2025-08-20T22:59:02.9107445Z [00:03:38.263]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/shell-quote-00915c1b6e25709c/lib-shell_quote' from root:root to runner:runner
2025-08-20T22:59:02.9109358Z [00:03:38.263]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/shell-quote-00915c1b6e25709c/lib-shell_quote.json' from root:root to runner:runner
2025-08-20T22:59:02.9111209Z [00:03:38.263]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/shell-quote-00915c1b6e25709c/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:02.9113200Z [00:03:38.263]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/shell-quote-00915c1b6e25709c/dep-lib-shell_quote' from root:root to runner:runner
2025-08-20T22:59:02.9114988Z [00:03:38.263]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/shell-quote-00915c1b6e25709c' from root:root to runner:runner
2025-08-20T22:59:02.9117028Z [00:03:38.263]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/static_assertions-924a51dd0a6b3770/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:02.9118931Z [00:03:38.263]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/static_assertions-924a51dd0a6b3770/lib-static_assertions' from root:root to runner:runner
2025-08-20T22:59:02.9120864Z [00:03:38.263]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/static_assertions-924a51dd0a6b3770/lib-static_assertions.json' from root:root to runner:runner
2025-08-20T22:59:02.9122890Z [00:03:38.264]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/static_assertions-924a51dd0a6b3770/dep-lib-static_assertions' from root:root to runner:runner
2025-08-20T22:59:02.9124774Z [00:03:38.264]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/static_assertions-924a51dd0a6b3770' from root:root to runner:runner
2025-08-20T22:59:02.9126592Z [00:03:38.264]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-sink-1f73ff9c554e4477/dep-lib-futures_sink' from root:root to runner:runner
2025-08-20T22:59:02.9128447Z [00:03:38.264]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-sink-1f73ff9c554e4477/lib-futures_sink' from root:root to runner:runner
2025-08-20T22:59:02.9130292Z [00:03:38.264]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-sink-1f73ff9c554e4477/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:02.9132367Z [00:03:38.264]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-sink-1f73ff9c554e4477/lib-futures_sink.json' from root:root to runner:runner
2025-08-20T22:59:02.9134226Z [00:03:38.264]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-sink-1f73ff9c554e4477' from root:root to runner:runner
2025-08-20T22:59:02.9136062Z [00:03:38.264]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pin-project-lite-7f1b0160d6667c1c/lib-pin_project_lite.json' from root:root to runner:runner
2025-08-20T22:59:02.9137982Z [00:03:38.264]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pin-project-lite-7f1b0160d6667c1c/dep-lib-pin_project_lite' from root:root to runner:runner
2025-08-20T22:59:02.9139882Z [00:03:38.264]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pin-project-lite-7f1b0160d6667c1c/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:02.9141972Z [00:03:38.264]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pin-project-lite-7f1b0160d6667c1c/lib-pin_project_lite' from root:root to runner:runner
2025-08-20T22:59:02.9143954Z [00:03:38.264]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pin-project-lite-7f1b0160d6667c1c' from root:root to runner:runner
2025-08-20T22:59:02.9145744Z [00:03:38.264]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/chrono-20e32ad3a4db25e3/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:02.9147514Z [00:03:38.264]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/chrono-20e32ad3a4db25e3/lib-chrono' from root:root to runner:runner
2025-08-20T22:59:02.9149289Z [00:03:38.264]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/chrono-20e32ad3a4db25e3/lib-chrono.json' from root:root to runner:runner
2025-08-20T22:59:02.9151077Z [00:03:38.264]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/chrono-20e32ad3a4db25e3/dep-lib-chrono' from root:root to runner:runner
2025-08-20T22:59:02.9152862Z [00:03:38.264]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/chrono-20e32ad3a4db25e3' from root:root to runner:runner
2025-08-20T22:59:02.9154683Z [00:03:38.264]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nu-ansi-term-0cb81f1c26a44ea8/lib-nu_ansi_term' from root:root to runner:runner
2025-08-20T22:59:02.9156521Z [00:03:38.264]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nu-ansi-term-0cb81f1c26a44ea8/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:02.9158557Z [00:03:38.264]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nu-ansi-term-0cb81f1c26a44ea8/dep-lib-nu_ansi_term' from root:root to runner:runner
2025-08-20T22:59:02.9160478Z [00:03:38.264]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nu-ansi-term-0cb81f1c26a44ea8/lib-nu_ansi_term.json' from root:root to runner:runner
2025-08-20T22:59:02.9162356Z [00:03:38.264]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nu-ansi-term-0cb81f1c26a44ea8' from root:root to runner:runner
2025-08-20T22:59:02.9164301Z [00:03:38.264]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/wayland-protocols-wlr-7c19f71967ec44bf/lib-wayland_protocols_wlr.json' from root:root to runner:runner
2025-08-20T22:59:02.9166299Z [00:03:38.264]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/wayland-protocols-wlr-7c19f71967ec44bf/lib-wayland_protocols_wlr' from root:root to runner:runner
2025-08-20T22:59:02.9168463Z [00:03:38.264]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/wayland-protocols-wlr-7c19f71967ec44bf/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:02.9170442Z [00:03:38.264]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/wayland-protocols-wlr-7c19f71967ec44bf/dep-lib-wayland_protocols_wlr' from root:root to runner:runner
2025-08-20T22:59:02.9172414Z [00:03:38.264]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/wayland-protocols-wlr-7c19f71967ec44bf' from root:root to runner:runner
2025-08-20T22:59:02.9174285Z [00:03:38.264]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tui-popup-000808f1eb46af40/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:02.9176118Z [00:03:38.264]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tui-popup-000808f1eb46af40/dep-lib-tui_popup' from root:root to runner:runner
2025-08-20T22:59:02.9177928Z [00:03:38.264]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tui-popup-000808f1eb46af40/lib-tui_popup' from root:root to runner:runner
2025-08-20T22:59:02.9179739Z [00:03:38.264]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tui-popup-000808f1eb46af40/lib-tui_popup.json' from root:root to runner:runner
2025-08-20T22:59:02.9181491Z [00:03:38.264]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tui-popup-000808f1eb46af40' from root:root to runner:runner
2025-08-20T22:59:02.9183315Z [00:03:38.264]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gimli-4279674ee96871e1/lib-gimli' from root:root to runner:runner
2025-08-20T22:59:02.9185244Z [00:03:38.264]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gimli-4279674ee96871e1/lib-gimli.json' from root:root to runner:runner
2025-08-20T22:59:02.9187104Z [00:03:38.264]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gimli-4279674ee96871e1/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:02.9188886Z [00:03:38.264]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gimli-4279674ee96871e1/dep-lib-gimli' from root:root to runner:runner
2025-08-20T22:59:02.9190593Z [00:03:38.264]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gimli-4279674ee96871e1' from root:root to runner:runner
2025-08-20T22:59:02.9192399Z [00:03:38.264]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde-d72f8da9dde4f4a2/lib-serde.json' from root:root to runner:runner
2025-08-20T22:59:02.9194386Z [00:03:38.264]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde-d72f8da9dde4f4a2/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:02.9196169Z [00:03:38.264]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde-d72f8da9dde4f4a2/dep-lib-serde' from root:root to runner:runner
2025-08-20T22:59:02.9197927Z [00:03:38.264]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde-d72f8da9dde4f4a2/lib-serde' from root:root to runner:runner
2025-08-20T22:59:02.9199619Z [00:03:38.264]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde-d72f8da9dde4f4a2' from root:root to runner:runner
2025-08-20T22:59:02.9201394Z [00:03:38.264]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-automata-c8f0176502f961d3/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:02.9203404Z [00:03:38.264]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-automata-c8f0176502f961d3/lib-regex_automata.json' from root:root to runner:runner
2025-08-20T22:59:02.9205334Z [00:03:38.264]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-automata-c8f0176502f961d3/dep-lib-regex_automata' from root:root to runner:runner
2025-08-20T22:59:02.9207215Z [00:03:38.264]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-automata-c8f0176502f961d3/lib-regex_automata' from root:root to runner:runner
2025-08-20T22:59:02.9209001Z [00:03:38.264]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-automata-c8f0176502f961d3' from root:root to runner:runner
2025-08-20T22:59:02.9210931Z [00:03:38.264]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/overload-814595d2adde431b/lib-overload' from root:root to runner:runner
2025-08-20T22:59:02.9212848Z [00:03:38.264]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/overload-814595d2adde431b/dep-lib-overload' from root:root to runner:runner
2025-08-20T22:59:02.9214851Z [00:03:38.264]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/overload-814595d2adde431b/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:02.9216677Z [00:03:38.264]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/overload-814595d2adde431b/lib-overload.json' from root:root to runner:runner
2025-08-20T22:59:02.9218414Z [00:03:38.264]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/overload-814595d2adde431b' from root:root to runner:runner
2025-08-20T22:59:02.9220246Z [00:03:38.264]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-timer-4e83dda08be8df8b/lib-futures_timer.json' from root:root to runner:runner
2025-08-20T22:59:02.9222126Z [00:03:38.265]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-timer-4e83dda08be8df8b/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:02.9224119Z [00:03:38.265]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-timer-4e83dda08be8df8b/lib-futures_timer' from root:root to runner:runner
2025-08-20T22:59:02.9226007Z [00:03:38.265]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-timer-4e83dda08be8df8b/dep-lib-futures_timer' from root:root to runner:runner
2025-08-20T22:59:02.9227810Z [00:03:38.265]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-timer-4e83dda08be8df8b' from root:root to runner:runner
2025-08-20T22:59:02.9229700Z [00:03:38.265]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tracexec-67d43284de4da589' from root:root to runner:runner
2025-08-20T22:59:02.9231523Z [00:03:38.265]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/dirs-sys-24a6bb3e4262e405/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:02.9233486Z [00:03:38.265]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/dirs-sys-24a6bb3e4262e405/dep-lib-dirs_sys' from root:root to runner:runner
2025-08-20T22:59:02.9235288Z [00:03:38.265]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/dirs-sys-24a6bb3e4262e405/lib-dirs_sys' from root:root to runner:runner
2025-08-20T22:59:02.9237077Z [00:03:38.265]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/dirs-sys-24a6bb3e4262e405/lib-dirs_sys.json' from root:root to runner:runner
2025-08-20T22:59:02.9239020Z [00:03:38.265]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/dirs-sys-24a6bb3e4262e405' from root:root to runner:runner
2025-08-20T22:59:02.9240725Z [00:03:38.265]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/scc-030662cba94c8a76/lib-scc.json' from root:root to runner:runner
2025-08-20T22:59:02.9242626Z [00:03:38.265]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/scc-030662cba94c8a76/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:02.9244424Z [00:03:38.265]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/scc-030662cba94c8a76/lib-scc' from root:root to runner:runner
2025-08-20T22:59:02.9246141Z [00:03:38.265]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/scc-030662cba94c8a76/dep-lib-scc' from root:root to runner:runner
2025-08-20T22:59:02.9247817Z [00:03:38.265]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/scc-030662cba94c8a76' from root:root to runner:runner
2025-08-20T22:59:02.9249560Z [00:03:38.265]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/humantime-9650910401c42f1f/lib-humantime.json' from root:root to runner:runner
2025-08-20T22:59:02.9251441Z [00:03:38.265]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/humantime-9650910401c42f1f/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:02.9253391Z [00:03:38.265]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/humantime-9650910401c42f1f/lib-humantime' from root:root to runner:runner
2025-08-20T22:59:02.9255442Z [00:03:38.265]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/humantime-9650910401c42f1f/dep-lib-humantime' from root:root to runner:runner
2025-08-20T22:59:02.9257253Z [00:03:38.265]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/humantime-9650910401c42f1f' from root:root to runner:runner
2025-08-20T22:59:02.9258980Z [00:03:38.265]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/x11rb-b4a663b0a0f58d84/dep-lib-x11rb' from root:root to runner:runner
2025-08-20T22:59:02.9260758Z [00:03:38.265]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/x11rb-b4a663b0a0f58d84/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:02.9262643Z [00:03:38.265]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/x11rb-b4a663b0a0f58d84/lib-x11rb.json' from root:root to runner:runner
2025-08-20T22:59:02.9264445Z [00:03:38.265]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/x11rb-b4a663b0a0f58d84/lib-x11rb' from root:root to runner:runner
2025-08-20T22:59:02.9266334Z [00:03:38.265]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/x11rb-b4a663b0a0f58d84' from root:root to runner:runner
2025-08-20T22:59:02.9268058Z [00:03:38.265]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/mio-c760a08121993bc9/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:02.9269804Z [00:03:38.265]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/mio-c760a08121993bc9/dep-lib-mio' from root:root to runner:runner
2025-08-20T22:59:02.9271534Z [00:03:38.265]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/mio-c760a08121993bc9/lib-mio' from root:root to runner:runner
2025-08-20T22:59:02.9273394Z [00:03:38.265]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/mio-c760a08121993bc9/lib-mio.json' from root:root to runner:runner
2025-08-20T22:59:02.9275088Z [00:03:38.265]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/mio-c760a08121993bc9' from root:root to runner:runner
2025-08-20T22:59:02.9276936Z [00:03:38.265]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustix-742fb3034145011c/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:59:02.9278932Z [00:03:38.265]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustix-742fb3034145011c/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:59:02.9280906Z [00:03:38.265]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustix-742fb3034145011c' from root:root to runner:runner
2025-08-20T22:59:02.9282824Z [00:03:38.265]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lazy_static-a7a7d1b21152584a/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:02.9284710Z [00:03:38.265]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lazy_static-a7a7d1b21152584a/lib-lazy_static' from root:root to runner:runner
2025-08-20T22:59:02.9286538Z [00:03:38.265]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lazy_static-a7a7d1b21152584a/dep-lib-lazy_static' from root:root to runner:runner
2025-08-20T22:59:02.9288385Z [00:03:38.265]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lazy_static-a7a7d1b21152584a/lib-lazy_static.json' from root:root to runner:runner
2025-08-20T22:59:02.9290141Z [00:03:38.265]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lazy_static-a7a7d1b21152584a' from root:root to runner:runner
2025-08-20T22:59:02.9292108Z [00:03:38.265]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libbpf-sys-b3469c93a3c158d6/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:02.9294082Z [00:03:38.265]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libbpf-sys-b3469c93a3c158d6/output-lib-libbpf_sys' from root:root to runner:runner
2025-08-20T22:59:02.9295852Z [00:03:38.265]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libbpf-sys-b3469c93a3c158d6' from root:root to runner:runner
2025-08-20T22:59:02.9297624Z [00:03:38.265]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/better-panic-f34403a27d630900/lib-better_panic' from root:root to runner:runner
2025-08-20T22:59:02.9299463Z [00:03:38.265]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/better-panic-f34403a27d630900/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:02.9301323Z [00:03:38.265]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/better-panic-f34403a27d630900/dep-lib-better_panic' from root:root to runner:runner
2025-08-20T22:59:02.9303303Z [00:03:38.265]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/better-panic-f34403a27d630900/lib-better_panic.json' from root:root to runner:runner
2025-08-20T22:59:02.9305132Z [00:03:38.265]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/better-panic-f34403a27d630900' from root:root to runner:runner
2025-08-20T22:59:02.9307049Z [00:03:38.265]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/console-888cdbe3d8508bd7/lib-console' from root:root to runner:runner
2025-08-20T22:59:02.9308906Z [00:03:38.265]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/console-888cdbe3d8508bd7/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:02.9310716Z [00:03:38.265]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/console-888cdbe3d8508bd7/lib-console.json' from root:root to runner:runner
2025-08-20T22:59:02.9312639Z [00:03:38.265]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/console-888cdbe3d8508bd7/dep-lib-console' from root:root to runner:runner
2025-08-20T22:59:02.9314445Z [00:03:38.265]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/console-888cdbe3d8508bd7' from root:root to runner:runner
2025-08-20T22:59:02.9316195Z [00:03:38.265]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/downcast-rs-e5e24ae8668af1dc/lib-downcast_rs' from root:root to runner:runner
2025-08-20T22:59:02.9318297Z [00:03:38.265]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/downcast-rs-e5e24ae8668af1dc/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:02.9320157Z [00:03:38.265]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/downcast-rs-e5e24ae8668af1dc/lib-downcast_rs.json' from root:root to runner:runner
2025-08-20T22:59:02.9322003Z [00:03:38.265]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/downcast-rs-e5e24ae8668af1dc/dep-lib-downcast_rs' from root:root to runner:runner
2025-08-20T22:59:02.9323904Z [00:03:38.265]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/downcast-rs-e5e24ae8668af1dc' from root:root to runner:runner
2025-08-20T22:59:02.9325743Z [00:03:38.265]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/percent-encoding-2aa7bee56e77439a/lib-percent_encoding.json' from root:root to runner:runner
2025-08-20T22:59:02.9327676Z [00:03:38.265]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/percent-encoding-2aa7bee56e77439a/dep-lib-percent_encoding' from root:root to runner:runner
2025-08-20T22:59:02.9329591Z [00:03:38.265]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/percent-encoding-2aa7bee56e77439a/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:02.9331492Z [00:03:38.265]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/percent-encoding-2aa7bee56e77439a/lib-percent_encoding' from root:root to runner:runner
2025-08-20T22:59:02.9333615Z [00:03:38.265]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/percent-encoding-2aa7bee56e77439a' from root:root to runner:runner
2025-08-20T22:59:02.9335521Z [00:03:38.265]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree_magic_mini-5f843236f15840a4/lib-tree_magic_mini.json' from root:root to runner:runner
2025-08-20T22:59:02.9337409Z [00:03:38.265]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree_magic_mini-5f843236f15840a4/lib-tree_magic_mini' from root:root to runner:runner
2025-08-20T22:59:02.9339281Z [00:03:38.265]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree_magic_mini-5f843236f15840a4/dep-lib-tree_magic_mini' from root:root to runner:runner
2025-08-20T22:59:02.9341142Z [00:03:38.265]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree_magic_mini-5f843236f15840a4/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:02.9343249Z [00:03:38.265]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree_magic_mini-5f843236f15840a4' from root:root to runner:runner
2025-08-20T22:59:02.9345059Z [00:03:38.265]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-5f3df5f2ce75b76c/dep-lib-linux_raw_sys' from root:root to runner:runner
2025-08-20T22:59:02.9346932Z [00:03:38.265]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-5f3df5f2ce75b76c/lib-linux_raw_sys' from root:root to runner:runner
2025-08-20T22:59:02.9348791Z [00:03:38.265]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-5f3df5f2ce75b76c/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:02.9350668Z [00:03:38.265]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-5f3df5f2ce75b76c/lib-linux_raw_sys.json' from root:root to runner:runner
2025-08-20T22:59:02.9352542Z [00:03:38.265]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-5f3df5f2ce75b76c' from root:root to runner:runner
2025-08-20T22:59:02.9354356Z [00:03:38.265]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ppv-lite86-bf313fda39636b43/lib-ppv_lite86' from root:root to runner:runner
2025-08-20T22:59:02.9356170Z [00:03:38.265]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ppv-lite86-bf313fda39636b43/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:02.9358164Z [00:03:38.265]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ppv-lite86-bf313fda39636b43/dep-lib-ppv_lite86' from root:root to runner:runner
2025-08-20T22:59:02.9360085Z [00:03:38.265]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ppv-lite86-bf313fda39636b43/lib-ppv_lite86.json' from root:root to runner:runner
2025-08-20T22:59:02.9361850Z [00:03:38.265]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ppv-lite86-bf313fda39636b43' from root:root to runner:runner
2025-08-20T22:59:02.9363753Z [00:03:38.265]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bitflags-dadc80606a3f6919/dep-lib-bitflags' from root:root to runner:runner
2025-08-20T22:59:02.9365575Z [00:03:38.265]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bitflags-dadc80606a3f6919/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:02.9367388Z [00:03:38.265]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bitflags-dadc80606a3f6919/lib-bitflags.json' from root:root to runner:runner
2025-08-20T22:59:02.9369439Z [00:03:38.265]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bitflags-dadc80606a3f6919/lib-bitflags' from root:root to runner:runner
2025-08-20T22:59:02.9371172Z [00:03:38.265]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bitflags-dadc80606a3f6919' from root:root to runner:runner
2025-08-20T22:59:02.9373052Z [00:03:38.265]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustc-demangle-30e51053e886f483/dep-lib-rustc_demangle' from root:root to runner:runner
2025-08-20T22:59:02.9374947Z [00:03:38.265]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustc-demangle-30e51053e886f483/lib-rustc_demangle' from root:root to runner:runner
2025-08-20T22:59:02.9376805Z [00:03:38.265]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustc-demangle-30e51053e886f483/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:02.9378693Z [00:03:38.265]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustc-demangle-30e51053e886f483/lib-rustc_demangle.json' from root:root to runner:runner
2025-08-20T22:59:02.9380492Z [00:03:38.265]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustc-demangle-30e51053e886f483' from root:root to runner:runner
2025-08-20T22:59:02.9382343Z [00:03:38.265]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/smallvec-5075877457cfb525/lib-smallvec.json' from root:root to runner:runner
2025-08-20T22:59:02.9384392Z [00:03:38.265]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/smallvec-5075877457cfb525/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:02.9386268Z [00:03:38.265]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/smallvec-5075877457cfb525/dep-lib-smallvec' from root:root to runner:runner
2025-08-20T22:59:02.9388059Z [00:03:38.265]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/smallvec-5075877457cfb525/lib-smallvec' from root:root to runner:runner
2025-08-20T22:59:02.9389772Z [00:03:38.265]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/smallvec-5075877457cfb525' from root:root to runner:runner
2025-08-20T22:59:02.9391555Z [00:03:38.265]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/colorchoice-6013ebb501c1abed/lib-colorchoice' from root:root to runner:runner
2025-08-20T22:59:02.9393572Z [00:03:38.265]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/colorchoice-6013ebb501c1abed/dep-lib-colorchoice' from root:root to runner:runner
2025-08-20T22:59:02.9395657Z [00:03:38.265]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/colorchoice-6013ebb501c1abed/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:02.9397518Z [00:03:38.265]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/colorchoice-6013ebb501c1abed/lib-colorchoice.json' from root:root to runner:runner
2025-08-20T22:59:02.9399296Z [00:03:38.265]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/colorchoice-6013ebb501c1abed' from root:root to runner:runner
2025-08-20T22:59:02.9401077Z [00:03:38.265]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/compact_str-35c9d56d72b3ef96/lib-compact_str.json' from root:root to runner:runner
2025-08-20T22:59:02.9402983Z [00:03:38.265]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/compact_str-35c9d56d72b3ef96/lib-compact_str' from root:root to runner:runner
2025-08-20T22:59:02.9404904Z [00:03:38.265]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/compact_str-35c9d56d72b3ef96/dep-lib-compact_str' from root:root to runner:runner
2025-08-20T22:59:02.9406744Z [00:03:38.265]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/compact_str-35c9d56d72b3ef96/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:02.9408507Z [00:03:38.265]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/compact_str-35c9d56d72b3ef96' from root:root to runner:runner
2025-08-20T22:59:02.9410415Z [00:03:38.265]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-79336279f07339b0/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:02.9412406Z [00:03:38.265]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-79336279f07339b0/dep-lib-thiserror' from root:root to runner:runner
2025-08-20T22:59:02.9414281Z [00:03:38.266]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-79336279f07339b0/lib-thiserror' from root:root to runner:runner
2025-08-20T22:59:02.9416089Z [00:03:38.266]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-79336279f07339b0/lib-thiserror.json' from root:root to runner:runner
2025-08-20T22:59:02.9417844Z [00:03:38.266]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-79336279f07339b0' from root:root to runner:runner
2025-08-20T22:59:02.9419613Z [00:03:38.266]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/wayland-sys-60eb6645e22482c6/dep-lib-wayland_sys' from root:root to runner:runner
2025-08-20T22:59:02.9421647Z [00:03:38.266]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/wayland-sys-60eb6645e22482c6/lib-wayland_sys' from root:root to runner:runner
2025-08-20T22:59:02.9423612Z [00:03:38.266]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/wayland-sys-60eb6645e22482c6/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:02.9425464Z [00:03:38.266]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/wayland-sys-60eb6645e22482c6/lib-wayland_sys.json' from root:root to runner:runner
2025-08-20T22:59:02.9427231Z [00:03:38.266]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/wayland-sys-60eb6645e22482c6' from root:root to runner:runner
2025-08-20T22:59:02.9428998Z [00:03:38.266]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libseccomp-45bcfe3538ac1148/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:02.9430835Z [00:03:38.266]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libseccomp-45bcfe3538ac1148/dep-lib-libseccomp' from root:root to runner:runner
2025-08-20T22:59:02.9432747Z [00:03:38.266]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libseccomp-45bcfe3538ac1148/lib-libseccomp.json' from root:root to runner:runner
2025-08-20T22:59:02.9434631Z [00:03:38.266]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libseccomp-45bcfe3538ac1148/lib-libseccomp' from root:root to runner:runner
2025-08-20T22:59:02.9436532Z [00:03:38.266]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libseccomp-45bcfe3538ac1148' from root:root to runner:runner
2025-08-20T22:59:02.9438364Z [00:03:38.266]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-d4cc56faacb1ef31/dep-lib-futures' from root:root to runner:runner
2025-08-20T22:59:02.9440152Z [00:03:38.266]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-d4cc56faacb1ef31/lib-futures' from root:root to runner:runner
2025-08-20T22:59:02.9441941Z [00:03:38.266]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-d4cc56faacb1ef31/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:02.9443875Z [00:03:38.266]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-d4cc56faacb1ef31/lib-futures.json' from root:root to runner:runner
2025-08-20T22:59:02.9445900Z [00:03:38.266]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-d4cc56faacb1ef31' from root:root to runner:runner
2025-08-20T22:59:02.9447576Z [00:03:38.266]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tracexec-825b0dc21f58f5f0' from root:root to runner:runner
2025-08-20T22:59:02.9449318Z [00:03:38.266]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustix-b009d707fe32ccef/dep-lib-rustix' from root:root to runner:runner
2025-08-20T22:59:02.9451115Z [00:03:38.266]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustix-b009d707fe32ccef/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:02.9453034Z [00:03:38.266]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustix-b009d707fe32ccef/lib-rustix.json' from root:root to runner:runner
2025-08-20T22:59:02.9454814Z [00:03:38.266]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustix-b009d707fe32ccef/lib-rustix' from root:root to runner:runner
2025-08-20T22:59:02.9456521Z [00:03:38.266]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustix-b009d707fe32ccef' from root:root to runner:runner
2025-08-20T22:59:02.9458244Z [00:03:38.266]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/matchers-4f869cf49b18acf3/lib-matchers' from root:root to runner:runner
2025-08-20T22:59:02.9460050Z [00:03:38.266]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/matchers-4f869cf49b18acf3/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:02.9462028Z [00:03:38.266]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/matchers-4f869cf49b18acf3/lib-matchers.json' from root:root to runner:runner
2025-08-20T22:59:02.9464016Z [00:03:38.266]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/matchers-4f869cf49b18acf3/dep-lib-matchers' from root:root to runner:runner
2025-08-20T22:59:02.9465763Z [00:03:38.266]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/matchers-4f869cf49b18acf3' from root:root to runner:runner
2025-08-20T22:59:02.9467490Z [00:03:38.266]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cfg-if-5335dbb64cbcc9f5/lib-cfg_if.json' from root:root to runner:runner
2025-08-20T22:59:02.9469276Z [00:03:38.266]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cfg-if-5335dbb64cbcc9f5/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:02.9471039Z [00:03:38.266]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cfg-if-5335dbb64cbcc9f5/lib-cfg_if' from root:root to runner:runner
2025-08-20T22:59:02.9473103Z [00:03:38.266]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cfg-if-5335dbb64cbcc9f5/dep-lib-cfg_if' from root:root to runner:runner
2025-08-20T22:59:02.9474879Z [00:03:38.266]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cfg-if-5335dbb64cbcc9f5' from root:root to runner:runner
2025-08-20T22:59:02.9476597Z [00:03:38.266]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/indenter-4edd4209ac0fba28/lib-indenter' from root:root to runner:runner
2025-08-20T22:59:02.9478399Z [00:03:38.266]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/indenter-4edd4209ac0fba28/lib-indenter.json' from root:root to runner:runner
2025-08-20T22:59:02.9480212Z [00:03:38.266]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/indenter-4edd4209ac0fba28/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:02.9482027Z [00:03:38.266]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/indenter-4edd4209ac0fba28/dep-lib-indenter' from root:root to runner:runner
2025-08-20T22:59:02.9483892Z [00:03:38.266]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/indenter-4edd4209ac0fba28' from root:root to runner:runner
2025-08-20T22:59:02.9485741Z [00:03:38.266]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/signal-hook-e42684d9c1278415/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:59:02.9487928Z [00:03:38.266]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/signal-hook-e42684d9c1278415/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:59:02.9489878Z [00:03:38.266]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/signal-hook-e42684d9c1278415' from root:root to runner:runner
2025-08-20T22:59:02.9491604Z [00:03:38.266]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml-34a117820390d568/dep-lib-toml' from root:root to runner:runner
2025-08-20T22:59:02.9493563Z [00:03:38.266]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml-34a117820390d568/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:02.9495317Z [00:03:38.266]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml-34a117820390d568/lib-toml' from root:root to runner:runner
2025-08-20T22:59:02.9497041Z [00:03:38.266]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml-34a117820390d568/lib-toml.json' from root:root to runner:runner
2025-08-20T22:59:02.9498991Z [00:03:38.266]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml-34a117820390d568' from root:root to runner:runner
2025-08-20T22:59:02.9500744Z [00:03:38.266]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-syntax-8375770a0aabfdd3/lib-regex_syntax' from root:root to runner:runner
2025-08-20T22:59:02.9502726Z [00:03:38.266]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-syntax-8375770a0aabfdd3/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:02.9504698Z [00:03:38.266]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-syntax-8375770a0aabfdd3/dep-lib-regex_syntax' from root:root to runner:runner
2025-08-20T22:59:02.9506574Z [00:03:38.266]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-syntax-8375770a0aabfdd3/lib-regex_syntax.json' from root:root to runner:runner
2025-08-20T22:59:02.9508368Z [00:03:38.266]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-syntax-8375770a0aabfdd3' from root:root to runner:runner
2025-08-20T22:59:02.9510151Z [00:03:38.266]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tracing-error-58f9537f69246ae8/lib-tracing_error' from root:root to runner:runner
2025-08-20T22:59:02.9512008Z [00:03:38.266]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tracing-error-58f9537f69246ae8/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:02.9514146Z [00:03:38.266]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tracing-error-58f9537f69246ae8/lib-tracing_error.json' from root:root to runner:runner
2025-08-20T22:59:02.9516101Z [00:03:38.266]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tracing-error-58f9537f69246ae8/dep-lib-tracing_error' from root:root to runner:runner
2025-08-20T22:59:02.9517898Z [00:03:38.266]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tracing-error-58f9537f69246ae8' from root:root to runner:runner
2025-08-20T22:59:02.9519672Z [00:03:38.266]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/itertools-2c7cdb84d2eed9b5/dep-lib-itertools' from root:root to runner:runner
2025-08-20T22:59:02.9521497Z [00:03:38.266]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/itertools-2c7cdb84d2eed9b5/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:02.9523651Z [00:03:38.266]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/itertools-2c7cdb84d2eed9b5/lib-itertools.json' from root:root to runner:runner
2025-08-20T22:59:02.9525472Z [00:03:38.266]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/itertools-2c7cdb84d2eed9b5/lib-itertools' from root:root to runner:runner
2025-08-20T22:59:02.9527214Z [00:03:38.266]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/itertools-2c7cdb84d2eed9b5' from root:root to runner:runner
2025-08-20T22:59:02.9528976Z [00:03:38.266]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/utf8parse-654ab0e6866dede5/lib-utf8parse.json' from root:root to runner:runner
2025-08-20T22:59:02.9530809Z [00:03:38.266]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/utf8parse-654ab0e6866dede5/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:02.9532710Z [00:03:38.266]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/utf8parse-654ab0e6866dede5/lib-utf8parse' from root:root to runner:runner
2025-08-20T22:59:02.9534573Z [00:03:38.266]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/utf8parse-654ab0e6866dede5/dep-lib-utf8parse' from root:root to runner:runner
2025-08-20T22:59:02.9536326Z [00:03:38.266]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/utf8parse-654ab0e6866dede5' from root:root to runner:runner
2025-08-20T22:59:02.9538098Z [00:03:38.266]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/shell-words-04357d8eadfbdc82/lib-shell_words.json' from root:root to runner:runner
2025-08-20T22:59:02.9540154Z [00:03:38.266]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/shell-words-04357d8eadfbdc82/dep-lib-shell_words' from root:root to runner:runner
2025-08-20T22:59:02.9542073Z [00:03:38.266]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/shell-words-04357d8eadfbdc82/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:02.9544038Z [00:03:38.266]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/shell-words-04357d8eadfbdc82/lib-shell_words' from root:root to runner:runner
2025-08-20T22:59:02.9545794Z [00:03:38.266]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/shell-words-04357d8eadfbdc82' from root:root to runner:runner
2025-08-20T22:59:02.9547597Z [00:03:38.266]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/supports-color-47f51730a962c5cd/dep-lib-supports_color' from root:root to runner:runner
2025-08-20T22:59:02.9549674Z [00:03:38.266]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/supports-color-47f51730a962c5cd/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:02.9551552Z [00:03:38.266]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/supports-color-47f51730a962c5cd/lib-supports_color' from root:root to runner:runner
2025-08-20T22:59:02.9553576Z [00:03:38.266]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/supports-color-47f51730a962c5cd/lib-supports_color.json' from root:root to runner:runner
2025-08-20T22:59:02.9555380Z [00:03:38.266]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/supports-color-47f51730a962c5cd' from root:root to runner:runner
2025-08-20T22:59:02.9557146Z [00:03:38.266]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/adler-2bcb9686245b6bad/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:02.9558900Z [00:03:38.266]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/adler-2bcb9686245b6bad/lib-adler' from root:root to runner:runner
2025-08-20T22:59:02.9560693Z [00:03:38.266]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/adler-2bcb9686245b6bad/dep-lib-adler' from root:root to runner:runner
2025-08-20T22:59:02.9562748Z [00:03:38.266]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/adler-2bcb9686245b6bad/lib-adler.json' from root:root to runner:runner
2025-08-20T22:59:02.9564525Z [00:03:38.266]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/adler-2bcb9686245b6bad' from root:root to runner:runner
2025-08-20T22:59:02.9566491Z [00:03:38.266]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/directories-57eafb8fae04ff86/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:02.9568427Z [00:03:38.266]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/directories-57eafb8fae04ff86/lib-directories.json' from root:root to runner:runner
2025-08-20T22:59:02.9570283Z [00:03:38.266]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/directories-57eafb8fae04ff86/lib-directories' from root:root to runner:runner
2025-08-20T22:59:02.9572129Z [00:03:38.266]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/directories-57eafb8fae04ff86/dep-lib-directories' from root:root to runner:runner
2025-08-20T22:59:02.9574167Z [00:03:38.266]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/directories-57eafb8fae04ff86' from root:root to runner:runner
2025-08-20T22:59:02.9576234Z [00:03:38.266]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/iana-time-zone-ffe2815e206ccfc2/dep-lib-iana_time_zone' from root:root to runner:runner
2025-08-20T22:59:02.9578114Z [00:03:38.266]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/iana-time-zone-ffe2815e206ccfc2/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:02.9580019Z [00:03:38.266]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/iana-time-zone-ffe2815e206ccfc2/lib-iana_time_zone.json' from root:root to runner:runner
2025-08-20T22:59:02.9581910Z [00:03:38.266]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/iana-time-zone-ffe2815e206ccfc2/lib-iana_time_zone' from root:root to runner:runner
2025-08-20T22:59:02.9583837Z [00:03:38.266]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/iana-time-zone-ffe2815e206ccfc2' from root:root to runner:runner
2025-08-20T22:59:02.9585625Z [00:03:38.266]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fastrand-a6fffb5a5e5cdb20/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:02.9587423Z [00:03:38.266]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fastrand-a6fffb5a5e5cdb20/lib-fastrand' from root:root to runner:runner
2025-08-20T22:59:02.9589224Z [00:03:38.266]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fastrand-a6fffb5a5e5cdb20/dep-lib-fastrand' from root:root to runner:runner
2025-08-20T22:59:02.9591198Z [00:03:38.266]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fastrand-a6fffb5a5e5cdb20/lib-fastrand.json' from root:root to runner:runner
2025-08-20T22:59:02.9593186Z [00:03:38.266]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fastrand-a6fffb5a5e5cdb20' from root:root to runner:runner
2025-08-20T22:59:02.9594989Z [00:03:38.266]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serial_test-25b594cf719ca1be/lib-serial_test.json' from root:root to runner:runner
2025-08-20T22:59:02.9596827Z [00:03:38.266]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serial_test-25b594cf719ca1be/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:02.9598697Z [00:03:38.266]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serial_test-25b594cf719ca1be/lib-serial_test' from root:root to runner:runner
2025-08-20T22:59:02.9600530Z [00:03:38.266]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serial_test-25b594cf719ca1be/dep-lib-serial_test' from root:root to runner:runner
2025-08-20T22:59:02.9602631Z [00:03:38.266]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serial_test-25b594cf719ca1be' from root:root to runner:runner
2025-08-20T22:59:02.9604486Z [00:03:38.266]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lock_api-4e678dee7f2c2e51/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:02.9606278Z [00:03:38.266]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lock_api-4e678dee7f2c2e51/lib-lock_api' from root:root to runner:runner
2025-08-20T22:59:02.9608075Z [00:03:38.266]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lock_api-4e678dee7f2c2e51/dep-lib-lock_api' from root:root to runner:runner
2025-08-20T22:59:02.9609880Z [00:03:38.266]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lock_api-4e678dee7f2c2e51/lib-lock_api.json' from root:root to runner:runner
2025-08-20T22:59:02.9611615Z [00:03:38.266]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lock_api-4e678dee7f2c2e51' from root:root to runner:runner
2025-08-20T22:59:02.9613492Z [00:03:38.266]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num-traits-66f8939c54523e8d/dep-lib-num_traits' from root:root to runner:runner
2025-08-20T22:59:02.9615332Z [00:03:38.266]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num-traits-66f8939c54523e8d/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:02.9617338Z [00:03:38.267]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num-traits-66f8939c54523e8d/lib-num_traits' from root:root to runner:runner
2025-08-20T22:59:02.9619225Z [00:03:38.267]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num-traits-66f8939c54523e8d/lib-num_traits.json' from root:root to runner:runner
2025-08-20T22:59:02.9620989Z [00:03:38.267]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num-traits-66f8939c54523e8d' from root:root to runner:runner
2025-08-20T22:59:02.9622850Z [00:03:38.267]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/color-eyre-459f34c06b6ebf4b/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:02.9624730Z [00:03:38.267]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/color-eyre-459f34c06b6ebf4b/lib-color_eyre' from root:root to runner:runner
2025-08-20T22:59:02.9626551Z [00:03:38.267]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/color-eyre-459f34c06b6ebf4b/lib-color_eyre.json' from root:root to runner:runner
2025-08-20T22:59:02.9628587Z [00:03:38.267]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/color-eyre-459f34c06b6ebf4b/dep-lib-color_eyre' from root:root to runner:runner
2025-08-20T22:59:02.9630351Z [00:03:38.267]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/color-eyre-459f34c06b6ebf4b' from root:root to runner:runner
2025-08-20T22:59:02.9632360Z [00:03:38.267]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-d254aa98aed7e9ff/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:59:02.9634438Z [00:03:38.267]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-d254aa98aed7e9ff/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:59:02.9636276Z [00:03:38.267]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-d254aa98aed7e9ff' from root:root to runner:runner
2025-08-20T22:59:02.9638028Z [00:03:38.267]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/strsim-b4d47f8ab2e91eb8/dep-lib-strsim' from root:root to runner:runner
2025-08-20T22:59:02.9639793Z [00:03:38.267]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/strsim-b4d47f8ab2e91eb8/lib-strsim' from root:root to runner:runner
2025-08-20T22:59:02.9641575Z [00:03:38.267]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/strsim-b4d47f8ab2e91eb8/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:02.9643711Z [00:03:38.267]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/strsim-b4d47f8ab2e91eb8/lib-strsim.json' from root:root to runner:runner
2025-08-20T22:59:02.9645503Z [00:03:38.267]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/strsim-b4d47f8ab2e91eb8' from root:root to runner:runner
2025-08-20T22:59:02.9647232Z [00:03:38.267]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_lex-f497dbc862f38eff/lib-clap_lex' from root:root to runner:runner
2025-08-20T22:59:02.9649020Z [00:03:38.267]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_lex-f497dbc862f38eff/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:02.9650833Z [00:03:38.267]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_lex-f497dbc862f38eff/lib-clap_lex.json' from root:root to runner:runner
2025-08-20T22:59:02.9652722Z [00:03:38.267]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_lex-f497dbc862f38eff/dep-lib-clap_lex' from root:root to runner:runner
2025-08-20T22:59:02.9654728Z [00:03:38.267]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_lex-f497dbc862f38eff' from root:root to runner:runner
2025-08-20T22:59:02.9656451Z [00:03:38.267]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ftree-9377465675517280/lib-ftree.json' from root:root to runner:runner
2025-08-20T22:59:02.9658271Z [00:03:38.267]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ftree-9377465675517280/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:02.9660054Z [00:03:38.267]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ftree-9377465675517280/dep-lib-ftree' from root:root to runner:runner
2025-08-20T22:59:02.9661788Z [00:03:38.267]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ftree-9377465675517280/lib-ftree' from root:root to runner:runner
2025-08-20T22:59:02.9663603Z [00:03:38.267]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ftree-9377465675517280' from root:root to runner:runner
2025-08-20T22:59:02.9665338Z [00:03:38.267]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tui-term-2eb3d0efc527165c/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:02.9667133Z [00:03:38.267]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tui-term-2eb3d0efc527165c/lib-tui_term' from root:root to runner:runner
2025-08-20T22:59:02.9669145Z [00:03:38.267]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tui-term-2eb3d0efc527165c/lib-tui_term.json' from root:root to runner:runner
2025-08-20T22:59:02.9671037Z [00:03:38.267]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tui-term-2eb3d0efc527165c/dep-lib-tui_term' from root:root to runner:runner
2025-08-20T22:59:02.9672875Z [00:03:38.267]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tui-term-2eb3d0efc527165c' from root:root to runner:runner
2025-08-20T22:59:02.9674750Z [00:03:38.267]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/signal-hook-mio-261f4b10527a50fe/lib-signal_hook_mio.json' from root:root to runner:runner
2025-08-20T22:59:02.9676674Z [00:03:38.267]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/signal-hook-mio-261f4b10527a50fe/dep-lib-signal_hook_mio' from root:root to runner:runner
2025-08-20T22:59:02.9678563Z [00:03:38.267]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/signal-hook-mio-261f4b10527a50fe/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:02.9680662Z [00:03:38.267]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/signal-hook-mio-261f4b10527a50fe/lib-signal_hook_mio' from root:root to runner:runner
2025-08-20T22:59:02.9682555Z [00:03:38.267]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/signal-hook-mio-261f4b10527a50fe' from root:root to runner:runner
2025-08-20T22:59:02.9684466Z [00:03:38.267]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/vsprintf-97470288a7757deb/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:59:02.9686456Z [00:03:38.267]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/vsprintf-97470288a7757deb/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:59:02.9688289Z [00:03:38.267]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/vsprintf-97470288a7757deb' from root:root to runner:runner
2025-08-20T22:59:02.9690040Z [00:03:38.267]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/foldhash-4166f2240ae6512f/dep-lib-foldhash' from root:root to runner:runner
2025-08-20T22:59:02.9691852Z [00:03:38.267]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/foldhash-4166f2240ae6512f/lib-foldhash.json' from root:root to runner:runner
2025-08-20T22:59:02.9693817Z [00:03:38.267]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/foldhash-4166f2240ae6512f/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:02.9695801Z [00:03:38.267]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/foldhash-4166f2240ae6512f/lib-foldhash' from root:root to runner:runner
2025-08-20T22:59:02.9697607Z [00:03:38.267]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/foldhash-4166f2240ae6512f' from root:root to runner:runner
2025-08-20T22:59:02.9699419Z [00:03:38.267]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/wayland-protocols-e4d537724431302b/lib-wayland_protocols' from root:root to runner:runner
2025-08-20T22:59:02.9701354Z [00:03:38.267]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/wayland-protocols-e4d537724431302b/dep-lib-wayland_protocols' from root:root to runner:runner
2025-08-20T22:59:02.9703415Z [00:03:38.267]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/wayland-protocols-e4d537724431302b/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:02.9705575Z [00:03:38.267]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/wayland-protocols-e4d537724431302b/lib-wayland_protocols.json' from root:root to runner:runner
2025-08-20T22:59:02.9707419Z [00:03:38.267]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/wayland-protocols-e4d537724431302b' from root:root to runner:runner
2025-08-20T22:59:02.9709213Z [00:03:38.267]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cassowary-48d8304561d08d79/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:02.9711036Z [00:03:38.267]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cassowary-48d8304561d08d79/dep-lib-cassowary' from root:root to runner:runner
2025-08-20T22:59:02.9712917Z [00:03:38.267]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cassowary-48d8304561d08d79/lib-cassowary' from root:root to runner:runner
2025-08-20T22:59:02.9714794Z [00:03:38.267]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cassowary-48d8304561d08d79/lib-cassowary.json' from root:root to runner:runner
2025-08-20T22:59:02.9716551Z [00:03:38.267]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cassowary-48d8304561d08d79' from root:root to runner:runner
2025-08-20T22:59:02.9718363Z [00:03:38.267]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/wl-clipboard-rs-12d2518911dbbdbe/dep-lib-wl_clipboard_rs' from root:root to runner:runner
2025-08-20T22:59:02.9720256Z [00:03:38.267]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/wl-clipboard-rs-12d2518911dbbdbe/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:02.9722368Z [00:03:38.267]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/wl-clipboard-rs-12d2518911dbbdbe/lib-wl_clipboard_rs' from root:root to runner:runner
2025-08-20T22:59:02.9724344Z [00:03:38.267]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/wl-clipboard-rs-12d2518911dbbdbe/lib-wl_clipboard_rs.json' from root:root to runner:runner
2025-08-20T22:59:02.9726162Z [00:03:38.267]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/wl-clipboard-rs-12d2518911dbbdbe' from root:root to runner:runner
2025-08-20T22:59:02.9727964Z [00:03:38.267]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/aho-corasick-7403284f1f5ef69e/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:02.9729819Z [00:03:38.267]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/aho-corasick-7403284f1f5ef69e/dep-lib-aho_corasick' from root:root to runner:runner
2025-08-20T22:59:02.9731884Z [00:03:38.267]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/aho-corasick-7403284f1f5ef69e/lib-aho_corasick' from root:root to runner:runner
2025-08-20T22:59:02.9733948Z [00:03:38.267]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/aho-corasick-7403284f1f5ef69e/lib-aho_corasick.json' from root:root to runner:runner
2025-08-20T22:59:02.9735735Z [00:03:38.267]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/aho-corasick-7403284f1f5ef69e' from root:root to runner:runner
2025-08-20T22:59:02.9737510Z [00:03:38.267]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-b63b6944cf4fbaf9/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:02.9739348Z [00:03:38.267]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-b63b6944cf4fbaf9/dep-lib-thiserror' from root:root to runner:runner
2025-08-20T22:59:02.9741163Z [00:03:38.267]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-b63b6944cf4fbaf9/lib-thiserror' from root:root to runner:runner
2025-08-20T22:59:02.9743084Z [00:03:38.267]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-b63b6944cf4fbaf9/lib-thiserror.json' from root:root to runner:runner
2025-08-20T22:59:02.9744894Z [00:03:38.267]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-b63b6944cf4fbaf9' from root:root to runner:runner
2025-08-20T22:59:02.9746603Z [00:03:38.267]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ryu-694316d3806572f1/dep-lib-ryu' from root:root to runner:runner
2025-08-20T22:59:02.9748529Z [00:03:38.267]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ryu-694316d3806572f1/lib-ryu' from root:root to runner:runner
2025-08-20T22:59:02.9750332Z [00:03:38.267]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ryu-694316d3806572f1/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:02.9752086Z [00:03:38.267]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ryu-694316d3806572f1/lib-ryu.json' from root:root to runner:runner
2025-08-20T22:59:02.9753916Z [00:03:38.267]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ryu-694316d3806572f1' from root:root to runner:runner
2025-08-20T22:59:02.9755608Z [00:03:38.267]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nutype-956ff0512f92c6f8/lib-nutype' from root:root to runner:runner
2025-08-20T22:59:02.9757588Z [00:03:38.267]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nutype-956ff0512f92c6f8/dep-lib-nutype' from root:root to runner:runner
2025-08-20T22:59:02.9759381Z [00:03:38.267]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nutype-956ff0512f92c6f8/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:02.9761179Z [00:03:38.267]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nutype-956ff0512f92c6f8/lib-nutype.json' from root:root to runner:runner
2025-08-20T22:59:02.9763008Z [00:03:38.267]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nutype-956ff0512f92c6f8' from root:root to runner:runner
2025-08-20T22:59:02.9764860Z [00:03:38.267]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num-traits-013477b3ef1471e0/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:59:02.9766857Z [00:03:38.267]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num-traits-013477b3ef1471e0/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:59:02.9768691Z [00:03:38.267]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num-traits-013477b3ef1471e0' from root:root to runner:runner
2025-08-20T22:59:02.9770451Z [00:03:38.267]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/miniz_oxide-8ece0687850eab22/lib-miniz_oxide' from root:root to runner:runner
2025-08-20T22:59:02.9772368Z [00:03:38.267]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/miniz_oxide-8ece0687850eab22/lib-miniz_oxide.json' from root:root to runner:runner
2025-08-20T22:59:02.9774457Z [00:03:38.267]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/miniz_oxide-8ece0687850eab22/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:02.9776375Z [00:03:38.267]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/miniz_oxide-8ece0687850eab22/dep-lib-miniz_oxide' from root:root to runner:runner
2025-08-20T22:59:02.9778134Z [00:03:38.267]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/miniz_oxide-8ece0687850eab22' from root:root to runner:runner
2025-08-20T22:59:02.9780015Z [00:03:38.267]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libseccomp-e1613a368b7a220f/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:59:02.9782019Z [00:03:38.267]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libseccomp-e1613a368b7a220f/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:59:02.9784150Z [00:03:38.267]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libseccomp-e1613a368b7a220f' from root:root to runner:runner
2025-08-20T22:59:02.9785983Z [00:03:38.267]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/slab-12f134bdafc51d03/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:59:02.9787938Z [00:03:38.267]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/slab-12f134bdafc51d03/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:59:02.9789738Z [00:03:38.267]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/slab-12f134bdafc51d03' from root:root to runner:runner
2025-08-20T22:59:02.9791529Z [00:03:38.267]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/color-spantrace-c79cb5cde63de752/dep-lib-color_spantrace' from root:root to runner:runner
2025-08-20T22:59:02.9793595Z [00:03:38.267]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/color-spantrace-c79cb5cde63de752/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:02.9795488Z [00:03:38.267]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/color-spantrace-c79cb5cde63de752/lib-color_spantrace' from root:root to runner:runner
2025-08-20T22:59:02.9797415Z [00:03:38.267]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/color-spantrace-c79cb5cde63de752/lib-color_spantrace.json' from root:root to runner:runner
2025-08-20T22:59:02.9799489Z [00:03:38.267]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/color-spantrace-c79cb5cde63de752' from root:root to runner:runner
2025-08-20T22:59:02.9801356Z [00:03:38.267]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/getrandom-9972691410bf1bd0/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:02.9803369Z [00:03:38.267]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/getrandom-9972691410bf1bd0/lib-getrandom.json' from root:root to runner:runner
2025-08-20T22:59:02.9805230Z [00:03:38.267]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/getrandom-9972691410bf1bd0/dep-lib-getrandom' from root:root to runner:runner
2025-08-20T22:59:02.9807074Z [00:03:38.267]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/getrandom-9972691410bf1bd0/lib-getrandom' from root:root to runner:runner
2025-08-20T22:59:02.9809043Z [00:03:38.267]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/getrandom-9972691410bf1bd0' from root:root to runner:runner
2025-08-20T22:59:02.9810910Z [00:03:38.267]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libseccomp-sys-98e51b2a72dd8a1d/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:59:02.9813069Z [00:03:38.267]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libseccomp-sys-98e51b2a72dd8a1d/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:59:02.9815010Z [00:03:38.267]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libseccomp-sys-98e51b2a72dd8a1d' from root:root to runner:runner
2025-08-20T22:59:02.9816751Z [00:03:38.267]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sdd-44e7c7e191e267d4/lib-sdd.json' from root:root to runner:runner
2025-08-20T22:59:02.9818479Z [00:03:38.267]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sdd-44e7c7e191e267d4/dep-lib-sdd' from root:root to runner:runner
2025-08-20T22:59:02.9820250Z [00:03:38.267]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sdd-44e7c7e191e267d4/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:02.9821990Z [00:03:38.267]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sdd-44e7c7e191e267d4/lib-sdd' from root:root to runner:runner
2025-08-20T22:59:02.9823846Z [00:03:38.267]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sdd-44e7c7e191e267d4' from root:root to runner:runner
2025-08-20T22:59:02.9825785Z [00:03:38.267]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/is-terminal-473032c432ae33bf/dep-lib-is_terminal' from root:root to runner:runner
2025-08-20T22:59:02.9827708Z [00:03:38.267]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/is-terminal-473032c432ae33bf/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:02.9829557Z [00:03:38.267]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/is-terminal-473032c432ae33bf/lib-is_terminal.json' from root:root to runner:runner
2025-08-20T22:59:02.9831395Z [00:03:38.267]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/is-terminal-473032c432ae33bf/lib-is_terminal' from root:root to runner:runner
2025-08-20T22:59:02.9833301Z [00:03:38.267]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/is-terminal-473032c432ae33bf' from root:root to runner:runner
2025-08-20T22:59:02.9835392Z [00:03:38.267]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/parking_lot_core-e5ec8ba34616e40a/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:59:02.9837429Z [00:03:38.267]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/parking_lot_core-e5ec8ba34616e40a/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:59:02.9839307Z [00:03:38.268]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/parking_lot_core-e5ec8ba34616e40a' from root:root to runner:runner
2025-08-20T22:59:02.9841099Z [00:03:38.268]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/addr2line-e9c78b6fb06bd277/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:02.9842992Z [00:03:38.268]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/addr2line-e9c78b6fb06bd277/lib-addr2line' from root:root to runner:runner
2025-08-20T22:59:02.9844819Z [00:03:38.268]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/addr2line-e9c78b6fb06bd277/lib-addr2line.json' from root:root to runner:runner
2025-08-20T22:59:02.9846645Z [00:03:38.268]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/addr2line-e9c78b6fb06bd277/dep-lib-addr2line' from root:root to runner:runner
2025-08-20T22:59:02.9848393Z [00:03:38.268]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/addr2line-e9c78b6fb06bd277' from root:root to runner:runner
2025-08-20T22:59:02.9850134Z [00:03:38.268]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rstest-5924f0ff14089939/lib-rstest.json' from root:root to runner:runner
2025-08-20T22:59:02.9852274Z [00:03:38.268]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rstest-5924f0ff14089939/dep-lib-rstest' from root:root to runner:runner
2025-08-20T22:59:02.9854147Z [00:03:38.268]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rstest-5924f0ff14089939/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:02.9855923Z [00:03:38.268]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rstest-5924f0ff14089939/lib-rstest' from root:root to runner:runner
2025-08-20T22:59:02.9857624Z [00:03:38.268]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rstest-5924f0ff14089939' from root:root to runner:runner
2025-08-20T22:59:02.9859365Z [00:03:38.268]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/indexmap-d177a20394edbb52/lib-indexmap.json' from root:root to runner:runner
2025-08-20T22:59:02.9861390Z [00:03:38.268]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/indexmap-d177a20394edbb52/dep-lib-indexmap' from root:root to runner:runner
2025-08-20T22:59:02.9863374Z [00:03:38.268]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/indexmap-d177a20394edbb52/lib-indexmap' from root:root to runner:runner
2025-08-20T22:59:02.9865196Z [00:03:38.268]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/indexmap-d177a20394edbb52/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:02.9866941Z [00:03:38.268]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/indexmap-d177a20394edbb52' from root:root to runner:runner
2025-08-20T22:59:02.9868701Z [00:03:38.268]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tracing-log-6def47fe14e62daf/lib-tracing_log' from root:root to runner:runner
2025-08-20T22:59:02.9870542Z [00:03:38.268]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tracing-log-6def47fe14e62daf/dep-lib-tracing_log' from root:root to runner:runner
2025-08-20T22:59:02.9872448Z [00:03:38.268]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tracing-log-6def47fe14e62daf/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:02.9874364Z [00:03:38.268]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tracing-log-6def47fe14e62daf/lib-tracing_log.json' from root:root to runner:runner
2025-08-20T22:59:02.9876141Z [00:03:38.268]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tracing-log-6def47fe14e62daf' from root:root to runner:runner
2025-08-20T22:59:02.9878199Z [00:03:38.268]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tracing-subscriber-8fd5d805c06220d1/dep-lib-tracing_subscriber' from root:root to runner:runner
2025-08-20T22:59:02.9880192Z [00:03:38.268]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tracing-subscriber-8fd5d805c06220d1/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:02.9882223Z [00:03:38.268]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tracing-subscriber-8fd5d805c06220d1/lib-tracing_subscriber.json' from root:root to runner:runner
2025-08-20T22:59:02.9884236Z [00:03:38.268]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tracing-subscriber-8fd5d805c06220d1/lib-tracing_subscriber' from root:root to runner:runner
2025-08-20T22:59:02.9886078Z [00:03:38.268]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tracing-subscriber-8fd5d805c06220d1' from root:root to runner:runner
2025-08-20T22:59:02.9888061Z [00:03:38.268]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/vt100-209fecc74484dc5d/lib-vt100.json' from root:root to runner:runner
2025-08-20T22:59:02.9889858Z [00:03:38.268]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/vt100-209fecc74484dc5d/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:02.9891618Z [00:03:38.268]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/vt100-209fecc74484dc5d/lib-vt100' from root:root to runner:runner
2025-08-20T22:59:02.9893486Z [00:03:38.268]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/vt100-209fecc74484dc5d/dep-lib-vt100' from root:root to runner:runner
2025-08-20T22:59:02.9895183Z [00:03:38.268]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/vt100-209fecc74484dc5d' from root:root to runner:runner
2025-08-20T22:59:02.9896922Z [00:03:38.268]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/atoi-3e051acafc7eba47/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:02.9898691Z [00:03:38.268]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/atoi-3e051acafc7eba47/dep-lib-atoi' from root:root to runner:runner
2025-08-20T22:59:02.9900446Z [00:03:38.268]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/atoi-3e051acafc7eba47/lib-atoi.json' from root:root to runner:runner
2025-08-20T22:59:02.9902244Z [00:03:38.268]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/atoi-3e051acafc7eba47/lib-atoi' from root:root to runner:runner
2025-08-20T22:59:02.9904176Z [00:03:38.268]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/atoi-3e051acafc7eba47' from root:root to runner:runner
2025-08-20T22:59:02.9906105Z [00:03:38.268]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/backtrace-c30dfa2717fa7b08/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:59:02.9908120Z [00:03:38.268]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/backtrace-c30dfa2717fa7b08/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:59:02.9909972Z [00:03:38.268]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/backtrace-c30dfa2717fa7b08' from root:root to runner:runner
2025-08-20T22:59:02.9911724Z [00:03:38.268]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml_edit-47913230259fc2e2/dep-lib-toml_edit' from root:root to runner:runner
2025-08-20T22:59:02.9913848Z [00:03:38.268]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml_edit-47913230259fc2e2/lib-toml_edit' from root:root to runner:runner
2025-08-20T22:59:02.9915650Z [00:03:38.268]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml_edit-47913230259fc2e2/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:02.9917464Z [00:03:38.268]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml_edit-47913230259fc2e2/lib-toml_edit.json' from root:root to runner:runner
2025-08-20T22:59:02.9919204Z [00:03:38.268]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml_edit-47913230259fc2e2' from root:root to runner:runner
2025-08-20T22:59:02.9920914Z [00:03:38.268]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/eyre-7e3ef1f771983600/lib-eyre.json' from root:root to runner:runner
2025-08-20T22:59:02.9922759Z [00:03:38.268]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/eyre-7e3ef1f771983600/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:02.9924568Z [00:03:38.268]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/eyre-7e3ef1f771983600/lib-eyre' from root:root to runner:runner
2025-08-20T22:59:02.9926297Z [00:03:38.268]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/eyre-7e3ef1f771983600/dep-lib-eyre' from root:root to runner:runner
2025-08-20T22:59:02.9927980Z [00:03:38.268]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/eyre-7e3ef1f771983600' from root:root to runner:runner
2025-08-20T22:59:02.9929890Z [00:03:38.268]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml_write-d969eaf479716a15/lib-toml_write.json' from root:root to runner:runner
2025-08-20T22:59:02.9931795Z [00:03:38.268]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml_write-d969eaf479716a15/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:02.9933762Z [00:03:38.268]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml_write-d969eaf479716a15/lib-toml_write' from root:root to runner:runner
2025-08-20T22:59:02.9935575Z [00:03:38.268]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml_write-d969eaf479716a15/dep-lib-toml_write' from root:root to runner:runner
2025-08-20T22:59:02.9937324Z [00:03:38.268]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml_write-d969eaf479716a15' from root:root to runner:runner
2025-08-20T22:59:02.9939300Z [00:03:38.268]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-util-af144080a71152d2/lib-futures_util' from root:root to runner:runner
2025-08-20T22:59:02.9941155Z [00:03:38.268]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-util-af144080a71152d2/dep-lib-futures_util' from root:root to runner:runner
2025-08-20T22:59:02.9943128Z [00:03:38.268]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-util-af144080a71152d2/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:02.9945012Z [00:03:38.268]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-util-af144080a71152d2/lib-futures_util.json' from root:root to runner:runner
2025-08-20T22:59:02.9946791Z [00:03:38.268]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-util-af144080a71152d2' from root:root to runner:runner
2025-08-20T22:59:02.9948670Z [00:03:38.268]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/wayland-backend-da26c8242330eacf/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:59:02.9950712Z [00:03:38.268]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/wayland-backend-da26c8242330eacf/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:59:02.9952668Z [00:03:38.268]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/wayland-backend-da26c8242330eacf' from root:root to runner:runner
2025-08-20T22:59:02.9954778Z [00:03:38.268]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zerocopy-841f432df77ec338/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:59:02.9956828Z [00:03:38.268]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zerocopy-841f432df77ec338/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:59:02.9958669Z [00:03:38.268]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zerocopy-841f432df77ec338' from root:root to runner:runner
2025-08-20T22:59:02.9960425Z [00:03:38.268]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hashbrown-0cfaff6315dd60b6/dep-lib-hashbrown' from root:root to runner:runner
2025-08-20T22:59:02.9962361Z [00:03:38.268]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hashbrown-0cfaff6315dd60b6/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:02.9964243Z [00:03:38.268]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hashbrown-0cfaff6315dd60b6/lib-hashbrown' from root:root to runner:runner
2025-08-20T22:59:02.9966305Z [00:03:38.268]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hashbrown-0cfaff6315dd60b6/lib-hashbrown.json' from root:root to runner:runner
2025-08-20T22:59:02.9968066Z [00:03:38.268]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hashbrown-0cfaff6315dd60b6' from root:root to runner:runner
2025-08-20T22:59:02.9969839Z [00:03:38.268]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/signal-hook-76fa6e7babd7ff63/dep-lib-signal_hook' from root:root to runner:runner
2025-08-20T22:59:02.9971685Z [00:03:38.268]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/signal-hook-76fa6e7babd7ff63/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:02.9973724Z [00:03:38.268]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/signal-hook-76fa6e7babd7ff63/lib-signal_hook.json' from root:root to runner:runner
2025-08-20T22:59:02.9975584Z [00:03:38.268]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/signal-hook-76fa6e7babd7ff63/lib-signal_hook' from root:root to runner:runner
2025-08-20T22:59:02.9977349Z [00:03:38.268]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/signal-hook-76fa6e7babd7ff63' from root:root to runner:runner
2025-08-20T22:59:02.9979091Z [00:03:38.268]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/vsprintf-1a580371f0a91d70/lib-vsprintf' from root:root to runner:runner
2025-08-20T22:59:02.9981070Z [00:03:38.268]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/vsprintf-1a580371f0a91d70/lib-vsprintf.json' from root:root to runner:runner
2025-08-20T22:59:02.9983066Z [00:03:38.268]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/vsprintf-1a580371f0a91d70/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:02.9984908Z [00:03:38.268]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/vsprintf-1a580371f0a91d70/dep-lib-vsprintf' from root:root to runner:runner
2025-08-20T22:59:02.9986652Z [00:03:38.268]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/vsprintf-1a580371f0a91d70' from root:root to runner:runner
2025-08-20T22:59:02.9988333Z [00:03:38.268]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tracexec-fdcdefce248a6764' from root:root to runner:runner
2025-08-20T22:59:02.9990099Z [00:03:38.268]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-cursor-69b73bb779329b52/lib-regex_cursor' from root:root to runner:runner
2025-08-20T22:59:02.9992243Z [00:03:38.268]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-cursor-69b73bb779329b52/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:02.9994229Z [00:03:38.268]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-cursor-69b73bb779329b52/dep-lib-regex_cursor' from root:root to runner:runner
2025-08-20T22:59:02.9996110Z [00:03:38.268]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-cursor-69b73bb779329b52/lib-regex_cursor.json' from root:root to runner:runner
2025-08-20T22:59:02.9997894Z [00:03:38.268]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-cursor-69b73bb779329b52' from root:root to runner:runner
2025-08-20T22:59:02.9999716Z [00:03:38.268]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/x11rb-protocol-adb51dcc374e7d01/lib-x11rb_protocol.json' from root:root to runner:runner
2025-08-20T22:59:03.0001601Z [00:03:38.268]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/x11rb-protocol-adb51dcc374e7d01/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.0003647Z [00:03:38.268]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/x11rb-protocol-adb51dcc374e7d01/dep-lib-x11rb_protocol' from root:root to runner:runner
2025-08-20T22:59:03.0005581Z [00:03:38.268]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/x11rb-protocol-adb51dcc374e7d01/lib-x11rb_protocol' from root:root to runner:runner
2025-08-20T22:59:03.0007543Z [00:03:38.268]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/x11rb-protocol-adb51dcc374e7d01' from root:root to runner:runner
2025-08-20T22:59:03.0009390Z [00:03:38.268]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/socket2-d9eb0d2f925ea539/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.0011209Z [00:03:38.268]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/socket2-d9eb0d2f925ea539/lib-socket2.json' from root:root to runner:runner
2025-08-20T22:59:03.0013148Z [00:03:38.269]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/socket2-d9eb0d2f925ea539/dep-lib-socket2' from root:root to runner:runner
2025-08-20T22:59:03.0014939Z [00:03:38.269]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/socket2-d9eb0d2f925ea539/lib-socket2' from root:root to runner:runner
2025-08-20T22:59:03.0016865Z [00:03:38.269]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/socket2-d9eb0d2f925ea539' from root:root to runner:runner
2025-08-20T22:59:03.0018604Z [00:03:38.269]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ahash-4947365c3191af1a/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.0020389Z [00:03:38.269]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ahash-4947365c3191af1a/lib-ahash.json' from root:root to runner:runner
2025-08-20T22:59:03.0022234Z [00:03:38.269]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ahash-4947365c3191af1a/dep-lib-ahash' from root:root to runner:runner
2025-08-20T22:59:03.0024042Z [00:03:38.269]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ahash-4947365c3191af1a/lib-ahash' from root:root to runner:runner
2025-08-20T22:59:03.0025726Z [00:03:38.269]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ahash-4947365c3191af1a' from root:root to runner:runner
2025-08-20T22:59:03.0027424Z [00:03:38.269]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-b66fa394134f7643/dep-lib-libc' from root:root to runner:runner
2025-08-20T22:59:03.0029192Z [00:03:38.269]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-b66fa394134f7643/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.0030932Z [00:03:38.269]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-b66fa394134f7643/lib-libc' from root:root to runner:runner
2025-08-20T22:59:03.0032924Z [00:03:38.269]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-b66fa394134f7643/lib-libc.json' from root:root to runner:runner
2025-08-20T22:59:03.0034670Z [00:03:38.269]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-b66fa394134f7643' from root:root to runner:runner
2025-08-20T22:59:03.0036473Z [00:03:38.269]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/signal-hook-registry-f23f4a45bddc78cb/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.0038433Z [00:03:38.269]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/signal-hook-registry-f23f4a45bddc78cb/dep-lib-signal_hook_registry' from root:root to runner:runner
2025-08-20T22:59:03.0040428Z [00:03:38.269]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/signal-hook-registry-f23f4a45bddc78cb/lib-signal_hook_registry.json' from root:root to runner:runner
2025-08-20T22:59:03.0042690Z [00:03:38.269]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/signal-hook-registry-f23f4a45bddc78cb/lib-signal_hook_registry' from root:root to runner:runner
2025-08-20T22:59:03.0044623Z [00:03:38.269]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/signal-hook-registry-f23f4a45bddc78cb' from root:root to runner:runner
2025-08-20T22:59:03.0046439Z [00:03:38.269]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/option-ext-2c8d17201dd91cfb/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.0048256Z [00:03:38.269]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/option-ext-2c8d17201dd91cfb/lib-option_ext' from root:root to runner:runner
2025-08-20T22:59:03.0050077Z [00:03:38.269]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/option-ext-2c8d17201dd91cfb/dep-lib-option_ext' from root:root to runner:runner
2025-08-20T22:59:03.0051919Z [00:03:38.269]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/option-ext-2c8d17201dd91cfb/lib-option_ext.json' from root:root to runner:runner
2025-08-20T22:59:03.0053808Z [00:03:38.269]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/option-ext-2c8d17201dd91cfb' from root:root to runner:runner
2025-08-20T22:59:03.0055538Z [00:03:38.269]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/memchr-e799659df7e28d12/lib-memchr' from root:root to runner:runner
2025-08-20T22:59:03.0057310Z [00:03:38.269]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/memchr-e799659df7e28d12/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.0059368Z [00:03:38.269]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/memchr-e799659df7e28d12/lib-memchr.json' from root:root to runner:runner
2025-08-20T22:59:03.0060337Z [00:03:38.269]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/memchr-e799659df7e28d12/dep-lib-memchr' from root:root to runner:runner
2025-08-20T22:59:03.0061218Z [00:03:38.269]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/memchr-e799659df7e28d12' from root:root to runner:runner
2025-08-20T22:59:03.0062274Z [00:03:38.269]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zerocopy-5574f10b56ad8d4d/lib-zerocopy.json' from root:root to runner:runner
2025-08-20T22:59:03.0063258Z [00:03:38.269]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zerocopy-5574f10b56ad8d4d/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.0064362Z [00:03:38.269]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zerocopy-5574f10b56ad8d4d/dep-lib-zerocopy' from root:root to runner:runner
2025-08-20T22:59:03.0065302Z [00:03:38.269]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zerocopy-5574f10b56ad8d4d/lib-zerocopy' from root:root to runner:runner
2025-08-20T22:59:03.0066191Z [00:03:38.269]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zerocopy-5574f10b56ad8d4d' from root:root to runner:runner
2025-08-20T22:59:03.0067154Z [00:03:38.269]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-io-1a540f396ba90f4f/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.0068130Z [00:03:38.269]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-io-1a540f396ba90f4f/lib-futures_io.json' from root:root to runner:runner
2025-08-20T22:59:03.0069094Z [00:03:38.269]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-io-1a540f396ba90f4f/dep-lib-futures_io' from root:root to runner:runner
2025-08-20T22:59:03.0070045Z [00:03:38.269]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-io-1a540f396ba90f4f/lib-futures_io' from root:root to runner:runner
2025-08-20T22:59:03.0070939Z [00:03:38.269]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-io-1a540f396ba90f4f' from root:root to runner:runner
2025-08-20T22:59:03.0071879Z [00:03:38.269]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/castaway-09523d0e493e2f78/lib-castaway' from root:root to runner:runner
2025-08-20T22:59:03.0073059Z [00:03:38.269]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/castaway-09523d0e493e2f78/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.0074125Z [00:03:38.269]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/castaway-09523d0e493e2f78/lib-castaway.json' from root:root to runner:runner
2025-08-20T22:59:03.0075089Z [00:03:38.269]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/castaway-09523d0e493e2f78/dep-lib-castaway' from root:root to runner:runner
2025-08-20T22:59:03.0075972Z [00:03:38.269]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/castaway-09523d0e493e2f78' from root:root to runner:runner
2025-08-20T22:59:03.0076956Z [00:03:38.269]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/scopeguard-a12f67ff0386bfba/lib-scopeguard.json' from root:root to runner:runner
2025-08-20T22:59:03.0078114Z [00:03:38.269]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/scopeguard-a12f67ff0386bfba/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.0079086Z [00:03:38.269]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/scopeguard-a12f67ff0386bfba/dep-lib-scopeguard' from root:root to runner:runner
2025-08-20T22:59:03.0080046Z [00:03:38.269]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/scopeguard-a12f67ff0386bfba/lib-scopeguard' from root:root to runner:runner
2025-08-20T22:59:03.0080935Z [00:03:38.269]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/scopeguard-a12f67ff0386bfba' from root:root to runner:runner
2025-08-20T22:59:03.0081955Z [00:03:38.269]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/minimal-lexical-79f70aa3ad38fa03/dep-lib-minimal_lexical' from root:root to runner:runner
2025-08-20T22:59:03.0083054Z [00:03:38.269]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/minimal-lexical-79f70aa3ad38fa03/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.0084082Z [00:03:38.269]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/minimal-lexical-79f70aa3ad38fa03/lib-minimal_lexical.json' from root:root to runner:runner
2025-08-20T22:59:03.0085084Z [00:03:38.269]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/minimal-lexical-79f70aa3ad38fa03/lib-minimal_lexical' from root:root to runner:runner
2025-08-20T22:59:03.0086144Z [00:03:38.269]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/minimal-lexical-79f70aa3ad38fa03' from root:root to runner:runner
2025-08-20T22:59:03.0087146Z [00:03:38.269]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/winnow-2f1e42bfd4d34b72/dep-lib-winnow' from root:root to runner:runner
2025-08-20T22:59:03.0088105Z [00:03:38.269]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/winnow-2f1e42bfd4d34b72/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.0089022Z [00:03:38.269]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/winnow-2f1e42bfd4d34b72/lib-winnow' from root:root to runner:runner
2025-08-20T22:59:03.0089963Z [00:03:38.269]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/winnow-2f1e42bfd4d34b72/lib-winnow.json' from root:root to runner:runner
2025-08-20T22:59:03.0090828Z [00:03:38.269]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/winnow-2f1e42bfd4d34b72' from root:root to runner:runner
2025-08-20T22:59:03.0091995Z [00:03:38.269]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/kxxt-owo-colors-f37a3b7689358f52/dep-lib-kxxt_owo_colors' from root:root to runner:runner
2025-08-20T22:59:03.0093187Z [00:03:38.269]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/kxxt-owo-colors-f37a3b7689358f52/lib-kxxt_owo_colors.json' from root:root to runner:runner
2025-08-20T22:59:03.0094198Z [00:03:38.269]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/kxxt-owo-colors-f37a3b7689358f52/lib-kxxt_owo_colors' from root:root to runner:runner
2025-08-20T22:59:03.0095188Z [00:03:38.269]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/kxxt-owo-colors-f37a3b7689358f52/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.0096094Z [00:03:38.269]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/kxxt-owo-colors-f37a3b7689358f52' from root:root to runner:runner
2025-08-20T22:59:03.0097126Z [00:03:38.269]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustix-f8945a393484e502/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:59:03.0098168Z [00:03:38.269]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustix-f8945a393484e502/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:59:03.0099045Z [00:03:38.269]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustix-f8945a393484e502' from root:root to runner:runner
2025-08-20T22:59:03.0100236Z [00:03:38.269]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_json-d4b25ca50ffa094c/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:59:03.0101399Z [00:03:38.269]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_json-d4b25ca50ffa094c/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:59:03.0102392Z [00:03:38.269]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_json-d4b25ca50ffa094c' from root:root to runner:runner
2025-08-20T22:59:03.0103423Z [00:03:38.269]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ratatui-d602d7defa607273/dep-lib-ratatui' from root:root to runner:runner
2025-08-20T22:59:03.0104383Z [00:03:38.269]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ratatui-d602d7defa607273/lib-ratatui.json' from root:root to runner:runner
2025-08-20T22:59:03.0105368Z [00:03:38.269]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ratatui-d602d7defa607273/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.0106516Z [00:03:38.269]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ratatui-d602d7defa607273/lib-ratatui' from root:root to runner:runner
2025-08-20T22:59:03.0107409Z [00:03:38.269]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ratatui-d602d7defa607273' from root:root to runner:runner
2025-08-20T22:59:03.0108457Z [00:03:38.269]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libbpf-sys-e42c5eab9b0e6f3c/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:59:03.0109533Z [00:03:38.269]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libbpf-sys-e42c5eab9b0e6f3c/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:59:03.0110417Z [00:03:38.269]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libbpf-sys-e42c5eab9b0e6f3c' from root:root to runner:runner
2025-08-20T22:59:03.0111404Z [00:03:38.269]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tui-scrollview-30f572188685040c/lib-tui_scrollview' from root:root to runner:runner
2025-08-20T22:59:03.0112479Z [00:03:38.269]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tui-scrollview-30f572188685040c/dep-lib-tui_scrollview' from root:root to runner:runner
2025-08-20T22:59:03.0113505Z [00:03:38.269]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tui-scrollview-30f572188685040c/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.0114670Z [00:03:38.269]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tui-scrollview-30f572188685040c/lib-tui_scrollview.json' from root:root to runner:runner
2025-08-20T22:59:03.0115637Z [00:03:38.269]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tui-scrollview-30f572188685040c' from root:root to runner:runner
2025-08-20T22:59:03.0116564Z [00:03:38.269]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/log-7bd9b6a084c4e530/lib-log.json' from root:root to runner:runner
2025-08-20T22:59:03.0117504Z [00:03:38.269]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/log-7bd9b6a084c4e530/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.0118409Z [00:03:38.269]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/log-7bd9b6a084c4e530/dep-lib-log' from root:root to runner:runner
2025-08-20T22:59:03.0119452Z [00:03:38.269]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/log-7bd9b6a084c4e530/lib-log' from root:root to runner:runner
2025-08-20T22:59:03.0120308Z [00:03:38.269]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/log-7bd9b6a084c4e530' from root:root to runner:runner
2025-08-20T22:59:03.0121284Z [00:03:38.269]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-syntax-4849e7ad3b33d56c/lib-regex_syntax' from root:root to runner:runner
2025-08-20T22:59:03.0122340Z [00:03:38.269]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-syntax-4849e7ad3b33d56c/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.0123373Z [00:03:38.269]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-syntax-4849e7ad3b33d56c/dep-lib-regex_syntax' from root:root to runner:runner
2025-08-20T22:59:03.0124503Z [00:03:38.269]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-syntax-4849e7ad3b33d56c/lib-regex_syntax.json' from root:root to runner:runner
2025-08-20T22:59:03.0125461Z [00:03:38.269]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-syntax-4849e7ad3b33d56c' from root:root to runner:runner
2025-08-20T22:59:03.0126379Z [00:03:38.269]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tokio-e6f67942d514c8e4/lib-tokio' from root:root to runner:runner
2025-08-20T22:59:03.0127312Z [00:03:38.269]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tokio-e6f67942d514c8e4/lib-tokio.json' from root:root to runner:runner
2025-08-20T22:59:03.0128263Z [00:03:38.269]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tokio-e6f67942d514c8e4/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.0129193Z [00:03:38.269]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tokio-e6f67942d514c8e4/dep-lib-tokio' from root:root to runner:runner
2025-08-20T22:59:03.0130262Z [00:03:38.269]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tokio-e6f67942d514c8e4' from root:root to runner:runner
2025-08-20T22:59:03.0131215Z [00:03:38.269]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/object-dd66547b144c8c2d/lib-object.json' from root:root to runner:runner
2025-08-20T22:59:03.0132241Z [00:03:38.269]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/object-dd66547b144c8c2d/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.0133264Z [00:03:38.269]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/object-dd66547b144c8c2d/lib-object' from root:root to runner:runner
2025-08-20T22:59:03.0134206Z [00:03:38.269]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/object-dd66547b144c8c2d/dep-lib-object' from root:root to runner:runner
2025-08-20T22:59:03.0135084Z [00:03:38.269]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/object-dd66547b144c8c2d' from root:root to runner:runner
2025-08-20T22:59:03.0135977Z [00:03:38.269]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/vte-a29ce51c24f49b3c/lib-vte' from root:root to runner:runner
2025-08-20T22:59:03.0136888Z [00:03:38.269]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/vte-a29ce51c24f49b3c/lib-vte.json' from root:root to runner:runner
2025-08-20T22:59:03.0137826Z [00:03:38.269]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/vte-a29ce51c24f49b3c/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.0138880Z [00:03:38.269]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/vte-a29ce51c24f49b3c/dep-lib-vte' from root:root to runner:runner
2025-08-20T22:59:03.0139760Z [00:03:38.269]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/vte-a29ce51c24f49b3c' from root:root to runner:runner
2025-08-20T22:59:03.0140775Z [00:03:38.269]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ratatui-macros-e98fab514432dcbb/lib-ratatui_macros.json' from root:root to runner:runner
2025-08-20T22:59:03.0141760Z [00:03:38.269]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ratatui-macros-e98fab514432dcbb/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.0142848Z [00:03:38.269]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ratatui-macros-e98fab514432dcbb/dep-lib-ratatui_macros' from root:root to runner:runner
2025-08-20T22:59:03.0144061Z [00:03:38.269]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ratatui-macros-e98fab514432dcbb/lib-ratatui_macros' from root:root to runner:runner
2025-08-20T22:59:03.0144972Z [00:03:38.269]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ratatui-macros-e98fab514432dcbb' from root:root to runner:runner
2025-08-20T22:59:03.0145863Z [00:03:38.269]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tracexec-f9e495d77a47ff03' from root:root to runner:runner
2025-08-20T22:59:03.0146769Z [00:03:38.269]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nom-bbdd29e7bef6af50/dep-lib-nom' from root:root to runner:runner
2025-08-20T22:59:03.0147671Z [00:03:38.269]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nom-bbdd29e7bef6af50/lib-nom' from root:root to runner:runner
2025-08-20T22:59:03.0148611Z [00:03:38.269]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nom-bbdd29e7bef6af50/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.0149523Z [00:03:38.270]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nom-bbdd29e7bef6af50/lib-nom.json' from root:root to runner:runner
2025-08-20T22:59:03.0150386Z [00:03:38.270]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nom-bbdd29e7bef6af50' from root:root to runner:runner
2025-08-20T22:59:03.0151308Z [00:03:38.270]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tracing-3e9da42e845831ee/lib-tracing' from root:root to runner:runner
2025-08-20T22:59:03.0152511Z [00:03:38.270]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tracing-3e9da42e845831ee/lib-tracing.json' from root:root to runner:runner
2025-08-20T22:59:03.0153564Z [00:03:38.270]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tracing-3e9da42e845831ee/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.0154528Z [00:03:38.270]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tracing-3e9da42e845831ee/dep-lib-tracing' from root:root to runner:runner
2025-08-20T22:59:03.0155410Z [00:03:38.270]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tracing-3e9da42e845831ee' from root:root to runner:runner
2025-08-20T22:59:03.0156422Z [00:03:38.270]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-segmentation-58a87eb00497feda/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.0157760Z [00:03:38.270]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-segmentation-58a87eb00497feda/dep-lib-unicode_segmentation' from root:root to runner:runner
2025-08-20T22:59:03.0158835Z [00:03:38.270]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-segmentation-58a87eb00497feda/lib-unicode_segmentation.json' from root:root to runner:runner
2025-08-20T22:59:03.0159871Z [00:03:38.270]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-segmentation-58a87eb00497feda/lib-unicode_segmentation' from root:root to runner:runner
2025-08-20T22:59:03.0160806Z [00:03:38.270]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-segmentation-58a87eb00497feda' from root:root to runner:runner
2025-08-20T22:59:03.0161769Z [00:03:38.270]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_json-a0cc6314f90a2a07/dep-lib-serde_json' from root:root to runner:runner
2025-08-20T22:59:03.0162831Z [00:03:38.270]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_json-a0cc6314f90a2a07/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.0163819Z [00:03:38.270]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_json-a0cc6314f90a2a07/lib-serde_json' from root:root to runner:runner
2025-08-20T22:59:03.0164791Z [00:03:38.270]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_json-a0cc6314f90a2a07/lib-serde_json.json' from root:root to runner:runner
2025-08-20T22:59:03.0165823Z [00:03:38.270]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_json-a0cc6314f90a2a07' from root:root to runner:runner
2025-08-20T22:59:03.0166925Z [00:03:38.270]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/filterable-enum-041f448f4beaae49/dep-lib-filterable_enum' from root:root to runner:runner
2025-08-20T22:59:03.0167954Z [00:03:38.270]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/filterable-enum-041f448f4beaae49/lib-filterable_enum.json' from root:root to runner:runner
2025-08-20T22:59:03.0168940Z [00:03:38.270]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/filterable-enum-041f448f4beaae49/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.0169947Z [00:03:38.270]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/filterable-enum-041f448f4beaae49/lib-filterable_enum' from root:root to runner:runner
2025-08-20T22:59:03.0170857Z [00:03:38.270]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/filterable-enum-041f448f4beaae49' from root:root to runner:runner
2025-08-20T22:59:03.0172049Z [00:03:38.270]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/getrandom-b5ce1d847d245e7d/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.0173156Z [00:03:38.270]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/getrandom-b5ce1d847d245e7d/lib-getrandom.json' from root:root to runner:runner
2025-08-20T22:59:03.0174120Z [00:03:38.270]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/getrandom-b5ce1d847d245e7d/dep-lib-getrandom' from root:root to runner:runner
2025-08-20T22:59:03.0175072Z [00:03:38.270]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/getrandom-b5ce1d847d245e7d/lib-getrandom' from root:root to runner:runner
2025-08-20T22:59:03.0176005Z [00:03:38.270]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/getrandom-b5ce1d847d245e7d' from root:root to runner:runner
2025-08-20T22:59:03.0177004Z [00:03:38.270]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-task-76ff4ecc6a593659/lib-futures_task.json' from root:root to runner:runner
2025-08-20T22:59:03.0177982Z [00:03:38.270]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-task-76ff4ecc6a593659/dep-lib-futures_task' from root:root to runner:runner
2025-08-20T22:59:03.0178960Z [00:03:38.270]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-task-76ff4ecc6a593659/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.0180074Z [00:03:38.270]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-task-76ff4ecc6a593659/lib-futures_task' from root:root to runner:runner
2025-08-20T22:59:03.0181052Z [00:03:38.270]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-task-76ff4ecc6a593659' from root:root to runner:runner
2025-08-20T22:59:03.0182021Z [00:03:38.270]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-74b0f744cbb31470/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.0183093Z [00:03:38.270]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-74b0f744cbb31470/dep-lib-anstyle' from root:root to runner:runner
2025-08-20T22:59:03.0184049Z [00:03:38.270]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-74b0f744cbb31470/lib-anstyle' from root:root to runner:runner
2025-08-20T22:59:03.0184997Z [00:03:38.270]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-74b0f744cbb31470/lib-anstyle.json' from root:root to runner:runner
2025-08-20T22:59:03.0186115Z [00:03:38.270]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-74b0f744cbb31470' from root:root to runner:runner
2025-08-20T22:59:03.0187116Z [00:03:38.270]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tui-widget-list-4b4b7166704c3349/lib-tui_widget_list' from root:root to runner:runner
2025-08-20T22:59:03.0188125Z [00:03:38.270]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tui-widget-list-4b4b7166704c3349/lib-tui_widget_list.json' from root:root to runner:runner
2025-08-20T22:59:03.0189115Z [00:03:38.270]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tui-widget-list-4b4b7166704c3349/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.0190130Z [00:03:38.270]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tui-widget-list-4b4b7166704c3349/dep-lib-tui_widget_list' from root:root to runner:runner
2025-08-20T22:59:03.0191039Z [00:03:38.270]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tui-widget-list-4b4b7166704c3349' from root:root to runner:runner
2025-08-20T22:59:03.0192056Z [00:03:38.270]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/wayland-backend-3383c19538ee007a/dep-lib-wayland_backend' from root:root to runner:runner
2025-08-20T22:59:03.0193196Z [00:03:38.270]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/wayland-backend-3383c19538ee007a/lib-wayland_backend' from root:root to runner:runner
2025-08-20T22:59:03.0194388Z [00:03:38.270]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/wayland-backend-3383c19538ee007a/lib-wayland_backend.json' from root:root to runner:runner
2025-08-20T22:59:03.0195433Z [00:03:38.270]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/wayland-backend-3383c19538ee007a/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.0196348Z [00:03:38.270]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/wayland-backend-3383c19538ee007a' from root:root to runner:runner
2025-08-20T22:59:03.0197273Z [00:03:38.270]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bstr-aabd5ed91c381e31/lib-bstr.json' from root:root to runner:runner
2025-08-20T22:59:03.0198171Z [00:03:38.270]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bstr-aabd5ed91c381e31/lib-bstr' from root:root to runner:runner
2025-08-20T22:59:03.0199328Z [00:03:38.270]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bstr-aabd5ed91c381e31/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.0200245Z [00:03:38.270]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bstr-aabd5ed91c381e31/dep-lib-bstr' from root:root to runner:runner
2025-08-20T22:59:03.0201120Z [00:03:38.270]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bstr-aabd5ed91c381e31' from root:root to runner:runner
2025-08-20T22:59:03.0202095Z [00:03:38.270]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_builder-4c93f9759362aab8/lib-clap_builder' from root:root to runner:runner
2025-08-20T22:59:03.0203300Z [00:03:38.270]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_builder-4c93f9759362aab8/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.0204303Z [00:03:38.270]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_builder-4c93f9759362aab8/dep-lib-clap_builder' from root:root to runner:runner
2025-08-20T22:59:03.0205319Z [00:03:38.270]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_builder-4c93f9759362aab8/lib-clap_builder.json' from root:root to runner:runner
2025-08-20T22:59:03.0206223Z [00:03:38.270]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_builder-4c93f9759362aab8' from root:root to runner:runner
2025-08-20T22:59:03.0207283Z [00:03:38.270]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/wayland-client-3537da6f212a82f7/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:59:03.0208595Z [00:03:38.270]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/wayland-client-3537da6f212a82f7/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:59:03.0209594Z [00:03:38.270]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/wayland-client-3537da6f212a82f7' from root:root to runner:runner
2025-08-20T22:59:03.0210487Z [00:03:38.270]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libbpf-rs-d03bfff435cb2d17' from root:root to runner:runner
2025-08-20T22:59:03.0211486Z [00:03:38.270]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-width-7ded428ff597e470/lib-unicode_width.json' from root:root to runner:runner
2025-08-20T22:59:03.0212793Z [00:03:38.270]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-width-7ded428ff597e470/lib-unicode_width' from root:root to runner:runner
2025-08-20T22:59:03.0214049Z [00:03:38.270]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-width-7ded428ff597e470/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.0215054Z [00:03:38.270]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-width-7ded428ff597e470/dep-lib-unicode_width' from root:root to runner:runner
2025-08-20T22:59:03.0215956Z [00:03:38.270]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-width-7ded428ff597e470' from root:root to runner:runner
2025-08-20T22:59:03.0216864Z [00:03:38.270]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap-42987ed4db2face3/lib-clap' from root:root to runner:runner
2025-08-20T22:59:03.0217801Z [00:03:38.270]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap-42987ed4db2face3/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.0218776Z [00:03:38.270]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap-42987ed4db2face3/dep-lib-clap' from root:root to runner:runner
2025-08-20T22:59:03.0219702Z [00:03:38.270]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap-42987ed4db2face3/lib-clap.json' from root:root to runner:runner
2025-08-20T22:59:03.0220570Z [00:03:38.270]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap-42987ed4db2face3' from root:root to runner:runner
2025-08-20T22:59:03.0221766Z [00:03:38.270]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/wayland-sys-2e6bd10c6505ce49/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:59:03.0223031Z [00:03:38.270]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/wayland-sys-2e6bd10c6505ce49/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:59:03.0223979Z [00:03:38.270]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/wayland-sys-2e6bd10c6505ce49' from root:root to runner:runner
2025-08-20T22:59:03.0224947Z [00:03:38.270]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rand_chacha-96eab1cd2669ae62/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.0225907Z [00:03:38.270]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rand_chacha-96eab1cd2669ae62/lib-rand_chacha' from root:root to runner:runner
2025-08-20T22:59:03.0226878Z [00:03:38.270]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rand_chacha-96eab1cd2669ae62/dep-lib-rand_chacha' from root:root to runner:runner
2025-08-20T22:59:03.0228035Z [00:03:38.270]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rand_chacha-96eab1cd2669ae62/lib-rand_chacha.json' from root:root to runner:runner
2025-08-20T22:59:03.0228932Z [00:03:38.270]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rand_chacha-96eab1cd2669ae62' from root:root to runner:runner
2025-08-20T22:59:03.0229884Z [00:03:38.270]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstream-920aadcb768c81d9/dep-lib-anstream' from root:root to runner:runner
2025-08-20T22:59:03.0230820Z [00:03:38.270]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstream-920aadcb768c81d9/lib-anstream' from root:root to runner:runner
2025-08-20T22:59:03.0231775Z [00:03:38.270]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstream-920aadcb768c81d9/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.0232820Z [00:03:38.270]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstream-920aadcb768c81d9/lib-anstream.json' from root:root to runner:runner
2025-08-20T22:59:03.0233753Z [00:03:38.270]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstream-920aadcb768c81d9' from root:root to runner:runner
2025-08-20T22:59:03.0234676Z [00:03:38.270]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rand-5bfdc4147324ef5f/dep-lib-rand' from root:root to runner:runner
2025-08-20T22:59:03.0235765Z [00:03:38.270]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rand-5bfdc4147324ef5f/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.0236783Z [00:03:38.270]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rand-5bfdc4147324ef5f/lib-rand.json' from root:root to runner:runner
2025-08-20T22:59:03.0237955Z [00:03:38.270]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rand-5bfdc4147324ef5f/lib-rand' from root:root to runner:runner
2025-08-20T22:59:03.0238817Z [00:03:38.270]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rand-5bfdc4147324ef5f' from root:root to runner:runner
2025-08-20T22:59:03.0239844Z [00:03:38.270]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ahash-4c2000a4cd8daff0/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:59:03.0240892Z [00:03:38.270]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ahash-4c2000a4cd8daff0/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:59:03.0241980Z [00:03:38.270]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ahash-4c2000a4cd8daff0' from root:root to runner:runner
2025-08-20T22:59:03.0243049Z [00:03:38.270]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/once_cell-bf549e27d6efb313/lib-once_cell.json' from root:root to runner:runner
2025-08-20T22:59:03.0244022Z [00:03:38.270]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/once_cell-bf549e27d6efb313/dep-lib-once_cell' from root:root to runner:runner
2025-08-20T22:59:03.0244983Z [00:03:38.270]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/once_cell-bf549e27d6efb313/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.0245921Z [00:03:38.270]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/once_cell-bf549e27d6efb313/lib-once_cell' from root:root to runner:runner
2025-08-20T22:59:03.0246807Z [00:03:38.270]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/once_cell-bf549e27d6efb313' from root:root to runner:runner
2025-08-20T22:59:03.0247790Z [00:03:38.270]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/filedescriptor-1f15a1eb6a0292d3/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.0248813Z [00:03:38.270]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/filedescriptor-1f15a1eb6a0292d3/lib-filedescriptor.json' from root:root to runner:runner
2025-08-20T22:59:03.0249962Z [00:03:38.271]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/filedescriptor-1f15a1eb6a0292d3/dep-lib-filedescriptor' from root:root to runner:runner
2025-08-20T22:59:03.0251034Z [00:03:38.271]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/filedescriptor-1f15a1eb6a0292d3/lib-filedescriptor' from root:root to runner:runner
2025-08-20T22:59:03.0251955Z [00:03:38.271]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/filedescriptor-1f15a1eb6a0292d3' from root:root to runner:runner
2025-08-20T22:59:03.0252980Z [00:03:38.271]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossterm-43097e7b40ae7335/lib-crossterm' from root:root to runner:runner
2025-08-20T22:59:03.0254004Z [00:03:38.271]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossterm-43097e7b40ae7335/dep-lib-crossterm' from root:root to runner:runner
2025-08-20T22:59:03.0254965Z [00:03:38.271]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossterm-43097e7b40ae7335/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.0256091Z [00:03:38.271]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossterm-43097e7b40ae7335/lib-crossterm.json' from root:root to runner:runner
2025-08-20T22:59:03.0256977Z [00:03:38.271]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossterm-43097e7b40ae7335' from root:root to runner:runner
2025-08-20T22:59:03.0257887Z [00:03:38.271]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fnv-d3a003c5745aa4e2/dep-lib-fnv' from root:root to runner:runner
2025-08-20T22:59:03.0258825Z [00:03:38.271]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fnv-d3a003c5745aa4e2/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.0259735Z [00:03:38.271]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fnv-d3a003c5745aa4e2/lib-fnv.json' from root:root to runner:runner
2025-08-20T22:59:03.0260627Z [00:03:38.271]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fnv-d3a003c5745aa4e2/lib-fnv' from root:root to runner:runner
2025-08-20T22:59:03.0261481Z [00:03:38.271]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fnv-d3a003c5745aa4e2' from root:root to runner:runner
2025-08-20T22:59:03.0262539Z [00:03:38.271]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/backtrace-40c749fc239cb753/lib-backtrace.json' from root:root to runner:runner
2025-08-20T22:59:03.0263686Z [00:03:38.271]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/backtrace-40c749fc239cb753/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.0264687Z [00:03:38.271]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/backtrace-40c749fc239cb753/dep-lib-backtrace' from root:root to runner:runner
2025-08-20T22:59:03.0265638Z [00:03:38.271]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/backtrace-40c749fc239cb753/lib-backtrace' from root:root to runner:runner
2025-08-20T22:59:03.0266520Z [00:03:38.271]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/backtrace-40c749fc239cb753' from root:root to runner:runner
2025-08-20T22:59:03.0267563Z [00:03:38.271]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/is_terminal_polyfill-d41033bcec586f6b/dep-lib-is_terminal_polyfill' from root:root to runner:runner
2025-08-20T22:59:03.0268587Z [00:03:38.271]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/is_terminal_polyfill-d41033bcec586f6b/lib-is_terminal_polyfill' from root:root to runner:runner
2025-08-20T22:59:03.0269814Z [00:03:38.271]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/is_terminal_polyfill-d41033bcec586f6b/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.0270874Z [00:03:38.271]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/is_terminal_polyfill-d41033bcec586f6b/lib-is_terminal_polyfill.json' from root:root to runner:runner
2025-08-20T22:59:03.0271796Z [00:03:38.271]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/is_terminal_polyfill-d41033bcec586f6b' from root:root to runner:runner
2025-08-20T22:59:03.0272880Z [00:03:38.271]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/allocator-api2-f637d9d5d2560ff6/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.0273929Z [00:03:38.271]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/allocator-api2-f637d9d5d2560ff6/lib-allocator_api2' from root:root to runner:runner
2025-08-20T22:59:03.0274938Z [00:03:38.271]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/allocator-api2-f637d9d5d2560ff6/lib-allocator_api2.json' from root:root to runner:runner
2025-08-20T22:59:03.0275944Z [00:03:38.271]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/allocator-api2-f637d9d5d2560ff6/dep-lib-allocator_api2' from root:root to runner:runner
2025-08-20T22:59:03.0276842Z [00:03:38.271]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/allocator-api2-f637d9d5d2560ff6' from root:root to runner:runner
2025-08-20T22:59:03.0277972Z [00:03:38.271]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sharded-slab-c87e086639dbd4ca/lib-sharded_slab' from root:root to runner:runner
2025-08-20T22:59:03.0278984Z [00:03:38.271]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sharded-slab-c87e086639dbd4ca/lib-sharded_slab.json' from root:root to runner:runner
2025-08-20T22:59:03.0279967Z [00:03:38.271]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sharded-slab-c87e086639dbd4ca/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.0280957Z [00:03:38.271]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sharded-slab-c87e086639dbd4ca/dep-lib-sharded_slab' from root:root to runner:runner
2025-08-20T22:59:03.0281850Z [00:03:38.271]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sharded-slab-c87e086639dbd4ca' from root:root to runner:runner
2025-08-20T22:59:03.0283051Z [00:03:38.271]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fslock-67d930f9f53e7dd5/lib-fslock' from root:root to runner:runner
2025-08-20T22:59:03.0284014Z [00:03:38.271]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fslock-67d930f9f53e7dd5/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.0284957Z [00:03:38.271]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fslock-67d930f9f53e7dd5/dep-lib-fslock' from root:root to runner:runner
2025-08-20T22:59:03.0285898Z [00:03:38.271]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fslock-67d930f9f53e7dd5/lib-fslock.json' from root:root to runner:runner
2025-08-20T22:59:03.0286774Z [00:03:38.271]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fslock-67d930f9f53e7dd5' from root:root to runner:runner
2025-08-20T22:59:03.0287715Z [00:03:38.271]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/petgraph-2b27708dec2b74ac/lib-petgraph' from root:root to runner:runner
2025-08-20T22:59:03.0288668Z [00:03:38.271]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/petgraph-2b27708dec2b74ac/dep-lib-petgraph' from root:root to runner:runner
2025-08-20T22:59:03.0289636Z [00:03:38.271]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/petgraph-2b27708dec2b74ac/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.0290592Z [00:03:38.271]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/petgraph-2b27708dec2b74ac/lib-petgraph.json' from root:root to runner:runner
2025-08-20T22:59:03.0291634Z [00:03:38.271]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/petgraph-2b27708dec2b74ac' from root:root to runner:runner
2025-08-20T22:59:03.0292806Z [00:03:38.271]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lock_api-c4784b471ba0dd32/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:59:03.0293909Z [00:03:38.271]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lock_api-c4784b471ba0dd32/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:59:03.0294797Z [00:03:38.271]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lock_api-c4784b471ba0dd32' from root:root to runner:runner
2025-08-20T22:59:03.0295734Z [00:03:38.271]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/indexset-c1da7c48e8e215dc/lib-indexset' from root:root to runner:runner
2025-08-20T22:59:03.0296893Z [00:03:38.271]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/indexset-c1da7c48e8e215dc/lib-indexset.json' from root:root to runner:runner
2025-08-20T22:59:03.0297855Z [00:03:38.271]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/indexset-c1da7c48e8e215dc/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.0298813Z [00:03:38.271]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/indexset-c1da7c48e8e215dc/dep-lib-indexset' from root:root to runner:runner
2025-08-20T22:59:03.0299699Z [00:03:38.271]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/indexset-c1da7c48e8e215dc' from root:root to runner:runner
2025-08-20T22:59:03.0300640Z [00:03:38.271]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tempfile-8317538966f01884/lib-tempfile' from root:root to runner:runner
2025-08-20T22:59:03.0301603Z [00:03:38.271]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tempfile-8317538966f01884/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.0302617Z [00:03:38.271]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tempfile-8317538966f01884/dep-lib-tempfile' from root:root to runner:runner
2025-08-20T22:59:03.0303624Z [00:03:38.271]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tempfile-8317538966f01884/lib-tempfile.json' from root:root to runner:runner
2025-08-20T22:59:03.0304510Z [00:03:38.271]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tempfile-8317538966f01884' from root:root to runner:runner
2025-08-20T22:59:03.0305672Z [00:03:38.271]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/slab-f052e07284ae880a/lib-slab.json' from root:root to runner:runner
2025-08-20T22:59:03.0306663Z [00:03:38.271]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/slab-f052e07284ae880a/dep-lib-slab' from root:root to runner:runner
2025-08-20T22:59:03.0307571Z [00:03:38.271]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/slab-f052e07284ae880a/lib-slab' from root:root to runner:runner
2025-08-20T22:59:03.0308519Z [00:03:38.271]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/slab-f052e07284ae880a/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.0309383Z [00:03:38.271]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/slab-f052e07284ae880a' from root:root to runner:runner
2025-08-20T22:59:03.0310588Z [00:03:38.271]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-ea03b7ff255429f6/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:59:03.0311632Z [00:03:38.271]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-ea03b7ff255429f6/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:59:03.0312598Z [00:03:38.271]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-ea03b7ff255429f6' from root:root to runner:runner
2025-08-20T22:59:03.0313631Z [00:03:38.271]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fixedbitset-8c1e71c11c66ef81/lib-fixedbitset.json' from root:root to runner:runner
2025-08-20T22:59:03.0314611Z [00:03:38.271]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fixedbitset-8c1e71c11c66ef81/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.0315593Z [00:03:38.271]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fixedbitset-8c1e71c11c66ef81/dep-lib-fixedbitset' from root:root to runner:runner
2025-08-20T22:59:03.0316557Z [00:03:38.271]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fixedbitset-8c1e71c11c66ef81/lib-fixedbitset' from root:root to runner:runner
2025-08-20T22:59:03.0317455Z [00:03:38.271]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fixedbitset-8c1e71c11c66ef81' from root:root to runner:runner
2025-08-20T22:59:03.0318434Z [00:03:38.271]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-query-d3912d4c466823d0/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.0319567Z [00:03:38.271]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-query-d3912d4c466823d0/lib-anstyle_query' from root:root to runner:runner
2025-08-20T22:59:03.0320634Z [00:03:38.271]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-query-d3912d4c466823d0/dep-lib-anstyle_query' from root:root to runner:runner
2025-08-20T22:59:03.0321636Z [00:03:38.271]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-query-d3912d4c466823d0/lib-anstyle_query.json' from root:root to runner:runner
2025-08-20T22:59:03.0322661Z [00:03:38.271]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-query-d3912d4c466823d0' from root:root to runner:runner
2025-08-20T22:59:03.0323487Z [00:03:38.271]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint' from root:root to runner:runner
2025-08-20T22:59:03.0324415Z [00:03:38.271]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release' from root:root to runner:runner
2025-08-20T22:59:03.0325162Z [00:03:38.271]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/CACHEDIR.TAG' from root:root to runner:runner
2025-08-20T22:59:03.0325861Z [00:03:38.271]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl' from root:root to runner:runner
2025-08-20T22:59:03.0326642Z [00:03:38.271]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libindexmap-8a94e807394b9841.rlib' from root:root to runner:runner
2025-08-20T22:59:03.0327427Z [00:03:38.271]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/wayland_scanner-2b4ee375a1888f3a.d' from root:root to runner:runner
2025-08-20T22:59:03.0328219Z [00:03:38.271]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libhashbrown-75302223b2e4e5c6.rmeta' from root:root to runner:runner
2025-08-20T22:59:03.0329008Z [00:03:38.271]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libmemmap2-a2f825c26c24e90c.rmeta' from root:root to runner:runner
2025-08-20T22:59:03.0329751Z [00:03:38.271]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/darling-6db184139b13866c.d' from root:root to runner:runner
2025-08-20T22:59:03.0330567Z [00:03:38.271]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libproc_macro_crate-bdbb5b0dec8aac31.rlib' from root:root to runner:runner
2025-08-20T22:59:03.0331297Z [00:03:38.271]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/shlex-380b779259fb4319.d' from root:root to runner:runner
2025-08-20T22:59:03.0332308Z [00:03:38.272]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libtracing_attributes-98a58df5e486f4b0.so' from root:root to runner:runner
2025-08-20T22:59:03.0333195Z [00:03:38.272]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libunicode_ident-6d6f85adf22ee534.rmeta' from root:root to runner:runner
2025-08-20T22:59:03.0333974Z [00:03:38.272]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libheck-25103e7959c420e1.rmeta' from root:root to runner:runner
2025-08-20T22:59:03.0334755Z [00:03:38.272]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/liblibbpf_rs-7afa23794e711c8a.rlib' from root:root to runner:runner
2025-08-20T22:59:03.0335565Z [00:03:38.272]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libdocument_features-71fc5693dee8a080.so' from root:root to runner:runner
2025-08-20T22:59:03.0336387Z [00:03:38.272]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libequivalent-b5ddd993fdca60cb.rlib' from root:root to runner:runner
2025-08-20T22:59:03.0337393Z [00:03:38.272]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libtempfile-51a453f88c27a548.rlib' from root:root to runner:runner
2025-08-20T22:59:03.0338173Z [00:03:38.272]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libanstyle-b2ffee21e8974235.rlib' from root:root to runner:runner
2025-08-20T22:59:03.0338967Z [00:03:38.272]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libtoml_edit-2c6332b97eba28df.rmeta' from root:root to runner:runner
2025-08-20T22:59:03.0339732Z [00:03:38.272]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/anstyle_query-ef38611df44ed449.d' from root:root to runner:runner
2025-08-20T22:59:03.0340513Z [00:03:38.272]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/thiserror_impl-10934afd33c4e919.d' from root:root to runner:runner
2025-08-20T22:59:03.0341293Z [00:03:38.272]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libanstyle-b2ffee21e8974235.rmeta' from root:root to runner:runner
2025-08-20T22:59:03.0342201Z [00:03:38.272]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libenumflags2_derive-757a43bb57de4d11.so' from root:root to runner:runner
2025-08-20T22:59:03.0343048Z [00:03:38.272]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libshlex-380b779259fb4319.rlib' from root:root to runner:runner
2025-08-20T22:59:03.0343822Z [00:03:38.272]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libanyhow-fa7c158af04fb8b1.rlib' from root:root to runner:runner
2025-08-20T22:59:03.0344609Z [00:03:38.272]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libclap_derive-34492743f39d66aa.so' from root:root to runner:runner
2025-08-20T22:59:03.0345502Z [00:03:38.272]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/strsim-a9d3cbd7c8322457.d' from root:root to runner:runner
2025-08-20T22:59:03.0346343Z [00:03:38.272]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libthiserror_impl-c3fe6d170fd179c2.so' from root:root to runner:runner
2025-08-20T22:59:03.0347141Z [00:03:38.272]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libanstyle_parse-7600fb79de291417.rlib' from root:root to runner:runner
2025-08-20T22:59:03.0347941Z [00:03:38.272]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libregex_syntax-5bc4fd853bb1c4e6.rlib' from root:root to runner:runner
2025-08-20T22:59:03.0348731Z [00:03:38.272]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libpkg_config-18929d2f95bd35e3.rlib' from root:root to runner:runner
2025-08-20T22:59:03.0349504Z [00:03:38.272]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/liblitrs-c951a8e04f2aaa48.rlib' from root:root to runner:runner
2025-08-20T22:59:03.0350257Z [00:03:38.272]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/ident_case-3aff5cc603f2172f.d' from root:root to runner:runner
2025-08-20T22:59:03.0351125Z [00:03:38.272]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/nix-032e9fb9615a3d90.d' from root:root to runner:runner
2025-08-20T22:59:03.0351890Z [00:03:38.272]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libsyn-d99662c89ceee94a.rmeta' from root:root to runner:runner
2025-08-20T22:59:03.0352747Z [00:03:38.272]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libryu-a80d36219da43c14.rmeta' from root:root to runner:runner
2025-08-20T22:59:03.0353582Z [00:03:38.272]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/winnow-1284c79083f9004d.d' from root:root to runner:runner
2025-08-20T22:59:03.0354392Z [00:03:38.272]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libregex_syntax-5bc4fd853bb1c4e6.rmeta' from root:root to runner:runner
2025-08-20T22:59:03.0355206Z [00:03:38.272]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/vte_generate_state_changes-2124cbe4b008885a.d' from root:root to runner:runner
2025-08-20T22:59:03.0356008Z [00:03:38.272]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libgetrandom-67c992d4959b7c4b.rmeta' from root:root to runner:runner
2025-08-20T22:59:03.0356811Z [00:03:38.272]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/filterable_enum_derive-63ec9ce4ef1a3df7.d' from root:root to runner:runner
2025-08-20T22:59:03.0357620Z [00:03:38.272]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libcolorchoice-32c0e8df2afc1e91.rmeta' from root:root to runner:runner
2025-08-20T22:59:03.0358395Z [00:03:38.272]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/librustix-319b047d7383ce8d.rmeta' from root:root to runner:runner
2025-08-20T22:59:03.0359357Z [00:03:38.272]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libversion_check-406723f2b4687b68.rmeta' from root:root to runner:runner
2025-08-20T22:59:03.0360202Z [00:03:38.272]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libregex-acb0952c98de8bcc.rmeta' from root:root to runner:runner
2025-08-20T22:59:03.0360981Z [00:03:38.272]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/tokio_macros-4b007f30deaaf8f2.d' from root:root to runner:runner
2025-08-20T22:59:03.0361753Z [00:03:38.272]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libcfg_if-1ed7b8522209b26f.rmeta' from root:root to runner:runner
2025-08-20T22:59:03.0362653Z [00:03:38.272]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libanstyle_parse-7600fb79de291417.rmeta' from root:root to runner:runner
2025-08-20T22:59:03.0363484Z [00:03:38.272]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libserde_json-cb13a687b01245d7.rmeta' from root:root to runner:runner
2025-08-20T22:59:03.0364504Z [00:03:38.272]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/liblinux_raw_sys-325b414cbab3cc39.rlib' from root:root to runner:runner
2025-08-20T22:59:03.0365292Z [00:03:38.272]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/liblibbpf_rs-7afa23794e711c8a.rmeta' from root:root to runner:runner
2025-08-20T22:59:03.0366065Z [00:03:38.272]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/relative_path-c1d2746e2554844f.d' from root:root to runner:runner
2025-08-20T22:59:03.0366857Z [00:03:38.272]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/is_terminal_polyfill-1c45283c6e56c87a.d' from root:root to runner:runner
2025-08-20T22:59:03.0367699Z [00:03:38.272]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libis_terminal_polyfill-1c45283c6e56c87a.rmeta' from root:root to runner:runner
2025-08-20T22:59:03.0368490Z [00:03:38.272]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libconvert_case-0ed7f6968be59bac.rlib' from root:root to runner:runner
2025-08-20T22:59:03.0369238Z [00:03:38.272]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/semver-0b6ab4ee15e3cc68.d' from root:root to runner:runner
2025-08-20T22:59:03.0370031Z [00:03:38.272]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libversion_check-406723f2b4687b68.rlib' from root:root to runner:runner
2025-08-20T22:59:03.0370800Z [00:03:38.272]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/strum_macros-7b839f0eb0068b30.d' from root:root to runner:runner
2025-08-20T22:59:03.0371568Z [00:03:38.272]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libregex-acb0952c98de8bcc.rlib' from root:root to runner:runner
2025-08-20T22:59:03.0372610Z [00:03:38.272]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libbpf_rs-7afa23794e711c8a.d' from root:root to runner:runner
2025-08-20T22:59:03.0373498Z [00:03:38.272]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libstrum_macros-61675d0c6c8cf571.so' from root:root to runner:runner
2025-08-20T22:59:03.0374271Z [00:03:38.272]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libfnv-92202d5b3ef7f31c.rmeta' from root:root to runner:runner
2025-08-20T22:59:03.0375068Z [00:03:38.272]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libclap_builder-ae2d242b57c3355d.rlib' from root:root to runner:runner
2025-08-20T22:59:03.0375858Z [00:03:38.272]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libquick_xml-69fa7e42df233a66.rmeta' from root:root to runner:runner
2025-08-20T22:59:03.0376619Z [00:03:38.272]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/thiserror-d2dde55e87889e75.d' from root:root to runner:runner
2025-08-20T22:59:03.0377632Z [00:03:38.272]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libcargo_platform-cfde65fb58ed421a.rlib' from root:root to runner:runner
2025-08-20T22:59:03.0378438Z [00:03:38.272]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libtoml_datetime-b09521b0cfc6532d.rmeta' from root:root to runner:runner
2025-08-20T22:59:03.0379200Z [00:03:38.272]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/serde_json-cb13a687b01245d7.d' from root:root to runner:runner
2025-08-20T22:59:03.0379996Z [00:03:38.272]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libanstyle_query-ef38611df44ed449.rlib' from root:root to runner:runner
2025-08-20T22:59:03.0380771Z [00:03:38.272]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/version_check-406723f2b4687b68.d' from root:root to runner:runner
2025-08-20T22:59:03.0381502Z [00:03:38.272]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/memchr-688939387092212f.d' from root:root to runner:runner
2025-08-20T22:59:03.0382381Z [00:03:38.272]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/serde_derive-12c4027b9ef93596.d' from root:root to runner:runner
2025-08-20T22:59:03.0383162Z [00:03:38.272]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/anyhow-fa7c158af04fb8b1.d' from root:root to runner:runner
2025-08-20T22:59:03.0383916Z [00:03:38.272]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/autocfg-0ba5d927b1e035c5.d' from root:root to runner:runner
2025-08-20T22:59:03.0384680Z [00:03:38.272]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/unicode_ident-6d6f85adf22ee534.d' from root:root to runner:runner
2025-08-20T22:59:03.0385575Z [00:03:38.272]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/glob-556fae76214eb00e.d' from root:root to runner:runner
2025-08-20T22:59:03.0386440Z [00:03:38.272]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/librelative_path-c1d2746e2554844f.rmeta' from root:root to runner:runner
2025-08-20T22:59:03.0387202Z [00:03:38.272]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/once_cell-3c0fde79d0894a68.d' from root:root to runner:runner
2025-08-20T22:59:03.0387968Z [00:03:38.272]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/futures_macro-42482d2b76efb22e.d' from root:root to runner:runner
2025-08-20T22:59:03.0388739Z [00:03:38.272]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libmemchr-688939387092212f.rlib' from root:root to runner:runner
2025-08-20T22:59:03.0389510Z [00:03:38.272]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/cargo_metadata-75b27ba5a6d8d682.d' from root:root to runner:runner
2025-08-20T22:59:03.0390450Z [00:03:38.272]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/quote-58ae1db5b5e0fa55.d' from root:root to runner:runner
2025-08-20T22:59:03.0391221Z [00:03:38.272]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libglob-556fae76214eb00e.rlib' from root:root to runner:runner
2025-08-20T22:59:03.0392034Z [00:03:38.272]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libanstyle_query-ef38611df44ed449.rmeta' from root:root to runner:runner
2025-08-20T22:59:03.0392883Z [00:03:38.272]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/cfg_aliases-1b48fbda41281916.d' from root:root to runner:runner
2025-08-20T22:59:03.0393693Z [00:03:38.272]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libquote-58ae1db5b5e0fa55.rmeta' from root:root to runner:runner
2025-08-20T22:59:03.0394451Z [00:03:38.272]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libpaste-fbdf26ac509ef3cc.so' from root:root to runner:runner
2025-08-20T22:59:03.0395233Z [00:03:38.272]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/thiserror_impl-c3fe6d170fd179c2.d' from root:root to runner:runner
2025-08-20T22:59:03.0395995Z [00:03:38.272]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/rustc_version-3e3ee544a0b440b4.d' from root:root to runner:runner
2025-08-20T22:59:03.0396762Z [00:03:38.272]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libquote-58ae1db5b5e0fa55.rlib' from root:root to runner:runner
2025-08-20T22:59:03.0397553Z [00:03:38.272]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/serial_test_derive-6815b216ca5977ba.d' from root:root to runner:runner
2025-08-20T22:59:03.0398323Z [00:03:38.272]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libcamino-bb60e0a7b45e79a7.rlib' from root:root to runner:runner
2025-08-20T22:59:03.0399259Z [00:03:38.272]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libaho_corasick-bc330f331785e35d.rlib' from root:root to runner:runner
2025-08-20T22:59:03.0400101Z [00:03:38.272]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libnix-032e9fb9615a3d90.rlib' from root:root to runner:runner
2025-08-20T22:59:03.0400914Z [00:03:38.272]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libhashbrown-75302223b2e4e5c6.rlib' from root:root to runner:runner
2025-08-20T22:59:03.0401697Z [00:03:38.272]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libfastrand-b4b43277bd557253.rmeta' from root:root to runner:runner
2025-08-20T22:59:03.0402517Z [00:03:38.272]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/syn-d99662c89ceee94a.d' from root:root to runner:runner
2025-08-20T22:59:03.0403316Z [00:03:38.272]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libnix-032e9fb9615a3d90.rmeta' from root:root to runner:runner
2025-08-20T22:59:03.0404222Z [00:03:38.272]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/strum_macros-61675d0c6c8cf571.d' from root:root to runner:runner
2025-08-20T22:59:03.0405023Z [00:03:38.272]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libitoa-3f4442783b425d26.rmeta' from root:root to runner:runner
2025-08-20T22:59:03.0405811Z [00:03:38.272]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libonce_cell-3c0fde79d0894a68.rmeta' from root:root to runner:runner
2025-08-20T22:59:03.0406583Z [00:03:38.272]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/librustix-319b047d7383ce8d.rlib' from root:root to runner:runner
2025-08-20T22:59:03.0407374Z [00:03:38.272]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libkinded_macros-da9c03d12d6636c4.so' from root:root to runner:runner
2025-08-20T22:59:03.0408151Z [00:03:38.272]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libonce_cell-3c0fde79d0894a68.rlib' from root:root to runner:runner
2025-08-20T22:59:03.0408938Z [00:03:38.272]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libdarling-6db184139b13866c.rmeta' from root:root to runner:runner
2025-08-20T22:59:03.0409706Z [00:03:38.272]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libclap-7cdc61a1540398fd.rmeta' from root:root to runner:runner
2025-08-20T22:59:03.0410468Z [00:03:38.272]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libcc-4ac115a40c46fd7f.rmeta' from root:root to runner:runner
2025-08-20T22:59:03.0411264Z [00:03:38.272]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/librelative_path-c1d2746e2554844f.rlib' from root:root to runner:runner
2025-08-20T22:59:03.0412267Z [00:03:38.272]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libthiserror-d2dde55e87889e75.rlib' from root:root to runner:runner
2025-08-20T22:59:03.0413142Z [00:03:38.272]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libstrsim-a9d3cbd7c8322457.rmeta' from root:root to runner:runner
2025-08-20T22:59:03.0413924Z [00:03:38.272]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libitoa-3f4442783b425d26.rlib' from root:root to runner:runner
2025-08-20T22:59:03.0414654Z [00:03:38.272]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/heck-25103e7959c420e1.d' from root:root to runner:runner
2025-08-20T22:59:03.0415431Z [00:03:38.272]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libbpf_cargo-7bb2edeb7f5e1eae.d' from root:root to runner:runner
2025-08-20T22:59:03.0416218Z [00:03:38.272]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libutf8parse-978935a34c60a6d5.rlib' from root:root to runner:runner
2025-08-20T22:59:03.0417209Z [00:03:38.273]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libcolorchoice-32c0e8df2afc1e91.rlib' from root:root to runner:runner
2025-08-20T22:59:03.0418020Z [00:03:38.273]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libregex_automata-861584bbdfccc9a2.rlib' from root:root to runner:runner
2025-08-20T22:59:03.0418817Z [00:03:38.273]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libdarling_macro-e0b660ae4d79331e.so' from root:root to runner:runner
2025-08-20T22:59:03.0419593Z [00:03:38.273]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/colorchoice-32c0e8df2afc1e91.d' from root:root to runner:runner
2025-08-20T22:59:03.0420434Z [00:03:38.273]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libfilterable_enum_derive-63ec9ce4ef1a3df7.so' from root:root to runner:runner
2025-08-20T22:59:03.0421241Z [00:03:38.273]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libconvert_case-0ed7f6968be59bac.rmeta' from root:root to runner:runner
2025-08-20T22:59:03.0422005Z [00:03:38.273]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libindoc-7bb603fa97472ef8.so' from root:root to runner:runner
2025-08-20T22:59:03.0422893Z [00:03:38.273]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/cargo_platform-cfde65fb58ed421a.d' from root:root to runner:runner
2025-08-20T22:59:03.0423726Z [00:03:38.273]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/document_features-71fc5693dee8a080.d' from root:root to runner:runner
2025-08-20T22:59:03.0424524Z [00:03:38.273]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libaho_corasick-bc330f331785e35d.rmeta' from root:root to runner:runner
2025-08-20T22:59:03.0425458Z [00:03:38.273]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/derive_setters-317c4a04a6284f07.d' from root:root to runner:runner
2025-08-20T22:59:03.0426277Z [00:03:38.273]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/quick_xml-69fa7e42df233a66.d' from root:root to runner:runner
2025-08-20T22:59:03.0427089Z [00:03:38.273]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libunicode_ident-6d6f85adf22ee534.rlib' from root:root to runner:runner
2025-08-20T22:59:03.0427876Z [00:03:38.273]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libtempfile-51a453f88c27a548.rmeta' from root:root to runner:runner
2025-08-20T22:59:03.0428673Z [00:03:38.273]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libthiserror-d2dde55e87889e75.rmeta' from root:root to runner:runner
2025-08-20T22:59:03.0429483Z [00:03:38.273]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libcargo_platform-cfde65fb58ed421a.rmeta' from root:root to runner:runner
2025-08-20T22:59:03.0430439Z [00:03:38.273]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/nutype_macros-082c8410e46a411c.d' from root:root to runner:runner
2025-08-20T22:59:03.0431215Z [00:03:38.273]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libclap_lex-d83acb44fdd14ec4.rlib' from root:root to runner:runner
2025-08-20T22:59:03.0431982Z [00:03:38.273]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/anstyle_parse-7600fb79de291417.d' from root:root to runner:runner
2025-08-20T22:59:03.0432876Z [00:03:38.273]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libstrum_macros-7b839f0eb0068b30.so' from root:root to runner:runner
2025-08-20T22:59:03.0433684Z [00:03:38.273]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libryu-a80d36219da43c14.rlib' from root:root to runner:runner
2025-08-20T22:59:03.0434465Z [00:03:38.273]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/liblibbpf_sys-155bbd8720461739.rlib' from root:root to runner:runner
2025-08-20T22:59:03.0435224Z [00:03:38.273]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/fastrand-b4b43277bd557253.d' from root:root to runner:runner
2025-08-20T22:59:03.0435987Z [00:03:38.273]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/darling_macro-e0b660ae4d79331e.d' from root:root to runner:runner
2025-08-20T22:59:03.0436785Z [00:03:38.273]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libderive_setters-317c4a04a6284f07.so' from root:root to runner:runner
2025-08-20T22:59:03.0437562Z [00:03:38.273]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libautocfg-0ba5d927b1e035c5.rmeta' from root:root to runner:runner
2025-08-20T22:59:03.0438479Z [00:03:38.273]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/tempfile-51a453f88c27a548.d' from root:root to runner:runner
2025-08-20T22:59:03.0439301Z [00:03:38.273]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libtoml_edit-2c6332b97eba28df.rlib' from root:root to runner:runner
2025-08-20T22:59:03.0440036Z [00:03:38.273]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/ryu-a80d36219da43c14.d' from root:root to runner:runner
2025-08-20T22:59:03.0440786Z [00:03:38.273]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libbpf_sys-155bbd8720461739.d' from root:root to runner:runner
2025-08-20T22:59:03.0441579Z [00:03:38.273]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libcfg_aliases-1b48fbda41281916.rmeta' from root:root to runner:runner
2025-08-20T22:59:03.0442430Z [00:03:38.273]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/pkg_config-18929d2f95bd35e3.d' from root:root to runner:runner
2025-08-20T22:59:03.0443257Z [00:03:38.273]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/liblitrs-c951a8e04f2aaa48.rmeta' from root:root to runner:runner
2025-08-20T22:59:03.0444217Z [00:03:38.273]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libproc_macro2-670e3a35fc46366c.rlib' from root:root to runner:runner
2025-08-20T22:59:03.0444985Z [00:03:38.273]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/darling_core-732d7c8ee8f73e1e.d' from root:root to runner:runner
2025-08-20T22:59:03.0445734Z [00:03:38.273]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/memmap2-a2f825c26c24e90c.d' from root:root to runner:runner
2025-08-20T22:59:03.0446470Z [00:03:38.273]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/indoc-7bb603fa97472ef8.d' from root:root to runner:runner
2025-08-20T22:59:03.0447272Z [00:03:38.273]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/liburlencoding-a7a46dd25aba6f63.rlib' from root:root to runner:runner
2025-08-20T22:59:03.0448021Z [00:03:38.273]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/indexmap-8a94e807394b9841.d' from root:root to runner:runner
2025-08-20T22:59:03.0448814Z [00:03:38.273]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/librustversion-4c0811fcef2fcd7e.so' from root:root to runner:runner
2025-08-20T22:59:03.0449589Z [00:03:38.273]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libsemver-0b6ab4ee15e3cc68.rlib' from root:root to runner:runner
2025-08-20T22:59:03.0450362Z [00:03:38.273]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libkinded-39ad50a96b33e3d1.rlib' from root:root to runner:runner
2025-08-20T22:59:03.0451165Z [00:03:38.273]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/unicode_segmentation-39bb4b9acd2520cd.d' from root:root to runner:runner
2025-08-20T22:59:03.0452059Z [00:03:38.273]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/hashbrown-75302223b2e4e5c6.d' from root:root to runner:runner
2025-08-20T22:59:03.0453015Z [00:03:38.273]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libglob-556fae76214eb00e.rmeta' from root:root to runner:runner
2025-08-20T22:59:03.0453795Z [00:03:38.273]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/vsprintf-b750c5decec040ec.d' from root:root to runner:runner
2025-08-20T22:59:03.0454555Z [00:03:38.273]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libclap-7cdc61a1540398fd.rlib' from root:root to runner:runner
2025-08-20T22:59:03.0455300Z [00:03:38.273]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/paste-fbdf26ac509ef3cc.d' from root:root to runner:runner
2025-08-20T22:59:03.0456042Z [00:03:38.273]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/camino-bb60e0a7b45e79a7.d' from root:root to runner:runner
2025-08-20T22:59:03.0456955Z [00:03:38.273]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/litrs-c951a8e04f2aaa48.d' from root:root to runner:runner
2025-08-20T22:59:03.0457715Z [00:03:38.273]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/regex_syntax-5bc4fd853bb1c4e6.d' from root:root to runner:runner
2025-08-20T22:59:03.0458499Z [00:03:38.273]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libquick_xml-69fa7e42df233a66.rlib' from root:root to runner:runner
2025-08-20T22:59:03.0459294Z [00:03:38.273]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libderive_getters-7ee835d9edc4eef4.so' from root:root to runner:runner
2025-08-20T22:59:03.0460052Z [00:03:38.273]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libfnv-92202d5b3ef7f31c.rlib' from root:root to runner:runner
2025-08-20T22:59:03.0460838Z [00:03:38.273]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libgetrandom-67c992d4959b7c4b.rlib' from root:root to runner:runner
2025-08-20T22:59:03.0461620Z [00:03:38.273]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libclap_lex-d83acb44fdd14ec4.rmeta' from root:root to runner:runner
2025-08-20T22:59:03.0462513Z [00:03:38.273]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/liburlencoding-a7a46dd25aba6f63.rmeta' from root:root to runner:runner
2025-08-20T22:59:03.0463357Z [00:03:38.273]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libfutures_macro-42482d2b76efb22e.so' from root:root to runner:runner
2025-08-20T22:59:03.0464151Z [00:03:38.273]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libthiserror_impl-10934afd33c4e919.so' from root:root to runner:runner
2025-08-20T22:59:03.0465026Z [00:03:38.273]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/clap-7cdc61a1540398fd.d' from root:root to runner:runner
2025-08-20T22:59:03.0465803Z [00:03:38.273]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/cfg_if-1ed7b8522209b26f.d' from root:root to runner:runner
2025-08-20T22:59:03.0466582Z [00:03:38.273]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/rustversion-4c0811fcef2fcd7e.d' from root:root to runner:runner
2025-08-20T22:59:03.0467357Z [00:03:38.273]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libcamino-bb60e0a7b45e79a7.rmeta' from root:root to runner:runner
2025-08-20T22:59:03.0468150Z [00:03:38.273]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libnutype_macros-082c8410e46a411c.so' from root:root to runner:runner
2025-08-20T22:59:03.0468876Z [00:03:38.273]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/itoa-3f4442783b425d26.d' from root:root to runner:runner
2025-08-20T22:59:03.0469767Z [00:03:38.273]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/kinded-39ad50a96b33e3d1.d' from root:root to runner:runner
2025-08-20T22:59:03.0470522Z [00:03:38.273]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/anstream-007d10b213eb8916.d' from root:root to runner:runner
2025-08-20T22:59:03.0471290Z [00:03:38.273]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/rstest_macros-0eda5372e4498081.d' from root:root to runner:runner
2025-08-20T22:59:03.0472128Z [00:03:38.273]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libunicode_segmentation-39bb4b9acd2520cd.rlib' from root:root to runner:runner
2025-08-20T22:59:03.0473117Z [00:03:38.273]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libwayland_scanner-2b4ee375a1888f3a.so' from root:root to runner:runner
2025-08-20T22:59:03.0473884Z [00:03:38.273]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/getrandom-67c992d4959b7c4b.d' from root:root to runner:runner
2025-08-20T22:59:03.0474668Z [00:03:38.273]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libautocfg-0ba5d927b1e035c5.rlib' from root:root to runner:runner
2025-08-20T22:59:03.0475449Z [00:03:38.273]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libstrsim-a9d3cbd7c8322457.rlib' from root:root to runner:runner
2025-08-20T22:59:03.0476248Z [00:03:38.273]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/liblibbpf_cargo-7bb2edeb7f5e1eae.rlib' from root:root to runner:runner
2025-08-20T22:59:03.0477042Z [00:03:38.273]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libanstream-007d10b213eb8916.rmeta' from root:root to runner:runner
2025-08-20T22:59:03.0478036Z [00:03:38.273]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libutf8parse-978935a34c60a6d5.rmeta' from root:root to runner:runner
2025-08-20T22:59:03.0478896Z [00:03:38.273]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libproc_macro_crate-bdbb5b0dec8aac31.rmeta' from root:root to runner:runner
2025-08-20T22:59:03.0479688Z [00:03:38.273]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libpkg_config-18929d2f95bd35e3.rmeta' from root:root to runner:runner
2025-08-20T22:59:03.0480415Z [00:03:38.273]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/fnv-92202d5b3ef7f31c.d' from root:root to runner:runner
2025-08-20T22:59:03.0481185Z [00:03:38.273]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/toml_datetime-b09521b0cfc6532d.d' from root:root to runner:runner
2025-08-20T22:59:03.0481979Z [00:03:38.273]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/enumflags2_derive-757a43bb57de4d11.d' from root:root to runner:runner
2025-08-20T22:59:03.0482837Z [00:03:38.273]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/liblibbpf_sys-155bbd8720461739.a' from root:root to runner:runner
2025-08-20T22:59:03.0483849Z [00:03:38.273]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libident_case-3aff5cc603f2172f.rmeta' from root:root to runner:runner
2025-08-20T22:59:03.0484662Z [00:03:38.273]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libregex_automata-861584bbdfccc9a2.rmeta' from root:root to runner:runner
2025-08-20T22:59:03.0485454Z [00:03:38.273]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libmemchr-688939387092212f.rmeta' from root:root to runner:runner
2025-08-20T22:59:03.0486276Z [00:03:38.273]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libis_terminal_polyfill-1c45283c6e56c87a.rlib' from root:root to runner:runner
2025-08-20T22:59:03.0487082Z [00:03:38.273]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/librustc_version-3e3ee544a0b440b4.rlib' from root:root to runner:runner
2025-08-20T22:59:03.0487924Z [00:03:38.273]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libvte_generate_state_changes-2124cbe4b008885a.so' from root:root to runner:runner
2025-08-20T22:59:03.0488715Z [00:03:38.273]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libproc_macro2-670e3a35fc46366c.rmeta' from root:root to runner:runner
2025-08-20T22:59:03.0489468Z [00:03:38.273]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/anstyle-b2ffee21e8974235.d' from root:root to runner:runner
2025-08-20T22:59:03.0490242Z [00:03:38.273]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/regex_automata-861584bbdfccc9a2.d' from root:root to runner:runner
2025-08-20T22:59:03.0491003Z [00:03:38.273]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/liblibc-20077f1246cac036.rlib' from root:root to runner:runner
2025-08-20T22:59:03.0491908Z [00:03:38.273]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/linux_raw_sys-325b414cbab3cc39.d' from root:root to runner:runner
2025-08-20T22:59:03.0492879Z [00:03:38.274]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libcfg_aliases-1b48fbda41281916.rlib' from root:root to runner:runner
2025-08-20T22:59:03.0493722Z [00:03:38.274]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libwinnow-1284c79083f9004d.rlib' from root:root to runner:runner
2025-08-20T22:59:03.0494509Z [00:03:38.274]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libanyhow-fa7c158af04fb8b1.rmeta' from root:root to runner:runner
2025-08-20T22:59:03.0495283Z [00:03:38.274]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/instability-b6716b5ab3f4fc7b.d' from root:root to runner:runner
2025-08-20T22:59:03.0496038Z [00:03:38.274]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libheck-25103e7959c420e1.rlib' from root:root to runner:runner
2025-08-20T22:59:03.0497012Z [00:03:38.274]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libserial_test_derive-6815b216ca5977ba.so' from root:root to runner:runner
2025-08-20T22:59:03.0497848Z [00:03:38.274]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libunicode_segmentation-39bb4b9acd2520cd.rmeta' from root:root to runner:runner
2025-08-20T22:59:03.0498640Z [00:03:38.274]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/librstest_macros-0eda5372e4498081.so' from root:root to runner:runner
2025-08-20T22:59:03.0499428Z [00:03:38.274]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libvsprintf-b750c5decec040ec.rmeta' from root:root to runner:runner
2025-08-20T22:59:03.0500240Z [00:03:38.274]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libcargo_metadata-75b27ba5a6d8d682.rmeta' from root:root to runner:runner
2025-08-20T22:59:03.0501003Z [00:03:38.274]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/aho_corasick-bc330f331785e35d.d' from root:root to runner:runner
2025-08-20T22:59:03.0501807Z [00:03:38.274]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libfastrand-b4b43277bd557253.rlib' from root:root to runner:runner
2025-08-20T22:59:03.0502682Z [00:03:38.274]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libserde_json-cb13a687b01245d7.rlib' from root:root to runner:runner
2025-08-20T22:59:03.0503551Z [00:03:38.274]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libdarling_core-732d7c8ee8f73e1e.rmeta' from root:root to runner:runner
2025-08-20T22:59:03.0504295Z [00:03:38.274]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/rustix-319b047d7383ce8d.d' from root:root to runner:runner
2025-08-20T22:59:03.0505265Z [00:03:38.274]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libserde_derive-12c4027b9ef93596.so' from root:root to runner:runner
2025-08-20T22:59:03.0506111Z [00:03:38.274]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/clap_lex-d83acb44fdd14ec4.d' from root:root to runner:runner
2025-08-20T22:59:03.0506886Z [00:03:38.274]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/liblibc-20077f1246cac036.rmeta' from root:root to runner:runner
2025-08-20T22:59:03.0507667Z [00:03:38.274]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libtokio_macros-4b007f30deaaf8f2.so' from root:root to runner:runner
2025-08-20T22:59:03.0508450Z [00:03:38.274]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libdarling-6db184139b13866c.rlib' from root:root to runner:runner
2025-08-20T22:59:03.0509196Z [00:03:38.274]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/toml_edit-2c6332b97eba28df.d' from root:root to runner:runner
2025-08-20T22:59:03.0510139Z [00:03:38.274]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libequivalent-b5ddd993fdca60cb.rmeta' from root:root to runner:runner
2025-08-20T22:59:03.0510916Z [00:03:38.274]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libmemmap2-a2f825c26c24e90c.rlib' from root:root to runner:runner
2025-08-20T22:59:03.0511672Z [00:03:38.274]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/bitflags-170aa612b78399d4.d' from root:root to runner:runner
2025-08-20T22:59:03.0512545Z [00:03:38.274]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/urlencoding-a7a46dd25aba6f63.d' from root:root to runner:runner
2025-08-20T22:59:03.0513401Z [00:03:38.274]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/librustc_version-3e3ee544a0b440b4.rmeta' from root:root to runner:runner
2025-08-20T22:59:03.0514197Z [00:03:38.274]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libdarling_core-732d7c8ee8f73e1e.rlib' from root:root to runner:runner
2025-08-20T22:59:03.0514984Z [00:03:38.274]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libkinded-39ad50a96b33e3d1.rmeta' from root:root to runner:runner
2025-08-20T22:59:03.0515725Z [00:03:38.274]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/serde-8ca90201bfee8db1.d' from root:root to runner:runner
2025-08-20T22:59:03.0516484Z [00:03:38.274]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/utf8parse-978935a34c60a6d5.d' from root:root to runner:runner
2025-08-20T22:59:03.0517269Z [00:03:38.274]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libsemver-0b6ab4ee15e3cc68.rmeta' from root:root to runner:runner
2025-08-20T22:59:03.0518157Z [00:03:38.274]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libcc-4ac115a40c46fd7f.rlib' from root:root to runner:runner
2025-08-20T22:59:03.0518984Z [00:03:38.274]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libserde-8ca90201bfee8db1.rmeta' from root:root to runner:runner
2025-08-20T22:59:03.0519783Z [00:03:38.274]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libinstability-b6716b5ab3f4fc7b.so' from root:root to runner:runner
2025-08-20T22:59:03.0520573Z [00:03:38.274]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/tracing_attributes-98a58df5e486f4b0.d' from root:root to runner:runner
2025-08-20T22:59:03.0521377Z [00:03:38.274]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/liblinux_raw_sys-325b414cbab3cc39.rmeta' from root:root to runner:runner
2025-08-20T22:59:03.0522132Z [00:03:38.274]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/proc_macro2-670e3a35fc46366c.d' from root:root to runner:runner
2025-08-20T22:59:03.0523251Z [00:03:38.274]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libbitflags-170aa612b78399d4.rmeta' from root:root to runner:runner
2025-08-20T22:59:03.0524038Z [00:03:38.274]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libindexmap-8a94e807394b9841.rmeta' from root:root to runner:runner
2025-08-20T22:59:03.0524777Z [00:03:38.274]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libc-20077f1246cac036.d' from root:root to runner:runner
2025-08-20T22:59:03.0525576Z [00:03:38.274]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libclap_builder-ae2d242b57c3355d.rmeta' from root:root to runner:runner
2025-08-20T22:59:03.0526350Z [00:03:38.274]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libwinnow-1284c79083f9004d.rmeta' from root:root to runner:runner
2025-08-20T22:59:03.0527114Z [00:03:38.274]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/equivalent-b5ddd993fdca60cb.d' from root:root to runner:runner
2025-08-20T22:59:03.0527917Z [00:03:38.274]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/liblibbpf_cargo-7bb2edeb7f5e1eae.rmeta' from root:root to runner:runner
2025-08-20T22:59:03.0528713Z [00:03:38.274]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libtoml_datetime-b09521b0cfc6532d.rlib' from root:root to runner:runner
2025-08-20T22:59:03.0529476Z [00:03:38.274]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/clap_derive-34492743f39d66aa.d' from root:root to runner:runner
2025-08-20T22:59:03.0530280Z [00:03:38.274]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libsyn-d99662c89ceee94a.rlib' from root:root to runner:runner
2025-08-20T22:59:03.0531211Z [00:03:38.274]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libbitflags-170aa612b78399d4.rlib' from root:root to runner:runner
2025-08-20T22:59:03.0532035Z [00:03:38.274]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/kinded_macros-da9c03d12d6636c4.d' from root:root to runner:runner
2025-08-20T22:59:03.0532900Z [00:03:38.274]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libcfg_if-1ed7b8522209b26f.rlib' from root:root to runner:runner
2025-08-20T22:59:03.0533698Z [00:03:38.274]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/clap_builder-ae2d242b57c3355d.d' from root:root to runner:runner
2025-08-20T22:59:03.0534425Z [00:03:38.274]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/cc-4ac115a40c46fd7f.d' from root:root to runner:runner
2025-08-20T22:59:03.0535204Z [00:03:38.274]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/proc_macro_crate-bdbb5b0dec8aac31.d' from root:root to runner:runner
2025-08-20T22:59:03.0536008Z [00:03:38.274]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libcargo_metadata-75b27ba5a6d8d682.rlib' from root:root to runner:runner
2025-08-20T22:59:03.0537012Z [00:03:38.274]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libvsprintf-b750c5decec040ec.rlib' from root:root to runner:runner
2025-08-20T22:59:03.0537784Z [00:03:38.274]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libserde-8ca90201bfee8db1.rlib' from root:root to runner:runner
2025-08-20T22:59:03.0538529Z [00:03:38.274]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/regex-acb0952c98de8bcc.d' from root:root to runner:runner
2025-08-20T22:59:03.0539294Z [00:03:38.274]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libshlex-380b779259fb4319.rmeta' from root:root to runner:runner
2025-08-20T22:59:03.0540081Z [00:03:38.274]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libident_case-3aff5cc603f2172f.rlib' from root:root to runner:runner
2025-08-20T22:59:03.0540858Z [00:03:38.274]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libanstream-007d10b213eb8916.rlib' from root:root to runner:runner
2025-08-20T22:59:03.0541633Z [00:03:38.274]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/convert_case-0ed7f6968be59bac.d' from root:root to runner:runner
2025-08-20T22:59:03.0542491Z [00:03:38.274]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/derive_getters-7ee835d9edc4eef4.d' from root:root to runner:runner
2025-08-20T22:59:03.0543178Z [00:03:38.274]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps' from root:root to runner:runner
2025-08-20T22:59:03.0543833Z [00:03:38.274]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/examples' from root:root to runner:runner
2025-08-20T22:59:03.0544633Z [00:03:38.274]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/incremental' from root:root to runner:runner
2025-08-20T22:59:03.0545615Z [00:03:38.274]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/nix-2f4940d31c0c7b8d/build_script_build-2f4940d31c0c7b8d' from root:root to runner:runner
2025-08-20T22:59:03.0546381Z [00:03:38.274]➜  ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/nix-2f4940d31c0c7b8d/build-script-build' retained as runner:runner
2025-08-20T22:59:03.0547260Z [00:03:38.274]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/nix-2f4940d31c0c7b8d/build_script_build-2f4940d31c0c7b8d.d' from root:root to runner:runner
2025-08-20T22:59:03.0547987Z [00:03:38.274]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/nix-2f4940d31c0c7b8d' from root:root to runner:runner
2025-08-20T22:59:03.0548891Z [00:03:38.274]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/serde_json-3ef5a71d79a4a8d9/build_script_build-3ef5a71d79a4a8d9' from root:root to runner:runner
2025-08-20T22:59:03.0549966Z [00:03:38.274]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/serde_json-3ef5a71d79a4a8d9/build_script_build-3ef5a71d79a4a8d9.d' from root:root to runner:runner
2025-08-20T22:59:03.0550748Z [00:03:38.274]➜  ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/serde_json-3ef5a71d79a4a8d9/build-script-build' retained as runner:runner
2025-08-20T22:59:03.0551509Z [00:03:38.274]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/serde_json-3ef5a71d79a4a8d9' from root:root to runner:runner
2025-08-20T22:59:03.0552454Z [00:03:38.274]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/signal-hook-0938eb79884e8423/build-script-build' from root:root to runner:runner
2025-08-20T22:59:03.0553415Z [00:03:38.274]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/signal-hook-0938eb79884e8423/build_script_build-0938eb79884e8423.d' from root:root to runner:runner
2025-08-20T22:59:03.0554264Z [00:03:38.274]➜  ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/signal-hook-0938eb79884e8423/build_script_build-0938eb79884e8423' retained as runner:runner
2025-08-20T22:59:03.0555029Z [00:03:38.274]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/signal-hook-0938eb79884e8423' from root:root to runner:runner
2025-08-20T22:59:03.0555841Z [00:03:38.274]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/nutype_macros-e531e12e1657d74a/stderr' from root:root to runner:runner
2025-08-20T22:59:03.0556687Z [00:03:38.274]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/nutype_macros-e531e12e1657d74a/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.0557471Z [00:03:38.274]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/nutype_macros-e531e12e1657d74a/out' from root:root to runner:runner
2025-08-20T22:59:03.0558436Z [00:03:38.274]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/nutype_macros-e531e12e1657d74a/root-output' from root:root to runner:runner
2025-08-20T22:59:03.0559322Z [00:03:38.274]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/nutype_macros-e531e12e1657d74a/output' from root:root to runner:runner
2025-08-20T22:59:03.0560097Z [00:03:38.274]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/nutype_macros-e531e12e1657d74a' from root:root to runner:runner
2025-08-20T22:59:03.0560989Z [00:03:38.274]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/vsprintf-8d7631a827fbe955/build_script_build-8d7631a827fbe955' from root:root to runner:runner
2025-08-20T22:59:03.0561780Z [00:03:38.274]➜  ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/vsprintf-8d7631a827fbe955/build-script-build' retained as runner:runner
2025-08-20T22:59:03.0562771Z [00:03:38.274]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/vsprintf-8d7631a827fbe955/build_script_build-8d7631a827fbe955.d' from root:root to runner:runner
2025-08-20T22:59:03.0563702Z [00:03:38.275]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/vsprintf-8d7631a827fbe955' from root:root to runner:runner
2025-08-20T22:59:03.0564551Z [00:03:38.275]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/wayland-sys-f2970919db69a1c1/build-script-build' from root:root to runner:runner
2025-08-20T22:59:03.0565463Z [00:03:38.275]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/wayland-sys-f2970919db69a1c1/build_script_build-f2970919db69a1c1.d' from root:root to runner:runner
2025-08-20T22:59:03.0566320Z [00:03:38.275]➜  ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/wayland-sys-f2970919db69a1c1/build_script_build-f2970919db69a1c1' retained as runner:runner
2025-08-20T22:59:03.0567076Z [00:03:38.275]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/wayland-sys-f2970919db69a1c1' from root:root to runner:runner
2025-08-20T22:59:03.0567899Z [00:03:38.275]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/ahash-db89af91257b07ae/build-script-build' from root:root to runner:runner
2025-08-20T22:59:03.0568725Z [00:03:38.275]➜  ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/ahash-db89af91257b07ae/build_script_build-db89af91257b07ae' retained as runner:runner
2025-08-20T22:59:03.0569616Z [00:03:38.275]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/ahash-db89af91257b07ae/build_script_build-db89af91257b07ae.d' from root:root to runner:runner
2025-08-20T22:59:03.0570345Z [00:03:38.275]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/ahash-db89af91257b07ae' from root:root to runner:runner
2025-08-20T22:59:03.0571241Z [00:03:38.275]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/paste-72a91a1e6f8b0794/stderr' from root:root to runner:runner
2025-08-20T22:59:03.0572137Z [00:03:38.275]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/paste-72a91a1e6f8b0794/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.0572995Z [00:03:38.275]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/paste-72a91a1e6f8b0794/out' from root:root to runner:runner
2025-08-20T22:59:03.0573786Z [00:03:38.275]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/paste-72a91a1e6f8b0794/root-output' from root:root to runner:runner
2025-08-20T22:59:03.0574552Z [00:03:38.275]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/paste-72a91a1e6f8b0794/output' from root:root to runner:runner
2025-08-20T22:59:03.0575286Z [00:03:38.275]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/paste-72a91a1e6f8b0794' from root:root to runner:runner
2025-08-20T22:59:03.0576375Z [00:03:38.275]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/libseccomp-5d9dfa7f5e2e3a17/build-script-build' from root:root to runner:runner
2025-08-20T22:59:03.0577291Z [00:03:38.275]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/libseccomp-5d9dfa7f5e2e3a17/build_script_build-5d9dfa7f5e2e3a17.d' from root:root to runner:runner
2025-08-20T22:59:03.0578156Z [00:03:38.275]➜  ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/libseccomp-5d9dfa7f5e2e3a17/build_script_build-5d9dfa7f5e2e3a17' retained as runner:runner
2025-08-20T22:59:03.0578918Z [00:03:38.275]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/libseccomp-5d9dfa7f5e2e3a17' from root:root to runner:runner
2025-08-20T22:59:03.0579813Z [00:03:38.275]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/semver-1cb0bcddacba8922/build_script_build-1cb0bcddacba8922' from root:root to runner:runner
2025-08-20T22:59:03.0580580Z [00:03:38.275]➜  ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/semver-1cb0bcddacba8922/build-script-build' retained as runner:runner
2025-08-20T22:59:03.0581603Z [00:03:38.275]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/semver-1cb0bcddacba8922/build_script_build-1cb0bcddacba8922.d' from root:root to runner:runner
2025-08-20T22:59:03.0582518Z [00:03:38.275]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/semver-1cb0bcddacba8922' from root:root to runner:runner
2025-08-20T22:59:03.0583386Z [00:03:38.275]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/paste-86fbadf795b6fc2f/build-script-build' from root:root to runner:runner
2025-08-20T22:59:03.0584224Z [00:03:38.275]➜  ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/paste-86fbadf795b6fc2f/build_script_build-86fbadf795b6fc2f' retained as runner:runner
2025-08-20T22:59:03.0585117Z [00:03:38.275]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/paste-86fbadf795b6fc2f/build_script_build-86fbadf795b6fc2f.d' from root:root to runner:runner
2025-08-20T22:59:03.0585852Z [00:03:38.275]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/paste-86fbadf795b6fc2f' from root:root to runner:runner
2025-08-20T22:59:03.0586827Z [00:03:38.275]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/nix-3ea40e9192d2cade/build-script-build' from root:root to runner:runner
2025-08-20T22:59:03.0587710Z [00:03:38.275]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/nix-3ea40e9192d2cade/build_script_build-3ea40e9192d2cade.d' from root:root to runner:runner
2025-08-20T22:59:03.0588530Z [00:03:38.275]➜  ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/nix-3ea40e9192d2cade/build_script_build-3ea40e9192d2cade' retained as runner:runner
2025-08-20T22:59:03.0589257Z [00:03:38.275]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/nix-3ea40e9192d2cade' from root:root to runner:runner
2025-08-20T22:59:03.0590191Z [00:03:38.275]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/wayland-backend-c2a2719e4c915ff7/build_script_build-c2a2719e4c915ff7' from root:root to runner:runner
2025-08-20T22:59:03.0591006Z [00:03:38.275]➜  ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/wayland-backend-c2a2719e4c915ff7/build-script-build' retained as runner:runner
2025-08-20T22:59:03.0591941Z [00:03:38.275]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/wayland-backend-c2a2719e4c915ff7/build_script_build-c2a2719e4c915ff7.d' from root:root to runner:runner
2025-08-20T22:59:03.0592806Z [00:03:38.275]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/wayland-backend-c2a2719e4c915ff7' from root:root to runner:runner
2025-08-20T22:59:03.0593631Z [00:03:38.275]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/camino-4af8e79f28c8f29d/stderr' from root:root to runner:runner
2025-08-20T22:59:03.0594455Z [00:03:38.275]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/camino-4af8e79f28c8f29d/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.0595352Z [00:03:38.275]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/camino-4af8e79f28c8f29d/out' from root:root to runner:runner
2025-08-20T22:59:03.0596210Z [00:03:38.275]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/camino-4af8e79f28c8f29d/root-output' from root:root to runner:runner
2025-08-20T22:59:03.0596989Z [00:03:38.275]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/camino-4af8e79f28c8f29d/output' from root:root to runner:runner
2025-08-20T22:59:03.0597731Z [00:03:38.275]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/camino-4af8e79f28c8f29d' from root:root to runner:runner
2025-08-20T22:59:03.0598656Z [00:03:38.275]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/parking_lot_core-72ec453a9a9ca10f/build_script_build-72ec453a9a9ca10f' from root:root to runner:runner
2025-08-20T22:59:03.0599587Z [00:03:38.275]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/parking_lot_core-72ec453a9a9ca10f/build_script_build-72ec453a9a9ca10f.d' from root:root to runner:runner
2025-08-20T22:59:03.0600565Z [00:03:38.275]➜  ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/parking_lot_core-72ec453a9a9ca10f/build-script-build' retained as runner:runner
2025-08-20T22:59:03.0601344Z [00:03:38.275]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/parking_lot_core-72ec453a9a9ca10f' from root:root to runner:runner
2025-08-20T22:59:03.0602318Z [00:03:38.275]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/eyre-e64900af82add492/build_script_build-e64900af82add492' from root:root to runner:runner
2025-08-20T22:59:03.0603128Z [00:03:38.275]➜  ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/eyre-e64900af82add492/build-script-build' retained as runner:runner
2025-08-20T22:59:03.0604018Z [00:03:38.275]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/eyre-e64900af82add492/build_script_build-e64900af82add492.d' from root:root to runner:runner
2025-08-20T22:59:03.0604780Z [00:03:38.275]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/eyre-e64900af82add492' from root:root to runner:runner
2025-08-20T22:59:03.0605694Z [00:03:38.275]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/getrandom-b8e73fb24a286c53/build_script_build-b8e73fb24a286c53.d' from root:root to runner:runner
2025-08-20T22:59:03.0606535Z [00:03:38.275]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/getrandom-b8e73fb24a286c53/build-script-build' from root:root to runner:runner
2025-08-20T22:59:03.0607387Z [00:03:38.275]➜  ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/getrandom-b8e73fb24a286c53/build_script_build-b8e73fb24a286c53' retained as runner:runner
2025-08-20T22:59:03.0608315Z [00:03:38.275]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/getrandom-b8e73fb24a286c53' from root:root to runner:runner
2025-08-20T22:59:03.0609166Z [00:03:38.275]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/serde_json-cdacff90362a75bb/build-script-build' from root:root to runner:runner
2025-08-20T22:59:03.0610084Z [00:03:38.275]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/serde_json-cdacff90362a75bb/build_script_build-cdacff90362a75bb.d' from root:root to runner:runner
2025-08-20T22:59:03.0610927Z [00:03:38.275]➜  ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/serde_json-cdacff90362a75bb/build_script_build-cdacff90362a75bb' retained as runner:runner
2025-08-20T22:59:03.0611689Z [00:03:38.275]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/serde_json-cdacff90362a75bb' from root:root to runner:runner
2025-08-20T22:59:03.0612640Z [00:03:38.275]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/slab-633351352e28f91c/build_script_build-633351352e28f91c.d' from root:root to runner:runner
2025-08-20T22:59:03.0613671Z [00:03:38.275]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/slab-633351352e28f91c/build-script-build' from root:root to runner:runner
2025-08-20T22:59:03.0614491Z [00:03:38.275]➜  ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/slab-633351352e28f91c/build_script_build-633351352e28f91c' retained as runner:runner
2025-08-20T22:59:03.0615226Z [00:03:38.275]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/slab-633351352e28f91c' from root:root to runner:runner
2025-08-20T22:59:03.0616140Z [00:03:38.275]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/proc-macro2-088b0e1b523234bf/build_script_build-088b0e1b523234bf' from root:root to runner:runner
2025-08-20T22:59:03.0617052Z [00:03:38.275]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/proc-macro2-088b0e1b523234bf/build_script_build-088b0e1b523234bf.d' from root:root to runner:runner
2025-08-20T22:59:03.0617848Z [00:03:38.275]➜  ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/proc-macro2-088b0e1b523234bf/build-script-build' retained as runner:runner
2025-08-20T22:59:03.0618610Z [00:03:38.275]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/proc-macro2-088b0e1b523234bf' from root:root to runner:runner
2025-08-20T22:59:03.0619544Z [00:03:38.275]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/libseccomp-sys-67ef9fc65e107a61/build_script_build-67ef9fc65e107a61.d' from root:root to runner:runner
2025-08-20T22:59:03.0620415Z [00:03:38.275]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/libseccomp-sys-67ef9fc65e107a61/build-script-build' from root:root to runner:runner
2025-08-20T22:59:03.0621288Z [00:03:38.275]➜  ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/libseccomp-sys-67ef9fc65e107a61/build_script_build-67ef9fc65e107a61' retained as runner:runner
2025-08-20T22:59:03.0622297Z [00:03:38.275]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/libseccomp-sys-67ef9fc65e107a61' from root:root to runner:runner
2025-08-20T22:59:03.0623166Z [00:03:38.275]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/rustix-81ce2d7fbe5c9034/stderr' from root:root to runner:runner
2025-08-20T22:59:03.0624007Z [00:03:38.275]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/rustix-81ce2d7fbe5c9034/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.0624764Z [00:03:38.275]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/rustix-81ce2d7fbe5c9034/out' from root:root to runner:runner
2025-08-20T22:59:03.0625563Z [00:03:38.275]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/rustix-81ce2d7fbe5c9034/root-output' from root:root to runner:runner
2025-08-20T22:59:03.0626330Z [00:03:38.275]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/rustix-81ce2d7fbe5c9034/output' from root:root to runner:runner
2025-08-20T22:59:03.0627233Z [00:03:38.275]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/rustix-81ce2d7fbe5c9034' from root:root to runner:runner
2025-08-20T22:59:03.0628137Z [00:03:38.275]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/zerocopy-7948ee4c65c20b6e/build_script_build-7948ee4c65c20b6e.d' from root:root to runner:runner
2025-08-20T22:59:03.0628969Z [00:03:38.276]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/zerocopy-7948ee4c65c20b6e/build-script-build' from root:root to runner:runner
2025-08-20T22:59:03.0629811Z [00:03:38.276]➜  ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/zerocopy-7948ee4c65c20b6e/build_script_build-7948ee4c65c20b6e' retained as runner:runner
2025-08-20T22:59:03.0630564Z [00:03:38.276]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/zerocopy-7948ee4c65c20b6e' from root:root to runner:runner
2025-08-20T22:59:03.0631404Z [00:03:38.276]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/backtrace-834343b451a7ccb0/build-script-build' from root:root to runner:runner
2025-08-20T22:59:03.0632399Z [00:03:38.276]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/backtrace-834343b451a7ccb0/build_script_build-834343b451a7ccb0.d' from root:root to runner:runner
2025-08-20T22:59:03.0633284Z [00:03:38.276]➜  ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/backtrace-834343b451a7ccb0/build_script_build-834343b451a7ccb0' retained as runner:runner
2025-08-20T22:59:03.0634048Z [00:03:38.276]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/backtrace-834343b451a7ccb0' from root:root to runner:runner
2025-08-20T22:59:03.0634983Z [00:03:38.276]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/thiserror-e0ec25145e714088/stderr' from root:root to runner:runner
2025-08-20T22:59:03.0635842Z [00:03:38.276]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/thiserror-e0ec25145e714088/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.0636606Z [00:03:38.276]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/thiserror-e0ec25145e714088/out' from root:root to runner:runner
2025-08-20T22:59:03.0637421Z [00:03:38.276]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/thiserror-e0ec25145e714088/root-output' from root:root to runner:runner
2025-08-20T22:59:03.0638210Z [00:03:38.276]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/thiserror-e0ec25145e714088/output' from root:root to runner:runner
2025-08-20T22:59:03.0638964Z [00:03:38.276]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/thiserror-e0ec25145e714088' from root:root to runner:runner
2025-08-20T22:59:03.0639854Z [00:03:38.276]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/serde-5af83531a6aafd86/build_script_build-5af83531a6aafd86.d' from root:root to runner:runner
2025-08-20T22:59:03.0640895Z [00:03:38.276]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/serde-5af83531a6aafd86/build_script_build-5af83531a6aafd86' from root:root to runner:runner
2025-08-20T22:59:03.0641669Z [00:03:38.276]➜  ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/serde-5af83531a6aafd86/build-script-build' retained as runner:runner
2025-08-20T22:59:03.0642515Z [00:03:38.276]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/serde-5af83531a6aafd86' from root:root to runner:runner
2025-08-20T22:59:03.0643458Z [00:03:38.276]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/camino-29851a967b129939/build_script_build-29851a967b129939.d' from root:root to runner:runner
2025-08-20T22:59:03.0644351Z [00:03:38.276]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/camino-29851a967b129939/build_script_build-29851a967b129939' from root:root to runner:runner
2025-08-20T22:59:03.0645121Z [00:03:38.276]➜  ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/camino-29851a967b129939/build-script-build' retained as runner:runner
2025-08-20T22:59:03.0645857Z [00:03:38.276]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/camino-29851a967b129939' from root:root to runner:runner
2025-08-20T22:59:03.0646780Z [00:03:38.276]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/rustversion-31d3f0194f67d67e/build_script_build-31d3f0194f67d67e' from root:root to runner:runner
2025-08-20T22:59:03.0647698Z [00:03:38.276]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/rustversion-31d3f0194f67d67e/build_script_build-31d3f0194f67d67e.d' from root:root to runner:runner
2025-08-20T22:59:03.0648656Z [00:03:38.276]➜  ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/rustversion-31d3f0194f67d67e/build-script-build' retained as runner:runner
2025-08-20T22:59:03.0649507Z [00:03:38.276]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/rustversion-31d3f0194f67d67e' from root:root to runner:runner
2025-08-20T22:59:03.0650333Z [00:03:38.276]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/libc-f031ae2a6b34abde/build-script-build' from root:root to runner:runner
2025-08-20T22:59:03.0651217Z [00:03:38.276]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/libc-f031ae2a6b34abde/build_script_build-f031ae2a6b34abde.d' from root:root to runner:runner
2025-08-20T22:59:03.0652048Z [00:03:38.276]➜  ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/libc-f031ae2a6b34abde/build_script_build-f031ae2a6b34abde' retained as runner:runner
2025-08-20T22:59:03.0652921Z [00:03:38.276]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/libc-f031ae2a6b34abde' from root:root to runner:runner
2025-08-20T22:59:03.0653898Z [00:03:38.276]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/anyhow-02d0fac3033653f2/stderr' from root:root to runner:runner
2025-08-20T22:59:03.0654718Z [00:03:38.276]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/anyhow-02d0fac3033653f2/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.0655481Z [00:03:38.276]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/anyhow-02d0fac3033653f2/out' from root:root to runner:runner
2025-08-20T22:59:03.0656270Z [00:03:38.276]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/anyhow-02d0fac3033653f2/root-output' from root:root to runner:runner
2025-08-20T22:59:03.0657040Z [00:03:38.276]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/anyhow-02d0fac3033653f2/output' from root:root to runner:runner
2025-08-20T22:59:03.0657775Z [00:03:38.276]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/anyhow-02d0fac3033653f2' from root:root to runner:runner
2025-08-20T22:59:03.0658638Z [00:03:38.276]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/wayland-client-bcd5f553897946b9/build-script-build' from root:root to runner:runner
2025-08-20T22:59:03.0659507Z [00:03:38.276]➜  ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/wayland-client-bcd5f553897946b9/build_script_build-bcd5f553897946b9' retained as runner:runner
2025-08-20T22:59:03.0660434Z [00:03:38.276]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/wayland-client-bcd5f553897946b9/build_script_build-bcd5f553897946b9.d' from root:root to runner:runner
2025-08-20T22:59:03.0661212Z [00:03:38.276]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/wayland-client-bcd5f553897946b9' from root:root to runner:runner
2025-08-20T22:59:03.0662119Z [00:03:38.276]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/vsprintf-b450f7f27627cb83/stderr' from root:root to runner:runner
2025-08-20T22:59:03.0663131Z [00:03:38.276]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/vsprintf-b450f7f27627cb83/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.0664021Z [00:03:38.276]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/vsprintf-b450f7f27627cb83/out/ea708c7824d36062-lib.o' from root:root to runner:runner
2025-08-20T22:59:03.0664849Z [00:03:38.276]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/vsprintf-b450f7f27627cb83/out/libvsprintf.a' from root:root to runner:runner
2025-08-20T22:59:03.0665623Z [00:03:38.276]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/vsprintf-b450f7f27627cb83/out' from root:root to runner:runner
2025-08-20T22:59:03.0666422Z [00:03:38.276]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/vsprintf-b450f7f27627cb83/root-output' from root:root to runner:runner
2025-08-20T22:59:03.0667439Z [00:03:38.276]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/vsprintf-b450f7f27627cb83/output' from root:root to runner:runner
2025-08-20T22:59:03.0668193Z [00:03:38.276]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/vsprintf-b450f7f27627cb83' from root:root to runner:runner
2025-08-20T22:59:03.0668982Z [00:03:38.276]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/serde_json-cb924d97bb19c58b/stderr' from root:root to runner:runner
2025-08-20T22:59:03.0669812Z [00:03:38.276]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/serde_json-cb924d97bb19c58b/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.0670584Z [00:03:38.276]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/serde_json-cb924d97bb19c58b/out' from root:root to runner:runner
2025-08-20T22:59:03.0671387Z [00:03:38.276]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/serde_json-cb924d97bb19c58b/root-output' from root:root to runner:runner
2025-08-20T22:59:03.0672268Z [00:03:38.276]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/serde_json-cb924d97bb19c58b/output' from root:root to runner:runner
2025-08-20T22:59:03.0673070Z [00:03:38.276]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/serde_json-cb924d97bb19c58b' from root:root to runner:runner
2025-08-20T22:59:03.0673980Z [00:03:38.276]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/thiserror-8196f37f0d52254e/build_script_build-8196f37f0d52254e' from root:root to runner:runner
2025-08-20T22:59:03.0674763Z [00:03:38.276]➜  ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/thiserror-8196f37f0d52254e/build-script-build' retained as runner:runner
2025-08-20T22:59:03.0675836Z [00:03:38.276]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/thiserror-8196f37f0d52254e/build_script_build-8196f37f0d52254e.d' from root:root to runner:runner
2025-08-20T22:59:03.0676695Z [00:03:38.276]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/thiserror-8196f37f0d52254e' from root:root to runner:runner
2025-08-20T22:59:03.0677616Z [00:03:38.276]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/num-traits-8a2b48344bfa1f02/build_script_build-8a2b48344bfa1f02.d' from root:root to runner:runner
2025-08-20T22:59:03.0678513Z [00:03:38.276]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/num-traits-8a2b48344bfa1f02/build_script_build-8a2b48344bfa1f02' from root:root to runner:runner
2025-08-20T22:59:03.0679312Z [00:03:38.276]➜  ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/num-traits-8a2b48344bfa1f02/build-script-build' retained as runner:runner
2025-08-20T22:59:03.0680068Z [00:03:38.276]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/num-traits-8a2b48344bfa1f02' from root:root to runner:runner
2025-08-20T22:59:03.0681077Z [00:03:38.276]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/serde-3f0c8c1c19c5434c/stderr' from root:root to runner:runner
2025-08-20T22:59:03.0681890Z [00:03:38.276]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/serde-3f0c8c1c19c5434c/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.0682737Z [00:03:38.276]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/serde-3f0c8c1c19c5434c/out' from root:root to runner:runner
2025-08-20T22:59:03.0683573Z [00:03:38.276]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/serde-3f0c8c1c19c5434c/root-output' from root:root to runner:runner
2025-08-20T22:59:03.0684342Z [00:03:38.276]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/serde-3f0c8c1c19c5434c/output' from root:root to runner:runner
2025-08-20T22:59:03.0685073Z [00:03:38.276]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/serde-3f0c8c1c19c5434c' from root:root to runner:runner
2025-08-20T22:59:03.0685864Z [00:03:38.276]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/libbpf-sys-581129f32eb7a6af/stderr' from root:root to runner:runner
2025-08-20T22:59:03.0686698Z [00:03:38.276]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/libbpf-sys-581129f32eb7a6af/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.0687530Z [00:03:38.276]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/libbpf-sys-581129f32eb7a6af/out/obj/libbpf.a' from root:root to runner:runner
2025-08-20T22:59:03.0688388Z [00:03:38.276]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/libbpf-sys-581129f32eb7a6af/out/obj/staticobjs/btf.o' from root:root to runner:runner
2025-08-20T22:59:03.0689435Z [00:03:38.276]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/libbpf-sys-581129f32eb7a6af/out/obj/staticobjs/libbpf.o' from root:root to runner:runner
2025-08-20T22:59:03.0690373Z [00:03:38.276]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/libbpf-sys-581129f32eb7a6af/out/obj/staticobjs/ringbuf.o' from root:root to runner:runner
2025-08-20T22:59:03.0691271Z [00:03:38.276]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/libbpf-sys-581129f32eb7a6af/out/obj/staticobjs/relo_core.o' from root:root to runner:runner
2025-08-20T22:59:03.0692257Z [00:03:38.276]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/libbpf-sys-581129f32eb7a6af/out/obj/staticobjs/features.o' from root:root to runner:runner
2025-08-20T22:59:03.0693210Z [00:03:38.276]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/libbpf-sys-581129f32eb7a6af/out/obj/staticobjs/libbpf_probes.o' from root:root to runner:runner
2025-08-20T22:59:03.0694276Z [00:03:38.277]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/libbpf-sys-581129f32eb7a6af/out/obj/staticobjs/str_error.o' from root:root to runner:runner
2025-08-20T22:59:03.0695160Z [00:03:38.277]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/libbpf-sys-581129f32eb7a6af/out/obj/staticobjs/btf_dump.o' from root:root to runner:runner
2025-08-20T22:59:03.0696032Z [00:03:38.277]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/libbpf-sys-581129f32eb7a6af/out/obj/staticobjs/zip.o' from root:root to runner:runner
2025-08-20T22:59:03.0696910Z [00:03:38.277]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/libbpf-sys-581129f32eb7a6af/out/obj/staticobjs/btf_iter.o' from root:root to runner:runner
2025-08-20T22:59:03.0697801Z [00:03:38.277]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/libbpf-sys-581129f32eb7a6af/out/obj/staticobjs/hashmap.o' from root:root to runner:runner
2025-08-20T22:59:03.0698682Z [00:03:38.277]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/libbpf-sys-581129f32eb7a6af/out/obj/staticobjs/netlink.o' from root:root to runner:runner
2025-08-20T22:59:03.0699570Z [00:03:38.277]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/libbpf-sys-581129f32eb7a6af/out/obj/staticobjs/gen_loader.o' from root:root to runner:runner
2025-08-20T22:59:03.0700473Z [00:03:38.277]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/libbpf-sys-581129f32eb7a6af/out/obj/staticobjs/libbpf_errno.o' from root:root to runner:runner
2025-08-20T22:59:03.0701350Z [00:03:38.277]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/libbpf-sys-581129f32eb7a6af/out/obj/staticobjs/strset.o' from root:root to runner:runner
2025-08-20T22:59:03.0702474Z [00:03:38.277]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/libbpf-sys-581129f32eb7a6af/out/obj/staticobjs/bpf.o' from root:root to runner:runner
2025-08-20T22:59:03.0703445Z [00:03:38.277]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/libbpf-sys-581129f32eb7a6af/out/obj/staticobjs/bpf_prog_linfo.o' from root:root to runner:runner
2025-08-20T22:59:03.0704314Z [00:03:38.277]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/libbpf-sys-581129f32eb7a6af/out/obj/staticobjs/elf.o' from root:root to runner:runner
2025-08-20T22:59:03.0705218Z [00:03:38.277]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/libbpf-sys-581129f32eb7a6af/out/obj/staticobjs/usdt.o' from root:root to runner:runner
2025-08-20T22:59:03.0706098Z [00:03:38.277]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/libbpf-sys-581129f32eb7a6af/out/obj/staticobjs/nlattr.o' from root:root to runner:runner
2025-08-20T22:59:03.0707002Z [00:03:38.277]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/libbpf-sys-581129f32eb7a6af/out/obj/staticobjs/btf_relocate.o' from root:root to runner:runner
2025-08-20T22:59:03.0708107Z [00:03:38.277]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/libbpf-sys-581129f32eb7a6af/out/obj/staticobjs/linker.o' from root:root to runner:runner
2025-08-20T22:59:03.0708949Z [00:03:38.277]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/libbpf-sys-581129f32eb7a6af/out/obj/staticobjs' from root:root to runner:runner
2025-08-20T22:59:03.0709788Z [00:03:38.277]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/libbpf-sys-581129f32eb7a6af/out/obj/libbpf.pc' from root:root to runner:runner
2025-08-20T22:59:03.0710574Z [00:03:38.277]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/libbpf-sys-581129f32eb7a6af/out/obj' from root:root to runner:runner
2025-08-20T22:59:03.0711393Z [00:03:38.277]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/libbpf-sys-581129f32eb7a6af/out/libbpf.a' from root:root to runner:runner
2025-08-20T22:59:03.0712369Z [00:03:38.277]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/libbpf-sys-581129f32eb7a6af/out/pkgconfig/libbpf.pc' from root:root to runner:runner
2025-08-20T22:59:03.0713246Z [00:03:38.277]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/libbpf-sys-581129f32eb7a6af/out/pkgconfig' from root:root to runner:runner
2025-08-20T22:59:03.0714124Z [00:03:38.277]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/libbpf-sys-581129f32eb7a6af/out/include/bpf/bpf_helpers.h' from root:root to runner:runner
2025-08-20T22:59:03.0715015Z [00:03:38.277]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/libbpf-sys-581129f32eb7a6af/out/include/bpf/bpf_core_read.h' from root:root to runner:runner
2025-08-20T22:59:03.0715900Z [00:03:38.277]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/libbpf-sys-581129f32eb7a6af/out/include/bpf/bpf_tracing.h' from root:root to runner:runner
2025-08-20T22:59:03.0716936Z [00:03:38.277]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/libbpf-sys-581129f32eb7a6af/out/include/bpf/skel_internal.h' from root:root to runner:runner
2025-08-20T22:59:03.0717860Z [00:03:38.277]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/libbpf-sys-581129f32eb7a6af/out/include/bpf/bpf_helper_defs.h' from root:root to runner:runner
2025-08-20T22:59:03.0718759Z [00:03:38.277]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/libbpf-sys-581129f32eb7a6af/out/include/bpf/libbpf_version.h' from root:root to runner:runner
2025-08-20T22:59:03.0719637Z [00:03:38.277]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/libbpf-sys-581129f32eb7a6af/out/include/bpf/usdt.bpf.h' from root:root to runner:runner
2025-08-20T22:59:03.0720491Z [00:03:38.277]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/libbpf-sys-581129f32eb7a6af/out/include/bpf/btf.h' from root:root to runner:runner
2025-08-20T22:59:03.0721536Z [00:03:38.277]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/libbpf-sys-581129f32eb7a6af/out/include/bpf/bpf_endian.h' from root:root to runner:runner
2025-08-20T22:59:03.0722543Z [00:03:38.277]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/libbpf-sys-581129f32eb7a6af/out/include/bpf/libbpf_legacy.h' from root:root to runner:runner
2025-08-20T22:59:03.0723476Z [00:03:38.277]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/libbpf-sys-581129f32eb7a6af/out/include/bpf/libbpf_common.h' from root:root to runner:runner
2025-08-20T22:59:03.0724344Z [00:03:38.277]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/libbpf-sys-581129f32eb7a6af/out/include/bpf/libbpf.h' from root:root to runner:runner
2025-08-20T22:59:03.0725200Z [00:03:38.277]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/libbpf-sys-581129f32eb7a6af/out/include/bpf/bpf.h' from root:root to runner:runner
2025-08-20T22:59:03.0726034Z [00:03:38.277]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/libbpf-sys-581129f32eb7a6af/out/include/bpf' from root:root to runner:runner
2025-08-20T22:59:03.0726844Z [00:03:38.277]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/libbpf-sys-581129f32eb7a6af/out/include' from root:root to runner:runner
2025-08-20T22:59:03.0727616Z [00:03:38.277]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/libbpf-sys-581129f32eb7a6af/out' from root:root to runner:runner
2025-08-20T22:59:03.0728431Z [00:03:38.277]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/libbpf-sys-581129f32eb7a6af/root-output' from root:root to runner:runner
2025-08-20T22:59:03.0729213Z [00:03:38.277]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/libbpf-sys-581129f32eb7a6af/output' from root:root to runner:runner
2025-08-20T22:59:03.0730094Z [00:03:38.277]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/libbpf-sys-581129f32eb7a6af' from root:root to runner:runner
2025-08-20T22:59:03.0730960Z [00:03:38.277]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/rstest_macros-9fbc5ef8ae4fde05/stderr' from root:root to runner:runner
2025-08-20T22:59:03.0731813Z [00:03:38.277]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/rstest_macros-9fbc5ef8ae4fde05/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.0732714Z [00:03:38.277]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/rstest_macros-9fbc5ef8ae4fde05/out' from root:root to runner:runner
2025-08-20T22:59:03.0733590Z [00:03:38.277]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/rstest_macros-9fbc5ef8ae4fde05/root-output' from root:root to runner:runner
2025-08-20T22:59:03.0734388Z [00:03:38.277]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/rstest_macros-9fbc5ef8ae4fde05/output' from root:root to runner:runner
2025-08-20T22:59:03.0735377Z [00:03:38.278]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/rstest_macros-9fbc5ef8ae4fde05' from root:root to runner:runner
2025-08-20T22:59:03.0736174Z [00:03:38.278]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/proc-macro2-ce781c406ea95167/stderr' from root:root to runner:runner
2025-08-20T22:59:03.0737017Z [00:03:38.278]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/proc-macro2-ce781c406ea95167/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.0737796Z [00:03:38.278]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/proc-macro2-ce781c406ea95167/out' from root:root to runner:runner
2025-08-20T22:59:03.0738615Z [00:03:38.278]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/proc-macro2-ce781c406ea95167/root-output' from root:root to runner:runner
2025-08-20T22:59:03.0739404Z [00:03:38.278]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/proc-macro2-ce781c406ea95167/output' from root:root to runner:runner
2025-08-20T22:59:03.0740169Z [00:03:38.278]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/proc-macro2-ce781c406ea95167' from root:root to runner:runner
2025-08-20T22:59:03.0740956Z [00:03:38.278]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/getrandom-e40be6e29f45e9b3/stderr' from root:root to runner:runner
2025-08-20T22:59:03.0741799Z [00:03:38.278]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/getrandom-e40be6e29f45e9b3/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.0742673Z [00:03:38.278]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/getrandom-e40be6e29f45e9b3/out' from root:root to runner:runner
2025-08-20T22:59:03.0743702Z [00:03:38.278]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/getrandom-e40be6e29f45e9b3/root-output' from root:root to runner:runner
2025-08-20T22:59:03.0744568Z [00:03:38.278]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/getrandom-e40be6e29f45e9b3/output' from root:root to runner:runner
2025-08-20T22:59:03.0745334Z [00:03:38.278]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/getrandom-e40be6e29f45e9b3' from root:root to runner:runner
2025-08-20T22:59:03.0746186Z [00:03:38.278]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/nutype_macros-6b8bde0bb52a4188/build-script-build' from root:root to runner:runner
2025-08-20T22:59:03.0747103Z [00:03:38.278]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/nutype_macros-6b8bde0bb52a4188/build_script_build-6b8bde0bb52a4188.d' from root:root to runner:runner
2025-08-20T22:59:03.0747963Z [00:03:38.278]➜  ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/nutype_macros-6b8bde0bb52a4188/build_script_build-6b8bde0bb52a4188' retained as runner:runner
2025-08-20T22:59:03.0748924Z [00:03:38.278]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/nutype_macros-6b8bde0bb52a4188' from root:root to runner:runner
2025-08-20T22:59:03.0749849Z [00:03:38.278]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/rstest_macros-2a7a1e9eb56dfb56/build_script_build-2a7a1e9eb56dfb56.d' from root:root to runner:runner
2025-08-20T22:59:03.0750707Z [00:03:38.278]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/rstest_macros-2a7a1e9eb56dfb56/build-script-build' from root:root to runner:runner
2025-08-20T22:59:03.0751571Z [00:03:38.278]➜  ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/rstest_macros-2a7a1e9eb56dfb56/build_script_build-2a7a1e9eb56dfb56' retained as runner:runner
2025-08-20T22:59:03.0752441Z [00:03:38.278]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/rstest_macros-2a7a1e9eb56dfb56' from root:root to runner:runner
2025-08-20T22:59:03.0753260Z [00:03:38.278]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/semver-188083a6a9f5f083/stderr' from root:root to runner:runner
2025-08-20T22:59:03.0754080Z [00:03:38.278]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/semver-188083a6a9f5f083/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.0754842Z [00:03:38.278]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/semver-188083a6a9f5f083/out' from root:root to runner:runner
2025-08-20T22:59:03.0755632Z [00:03:38.278]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/semver-188083a6a9f5f083/root-output' from root:root to runner:runner
2025-08-20T22:59:03.0756543Z [00:03:38.278]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/semver-188083a6a9f5f083/output' from root:root to runner:runner
2025-08-20T22:59:03.0757350Z [00:03:38.278]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/semver-188083a6a9f5f083' from root:root to runner:runner
2025-08-20T22:59:03.0758254Z [00:03:38.278]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/libbpf-sys-1c0d07195717f366/build_script_build-1c0d07195717f366' from root:root to runner:runner
2025-08-20T22:59:03.0759163Z [00:03:38.278]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/libbpf-sys-1c0d07195717f366/build_script_build-1c0d07195717f366.d' from root:root to runner:runner
2025-08-20T22:59:03.0759956Z [00:03:38.278]➜  ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/libbpf-sys-1c0d07195717f366/build-script-build' retained as runner:runner
2025-08-20T22:59:03.0760710Z [00:03:38.278]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/libbpf-sys-1c0d07195717f366' from root:root to runner:runner
2025-08-20T22:59:03.0762010Z [00:03:38.278]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/tracexec-5dbf97cbd285b16b/build_script_build-5dbf97cbd285b16b.build_script_build.9eb3074478c94d28-cgu.0.rcgu.o' from root:root to runner:runner
2025-08-20T22:59:03.0763185Z [00:03:38.278]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/tracexec-5dbf97cbd285b16b/build_script_build-5dbf97cbd285b16b.9gdu2khxb2slf5ej1hknm6ckc.rcgu.o' from root:root to runner:runner
2025-08-20T22:59:03.0764143Z [00:03:38.278]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/tracexec-5dbf97cbd285b16b/build_script_build-5dbf97cbd285b16b.d' from root:root to runner:runner
2025-08-20T22:59:03.0764901Z [00:03:38.278]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/tracexec-5dbf97cbd285b16b' from root:root to runner:runner
2025-08-20T22:59:03.0765806Z [00:03:38.278]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/thiserror-9498c34815b63e89/build_script_build-9498c34815b63e89' from root:root to runner:runner
2025-08-20T22:59:03.0766591Z [00:03:38.278]➜  ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/thiserror-9498c34815b63e89/build-script-build' retained as runner:runner
2025-08-20T22:59:03.0767493Z [00:03:38.278]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/thiserror-9498c34815b63e89/build_script_build-9498c34815b63e89.d' from root:root to runner:runner
2025-08-20T22:59:03.0768247Z [00:03:38.278]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/thiserror-9498c34815b63e89' from root:root to runner:runner
2025-08-20T22:59:03.0769091Z [00:03:38.278]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/getrandom-0fd0609afce44135/build-script-build' from root:root to runner:runner
2025-08-20T22:59:03.0770074Z [00:03:38.278]➜  ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/getrandom-0fd0609afce44135/build_script_build-0fd0609afce44135' retained as runner:runner
2025-08-20T22:59:03.0771048Z [00:03:38.278]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/getrandom-0fd0609afce44135/build_script_build-0fd0609afce44135.d' from root:root to runner:runner
2025-08-20T22:59:03.0771806Z [00:03:38.278]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/getrandom-0fd0609afce44135' from root:root to runner:runner
2025-08-20T22:59:03.0772720Z [00:03:38.278]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/rustix-49cea91d3c0aca44/build-script-build' from root:root to runner:runner
2025-08-20T22:59:03.0773612Z [00:03:38.278]➜  ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/rustix-49cea91d3c0aca44/build_script_build-49cea91d3c0aca44' retained as runner:runner
2025-08-20T22:59:03.0774503Z [00:03:38.278]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/rustix-49cea91d3c0aca44/build_script_build-49cea91d3c0aca44.d' from root:root to runner:runner
2025-08-20T22:59:03.0775421Z [00:03:38.278]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/rustix-49cea91d3c0aca44' from root:root to runner:runner
2025-08-20T22:59:03.0776180Z [00:03:38.278]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/libc-d6242236a11ddf6b/stderr' from root:root to runner:runner
2025-08-20T22:59:03.0776994Z [00:03:38.278]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/libc-d6242236a11ddf6b/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.0777737Z [00:03:38.278]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/libc-d6242236a11ddf6b/out' from root:root to runner:runner
2025-08-20T22:59:03.0778525Z [00:03:38.278]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/libc-d6242236a11ddf6b/root-output' from root:root to runner:runner
2025-08-20T22:59:03.0779278Z [00:03:38.278]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/libc-d6242236a11ddf6b/output' from root:root to runner:runner
2025-08-20T22:59:03.0780012Z [00:03:38.278]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/libc-d6242236a11ddf6b' from root:root to runner:runner
2025-08-20T22:59:03.0780832Z [00:03:38.278]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/rustix-37293101cfebc25a/build-script-build' from root:root to runner:runner
2025-08-20T22:59:03.0781722Z [00:03:38.278]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/rustix-37293101cfebc25a/build_script_build-37293101cfebc25a.d' from root:root to runner:runner
2025-08-20T22:59:03.0782645Z [00:03:38.278]➜  ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/rustix-37293101cfebc25a/build_script_build-37293101cfebc25a' retained as runner:runner
2025-08-20T22:59:03.0783628Z [00:03:38.278]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/rustix-37293101cfebc25a' from root:root to runner:runner
2025-08-20T22:59:03.0784581Z [00:03:38.278]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/lock_api-bd51c8d53a64da74/build_script_build-bd51c8d53a64da74.d' from root:root to runner:runner
2025-08-20T22:59:03.0785412Z [00:03:38.278]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/lock_api-bd51c8d53a64da74/build-script-build' from root:root to runner:runner
2025-08-20T22:59:03.0786250Z [00:03:38.278]➜  ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/lock_api-bd51c8d53a64da74/build_script_build-bd51c8d53a64da74' retained as runner:runner
2025-08-20T22:59:03.0787000Z [00:03:38.278]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/lock_api-bd51c8d53a64da74' from root:root to runner:runner
2025-08-20T22:59:03.0787749Z [00:03:38.278]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/nix-15a3542390dd2471/stderr' from root:root to runner:runner
2025-08-20T22:59:03.0788730Z [00:03:38.278]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/nix-15a3542390dd2471/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.0789468Z [00:03:38.278]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/nix-15a3542390dd2471/out' from root:root to runner:runner
2025-08-20T22:59:03.0790252Z [00:03:38.278]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/nix-15a3542390dd2471/root-output' from root:root to runner:runner
2025-08-20T22:59:03.0791001Z [00:03:38.278]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/nix-15a3542390dd2471/output' from root:root to runner:runner
2025-08-20T22:59:03.0791728Z [00:03:38.278]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/nix-15a3542390dd2471' from root:root to runner:runner
2025-08-20T22:59:03.0792638Z [00:03:38.278]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/anyhow-a15a6534729acd94/build-script-build' from root:root to runner:runner
2025-08-20T22:59:03.0793582Z [00:03:38.278]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/anyhow-a15a6534729acd94/build_script_build-a15a6534729acd94.d' from root:root to runner:runner
2025-08-20T22:59:03.0794419Z [00:03:38.278]➜  ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/anyhow-a15a6534729acd94/build_script_build-a15a6534729acd94' retained as runner:runner
2025-08-20T22:59:03.0795158Z [00:03:38.278]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/anyhow-a15a6534729acd94' from root:root to runner:runner
2025-08-20T22:59:03.0795959Z [00:03:38.278]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/rustversion-e9711a7c438c23af/stderr' from root:root to runner:runner
2025-08-20T22:59:03.0796943Z [00:03:38.278]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/rustversion-e9711a7c438c23af/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.0797874Z [00:03:38.278]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/rustversion-e9711a7c438c23af/out/version.expr' from root:root to runner:runner
2025-08-20T22:59:03.0798671Z [00:03:38.278]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/rustversion-e9711a7c438c23af/out' from root:root to runner:runner
2025-08-20T22:59:03.0799491Z [00:03:38.278]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/rustversion-e9711a7c438c23af/root-output' from root:root to runner:runner
2025-08-20T22:59:03.0800293Z [00:03:38.278]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/rustversion-e9711a7c438c23af/output' from root:root to runner:runner
2025-08-20T22:59:03.0801061Z [00:03:38.278]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/rustversion-e9711a7c438c23af' from root:root to runner:runner
2025-08-20T22:59:03.0801897Z [00:03:38.278]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build' from root:root to runner:runner
2025-08-20T22:59:03.0802636Z [00:03:38.278]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.cargo-lock' from root:root to runner:runner
2025-08-20T22:59:03.0803592Z [00:03:38.278]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/thiserror-impl-c3fe6d170fd179c2/dep-lib-thiserror_impl' from root:root to runner:runner
2025-08-20T22:59:03.0804474Z [00:03:38.278]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/thiserror-impl-c3fe6d170fd179c2/lib-thiserror_impl' from root:root to runner:runner
2025-08-20T22:59:03.0805406Z [00:03:38.278]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/thiserror-impl-c3fe6d170fd179c2/lib-thiserror_impl.json' from root:root to runner:runner
2025-08-20T22:59:03.0806287Z [00:03:38.278]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/thiserror-impl-c3fe6d170fd179c2/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.0807088Z [00:03:38.278]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/thiserror-impl-c3fe6d170fd179c2' from root:root to runner:runner
2025-08-20T22:59:03.0807956Z [00:03:38.278]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/darling_macro-e0b660ae4d79331e/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.0808838Z [00:03:38.278]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/darling_macro-e0b660ae4d79331e/lib-darling_macro.json' from root:root to runner:runner
2025-08-20T22:59:03.0809716Z [00:03:38.278]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/darling_macro-e0b660ae4d79331e/dep-lib-darling_macro' from root:root to runner:runner
2025-08-20T22:59:03.0810732Z [00:03:38.278]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/darling_macro-e0b660ae4d79331e/lib-darling_macro' from root:root to runner:runner
2025-08-20T22:59:03.0811619Z [00:03:38.278]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/darling_macro-e0b660ae4d79331e' from root:root to runner:runner
2025-08-20T22:59:03.0812588Z [00:03:38.278]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/wayland-scanner-2b4ee375a1888f3a/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.0813516Z [00:03:38.278]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/wayland-scanner-2b4ee375a1888f3a/lib-wayland_scanner' from root:root to runner:runner
2025-08-20T22:59:03.0814427Z [00:03:38.278]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/wayland-scanner-2b4ee375a1888f3a/dep-lib-wayland_scanner' from root:root to runner:runner
2025-08-20T22:59:03.0815331Z [00:03:38.279]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/wayland-scanner-2b4ee375a1888f3a/lib-wayland_scanner.json' from root:root to runner:runner
2025-08-20T22:59:03.0816325Z [00:03:38.279]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/wayland-scanner-2b4ee375a1888f3a' from root:root to runner:runner
2025-08-20T22:59:03.0817160Z [00:03:38.279]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/nix-2f4940d31c0c7b8d/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.0818063Z [00:03:38.279]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/nix-2f4940d31c0c7b8d/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:59:03.0818972Z [00:03:38.279]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/nix-2f4940d31c0c7b8d/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:59:03.0819856Z [00:03:38.279]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/nix-2f4940d31c0c7b8d/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:59:03.0820613Z [00:03:38.279]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/nix-2f4940d31c0c7b8d' from root:root to runner:runner
2025-08-20T22:59:03.0821464Z [00:03:38.279]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/libbpf-rs-7afa23794e711c8a/dep-lib-libbpf_rs' from root:root to runner:runner
2025-08-20T22:59:03.0822426Z [00:03:38.279]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/libbpf-rs-7afa23794e711c8a/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.0823304Z [00:03:38.279]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/libbpf-rs-7afa23794e711c8a/lib-libbpf_rs' from root:root to runner:runner
2025-08-20T22:59:03.0824311Z [00:03:38.279]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/libbpf-rs-7afa23794e711c8a/lib-libbpf_rs.json' from root:root to runner:runner
2025-08-20T22:59:03.0825177Z [00:03:38.279]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/libbpf-rs-7afa23794e711c8a' from root:root to runner:runner
2025-08-20T22:59:03.0826047Z [00:03:38.279]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/serde_json-3ef5a71d79a4a8d9/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.0826988Z [00:03:38.279]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/serde_json-3ef5a71d79a4a8d9/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:59:03.0827926Z [00:03:38.279]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/serde_json-3ef5a71d79a4a8d9/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:59:03.0828836Z [00:03:38.279]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/serde_json-3ef5a71d79a4a8d9/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:59:03.0829838Z [00:03:38.279]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/serde_json-3ef5a71d79a4a8d9' from root:root to runner:runner
2025-08-20T22:59:03.0830713Z [00:03:38.279]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/libbpf-cargo-7bb2edeb7f5e1eae/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.0831574Z [00:03:38.279]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/libbpf-cargo-7bb2edeb7f5e1eae/lib-libbpf_cargo' from root:root to runner:runner
2025-08-20T22:59:03.0832568Z [00:03:38.279]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/libbpf-cargo-7bb2edeb7f5e1eae/dep-lib-libbpf_cargo' from root:root to runner:runner
2025-08-20T22:59:03.0833505Z [00:03:38.279]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/libbpf-cargo-7bb2edeb7f5e1eae/lib-libbpf_cargo.json' from root:root to runner:runner
2025-08-20T22:59:03.0834314Z [00:03:38.279]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/libbpf-cargo-7bb2edeb7f5e1eae' from root:root to runner:runner
2025-08-20T22:59:03.0835158Z [00:03:38.279]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/equivalent-b5ddd993fdca60cb/lib-equivalent' from root:root to runner:runner
2025-08-20T22:59:03.0836038Z [00:03:38.279]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/equivalent-b5ddd993fdca60cb/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.0836894Z [00:03:38.279]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/equivalent-b5ddd993fdca60cb/dep-lib-equivalent' from root:root to runner:runner
2025-08-20T22:59:03.0837902Z [00:03:38.279]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/equivalent-b5ddd993fdca60cb/lib-equivalent.json' from root:root to runner:runner
2025-08-20T22:59:03.0838798Z [00:03:38.279]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/equivalent-b5ddd993fdca60cb' from root:root to runner:runner
2025-08-20T22:59:03.0839632Z [00:03:38.279]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/serde-8ca90201bfee8db1/lib-serde.json' from root:root to runner:runner
2025-08-20T22:59:03.0840469Z [00:03:38.279]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/serde-8ca90201bfee8db1/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.0841291Z [00:03:38.279]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/serde-8ca90201bfee8db1/dep-lib-serde' from root:root to runner:runner
2025-08-20T22:59:03.0842096Z [00:03:38.279]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/serde-8ca90201bfee8db1/lib-serde' from root:root to runner:runner
2025-08-20T22:59:03.0843100Z [00:03:38.279]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/serde-8ca90201bfee8db1' from root:root to runner:runner
2025-08-20T22:59:03.0843965Z [00:03:38.279]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/regex-syntax-5bc4fd853bb1c4e6/lib-regex_syntax' from root:root to runner:runner
2025-08-20T22:59:03.0844838Z [00:03:38.279]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/regex-syntax-5bc4fd853bb1c4e6/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.0845710Z [00:03:38.279]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/regex-syntax-5bc4fd853bb1c4e6/dep-lib-regex_syntax' from root:root to runner:runner
2025-08-20T22:59:03.0846589Z [00:03:38.279]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/regex-syntax-5bc4fd853bb1c4e6/lib-regex_syntax.json' from root:root to runner:runner
2025-08-20T22:59:03.0847377Z [00:03:38.279]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/regex-syntax-5bc4fd853bb1c4e6' from root:root to runner:runner
2025-08-20T22:59:03.0848241Z [00:03:38.279]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/signal-hook-0938eb79884e8423/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.0849183Z [00:03:38.279]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/signal-hook-0938eb79884e8423/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:59:03.0850126Z [00:03:38.279]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/signal-hook-0938eb79884e8423/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:59:03.0851168Z [00:03:38.279]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/signal-hook-0938eb79884e8423/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:59:03.0852022Z [00:03:38.279]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/signal-hook-0938eb79884e8423' from root:root to runner:runner
2025-08-20T22:59:03.0853151Z [00:03:38.279]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/nutype_macros-e531e12e1657d74a/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:59:03.0854141Z [00:03:38.279]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/nutype_macros-e531e12e1657d74a/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:59:03.0854945Z [00:03:38.279]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/nutype_macros-e531e12e1657d74a' from root:root to runner:runner
2025-08-20T22:59:03.0855793Z [00:03:38.279]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/vsprintf-8d7631a827fbe955/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.0856961Z [00:03:38.279]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/vsprintf-8d7631a827fbe955/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:59:03.0857904Z [00:03:38.279]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/vsprintf-8d7631a827fbe955/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:59:03.0858809Z [00:03:38.279]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/vsprintf-8d7631a827fbe955/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:59:03.0859591Z [00:03:38.279]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/vsprintf-8d7631a827fbe955' from root:root to runner:runner
2025-08-20T22:59:03.0860443Z [00:03:38.279]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/libbpf-sys-155bbd8720461739/dep-lib-libbpf_sys' from root:root to runner:runner
2025-08-20T22:59:03.0861290Z [00:03:38.279]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/libbpf-sys-155bbd8720461739/lib-libbpf_sys' from root:root to runner:runner
2025-08-20T22:59:03.0862221Z [00:03:38.279]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/libbpf-sys-155bbd8720461739/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.0863102Z [00:03:38.279]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/libbpf-sys-155bbd8720461739/lib-libbpf_sys.json' from root:root to runner:runner
2025-08-20T22:59:03.0863880Z [00:03:38.279]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/libbpf-sys-155bbd8720461739' from root:root to runner:runner
2025-08-20T22:59:03.0864869Z [00:03:38.279]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/quick-xml-69fa7e42df233a66/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.0865728Z [00:03:38.279]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/quick-xml-69fa7e42df233a66/lib-quick_xml' from root:root to runner:runner
2025-08-20T22:59:03.0866591Z [00:03:38.279]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/quick-xml-69fa7e42df233a66/lib-quick_xml.json' from root:root to runner:runner
2025-08-20T22:59:03.0867440Z [00:03:38.279]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/quick-xml-69fa7e42df233a66/dep-lib-quick_xml' from root:root to runner:runner
2025-08-20T22:59:03.0868217Z [00:03:38.279]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/quick-xml-69fa7e42df233a66' from root:root to runner:runner
2025-08-20T22:59:03.0869074Z [00:03:38.279]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/wayland-sys-f2970919db69a1c1/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.0870259Z [00:03:38.279]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/wayland-sys-f2970919db69a1c1/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:59:03.0871200Z [00:03:38.279]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/wayland-sys-f2970919db69a1c1/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:59:03.0872128Z [00:03:38.279]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/wayland-sys-f2970919db69a1c1/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:59:03.0873056Z [00:03:38.279]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/wayland-sys-f2970919db69a1c1' from root:root to runner:runner
2025-08-20T22:59:03.0873916Z [00:03:38.279]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/ahash-db89af91257b07ae/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.0874841Z [00:03:38.279]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/ahash-db89af91257b07ae/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:59:03.0875750Z [00:03:38.279]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/ahash-db89af91257b07ae/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:59:03.0876651Z [00:03:38.279]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/ahash-db89af91257b07ae/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:59:03.0877411Z [00:03:38.279]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/ahash-db89af91257b07ae' from root:root to runner:runner
2025-08-20T22:59:03.0878421Z [00:03:38.279]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/toml_edit-2c6332b97eba28df/dep-lib-toml_edit' from root:root to runner:runner
2025-08-20T22:59:03.0879338Z [00:03:38.279]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/toml_edit-2c6332b97eba28df/lib-toml_edit' from root:root to runner:runner
2025-08-20T22:59:03.0880195Z [00:03:38.279]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/toml_edit-2c6332b97eba28df/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.0881045Z [00:03:38.279]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/toml_edit-2c6332b97eba28df/lib-toml_edit.json' from root:root to runner:runner
2025-08-20T22:59:03.0881816Z [00:03:38.279]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/toml_edit-2c6332b97eba28df' from root:root to runner:runner
2025-08-20T22:59:03.0882685Z [00:03:38.279]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/nix-032e9fb9615a3d90/lib-nix' from root:root to runner:runner
2025-08-20T22:59:03.0883708Z [00:03:38.279]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/nix-032e9fb9615a3d90/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.0884510Z [00:03:38.279]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/nix-032e9fb9615a3d90/dep-lib-nix' from root:root to runner:runner
2025-08-20T22:59:03.0885317Z [00:03:38.279]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/nix-032e9fb9615a3d90/lib-nix.json' from root:root to runner:runner
2025-08-20T22:59:03.0886059Z [00:03:38.279]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/nix-032e9fb9615a3d90' from root:root to runner:runner
2025-08-20T22:59:03.0886983Z [00:03:38.279]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/paste-72a91a1e6f8b0794/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:59:03.0887949Z [00:03:38.279]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/paste-72a91a1e6f8b0794/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:59:03.0888719Z [00:03:38.279]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/paste-72a91a1e6f8b0794' from root:root to runner:runner
2025-08-20T22:59:03.0889507Z [00:03:38.279]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/clap-7cdc61a1540398fd/lib-clap' from root:root to runner:runner
2025-08-20T22:59:03.0890346Z [00:03:38.279]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/clap-7cdc61a1540398fd/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.0891155Z [00:03:38.279]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/clap-7cdc61a1540398fd/dep-lib-clap' from root:root to runner:runner
2025-08-20T22:59:03.0892235Z [00:03:38.279]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/clap-7cdc61a1540398fd/lib-clap.json' from root:root to runner:runner
2025-08-20T22:59:03.0893064Z [00:03:38.279]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/clap-7cdc61a1540398fd' from root:root to runner:runner
2025-08-20T22:59:03.0893942Z [00:03:38.279]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/convert_case-0ed7f6968be59bac/dep-lib-convert_case' from root:root to runner:runner
2025-08-20T22:59:03.0894817Z [00:03:38.279]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/convert_case-0ed7f6968be59bac/lib-convert_case.json' from root:root to runner:runner
2025-08-20T22:59:03.0895669Z [00:03:38.279]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/convert_case-0ed7f6968be59bac/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.0896693Z [00:03:38.279]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/convert_case-0ed7f6968be59bac/lib-convert_case' from root:root to runner:runner
2025-08-20T22:59:03.0897480Z [00:03:38.279]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/convert_case-0ed7f6968be59bac' from root:root to runner:runner
2025-08-20T22:59:03.0898307Z [00:03:38.279]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/rustix-319b047d7383ce8d/dep-lib-rustix' from root:root to runner:runner
2025-08-20T22:59:03.0899143Z [00:03:38.279]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/rustix-319b047d7383ce8d/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.0899975Z [00:03:38.279]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/rustix-319b047d7383ce8d/lib-rustix.json' from root:root to runner:runner
2025-08-20T22:59:03.0900782Z [00:03:38.279]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/rustix-319b047d7383ce8d/lib-rustix' from root:root to runner:runner
2025-08-20T22:59:03.0901544Z [00:03:38.279]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/rustix-319b047d7383ce8d' from root:root to runner:runner
2025-08-20T22:59:03.0902518Z [00:03:38.279]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/version_check-406723f2b4687b68/dep-lib-version_check' from root:root to runner:runner
2025-08-20T22:59:03.0903450Z [00:03:38.279]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/version_check-406723f2b4687b68/lib-version_check.json' from root:root to runner:runner
2025-08-20T22:59:03.0904312Z [00:03:38.279]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/version_check-406723f2b4687b68/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.0905395Z [00:03:38.279]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/version_check-406723f2b4687b68/lib-version_check' from root:root to runner:runner
2025-08-20T22:59:03.0906245Z [00:03:38.279]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/version_check-406723f2b4687b68' from root:root to runner:runner
2025-08-20T22:59:03.0907117Z [00:03:38.279]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/libseccomp-5d9dfa7f5e2e3a17/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.0908056Z [00:03:38.279]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/libseccomp-5d9dfa7f5e2e3a17/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:59:03.0909003Z [00:03:38.279]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/libseccomp-5d9dfa7f5e2e3a17/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:59:03.0909920Z [00:03:38.279]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/libseccomp-5d9dfa7f5e2e3a17/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:59:03.0910915Z [00:03:38.279]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/libseccomp-5d9dfa7f5e2e3a17' from root:root to runner:runner
2025-08-20T22:59:03.0911768Z [00:03:38.279]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/autocfg-0ba5d927b1e035c5/dep-lib-autocfg' from root:root to runner:runner
2025-08-20T22:59:03.0912670Z [00:03:38.279]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/autocfg-0ba5d927b1e035c5/lib-autocfg' from root:root to runner:runner
2025-08-20T22:59:03.0913570Z [00:03:38.279]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/autocfg-0ba5d927b1e035c5/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.0914412Z [00:03:38.279]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/autocfg-0ba5d927b1e035c5/lib-autocfg.json' from root:root to runner:runner
2025-08-20T22:59:03.0915181Z [00:03:38.279]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/autocfg-0ba5d927b1e035c5' from root:root to runner:runner
2025-08-20T22:59:03.0916060Z [00:03:38.279]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/serde_derive-12c4027b9ef93596/dep-lib-serde_derive' from root:root to runner:runner
2025-08-20T22:59:03.0916922Z [00:03:38.279]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/serde_derive-12c4027b9ef93596/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.0917775Z [00:03:38.279]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/serde_derive-12c4027b9ef93596/lib-serde_derive' from root:root to runner:runner
2025-08-20T22:59:03.0918782Z [00:03:38.280]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/serde_derive-12c4027b9ef93596/lib-serde_derive.json' from root:root to runner:runner
2025-08-20T22:59:03.0919593Z [00:03:38.280]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/serde_derive-12c4027b9ef93596' from root:root to runner:runner
2025-08-20T22:59:03.0920474Z [00:03:38.280]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/regex-automata-861584bbdfccc9a2/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.0921364Z [00:03:38.280]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/regex-automata-861584bbdfccc9a2/lib-regex_automata.json' from root:root to runner:runner
2025-08-20T22:59:03.0922351Z [00:03:38.280]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/regex-automata-861584bbdfccc9a2/dep-lib-regex_automata' from root:root to runner:runner
2025-08-20T22:59:03.0923256Z [00:03:38.280]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/regex-automata-861584bbdfccc9a2/lib-regex_automata' from root:root to runner:runner
2025-08-20T22:59:03.0924208Z [00:03:38.280]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/regex-automata-861584bbdfccc9a2' from root:root to runner:runner
2025-08-20T22:59:03.0925033Z [00:03:38.280]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/strsim-a9d3cbd7c8322457/dep-lib-strsim' from root:root to runner:runner
2025-08-20T22:59:03.0925848Z [00:03:38.280]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/strsim-a9d3cbd7c8322457/lib-strsim' from root:root to runner:runner
2025-08-20T22:59:03.0926689Z [00:03:38.280]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/strsim-a9d3cbd7c8322457/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.0927521Z [00:03:38.280]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/strsim-a9d3cbd7c8322457/lib-strsim.json' from root:root to runner:runner
2025-08-20T22:59:03.0928297Z [00:03:38.280]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/strsim-a9d3cbd7c8322457' from root:root to runner:runner
2025-08-20T22:59:03.0929081Z [00:03:38.280]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/syn-d99662c89ceee94a/lib-syn' from root:root to runner:runner
2025-08-20T22:59:03.0929906Z [00:03:38.280]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/syn-d99662c89ceee94a/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.0930712Z [00:03:38.280]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/syn-d99662c89ceee94a/lib-syn.json' from root:root to runner:runner
2025-08-20T22:59:03.0931658Z [00:03:38.280]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/syn-d99662c89ceee94a/dep-lib-syn' from root:root to runner:runner
2025-08-20T22:59:03.0932540Z [00:03:38.280]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/syn-d99662c89ceee94a' from root:root to runner:runner
2025-08-20T22:59:03.0933427Z [00:03:38.280]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/semver-1cb0bcddacba8922/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.0934361Z [00:03:38.280]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/semver-1cb0bcddacba8922/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:59:03.0935285Z [00:03:38.280]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/semver-1cb0bcddacba8922/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:59:03.0936191Z [00:03:38.280]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/semver-1cb0bcddacba8922/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:59:03.0937110Z [00:03:38.280]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/semver-1cb0bcddacba8922' from root:root to runner:runner
2025-08-20T22:59:03.0938011Z [00:03:38.280]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/proc-macro-crate-bdbb5b0dec8aac31/lib-proc_macro_crate' from root:root to runner:runner
2025-08-20T22:59:03.0938904Z [00:03:38.280]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/proc-macro-crate-bdbb5b0dec8aac31/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.0939840Z [00:03:38.280]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/proc-macro-crate-bdbb5b0dec8aac31/lib-proc_macro_crate.json' from root:root to runner:runner
2025-08-20T22:59:03.0940760Z [00:03:38.280]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/proc-macro-crate-bdbb5b0dec8aac31/dep-lib-proc_macro_crate' from root:root to runner:runner
2025-08-20T22:59:03.0941567Z [00:03:38.280]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/proc-macro-crate-bdbb5b0dec8aac31' from root:root to runner:runner
2025-08-20T22:59:03.0942508Z [00:03:38.280]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/paste-86fbadf795b6fc2f/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.0943478Z [00:03:38.280]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/paste-86fbadf795b6fc2f/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:59:03.0944399Z [00:03:38.280]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/paste-86fbadf795b6fc2f/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:59:03.0945449Z [00:03:38.280]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/paste-86fbadf795b6fc2f/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:59:03.0946315Z [00:03:38.280]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/paste-86fbadf795b6fc2f' from root:root to runner:runner
2025-08-20T22:59:03.0947170Z [00:03:38.280]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/anstream-007d10b213eb8916/dep-lib-anstream' from root:root to runner:runner
2025-08-20T22:59:03.0947992Z [00:03:38.280]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/anstream-007d10b213eb8916/lib-anstream' from root:root to runner:runner
2025-08-20T22:59:03.0948846Z [00:03:38.280]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/anstream-007d10b213eb8916/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.0949695Z [00:03:38.280]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/anstream-007d10b213eb8916/lib-anstream.json' from root:root to runner:runner
2025-08-20T22:59:03.0950734Z [00:03:38.280]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/anstream-007d10b213eb8916' from root:root to runner:runner
2025-08-20T22:59:03.0951568Z [00:03:38.280]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/nix-3ea40e9192d2cade/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.0952563Z [00:03:38.280]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/nix-3ea40e9192d2cade/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:59:03.0953510Z [00:03:38.280]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/nix-3ea40e9192d2cade/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:59:03.0954396Z [00:03:38.280]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/nix-3ea40e9192d2cade/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:59:03.0955146Z [00:03:38.280]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/nix-3ea40e9192d2cade' from root:root to runner:runner
2025-08-20T22:59:03.0956028Z [00:03:38.280]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/cargo-platform-cfde65fb58ed421a/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.0956917Z [00:03:38.280]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/cargo-platform-cfde65fb58ed421a/dep-lib-cargo_platform' from root:root to runner:runner
2025-08-20T22:59:03.0957806Z [00:03:38.280]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/cargo-platform-cfde65fb58ed421a/lib-cargo_platform' from root:root to runner:runner
2025-08-20T22:59:03.0958858Z [00:03:38.280]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/cargo-platform-cfde65fb58ed421a/lib-cargo_platform.json' from root:root to runner:runner
2025-08-20T22:59:03.0959669Z [00:03:38.280]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/cargo-platform-cfde65fb58ed421a' from root:root to runner:runner
2025-08-20T22:59:03.0960520Z [00:03:38.280]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/clap_derive-34492743f39d66aa/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.0961437Z [00:03:38.280]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/clap_derive-34492743f39d66aa/lib-clap_derive.json' from root:root to runner:runner
2025-08-20T22:59:03.0962381Z [00:03:38.280]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/clap_derive-34492743f39d66aa/lib-clap_derive' from root:root to runner:runner
2025-08-20T22:59:03.0963276Z [00:03:38.280]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/clap_derive-34492743f39d66aa/dep-lib-clap_derive' from root:root to runner:runner
2025-08-20T22:59:03.0964231Z [00:03:38.280]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/clap_derive-34492743f39d66aa' from root:root to runner:runner
2025-08-20T22:59:03.0965112Z [00:03:38.280]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/futures-macro-42482d2b76efb22e/lib-futures_macro.json' from root:root to runner:runner
2025-08-20T22:59:03.0965995Z [00:03:38.280]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/futures-macro-42482d2b76efb22e/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.0966874Z [00:03:38.280]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/futures-macro-42482d2b76efb22e/dep-lib-futures_macro' from root:root to runner:runner
2025-08-20T22:59:03.0967745Z [00:03:38.280]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/futures-macro-42482d2b76efb22e/lib-futures_macro' from root:root to runner:runner
2025-08-20T22:59:03.0968538Z [00:03:38.280]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/futures-macro-42482d2b76efb22e' from root:root to runner:runner
2025-08-20T22:59:03.0969419Z [00:03:38.280]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/wayland-backend-c2a2719e4c915ff7/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.0970383Z [00:03:38.280]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/wayland-backend-c2a2719e4c915ff7/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:59:03.0971346Z [00:03:38.280]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/wayland-backend-c2a2719e4c915ff7/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:59:03.0972544Z [00:03:38.280]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/wayland-backend-c2a2719e4c915ff7/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:59:03.0973432Z [00:03:38.280]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/wayland-backend-c2a2719e4c915ff7' from root:root to runner:runner
2025-08-20T22:59:03.0974269Z [00:03:38.280]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/tempfile-51a453f88c27a548/lib-tempfile' from root:root to runner:runner
2025-08-20T22:59:03.0975115Z [00:03:38.280]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/tempfile-51a453f88c27a548/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.0975960Z [00:03:38.280]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/tempfile-51a453f88c27a548/dep-lib-tempfile' from root:root to runner:runner
2025-08-20T22:59:03.0976810Z [00:03:38.280]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/tempfile-51a453f88c27a548/lib-tempfile.json' from root:root to runner:runner
2025-08-20T22:59:03.0977814Z [00:03:38.280]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/tempfile-51a453f88c27a548' from root:root to runner:runner
2025-08-20T22:59:03.0978629Z [00:03:38.280]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/kinded-39ad50a96b33e3d1/lib-kinded' from root:root to runner:runner
2025-08-20T22:59:03.0979465Z [00:03:38.280]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/kinded-39ad50a96b33e3d1/dep-lib-kinded' from root:root to runner:runner
2025-08-20T22:59:03.0980304Z [00:03:38.280]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/kinded-39ad50a96b33e3d1/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.0981137Z [00:03:38.280]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/kinded-39ad50a96b33e3d1/lib-kinded.json' from root:root to runner:runner
2025-08-20T22:59:03.0981896Z [00:03:38.280]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/kinded-39ad50a96b33e3d1' from root:root to runner:runner
2025-08-20T22:59:03.0982915Z [00:03:38.280]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/camino-4af8e79f28c8f29d/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:59:03.0983901Z [00:03:38.280]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/camino-4af8e79f28c8f29d/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:59:03.0984672Z [00:03:38.280]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/camino-4af8e79f28c8f29d' from root:root to runner:runner
2025-08-20T22:59:03.0985494Z [00:03:38.280]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/cfg-if-1ed7b8522209b26f/lib-cfg_if.json' from root:root to runner:runner
2025-08-20T22:59:03.0986480Z [00:03:38.280]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/cfg-if-1ed7b8522209b26f/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.0987381Z [00:03:38.280]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/cfg-if-1ed7b8522209b26f/lib-cfg_if' from root:root to runner:runner
2025-08-20T22:59:03.0988213Z [00:03:38.280]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/cfg-if-1ed7b8522209b26f/dep-lib-cfg_if' from root:root to runner:runner
2025-08-20T22:59:03.0988978Z [00:03:38.280]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/cfg-if-1ed7b8522209b26f' from root:root to runner:runner
2025-08-20T22:59:03.0989861Z [00:03:38.280]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/nutype_macros-082c8410e46a411c/lib-nutype_macros.json' from root:root to runner:runner
2025-08-20T22:59:03.0990730Z [00:03:38.281]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/nutype_macros-082c8410e46a411c/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.0991897Z [00:03:38.281]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/nutype_macros-082c8410e46a411c/dep-lib-nutype_macros' from root:root to runner:runner
2025-08-20T22:59:03.0992852Z [00:03:38.281]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/nutype_macros-082c8410e46a411c/lib-nutype_macros' from root:root to runner:runner
2025-08-20T22:59:03.0993672Z [00:03:38.281]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/nutype_macros-082c8410e46a411c' from root:root to runner:runner
2025-08-20T22:59:03.0994478Z [00:03:38.281]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/regex-acb0952c98de8bcc/lib-regex' from root:root to runner:runner
2025-08-20T22:59:03.0995298Z [00:03:38.281]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/regex-acb0952c98de8bcc/dep-lib-regex' from root:root to runner:runner
2025-08-20T22:59:03.0996144Z [00:03:38.281]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/regex-acb0952c98de8bcc/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.0996960Z [00:03:38.281]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/regex-acb0952c98de8bcc/lib-regex.json' from root:root to runner:runner
2025-08-20T22:59:03.0997725Z [00:03:38.281]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/regex-acb0952c98de8bcc' from root:root to runner:runner
2025-08-20T22:59:03.0998570Z [00:03:38.281]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/once_cell-3c0fde79d0894a68/lib-once_cell.json' from root:root to runner:runner
2025-08-20T22:59:03.0999554Z [00:03:38.281]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/once_cell-3c0fde79d0894a68/dep-lib-once_cell' from root:root to runner:runner
2025-08-20T22:59:03.1000446Z [00:03:38.281]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/once_cell-3c0fde79d0894a68/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.1001284Z [00:03:38.281]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/once_cell-3c0fde79d0894a68/lib-once_cell' from root:root to runner:runner
2025-08-20T22:59:03.1002059Z [00:03:38.281]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/once_cell-3c0fde79d0894a68' from root:root to runner:runner
2025-08-20T22:59:03.1003113Z [00:03:38.281]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/camino-bb60e0a7b45e79a7/lib-camino.json' from root:root to runner:runner
2025-08-20T22:59:03.1003941Z [00:03:38.281]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/camino-bb60e0a7b45e79a7/lib-camino' from root:root to runner:runner
2025-08-20T22:59:03.1005016Z [00:03:38.281]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/camino-bb60e0a7b45e79a7/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.1005848Z [00:03:38.281]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/camino-bb60e0a7b45e79a7/dep-lib-camino' from root:root to runner:runner
2025-08-20T22:59:03.1006618Z [00:03:38.281]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/camino-bb60e0a7b45e79a7' from root:root to runner:runner
2025-08-20T22:59:03.1007466Z [00:03:38.281]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/memmap2-a2f825c26c24e90c/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.1008305Z [00:03:38.281]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/memmap2-a2f825c26c24e90c/dep-lib-memmap2' from root:root to runner:runner
2025-08-20T22:59:03.1009123Z [00:03:38.281]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/memmap2-a2f825c26c24e90c/lib-memmap2' from root:root to runner:runner
2025-08-20T22:59:03.1009971Z [00:03:38.281]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/memmap2-a2f825c26c24e90c/lib-memmap2.json' from root:root to runner:runner
2025-08-20T22:59:03.1010737Z [00:03:38.281]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/memmap2-a2f825c26c24e90c' from root:root to runner:runner
2025-08-20T22:59:03.1011616Z [00:03:38.281]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/parking_lot_core-72ec453a9a9ca10f/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.1012656Z [00:03:38.281]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/parking_lot_core-72ec453a9a9ca10f/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:59:03.1013805Z [00:03:38.281]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/parking_lot_core-72ec453a9a9ca10f/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:59:03.1014813Z [00:03:38.281]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/parking_lot_core-72ec453a9a9ca10f/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:59:03.1015618Z [00:03:38.281]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/parking_lot_core-72ec453a9a9ca10f' from root:root to runner:runner
2025-08-20T22:59:03.1016470Z [00:03:38.281]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/indexmap-8a94e807394b9841/lib-indexmap.json' from root:root to runner:runner
2025-08-20T22:59:03.1017308Z [00:03:38.281]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/indexmap-8a94e807394b9841/dep-lib-indexmap' from root:root to runner:runner
2025-08-20T22:59:03.1018281Z [00:03:38.281]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/indexmap-8a94e807394b9841/lib-indexmap' from root:root to runner:runner
2025-08-20T22:59:03.1019125Z [00:03:38.281]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/indexmap-8a94e807394b9841/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.1019904Z [00:03:38.281]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/indexmap-8a94e807394b9841' from root:root to runner:runner
2025-08-20T22:59:03.1020722Z [00:03:38.281]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/indoc-7bb603fa97472ef8/dep-lib-indoc' from root:root to runner:runner
2025-08-20T22:59:03.1021541Z [00:03:38.281]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/indoc-7bb603fa97472ef8/lib-indoc.json' from root:root to runner:runner
2025-08-20T22:59:03.1022468Z [00:03:38.281]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/indoc-7bb603fa97472ef8/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.1023323Z [00:03:38.281]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/indoc-7bb603fa97472ef8/lib-indoc' from root:root to runner:runner
2025-08-20T22:59:03.1024083Z [00:03:38.281]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/indoc-7bb603fa97472ef8' from root:root to runner:runner
2025-08-20T22:59:03.1024916Z [00:03:38.281]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/eyre-e64900af82add492/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.1025829Z [00:03:38.281]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/eyre-e64900af82add492/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:59:03.1026866Z [00:03:38.281]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/eyre-e64900af82add492/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:59:03.1027821Z [00:03:38.281]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/eyre-e64900af82add492/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:59:03.1028736Z [00:03:38.281]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/eyre-e64900af82add492' from root:root to runner:runner
2025-08-20T22:59:03.1029541Z [00:03:38.281]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/libc-20077f1246cac036/dep-lib-libc' from root:root to runner:runner
2025-08-20T22:59:03.1030376Z [00:03:38.281]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/libc-20077f1246cac036/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.1031167Z [00:03:38.281]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/libc-20077f1246cac036/lib-libc' from root:root to runner:runner
2025-08-20T22:59:03.1031985Z [00:03:38.281]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/libc-20077f1246cac036/lib-libc.json' from root:root to runner:runner
2025-08-20T22:59:03.1032819Z [00:03:38.281]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/libc-20077f1246cac036' from root:root to runner:runner
2025-08-20T22:59:03.1033736Z [00:03:38.281]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/rustversion-4c0811fcef2fcd7e/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.1034608Z [00:03:38.281]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/rustversion-4c0811fcef2fcd7e/dep-lib-rustversion' from root:root to runner:runner
2025-08-20T22:59:03.1035472Z [00:03:38.281]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/rustversion-4c0811fcef2fcd7e/lib-rustversion' from root:root to runner:runner
2025-08-20T22:59:03.1036499Z [00:03:38.281]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/rustversion-4c0811fcef2fcd7e/lib-rustversion.json' from root:root to runner:runner
2025-08-20T22:59:03.1037357Z [00:03:38.281]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/rustversion-4c0811fcef2fcd7e' from root:root to runner:runner
2025-08-20T22:59:03.1038276Z [00:03:38.281]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/filterable-enum-derive-63ec9ce4ef1a3df7/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.1039242Z [00:03:38.281]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/filterable-enum-derive-63ec9ce4ef1a3df7/dep-lib-filterable_enum_derive' from root:root to runner:runner
2025-08-20T22:59:03.1040208Z [00:03:38.281]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/filterable-enum-derive-63ec9ce4ef1a3df7/lib-filterable_enum_derive.json' from root:root to runner:runner
2025-08-20T22:59:03.1041158Z [00:03:38.281]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/filterable-enum-derive-63ec9ce4ef1a3df7/lib-filterable_enum_derive' from root:root to runner:runner
2025-08-20T22:59:03.1042258Z [00:03:38.281]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/filterable-enum-derive-63ec9ce4ef1a3df7' from root:root to runner:runner
2025-08-20T22:59:03.1043153Z [00:03:38.281]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/colorchoice-32c0e8df2afc1e91/lib-colorchoice' from root:root to runner:runner
2025-08-20T22:59:03.1044035Z [00:03:38.281]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/colorchoice-32c0e8df2afc1e91/dep-lib-colorchoice' from root:root to runner:runner
2025-08-20T22:59:03.1044895Z [00:03:38.281]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/colorchoice-32c0e8df2afc1e91/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.1045775Z [00:03:38.281]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/colorchoice-32c0e8df2afc1e91/lib-colorchoice.json' from root:root to runner:runner
2025-08-20T22:59:03.1046564Z [00:03:38.281]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/colorchoice-32c0e8df2afc1e91' from root:root to runner:runner
2025-08-20T22:59:03.1047419Z [00:03:38.281]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/getrandom-b8e73fb24a286c53/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.1048377Z [00:03:38.281]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/getrandom-b8e73fb24a286c53/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:59:03.1049309Z [00:03:38.281]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/getrandom-b8e73fb24a286c53/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:59:03.1050369Z [00:03:38.281]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/getrandom-b8e73fb24a286c53/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:59:03.1051228Z [00:03:38.281]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/getrandom-b8e73fb24a286c53' from root:root to runner:runner
2025-08-20T22:59:03.1052132Z [00:03:38.281]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/cargo_metadata-75b27ba5a6d8d682/lib-cargo_metadata' from root:root to runner:runner
2025-08-20T22:59:03.1053182Z [00:03:38.282]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/cargo_metadata-75b27ba5a6d8d682/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.1054097Z [00:03:38.282]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/cargo_metadata-75b27ba5a6d8d682/lib-cargo_metadata.json' from root:root to runner:runner
2025-08-20T22:59:03.1054989Z [00:03:38.282]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/cargo_metadata-75b27ba5a6d8d682/dep-lib-cargo_metadata' from root:root to runner:runner
2025-08-20T22:59:03.1055987Z [00:03:38.282]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/cargo_metadata-75b27ba5a6d8d682' from root:root to runner:runner
2025-08-20T22:59:03.1056841Z [00:03:38.282]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/fastrand-b4b43277bd557253/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.1057675Z [00:03:38.282]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/fastrand-b4b43277bd557253/lib-fastrand' from root:root to runner:runner
2025-08-20T22:59:03.1058518Z [00:03:38.282]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/fastrand-b4b43277bd557253/dep-lib-fastrand' from root:root to runner:runner
2025-08-20T22:59:03.1059365Z [00:03:38.282]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/fastrand-b4b43277bd557253/lib-fastrand.json' from root:root to runner:runner
2025-08-20T22:59:03.1060135Z [00:03:38.282]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/fastrand-b4b43277bd557253' from root:root to runner:runner
2025-08-20T22:59:03.1061003Z [00:03:38.282]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/tokio-macros-4b007f30deaaf8f2/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.1061862Z [00:03:38.282]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/tokio-macros-4b007f30deaaf8f2/lib-tokio_macros' from root:root to runner:runner
2025-08-20T22:59:03.1062820Z [00:03:38.282]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/tokio-macros-4b007f30deaaf8f2/dep-lib-tokio_macros' from root:root to runner:runner
2025-08-20T22:59:03.1063915Z [00:03:38.282]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/tokio-macros-4b007f30deaaf8f2/lib-tokio_macros.json' from root:root to runner:runner
2025-08-20T22:59:03.1064726Z [00:03:38.282]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/tokio-macros-4b007f30deaaf8f2' from root:root to runner:runner
2025-08-20T22:59:03.1065586Z [00:03:38.282]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/serde_json-cdacff90362a75bb/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.1066520Z [00:03:38.282]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/serde_json-cdacff90362a75bb/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:59:03.1067450Z [00:03:38.282]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/serde_json-cdacff90362a75bb/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:59:03.1068360Z [00:03:38.282]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/serde_json-cdacff90362a75bb/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:59:03.1069304Z [00:03:38.282]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/serde_json-cdacff90362a75bb' from root:root to runner:runner
2025-08-20T22:59:03.1070133Z [00:03:38.282]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/slab-633351352e28f91c/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.1071050Z [00:03:38.282]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/slab-633351352e28f91c/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:59:03.1071958Z [00:03:38.282]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/slab-633351352e28f91c/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:59:03.1072947Z [00:03:38.282]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/slab-633351352e28f91c/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:59:03.1073764Z [00:03:38.282]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/slab-633351352e28f91c' from root:root to runner:runner
2025-08-20T22:59:03.1074625Z [00:03:38.282]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/proc-macro2-670e3a35fc46366c/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.1075506Z [00:03:38.282]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/proc-macro2-670e3a35fc46366c/lib-proc_macro2.json' from root:root to runner:runner
2025-08-20T22:59:03.1076370Z [00:03:38.282]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/proc-macro2-670e3a35fc46366c/dep-lib-proc_macro2' from root:root to runner:runner
2025-08-20T22:59:03.1077380Z [00:03:38.282]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/proc-macro2-670e3a35fc46366c/lib-proc_macro2' from root:root to runner:runner
2025-08-20T22:59:03.1078237Z [00:03:38.282]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/proc-macro2-670e3a35fc46366c' from root:root to runner:runner
2025-08-20T22:59:03.1079076Z [00:03:38.282]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/litrs-c951a8e04f2aaa48/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.1079878Z [00:03:38.282]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/litrs-c951a8e04f2aaa48/lib-litrs' from root:root to runner:runner
2025-08-20T22:59:03.1080695Z [00:03:38.282]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/litrs-c951a8e04f2aaa48/dep-lib-litrs' from root:root to runner:runner
2025-08-20T22:59:03.1081516Z [00:03:38.282]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/litrs-c951a8e04f2aaa48/lib-litrs.json' from root:root to runner:runner
2025-08-20T22:59:03.1082528Z [00:03:38.282]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/litrs-c951a8e04f2aaa48' from root:root to runner:runner
2025-08-20T22:59:03.1083388Z [00:03:38.282]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/paste-fbdf26ac509ef3cc/dep-lib-paste' from root:root to runner:runner
2025-08-20T22:59:03.1084224Z [00:03:38.282]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/paste-fbdf26ac509ef3cc/lib-paste.json' from root:root to runner:runner
2025-08-20T22:59:03.1085026Z [00:03:38.282]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/paste-fbdf26ac509ef3cc/lib-paste' from root:root to runner:runner
2025-08-20T22:59:03.1085901Z [00:03:38.282]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/paste-fbdf26ac509ef3cc/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.1086663Z [00:03:38.282]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/paste-fbdf26ac509ef3cc' from root:root to runner:runner
2025-08-20T22:59:03.1087567Z [00:03:38.282]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/serial_test_derive-6815b216ca5977ba/lib-serial_test_derive' from root:root to runner:runner
2025-08-20T22:59:03.1088450Z [00:03:38.282]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/serial_test_derive-6815b216ca5977ba/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.1089364Z [00:03:38.282]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/serial_test_derive-6815b216ca5977ba/dep-lib-serial_test_derive' from root:root to runner:runner
2025-08-20T22:59:03.1090433Z [00:03:38.282]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/serial_test_derive-6815b216ca5977ba/lib-serial_test_derive.json' from root:root to runner:runner
2025-08-20T22:59:03.1091292Z [00:03:38.282]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/serial_test_derive-6815b216ca5977ba' from root:root to runner:runner
2025-08-20T22:59:03.1092241Z [00:03:38.282]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/anstyle-query-ef38611df44ed449/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.1093146Z [00:03:38.282]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/anstyle-query-ef38611df44ed449/lib-anstyle_query' from root:root to runner:runner
2025-08-20T22:59:03.1094037Z [00:03:38.282]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/anstyle-query-ef38611df44ed449/dep-lib-anstyle_query' from root:root to runner:runner
2025-08-20T22:59:03.1094918Z [00:03:38.282]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/anstyle-query-ef38611df44ed449/lib-anstyle_query.json' from root:root to runner:runner
2025-08-20T22:59:03.1096003Z [00:03:38.282]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/anstyle-query-ef38611df44ed449' from root:root to runner:runner
2025-08-20T22:59:03.1096862Z [00:03:38.282]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/thiserror-d2dde55e87889e75/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.1097720Z [00:03:38.282]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/thiserror-d2dde55e87889e75/dep-lib-thiserror' from root:root to runner:runner
2025-08-20T22:59:03.1098557Z [00:03:38.282]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/thiserror-d2dde55e87889e75/lib-thiserror' from root:root to runner:runner
2025-08-20T22:59:03.1099419Z [00:03:38.282]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/thiserror-d2dde55e87889e75/lib-thiserror.json' from root:root to runner:runner
2025-08-20T22:59:03.1100251Z [00:03:38.282]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/thiserror-d2dde55e87889e75' from root:root to runner:runner
2025-08-20T22:59:03.1101060Z [00:03:38.282]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/ryu-a80d36219da43c14/dep-lib-ryu' from root:root to runner:runner
2025-08-20T22:59:03.1101839Z [00:03:38.282]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/ryu-a80d36219da43c14/lib-ryu' from root:root to runner:runner
2025-08-20T22:59:03.1102759Z [00:03:38.282]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/ryu-a80d36219da43c14/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.1103617Z [00:03:38.282]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/ryu-a80d36219da43c14/lib-ryu.json' from root:root to runner:runner
2025-08-20T22:59:03.1104514Z [00:03:38.282]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/ryu-a80d36219da43c14' from root:root to runner:runner
2025-08-20T22:59:03.1105497Z [00:03:38.282]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/proc-macro2-088b0e1b523234bf/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.1106462Z [00:03:38.282]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/proc-macro2-088b0e1b523234bf/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:59:03.1107399Z [00:03:38.282]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/proc-macro2-088b0e1b523234bf/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:59:03.1108323Z [00:03:38.282]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/proc-macro2-088b0e1b523234bf/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:59:03.1109257Z [00:03:38.282]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/proc-macro2-088b0e1b523234bf' from root:root to runner:runner
2025-08-20T22:59:03.1110055Z [00:03:38.282]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/fnv-92202d5b3ef7f31c/dep-lib-fnv' from root:root to runner:runner
2025-08-20T22:59:03.1110888Z [00:03:38.282]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/fnv-92202d5b3ef7f31c/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.1111691Z [00:03:38.282]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/fnv-92202d5b3ef7f31c/lib-fnv.json' from root:root to runner:runner
2025-08-20T22:59:03.1112572Z [00:03:38.282]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/fnv-92202d5b3ef7f31c/lib-fnv' from root:root to runner:runner
2025-08-20T22:59:03.1113372Z [00:03:38.282]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/fnv-92202d5b3ef7f31c' from root:root to runner:runner
2025-08-20T22:59:03.1114250Z [00:03:38.282]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/libseccomp-sys-67ef9fc65e107a61/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.1115206Z [00:03:38.282]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/libseccomp-sys-67ef9fc65e107a61/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:59:03.1116163Z [00:03:38.282]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/libseccomp-sys-67ef9fc65e107a61/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:59:03.1117099Z [00:03:38.282]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/libseccomp-sys-67ef9fc65e107a61/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:59:03.1118034Z [00:03:38.282]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/libseccomp-sys-67ef9fc65e107a61' from root:root to runner:runner
2025-08-20T22:59:03.1119002Z [00:03:38.282]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/rustix-81ce2d7fbe5c9034/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:59:03.1119950Z [00:03:38.282]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/rustix-81ce2d7fbe5c9034/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:59:03.1120710Z [00:03:38.282]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/rustix-81ce2d7fbe5c9034' from root:root to runner:runner
2025-08-20T22:59:03.1121600Z [00:03:38.282]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/kinded_macros-da9c03d12d6636c4/lib-kinded_macros.json' from root:root to runner:runner
2025-08-20T22:59:03.1122688Z [00:03:38.282]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/kinded_macros-da9c03d12d6636c4/lib-kinded_macros' from root:root to runner:runner
2025-08-20T22:59:03.1123791Z [00:03:38.282]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/kinded_macros-da9c03d12d6636c4/dep-lib-kinded_macros' from root:root to runner:runner
2025-08-20T22:59:03.1124666Z [00:03:38.282]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/kinded_macros-da9c03d12d6636c4/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.1125452Z [00:03:38.282]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/kinded_macros-da9c03d12d6636c4' from root:root to runner:runner
2025-08-20T22:59:03.1126267Z [00:03:38.282]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/glob-556fae76214eb00e/dep-lib-glob' from root:root to runner:runner
2025-08-20T22:59:03.1127076Z [00:03:38.282]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/glob-556fae76214eb00e/lib-glob.json' from root:root to runner:runner
2025-08-20T22:59:03.1127913Z [00:03:38.282]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/glob-556fae76214eb00e/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.1128702Z [00:03:38.282]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/glob-556fae76214eb00e/lib-glob' from root:root to runner:runner
2025-08-20T22:59:03.1129462Z [00:03:38.282]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/glob-556fae76214eb00e' from root:root to runner:runner
2025-08-20T22:59:03.1130313Z [00:03:38.282]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/zerocopy-7948ee4c65c20b6e/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.1131372Z [00:03:38.282]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/zerocopy-7948ee4c65c20b6e/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:59:03.1132494Z [00:03:38.283]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/zerocopy-7948ee4c65c20b6e/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:59:03.1133502Z [00:03:38.283]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/zerocopy-7948ee4c65c20b6e/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:59:03.1134281Z [00:03:38.283]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/zerocopy-7948ee4c65c20b6e' from root:root to runner:runner
2025-08-20T22:59:03.1135143Z [00:03:38.283]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/backtrace-834343b451a7ccb0/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.1136079Z [00:03:38.283]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/backtrace-834343b451a7ccb0/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:59:03.1137261Z [00:03:38.283]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/backtrace-834343b451a7ccb0/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:59:03.1138184Z [00:03:38.283]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/backtrace-834343b451a7ccb0/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:59:03.1138964Z [00:03:38.283]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/backtrace-834343b451a7ccb0' from root:root to runner:runner
2025-08-20T22:59:03.1139836Z [00:03:38.283]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/aho-corasick-bc330f331785e35d/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.1140719Z [00:03:38.283]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/aho-corasick-bc330f331785e35d/dep-lib-aho_corasick' from root:root to runner:runner
2025-08-20T22:59:03.1141581Z [00:03:38.283]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/aho-corasick-bc330f331785e35d/lib-aho_corasick' from root:root to runner:runner
2025-08-20T22:59:03.1142609Z [00:03:38.283]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/aho-corasick-bc330f331785e35d/lib-aho_corasick.json' from root:root to runner:runner
2025-08-20T22:59:03.1143477Z [00:03:38.283]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/aho-corasick-bc330f331785e35d' from root:root to runner:runner
2025-08-20T22:59:03.1144359Z [00:03:38.283]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/derive_setters-317c4a04a6284f07/dep-lib-derive_setters' from root:root to runner:runner
2025-08-20T22:59:03.1145401Z [00:03:38.283]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/derive_setters-317c4a04a6284f07/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.1146354Z [00:03:38.283]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/derive_setters-317c4a04a6284f07/lib-derive_setters' from root:root to runner:runner
2025-08-20T22:59:03.1147261Z [00:03:38.283]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/derive_setters-317c4a04a6284f07/lib-derive_setters.json' from root:root to runner:runner
2025-08-20T22:59:03.1148054Z [00:03:38.283]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/derive_setters-317c4a04a6284f07' from root:root to runner:runner
2025-08-20T22:59:03.1148889Z [00:03:38.283]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/vsprintf-b750c5decec040ec/lib-vsprintf' from root:root to runner:runner
2025-08-20T22:59:03.1149739Z [00:03:38.283]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/vsprintf-b750c5decec040ec/lib-vsprintf.json' from root:root to runner:runner
2025-08-20T22:59:03.1150794Z [00:03:38.283]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/vsprintf-b750c5decec040ec/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.1151644Z [00:03:38.283]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/vsprintf-b750c5decec040ec/dep-lib-vsprintf' from root:root to runner:runner
2025-08-20T22:59:03.1152521Z [00:03:38.283]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/vsprintf-b750c5decec040ec' from root:root to runner:runner
2025-08-20T22:59:03.1153391Z [00:03:38.283]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/shlex-380b779259fb4319/lib-shlex.json' from root:root to runner:runner
2025-08-20T22:59:03.1154218Z [00:03:38.283]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/shlex-380b779259fb4319/dep-lib-shlex' from root:root to runner:runner
2025-08-20T22:59:03.1155056Z [00:03:38.283]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/shlex-380b779259fb4319/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.1155870Z [00:03:38.283]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/shlex-380b779259fb4319/lib-shlex' from root:root to runner:runner
2025-08-20T22:59:03.1156620Z [00:03:38.283]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/shlex-380b779259fb4319' from root:root to runner:runner
2025-08-20T22:59:03.1157554Z [00:03:38.283]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/thiserror-e0ec25145e714088/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:59:03.1158647Z [00:03:38.283]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/thiserror-e0ec25145e714088/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:59:03.1159530Z [00:03:38.283]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/thiserror-e0ec25145e714088' from root:root to runner:runner
2025-08-20T22:59:03.1160378Z [00:03:38.283]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/serde-5af83531a6aafd86/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.1161296Z [00:03:38.283]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/serde-5af83531a6aafd86/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:59:03.1162314Z [00:03:38.283]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/serde-5af83531a6aafd86/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:59:03.1163250Z [00:03:38.283]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/serde-5af83531a6aafd86/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:59:03.1164230Z [00:03:38.283]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/serde-5af83531a6aafd86' from root:root to runner:runner
2025-08-20T22:59:03.1165077Z [00:03:38.283]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/camino-29851a967b129939/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.1165999Z [00:03:38.283]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/camino-29851a967b129939/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:59:03.1166911Z [00:03:38.283]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/camino-29851a967b129939/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:59:03.1167814Z [00:03:38.283]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/camino-29851a967b129939/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:59:03.1168582Z [00:03:38.283]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/camino-29851a967b129939' from root:root to runner:runner
2025-08-20T22:59:03.1169404Z [00:03:38.283]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/winnow-1284c79083f9004d/dep-lib-winnow' from root:root to runner:runner
2025-08-20T22:59:03.1170239Z [00:03:38.283]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/winnow-1284c79083f9004d/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.1171054Z [00:03:38.283]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/winnow-1284c79083f9004d/lib-winnow' from root:root to runner:runner
2025-08-20T22:59:03.1172008Z [00:03:38.283]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/winnow-1284c79083f9004d/lib-winnow.json' from root:root to runner:runner
2025-08-20T22:59:03.1172906Z [00:03:38.283]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/winnow-1284c79083f9004d' from root:root to runner:runner
2025-08-20T22:59:03.1173825Z [00:03:38.283]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/tracing-attributes-98a58df5e486f4b0/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.1174753Z [00:03:38.283]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/tracing-attributes-98a58df5e486f4b0/dep-lib-tracing_attributes' from root:root to runner:runner
2025-08-20T22:59:03.1175689Z [00:03:38.283]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/tracing-attributes-98a58df5e486f4b0/lib-tracing_attributes.json' from root:root to runner:runner
2025-08-20T22:59:03.1176599Z [00:03:38.283]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/tracing-attributes-98a58df5e486f4b0/lib-tracing_attributes' from root:root to runner:runner
2025-08-20T22:59:03.1177570Z [00:03:38.283]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/tracing-attributes-98a58df5e486f4b0' from root:root to runner:runner
2025-08-20T22:59:03.1178425Z [00:03:38.283]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/utf8parse-978935a34c60a6d5/lib-utf8parse.json' from root:root to runner:runner
2025-08-20T22:59:03.1179287Z [00:03:38.283]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/utf8parse-978935a34c60a6d5/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.1180122Z [00:03:38.283]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/utf8parse-978935a34c60a6d5/lib-utf8parse' from root:root to runner:runner
2025-08-20T22:59:03.1180977Z [00:03:38.283]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/utf8parse-978935a34c60a6d5/dep-lib-utf8parse' from root:root to runner:runner
2025-08-20T22:59:03.1181753Z [00:03:38.283]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/utf8parse-978935a34c60a6d5' from root:root to runner:runner
2025-08-20T22:59:03.1182697Z [00:03:38.283]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/rustversion-31d3f0194f67d67e/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.1183689Z [00:03:38.283]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/rustversion-31d3f0194f67d67e/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:59:03.1184632Z [00:03:38.283]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/rustversion-31d3f0194f67d67e/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:59:03.1185698Z [00:03:38.283]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/rustversion-31d3f0194f67d67e/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:59:03.1186518Z [00:03:38.283]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/rustversion-31d3f0194f67d67e' from root:root to runner:runner
2025-08-20T22:59:03.1187361Z [00:03:38.283]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/libc-f031ae2a6b34abde/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.1188273Z [00:03:38.283]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/libc-f031ae2a6b34abde/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:59:03.1189181Z [00:03:38.283]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/libc-f031ae2a6b34abde/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:59:03.1190083Z [00:03:38.283]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/libc-f031ae2a6b34abde/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:59:03.1190997Z [00:03:38.283]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/libc-f031ae2a6b34abde' from root:root to runner:runner
2025-08-20T22:59:03.1191915Z [00:03:38.283]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/anyhow-02d0fac3033653f2/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:59:03.1192942Z [00:03:38.283]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/anyhow-02d0fac3033653f2/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:59:03.1193753Z [00:03:38.283]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/anyhow-02d0fac3033653f2' from root:root to runner:runner
2025-08-20T22:59:03.1194647Z [00:03:38.283]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/relative-path-c1d2746e2554844f/dep-lib-relative_path' from root:root to runner:runner
2025-08-20T22:59:03.1195531Z [00:03:38.283]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/relative-path-c1d2746e2554844f/lib-relative_path.json' from root:root to runner:runner
2025-08-20T22:59:03.1196399Z [00:03:38.283]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/relative-path-c1d2746e2554844f/lib-relative_path' from root:root to runner:runner
2025-08-20T22:59:03.1197262Z [00:03:38.283]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/relative-path-c1d2746e2554844f/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.1198062Z [00:03:38.283]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/relative-path-c1d2746e2554844f' from root:root to runner:runner
2025-08-20T22:59:03.1199133Z [00:03:38.283]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/wayland-client-bcd5f553897946b9/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.1200131Z [00:03:38.283]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/wayland-client-bcd5f553897946b9/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:59:03.1201090Z [00:03:38.283]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/wayland-client-bcd5f553897946b9/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:59:03.1202023Z [00:03:38.283]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/wayland-client-bcd5f553897946b9/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:59:03.1202909Z [00:03:38.283]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/wayland-client-bcd5f553897946b9' from root:root to runner:runner
2025-08-20T22:59:03.1203776Z [00:03:38.283]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/clap_builder-ae2d242b57c3355d/lib-clap_builder' from root:root to runner:runner
2025-08-20T22:59:03.1204837Z [00:03:38.283]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/clap_builder-ae2d242b57c3355d/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.1205713Z [00:03:38.283]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/clap_builder-ae2d242b57c3355d/dep-lib-clap_builder' from root:root to runner:runner
2025-08-20T22:59:03.1206587Z [00:03:38.283]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/clap_builder-ae2d242b57c3355d/lib-clap_builder.json' from root:root to runner:runner
2025-08-20T22:59:03.1207372Z [00:03:38.283]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/clap_builder-ae2d242b57c3355d' from root:root to runner:runner
2025-08-20T22:59:03.1208242Z [00:03:38.283]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/darling_core-732d7c8ee8f73e1e/dep-lib-darling_core' from root:root to runner:runner
2025-08-20T22:59:03.1209121Z [00:03:38.283]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/darling_core-732d7c8ee8f73e1e/lib-darling_core.json' from root:root to runner:runner
2025-08-20T22:59:03.1209980Z [00:03:38.283]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/darling_core-732d7c8ee8f73e1e/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.1210838Z [00:03:38.283]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/darling_core-732d7c8ee8f73e1e/lib-darling_core' from root:root to runner:runner
2025-08-20T22:59:03.1211623Z [00:03:38.283]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/darling_core-732d7c8ee8f73e1e' from root:root to runner:runner
2025-08-20T22:59:03.1212800Z [00:03:38.283]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/vsprintf-b450f7f27627cb83/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:59:03.1213855Z [00:03:38.283]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/vsprintf-b450f7f27627cb83/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:59:03.1214638Z [00:03:38.283]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/vsprintf-b450f7f27627cb83' from root:root to runner:runner
2025-08-20T22:59:03.1215570Z [00:03:38.284]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/serde_json-cb924d97bb19c58b/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:59:03.1216528Z [00:03:38.284]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/serde_json-cb924d97bb19c58b/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:59:03.1217302Z [00:03:38.284]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/serde_json-cb924d97bb19c58b' from root:root to runner:runner
2025-08-20T22:59:03.1218337Z [00:03:38.284]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/thiserror-8196f37f0d52254e/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.1219282Z [00:03:38.284]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/thiserror-8196f37f0d52254e/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:59:03.1220220Z [00:03:38.284]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/thiserror-8196f37f0d52254e/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:59:03.1221139Z [00:03:38.284]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/thiserror-8196f37f0d52254e/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:59:03.1221920Z [00:03:38.284]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/thiserror-8196f37f0d52254e' from root:root to runner:runner
2025-08-20T22:59:03.1222887Z [00:03:38.284]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/anstyle-b2ffee21e8974235/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.1223767Z [00:03:38.284]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/anstyle-b2ffee21e8974235/dep-lib-anstyle' from root:root to runner:runner
2025-08-20T22:59:03.1224597Z [00:03:38.284]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/anstyle-b2ffee21e8974235/lib-anstyle' from root:root to runner:runner
2025-08-20T22:59:03.1225434Z [00:03:38.284]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/anstyle-b2ffee21e8974235/lib-anstyle.json' from root:root to runner:runner
2025-08-20T22:59:03.1226363Z [00:03:38.284]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/anstyle-b2ffee21e8974235' from root:root to runner:runner
2025-08-20T22:59:03.1227291Z [00:03:38.284]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/anyhow-fa7c158af04fb8b1/dep-lib-anyhow' from root:root to runner:runner
2025-08-20T22:59:03.1228113Z [00:03:38.284]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/anyhow-fa7c158af04fb8b1/lib-anyhow' from root:root to runner:runner
2025-08-20T22:59:03.1228953Z [00:03:38.284]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/anyhow-fa7c158af04fb8b1/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.1229787Z [00:03:38.284]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/anyhow-fa7c158af04fb8b1/lib-anyhow.json' from root:root to runner:runner
2025-08-20T22:59:03.1230550Z [00:03:38.284]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/anyhow-fa7c158af04fb8b1' from root:root to runner:runner
2025-08-20T22:59:03.1231621Z [00:03:38.284]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/num-traits-8a2b48344bfa1f02/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.1232650Z [00:03:38.284]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/num-traits-8a2b48344bfa1f02/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:59:03.1233690Z [00:03:38.284]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/num-traits-8a2b48344bfa1f02/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:59:03.1234611Z [00:03:38.284]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/num-traits-8a2b48344bfa1f02/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:59:03.1235397Z [00:03:38.284]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/num-traits-8a2b48344bfa1f02' from root:root to runner:runner
2025-08-20T22:59:03.1236308Z [00:03:38.284]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/serde-3f0c8c1c19c5434c/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:59:03.1237248Z [00:03:38.284]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/serde-3f0c8c1c19c5434c/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:59:03.1238008Z [00:03:38.284]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/serde-3f0c8c1c19c5434c' from root:root to runner:runner
2025-08-20T22:59:03.1238874Z [00:03:38.284]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/instability-b6716b5ab3f4fc7b/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.1239901Z [00:03:38.284]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/instability-b6716b5ab3f4fc7b/dep-lib-instability' from root:root to runner:runner
2025-08-20T22:59:03.1240811Z [00:03:38.284]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/instability-b6716b5ab3f4fc7b/lib-instability' from root:root to runner:runner
2025-08-20T22:59:03.1241697Z [00:03:38.284]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/instability-b6716b5ab3f4fc7b/lib-instability.json' from root:root to runner:runner
2025-08-20T22:59:03.1242575Z [00:03:38.284]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/instability-b6716b5ab3f4fc7b' from root:root to runner:runner
2025-08-20T22:59:03.1243496Z [00:03:38.284]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/cfg_aliases-1b48fbda41281916/dep-lib-cfg_aliases' from root:root to runner:runner
2025-08-20T22:59:03.1244340Z [00:03:38.284]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/cfg_aliases-1b48fbda41281916/lib-cfg_aliases' from root:root to runner:runner
2025-08-20T22:59:03.1245437Z [00:03:38.284]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/cfg_aliases-1b48fbda41281916/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.1246316Z [00:03:38.284]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/cfg_aliases-1b48fbda41281916/lib-cfg_aliases.json' from root:root to runner:runner
2025-08-20T22:59:03.1247101Z [00:03:38.284]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/cfg_aliases-1b48fbda41281916' from root:root to runner:runner
2025-08-20T22:59:03.1248037Z [00:03:38.284]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/libbpf-sys-581129f32eb7a6af/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:59:03.1248996Z [00:03:38.284]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/libbpf-sys-581129f32eb7a6af/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:59:03.1249779Z [00:03:38.284]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/libbpf-sys-581129f32eb7a6af' from root:root to runner:runner
2025-08-20T22:59:03.1250718Z [00:03:38.284]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/rstest_macros-9fbc5ef8ae4fde05/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:59:03.1251688Z [00:03:38.284]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/rstest_macros-9fbc5ef8ae4fde05/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:59:03.1252552Z [00:03:38.284]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/rstest_macros-9fbc5ef8ae4fde05' from root:root to runner:runner
2025-08-20T22:59:03.1253561Z [00:03:38.284]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/quote-58ae1db5b5e0fa55/lib-quote' from root:root to runner:runner
2025-08-20T22:59:03.1254478Z [00:03:38.284]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/quote-58ae1db5b5e0fa55/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.1255305Z [00:03:38.284]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/quote-58ae1db5b5e0fa55/dep-lib-quote' from root:root to runner:runner
2025-08-20T22:59:03.1256129Z [00:03:38.284]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/quote-58ae1db5b5e0fa55/lib-quote.json' from root:root to runner:runner
2025-08-20T22:59:03.1256889Z [00:03:38.284]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/quote-58ae1db5b5e0fa55' from root:root to runner:runner
2025-08-20T22:59:03.1257747Z [00:03:38.284]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/strum_macros-61675d0c6c8cf571/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.1258835Z [00:03:38.284]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/strum_macros-61675d0c6c8cf571/dep-lib-strum_macros' from root:root to runner:runner
2025-08-20T22:59:03.1259705Z [00:03:38.284]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/strum_macros-61675d0c6c8cf571/lib-strum_macros.json' from root:root to runner:runner
2025-08-20T22:59:03.1260566Z [00:03:38.284]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/strum_macros-61675d0c6c8cf571/lib-strum_macros' from root:root to runner:runner
2025-08-20T22:59:03.1261356Z [00:03:38.284]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/strum_macros-61675d0c6c8cf571' from root:root to runner:runner
2025-08-20T22:59:03.1262370Z [00:03:38.284]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/unicode-segmentation-39bb4b9acd2520cd/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.1263362Z [00:03:38.284]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/unicode-segmentation-39bb4b9acd2520cd/dep-lib-unicode_segmentation' from root:root to runner:runner
2025-08-20T22:59:03.1264313Z [00:03:38.284]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/unicode-segmentation-39bb4b9acd2520cd/lib-unicode_segmentation.json' from root:root to runner:runner
2025-08-20T22:59:03.1265246Z [00:03:38.284]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/unicode-segmentation-39bb4b9acd2520cd/lib-unicode_segmentation' from root:root to runner:runner
2025-08-20T22:59:03.1266072Z [00:03:38.284]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/unicode-segmentation-39bb4b9acd2520cd' from root:root to runner:runner
2025-08-20T22:59:03.1267147Z [00:03:38.284]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/proc-macro2-ce781c406ea95167/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:59:03.1268180Z [00:03:38.284]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/proc-macro2-ce781c406ea95167/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:59:03.1268979Z [00:03:38.284]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/proc-macro2-ce781c406ea95167' from root:root to runner:runner
2025-08-20T22:59:03.1269840Z [00:03:38.284]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/strum_macros-7b839f0eb0068b30/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.1270711Z [00:03:38.284]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/strum_macros-7b839f0eb0068b30/dep-lib-strum_macros' from root:root to runner:runner
2025-08-20T22:59:03.1271579Z [00:03:38.284]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/strum_macros-7b839f0eb0068b30/lib-strum_macros.json' from root:root to runner:runner
2025-08-20T22:59:03.1272758Z [00:03:38.284]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/strum_macros-7b839f0eb0068b30/lib-strum_macros' from root:root to runner:runner
2025-08-20T22:59:03.1273602Z [00:03:38.284]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/strum_macros-7b839f0eb0068b30' from root:root to runner:runner
2025-08-20T22:59:03.1274540Z [00:03:38.284]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/getrandom-e40be6e29f45e9b3/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:59:03.1275494Z [00:03:38.284]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/getrandom-e40be6e29f45e9b3/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:59:03.1276275Z [00:03:38.284]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/getrandom-e40be6e29f45e9b3' from root:root to runner:runner
2025-08-20T22:59:03.1277102Z [00:03:38.284]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/clap_lex-d83acb44fdd14ec4/lib-clap_lex' from root:root to runner:runner
2025-08-20T22:59:03.1277945Z [00:03:38.284]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/clap_lex-d83acb44fdd14ec4/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.1278783Z [00:03:38.284]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/clap_lex-d83acb44fdd14ec4/lib-clap_lex.json' from root:root to runner:runner
2025-08-20T22:59:03.1279620Z [00:03:38.284]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/clap_lex-d83acb44fdd14ec4/dep-lib-clap_lex' from root:root to runner:runner
2025-08-20T22:59:03.1280538Z [00:03:38.284]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/clap_lex-d83acb44fdd14ec4' from root:root to runner:runner
2025-08-20T22:59:03.1281501Z [00:03:38.284]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/nutype_macros-6b8bde0bb52a4188/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.1282563Z [00:03:38.284]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/nutype_macros-6b8bde0bb52a4188/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:59:03.1283547Z [00:03:38.284]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/nutype_macros-6b8bde0bb52a4188/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:59:03.1284480Z [00:03:38.284]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/nutype_macros-6b8bde0bb52a4188/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:59:03.1285266Z [00:03:38.284]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/nutype_macros-6b8bde0bb52a4188' from root:root to runner:runner
2025-08-20T22:59:03.1286362Z [00:03:38.284]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/document-features-71fc5693dee8a080/dep-lib-document_features' from root:root to runner:runner
2025-08-20T22:59:03.1287260Z [00:03:38.284]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/document-features-71fc5693dee8a080/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.1288162Z [00:03:38.284]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/document-features-71fc5693dee8a080/lib-document_features' from root:root to runner:runner
2025-08-20T22:59:03.1289091Z [00:03:38.284]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/document-features-71fc5693dee8a080/lib-document_features.json' from root:root to runner:runner
2025-08-20T22:59:03.1289902Z [00:03:38.284]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/document-features-71fc5693dee8a080' from root:root to runner:runner
2025-08-20T22:59:03.1290776Z [00:03:38.284]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/rstest_macros-2a7a1e9eb56dfb56/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.1291718Z [00:03:38.284]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/rstest_macros-2a7a1e9eb56dfb56/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:59:03.1292748Z [00:03:38.284]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/rstest_macros-2a7a1e9eb56dfb56/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:59:03.1293724Z [00:03:38.284]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/rstest_macros-2a7a1e9eb56dfb56/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:59:03.1294665Z [00:03:38.284]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/rstest_macros-2a7a1e9eb56dfb56' from root:root to runner:runner
2025-08-20T22:59:03.1295586Z [00:03:38.284]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/bitflags-170aa612b78399d4/dep-lib-bitflags' from root:root to runner:runner
2025-08-20T22:59:03.1296445Z [00:03:38.284]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/bitflags-170aa612b78399d4/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.1297292Z [00:03:38.285]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/bitflags-170aa612b78399d4/lib-bitflags.json' from root:root to runner:runner
2025-08-20T22:59:03.1298126Z [00:03:38.285]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/bitflags-170aa612b78399d4/lib-bitflags' from root:root to runner:runner
2025-08-20T22:59:03.1298894Z [00:03:38.285]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/bitflags-170aa612b78399d4' from root:root to runner:runner
2025-08-20T22:59:03.1299888Z [00:03:38.285]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/itoa-3f4442783b425d26/lib-itoa.json' from root:root to runner:runner
2025-08-20T22:59:03.1300695Z [00:03:38.285]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/itoa-3f4442783b425d26/dep-lib-itoa' from root:root to runner:runner
2025-08-20T22:59:03.1301531Z [00:03:38.285]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/itoa-3f4442783b425d26/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.1302483Z [00:03:38.285]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/itoa-3f4442783b425d26/lib-itoa' from root:root to runner:runner
2025-08-20T22:59:03.1303303Z [00:03:38.285]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/itoa-3f4442783b425d26' from root:root to runner:runner
2025-08-20T22:59:03.1304156Z [00:03:38.285]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/darling-6db184139b13866c/lib-darling.json' from root:root to runner:runner
2025-08-20T22:59:03.1305021Z [00:03:38.285]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/darling-6db184139b13866c/dep-lib-darling' from root:root to runner:runner
2025-08-20T22:59:03.1305842Z [00:03:38.285]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/darling-6db184139b13866c/lib-darling' from root:root to runner:runner
2025-08-20T22:59:03.1306689Z [00:03:38.285]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/darling-6db184139b13866c/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.1307671Z [00:03:38.285]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/darling-6db184139b13866c' from root:root to runner:runner
2025-08-20T22:59:03.1308678Z [00:03:38.285]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/semver-188083a6a9f5f083/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:59:03.1309627Z [00:03:38.285]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/semver-188083a6a9f5f083/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:59:03.1310387Z [00:03:38.285]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/semver-188083a6a9f5f083' from root:root to runner:runner
2025-08-20T22:59:03.1311281Z [00:03:38.285]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/thiserror-impl-10934afd33c4e919/dep-lib-thiserror_impl' from root:root to runner:runner
2025-08-20T22:59:03.1312263Z [00:03:38.285]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/thiserror-impl-10934afd33c4e919/lib-thiserror_impl' from root:root to runner:runner
2025-08-20T22:59:03.1313333Z [00:03:38.285]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/thiserror-impl-10934afd33c4e919/lib-thiserror_impl.json' from root:root to runner:runner
2025-08-20T22:59:03.1314209Z [00:03:38.285]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/thiserror-impl-10934afd33c4e919/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.1315011Z [00:03:38.285]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/thiserror-impl-10934afd33c4e919' from root:root to runner:runner
2025-08-20T22:59:03.1315869Z [00:03:38.285]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/libbpf-sys-1c0d07195717f366/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.1316817Z [00:03:38.285]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/libbpf-sys-1c0d07195717f366/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:59:03.1317758Z [00:03:38.285]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/libbpf-sys-1c0d07195717f366/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:59:03.1318675Z [00:03:38.285]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/libbpf-sys-1c0d07195717f366/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:59:03.1319455Z [00:03:38.285]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/libbpf-sys-1c0d07195717f366' from root:root to runner:runner
2025-08-20T22:59:03.1320310Z [00:03:38.285]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/tracexec-5dbf97cbd285b16b/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.1321390Z [00:03:38.285]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/tracexec-5dbf97cbd285b16b/output-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:59:03.1322322Z [00:03:38.285]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/tracexec-5dbf97cbd285b16b' from root:root to runner:runner
2025-08-20T22:59:03.1323187Z [00:03:38.285]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/cc-4ac115a40c46fd7f/lib-cc.json' from root:root to runner:runner
2025-08-20T22:59:03.1324012Z [00:03:38.285]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/cc-4ac115a40c46fd7f/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.1324793Z [00:03:38.285]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/cc-4ac115a40c46fd7f/lib-cc' from root:root to runner:runner
2025-08-20T22:59:03.1325586Z [00:03:38.285]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/cc-4ac115a40c46fd7f/dep-lib-cc' from root:root to runner:runner
2025-08-20T22:59:03.1326514Z [00:03:38.285]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/cc-4ac115a40c46fd7f' from root:root to runner:runner
2025-08-20T22:59:03.1327491Z [00:03:38.285]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/vte_generate_state_changes-2124cbe4b008885a/dep-lib-vte_generate_state_changes' from root:root to runner:runner
2025-08-20T22:59:03.1328404Z [00:03:38.285]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/vte_generate_state_changes-2124cbe4b008885a/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.1329378Z [00:03:38.285]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/vte_generate_state_changes-2124cbe4b008885a/lib-vte_generate_state_changes.json' from root:root to runner:runner
2025-08-20T22:59:03.1330332Z [00:03:38.285]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/vte_generate_state_changes-2124cbe4b008885a/lib-vte_generate_state_changes' from root:root to runner:runner
2025-08-20T22:59:03.1331174Z [00:03:38.285]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/vte_generate_state_changes-2124cbe4b008885a' from root:root to runner:runner
2025-08-20T22:59:03.1331980Z [00:03:38.285]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/semver-0b6ab4ee15e3cc68/lib-semver' from root:root to runner:runner
2025-08-20T22:59:03.1332966Z [00:03:38.285]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/semver-0b6ab4ee15e3cc68/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.1333829Z [00:03:38.285]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/semver-0b6ab4ee15e3cc68/lib-semver.json' from root:root to runner:runner
2025-08-20T22:59:03.1334813Z [00:03:38.285]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/semver-0b6ab4ee15e3cc68/dep-lib-semver' from root:root to runner:runner
2025-08-20T22:59:03.1335624Z [00:03:38.285]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/semver-0b6ab4ee15e3cc68' from root:root to runner:runner
2025-08-20T22:59:03.1336515Z [00:03:38.285]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/linux-raw-sys-325b414cbab3cc39/dep-lib-linux_raw_sys' from root:root to runner:runner
2025-08-20T22:59:03.1337382Z [00:03:38.285]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/linux-raw-sys-325b414cbab3cc39/lib-linux_raw_sys' from root:root to runner:runner
2025-08-20T22:59:03.1338256Z [00:03:38.285]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/linux-raw-sys-325b414cbab3cc39/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.1339154Z [00:03:38.285]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/linux-raw-sys-325b414cbab3cc39/lib-linux_raw_sys.json' from root:root to runner:runner
2025-08-20T22:59:03.1340162Z [00:03:38.285]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/linux-raw-sys-325b414cbab3cc39' from root:root to runner:runner
2025-08-20T22:59:03.1341017Z [00:03:38.285]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/thiserror-9498c34815b63e89/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.1341958Z [00:03:38.285]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/thiserror-9498c34815b63e89/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:59:03.1343023Z [00:03:38.285]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/thiserror-9498c34815b63e89/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:59:03.1343999Z [00:03:38.285]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/thiserror-9498c34815b63e89/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:59:03.1344775Z [00:03:38.285]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/thiserror-9498c34815b63e89' from root:root to runner:runner
2025-08-20T22:59:03.1345650Z [00:03:38.285]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/anstyle-parse-7600fb79de291417/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.1346529Z [00:03:38.285]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/anstyle-parse-7600fb79de291417/dep-lib-anstyle_parse' from root:root to runner:runner
2025-08-20T22:59:03.1347397Z [00:03:38.285]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/anstyle-parse-7600fb79de291417/lib-anstyle_parse' from root:root to runner:runner
2025-08-20T22:59:03.1348438Z [00:03:38.285]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/anstyle-parse-7600fb79de291417/lib-anstyle_parse.json' from root:root to runner:runner
2025-08-20T22:59:03.1349288Z [00:03:38.285]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/anstyle-parse-7600fb79de291417' from root:root to runner:runner
2025-08-20T22:59:03.1350151Z [00:03:38.285]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/getrandom-0fd0609afce44135/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.1351087Z [00:03:38.285]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/getrandom-0fd0609afce44135/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:59:03.1352022Z [00:03:38.285]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/getrandom-0fd0609afce44135/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:59:03.1353064Z [00:03:38.285]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/getrandom-0fd0609afce44135/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:59:03.1354027Z [00:03:38.285]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/getrandom-0fd0609afce44135' from root:root to runner:runner
2025-08-20T22:59:03.1354910Z [00:03:38.285]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/toml_datetime-b09521b0cfc6532d/lib-toml_datetime.json' from root:root to runner:runner
2025-08-20T22:59:03.1355780Z [00:03:38.285]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/toml_datetime-b09521b0cfc6532d/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.1356655Z [00:03:38.285]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/toml_datetime-b09521b0cfc6532d/dep-lib-toml_datetime' from root:root to runner:runner
2025-08-20T22:59:03.1357520Z [00:03:38.285]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/toml_datetime-b09521b0cfc6532d/lib-toml_datetime' from root:root to runner:runner
2025-08-20T22:59:03.1358308Z [00:03:38.285]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/toml_datetime-b09521b0cfc6532d' from root:root to runner:runner
2025-08-20T22:59:03.1359169Z [00:03:38.285]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/rstest_macros-0eda5372e4498081/lib-rstest_macros' from root:root to runner:runner
2025-08-20T22:59:03.1360047Z [00:03:38.285]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/rstest_macros-0eda5372e4498081/dep-lib-rstest_macros' from root:root to runner:runner
2025-08-20T22:59:03.1360910Z [00:03:38.285]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/rstest_macros-0eda5372e4498081/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.1361911Z [00:03:38.285]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/rstest_macros-0eda5372e4498081/lib-rstest_macros.json' from root:root to runner:runner
2025-08-20T22:59:03.1362859Z [00:03:38.285]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/rstest_macros-0eda5372e4498081' from root:root to runner:runner
2025-08-20T22:59:03.1363774Z [00:03:38.285]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/pkg-config-18929d2f95bd35e3/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.1364617Z [00:03:38.285]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/pkg-config-18929d2f95bd35e3/lib-pkg_config' from root:root to runner:runner
2025-08-20T22:59:03.1365484Z [00:03:38.285]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/pkg-config-18929d2f95bd35e3/lib-pkg_config.json' from root:root to runner:runner
2025-08-20T22:59:03.1366340Z [00:03:38.285]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/pkg-config-18929d2f95bd35e3/dep-lib-pkg_config' from root:root to runner:runner
2025-08-20T22:59:03.1367296Z [00:03:38.285]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/pkg-config-18929d2f95bd35e3' from root:root to runner:runner
2025-08-20T22:59:03.1368107Z [00:03:38.285]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/memchr-688939387092212f/lib-memchr' from root:root to runner:runner
2025-08-20T22:59:03.1368948Z [00:03:38.285]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/memchr-688939387092212f/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.1369775Z [00:03:38.285]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/memchr-688939387092212f/lib-memchr.json' from root:root to runner:runner
2025-08-20T22:59:03.1370601Z [00:03:38.285]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/memchr-688939387092212f/dep-lib-memchr' from root:root to runner:runner
2025-08-20T22:59:03.1371356Z [00:03:38.285]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/memchr-688939387092212f' from root:root to runner:runner
2025-08-20T22:59:03.1372270Z [00:03:38.285]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/rustix-49cea91d3c0aca44/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.1373236Z [00:03:38.285]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/rustix-49cea91d3c0aca44/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:59:03.1374160Z [00:03:38.285]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/rustix-49cea91d3c0aca44/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:59:03.1375186Z [00:03:38.285]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/rustix-49cea91d3c0aca44/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:59:03.1376021Z [00:03:38.285]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/rustix-49cea91d3c0aca44' from root:root to runner:runner
2025-08-20T22:59:03.1376935Z [00:03:38.285]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/libc-d6242236a11ddf6b/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:59:03.1377864Z [00:03:38.285]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/libc-d6242236a11ddf6b/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:59:03.1378620Z [00:03:38.286]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/libc-d6242236a11ddf6b' from root:root to runner:runner
2025-08-20T22:59:03.1379462Z [00:03:38.286]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/rustix-37293101cfebc25a/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.1380605Z [00:03:38.286]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/rustix-37293101cfebc25a/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:59:03.1381521Z [00:03:38.286]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/rustix-37293101cfebc25a/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:59:03.1382496Z [00:03:38.286]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/rustix-37293101cfebc25a/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:59:03.1383302Z [00:03:38.286]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/rustix-37293101cfebc25a' from root:root to runner:runner
2025-08-20T22:59:03.1384193Z [00:03:38.286]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/unicode-ident-6d6f85adf22ee534/lib-unicode_ident.json' from root:root to runner:runner
2025-08-20T22:59:03.1385063Z [00:03:38.286]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/unicode-ident-6d6f85adf22ee534/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.1385946Z [00:03:38.286]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/unicode-ident-6d6f85adf22ee534/dep-lib-unicode_ident' from root:root to runner:runner
2025-08-20T22:59:03.1386813Z [00:03:38.286]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/unicode-ident-6d6f85adf22ee534/lib-unicode_ident' from root:root to runner:runner
2025-08-20T22:59:03.1387608Z [00:03:38.286]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/unicode-ident-6d6f85adf22ee534' from root:root to runner:runner
2025-08-20T22:59:03.1388587Z [00:03:38.286]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/hashbrown-75302223b2e4e5c6/dep-lib-hashbrown' from root:root to runner:runner
2025-08-20T22:59:03.1389508Z [00:03:38.286]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/hashbrown-75302223b2e4e5c6/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.1390358Z [00:03:38.286]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/hashbrown-75302223b2e4e5c6/lib-hashbrown' from root:root to runner:runner
2025-08-20T22:59:03.1391221Z [00:03:38.286]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/hashbrown-75302223b2e4e5c6/lib-hashbrown.json' from root:root to runner:runner
2025-08-20T22:59:03.1392002Z [00:03:38.286]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/hashbrown-75302223b2e4e5c6' from root:root to runner:runner
2025-08-20T22:59:03.1392960Z [00:03:38.286]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/lock_api-bd51c8d53a64da74/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.1394086Z [00:03:38.286]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/lock_api-bd51c8d53a64da74/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:59:03.1395008Z [00:03:38.286]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/lock_api-bd51c8d53a64da74/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:59:03.1395916Z [00:03:38.286]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/lock_api-bd51c8d53a64da74/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:59:03.1396682Z [00:03:38.286]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/lock_api-bd51c8d53a64da74' from root:root to runner:runner
2025-08-20T22:59:03.1397585Z [00:03:38.286]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/nix-15a3542390dd2471/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:59:03.1398502Z [00:03:38.286]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/nix-15a3542390dd2471/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:59:03.1399254Z [00:03:38.286]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/nix-15a3542390dd2471' from root:root to runner:runner
2025-08-20T22:59:03.1400176Z [00:03:38.286]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/is_terminal_polyfill-1c45283c6e56c87a/dep-lib-is_terminal_polyfill' from root:root to runner:runner
2025-08-20T22:59:03.1401091Z [00:03:38.286]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/is_terminal_polyfill-1c45283c6e56c87a/lib-is_terminal_polyfill' from root:root to runner:runner
2025-08-20T22:59:03.1402117Z [00:03:38.286]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/is_terminal_polyfill-1c45283c6e56c87a/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.1403236Z [00:03:38.286]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/is_terminal_polyfill-1c45283c6e56c87a/lib-is_terminal_polyfill.json' from root:root to runner:runner
2025-08-20T22:59:03.1404077Z [00:03:38.286]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/is_terminal_polyfill-1c45283c6e56c87a' from root:root to runner:runner
2025-08-20T22:59:03.1404947Z [00:03:38.286]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/anyhow-a15a6534729acd94/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.1405877Z [00:03:38.286]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/anyhow-a15a6534729acd94/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:59:03.1406785Z [00:03:38.286]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/anyhow-a15a6534729acd94/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:59:03.1407913Z [00:03:38.286]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/anyhow-a15a6534729acd94/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:59:03.1408683Z [00:03:38.286]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/anyhow-a15a6534729acd94' from root:root to runner:runner
2025-08-20T22:59:03.1409574Z [00:03:38.286]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/enumflags2_derive-757a43bb57de4d11/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.1410471Z [00:03:38.286]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/enumflags2_derive-757a43bb57de4d11/lib-enumflags2_derive' from root:root to runner:runner
2025-08-20T22:59:03.1411387Z [00:03:38.286]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/enumflags2_derive-757a43bb57de4d11/lib-enumflags2_derive.json' from root:root to runner:runner
2025-08-20T22:59:03.1412394Z [00:03:38.286]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/enumflags2_derive-757a43bb57de4d11/dep-lib-enumflags2_derive' from root:root to runner:runner
2025-08-20T22:59:03.1413250Z [00:03:38.286]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/enumflags2_derive-757a43bb57de4d11' from root:root to runner:runner
2025-08-20T22:59:03.1414089Z [00:03:38.286]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/heck-25103e7959c420e1/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.1414878Z [00:03:38.286]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/heck-25103e7959c420e1/lib-heck' from root:root to runner:runner
2025-08-20T22:59:03.1415828Z [00:03:38.286]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/heck-25103e7959c420e1/lib-heck.json' from root:root to runner:runner
2025-08-20T22:59:03.1416676Z [00:03:38.286]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/heck-25103e7959c420e1/dep-lib-heck' from root:root to runner:runner
2025-08-20T22:59:03.1417431Z [00:03:38.286]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/heck-25103e7959c420e1' from root:root to runner:runner
2025-08-20T22:59:03.1418374Z [00:03:38.286]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/rustversion-e9711a7c438c23af/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:59:03.1419335Z [00:03:38.286]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/rustversion-e9711a7c438c23af/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:59:03.1420122Z [00:03:38.286]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/rustversion-e9711a7c438c23af' from root:root to runner:runner
2025-08-20T22:59:03.1421191Z [00:03:38.286]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/derive-getters-7ee835d9edc4eef4/dep-lib-derive_getters' from root:root to runner:runner
2025-08-20T22:59:03.1422068Z [00:03:38.286]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/derive-getters-7ee835d9edc4eef4/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.1423100Z [00:03:38.286]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/derive-getters-7ee835d9edc4eef4/lib-derive_getters' from root:root to runner:runner
2025-08-20T22:59:03.1424033Z [00:03:38.286]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/derive-getters-7ee835d9edc4eef4/lib-derive_getters.json' from root:root to runner:runner
2025-08-20T22:59:03.1424841Z [00:03:38.286]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/derive-getters-7ee835d9edc4eef4' from root:root to runner:runner
2025-08-20T22:59:03.1425698Z [00:03:38.286]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/ident_case-3aff5cc603f2172f/dep-lib-ident_case' from root:root to runner:runner
2025-08-20T22:59:03.1426550Z [00:03:38.286]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/ident_case-3aff5cc603f2172f/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.1427386Z [00:03:38.286]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/ident_case-3aff5cc603f2172f/lib-ident_case' from root:root to runner:runner
2025-08-20T22:59:03.1428242Z [00:03:38.286]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/ident_case-3aff5cc603f2172f/lib-ident_case.json' from root:root to runner:runner
2025-08-20T22:59:03.1429158Z [00:03:38.286]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/ident_case-3aff5cc603f2172f' from root:root to runner:runner
2025-08-20T22:59:03.1430040Z [00:03:38.286]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/getrandom-67c992d4959b7c4b/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.1430902Z [00:03:38.286]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/getrandom-67c992d4959b7c4b/lib-getrandom.json' from root:root to runner:runner
2025-08-20T22:59:03.1431750Z [00:03:38.286]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/getrandom-67c992d4959b7c4b/dep-lib-getrandom' from root:root to runner:runner
2025-08-20T22:59:03.1432659Z [00:03:38.286]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/getrandom-67c992d4959b7c4b/lib-getrandom' from root:root to runner:runner
2025-08-20T22:59:03.1433507Z [00:03:38.286]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/getrandom-67c992d4959b7c4b' from root:root to runner:runner
2025-08-20T22:59:03.1434542Z [00:03:38.286]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/urlencoding-a7a46dd25aba6f63/dep-lib-urlencoding' from root:root to runner:runner
2025-08-20T22:59:03.1435410Z [00:03:38.286]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/urlencoding-a7a46dd25aba6f63/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.1436283Z [00:03:38.286]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/urlencoding-a7a46dd25aba6f63/lib-urlencoding.json' from root:root to runner:runner
2025-08-20T22:59:03.1437263Z [00:03:38.286]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/urlencoding-a7a46dd25aba6f63/lib-urlencoding' from root:root to runner:runner
2025-08-20T22:59:03.1438110Z [00:03:38.286]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/urlencoding-a7a46dd25aba6f63' from root:root to runner:runner
2025-08-20T22:59:03.1438962Z [00:03:38.286]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/serde_json-cb13a687b01245d7/dep-lib-serde_json' from root:root to runner:runner
2025-08-20T22:59:03.1439817Z [00:03:38.287]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/serde_json-cb13a687b01245d7/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.1440647Z [00:03:38.287]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/serde_json-cb13a687b01245d7/lib-serde_json' from root:root to runner:runner
2025-08-20T22:59:03.1441506Z [00:03:38.287]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/serde_json-cb13a687b01245d7/lib-serde_json.json' from root:root to runner:runner
2025-08-20T22:59:03.1442363Z [00:03:38.287]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/serde_json-cb13a687b01245d7' from root:root to runner:runner
2025-08-20T22:59:03.1443414Z [00:03:38.287]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/rustc_version-3e3ee544a0b440b4/lib-rustc_version' from root:root to runner:runner
2025-08-20T22:59:03.1444330Z [00:03:38.287]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/rustc_version-3e3ee544a0b440b4/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:59:03.1445225Z [00:03:38.287]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/rustc_version-3e3ee544a0b440b4/lib-rustc_version.json' from root:root to runner:runner
2025-08-20T22:59:03.1446116Z [00:03:38.287]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/rustc_version-3e3ee544a0b440b4/dep-lib-rustc_version' from root:root to runner:runner
2025-08-20T22:59:03.1446904Z [00:03:38.287]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/rustc_version-3e3ee544a0b440b4' from root:root to runner:runner
2025-08-20T22:59:03.1447728Z [00:03:38.287]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint' from root:root to runner:runner
2025-08-20T22:59:03.1448339Z [00:03:38.287]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release' from root:root to runner:runner
2025-08-20T22:59:03.1448971Z [00:03:38.287]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/CACHEDIR.TAG' from root:root to runner:runner
2025-08-20T22:59:03.1449556Z [00:03:38.287]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target' from root:root to runner:runner
2025-08-20T22:59:03.1450157Z [00:03:38.287]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/.editorconfig' from root:root to runner:runner
2025-08-20T22:59:03.1450815Z [00:03:38.287]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/screenshots/default.png' from root:root to runner:runner
2025-08-20T22:59:03.1451463Z [00:03:38.287]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/screenshots/tui-demo.gif' from root:root to runner:runner
2025-08-20T22:59:03.1452257Z [00:03:38.287]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/screenshots/0.1.0-alpha.5.png' from root:root to runner:runner
2025-08-20T22:59:03.1453004Z [00:03:38.287]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/screenshots/0.1.0-alpha.6.png' from root:root to runner:runner
2025-08-20T22:59:03.1453680Z [00:03:38.287]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/screenshots/tracing-sudo.png' from root:root to runner:runner
2025-08-20T22:59:03.1454331Z [00:03:38.287]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/screenshots/status.png' from root:root to runner:runner
2025-08-20T22:59:03.1455043Z [00:03:38.287]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/screenshots/tracing-nested-setuid.gif' from root:root to runner:runner
2025-08-20T22:59:03.1455871Z [00:03:38.287]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/screenshots/trace-suid.png' from root:root to runner:runner
2025-08-20T22:59:03.1456580Z [00:03:38.287]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/screenshots/0.1.0-beta.2.gif' from root:root to runner:runner
2025-08-20T22:59:03.1457190Z [00:03:38.287]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/screenshots' from root:root to runner:runner
2025-08-20T22:59:03.1457767Z [00:03:38.287]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/LICENSE' from root:root to runner:runner
2025-08-20T22:59:03.1458366Z [00:03:38.287]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/Cargo.lock' from root:root to runner:runner
2025-08-20T22:59:03.1459005Z [00:03:38.287]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/src/ptrace/tracer.rs' from root:root to runner:runner
2025-08-20T22:59:03.1459662Z [00:03:38.287]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/src/ptrace/breakpoint.rs' from root:root to runner:runner
2025-08-20T22:59:03.1460484Z [00:03:38.287]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/src/ptrace/engine.rs' from root:root to runner:runner
2025-08-20T22:59:03.1461123Z [00:03:38.287]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/src/ptrace/guards.rs' from root:root to runner:runner
2025-08-20T22:59:03.1461768Z [00:03:38.287]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/src/ptrace/syscall.rs' from root:root to runner:runner
2025-08-20T22:59:03.1462504Z [00:03:38.287]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/src/ptrace/waitpid.rs' from root:root to runner:runner
2025-08-20T22:59:03.1463197Z [00:03:38.287]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/src/ptrace/inspect.rs' from root:root to runner:runner
2025-08-20T22:59:03.1463857Z [00:03:38.287]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/src/ptrace/tracer/test.rs' from root:root to runner:runner
2025-08-20T22:59:03.1464523Z [00:03:38.287]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/src/ptrace/tracer/state.rs' from root:root to runner:runner
2025-08-20T22:59:03.1465147Z [00:03:38.287]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/src/ptrace/tracer' from root:root to runner:runner
2025-08-20T22:59:03.1465740Z [00:03:38.287]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/src/ptrace' from root:root to runner:runner
2025-08-20T22:59:03.1466339Z [00:03:38.287]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/src/arch.rs' from root:root to runner:runner
2025-08-20T22:59:03.1466970Z [00:03:38.287]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/src/arch/riscv64.rs' from root:root to runner:runner
2025-08-20T22:59:03.1467590Z [00:03:38.287]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/src/arch/x86_64.rs' from root:root to runner:runner
2025-08-20T22:59:03.1468371Z [00:03:38.287]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/src/arch/aarch64.rs' from root:root to runner:runner
2025-08-20T22:59:03.1469040Z [00:03:38.287]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/src/arch/audit.rs' from root:root to runner:runner
2025-08-20T22:59:03.1469681Z [00:03:38.287]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/src/arch/generate.sh' from root:root to runner:runner
2025-08-20T22:59:03.1470267Z [00:03:38.287]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/src/arch' from root:root to runner:runner
2025-08-20T22:59:03.1470855Z [00:03:38.287]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/src/tui.rs' from root:root to runner:runner
2025-08-20T22:59:03.1471467Z [00:03:38.287]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/src/ptrace.rs' from root:root to runner:runner
2025-08-20T22:59:03.1472066Z [00:03:38.287]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/src/tracer.rs' from root:root to runner:runner
2025-08-20T22:59:03.1472950Z [00:03:38.287]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/src/tui/help.rs' from root:root to runner:runner
2025-08-20T22:59:03.1473610Z [00:03:38.287]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/src/tui/event_list/react.rs' from root:root to runner:runner
2025-08-20T22:59:03.1474279Z [00:03:38.287]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/src/tui/event_list/scroll.rs' from root:root to runner:runner
2025-08-20T22:59:03.1474925Z [00:03:38.287]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/src/tui/event_list/ui.rs' from root:root to runner:runner
2025-08-20T22:59:03.1475545Z [00:03:38.287]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/src/tui/event_list' from root:root to runner:runner
2025-08-20T22:59:03.1476190Z [00:03:38.287]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/src/tui/hit_manager.rs' from root:root to runner:runner
2025-08-20T22:59:03.1476806Z [00:03:38.287]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/src/tui/app/ui.rs' from root:root to runner:runner
2025-08-20T22:59:03.1477531Z [00:03:38.287]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/src/tui/app' from root:root to runner:runner
2025-08-20T22:59:03.1478209Z [00:03:38.287]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/src/tui/app.rs' from root:root to runner:runner
2025-08-20T22:59:03.1478856Z [00:03:38.287]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/src/tui/event_line.rs' from root:root to runner:runner
2025-08-20T22:59:03.1479470Z [00:03:38.287]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/src/tui/keys.txt' from root:root to runner:runner
2025-08-20T22:59:03.1480084Z [00:03:38.287]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/src/tui/query.rs' from root:root to runner:runner
2025-08-20T22:59:03.1480727Z [00:03:38.287]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/src/tui/error_popup.rs' from root:root to runner:runner
2025-08-20T22:59:03.1481363Z [00:03:38.287]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/src/tui/event_list.rs' from root:root to runner:runner
2025-08-20T22:59:03.1482299Z [00:03:38.287]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/src/tui/pseudo_term.rs' from root:root to runner:runner
2025-08-20T22:59:03.1482974Z [00:03:38.287]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/src/tui/sized_paragraph.rs' from root:root to runner:runner
2025-08-20T22:59:03.1483638Z [00:03:38.287]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/src/tui/details_popup.rs' from root:root to runner:runner
2025-08-20T22:59:03.1484237Z [00:03:38.287]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/src/tui/ui.rs' from root:root to runner:runner
2025-08-20T22:59:03.1484936Z [00:03:38.287]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/src/tui/breakpoint_manager.rs' from root:root to runner:runner
2025-08-20T22:59:03.1485560Z [00:03:38.287]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/src/tui/theme.rs' from root:root to runner:runner
2025-08-20T22:59:03.1486218Z [00:03:38.287]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/src/tui/backtrace_popup.rs' from root:root to runner:runner
2025-08-20T22:59:03.1486862Z [00:03:38.287]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/src/tui/copy_popup.rs' from root:root to runner:runner
2025-08-20T22:59:03.1487514Z [00:03:38.287]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/src/tui/partial_line.rs' from root:root to runner:runner
2025-08-20T22:59:03.1488105Z [00:03:38.287]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/src/tui' from root:root to runner:runner
2025-08-20T22:59:03.1488705Z [00:03:38.287]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/src/main.rs' from root:root to runner:runner
2025-08-20T22:59:03.1489305Z [00:03:38.287]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/src/tracee.rs' from root:root to runner:runner
2025-08-20T22:59:03.1490079Z [00:03:38.287]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/src/event/parent.rs' from root:root to runner:runner
2025-08-20T22:59:03.1490723Z [00:03:38.287]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/src/event/id.rs' from root:root to runner:runner
2025-08-20T22:59:03.1491364Z [00:03:38.287]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/src/event/message.rs' from root:root to runner:runner
2025-08-20T22:59:03.1491976Z [00:03:38.287]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/src/event/ui.rs' from root:root to runner:runner
2025-08-20T22:59:03.1492649Z [00:03:38.287]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/src/event' from root:root to runner:runner
2025-08-20T22:59:03.1493317Z [00:03:38.287]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/src/export.rs' from root:root to runner:runner
2025-08-20T22:59:03.1493940Z [00:03:38.287]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/src/primitives.rs' from root:root to runner:runner
2025-08-20T22:59:03.1494770Z [00:03:38.287]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/src/printer.rs' from root:root to runner:runner
2025-08-20T22:59:03.1495372Z [00:03:38.287]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/src/cli.rs' from root:root to runner:runner
2025-08-20T22:59:03.1495966Z [00:03:38.287]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/src/log.rs' from root:root to runner:runner
2025-08-20T22:59:03.1496577Z [00:03:38.287]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/src/seccomp.rs' from root:root to runner:runner
2025-08-20T22:59:03.1497168Z [00:03:38.287]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/src/bpf.rs' from root:root to runner:runner
2025-08-20T22:59:03.1497778Z [00:03:38.287]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/src/proc.rs' from root:root to runner:runner
2025-08-20T22:59:03.1498380Z [00:03:38.287]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/src/event.rs' from root:root to runner:runner
2025-08-20T22:59:03.1499010Z [00:03:38.287]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/src/timestamp.rs' from root:root to runner:runner
2025-08-20T22:59:03.1499605Z [00:03:38.287]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/src/cache.rs' from root:root to runner:runner
2025-08-20T22:59:03.1500229Z [00:03:38.287]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/src/cmdbuilder.rs' from root:root to runner:runner
2025-08-20T22:59:03.1500852Z [00:03:38.287]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/src/bpf/common.h' from root:root to runner:runner
2025-08-20T22:59:03.1501470Z [00:03:38.287]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/src/bpf/tracer.rs' from root:root to runner:runner
2025-08-20T22:59:03.1502332Z [00:03:38.287]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/src/bpf/interface.rs' from root:root to runner:runner
2025-08-20T22:59:03.1503086Z [00:03:38.287]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/src/bpf/tracexec_system.bpf.c' from root:root to runner:runner
2025-08-20T22:59:03.1503715Z [00:03:38.287]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/src/bpf/event.rs' from root:root to runner:runner
2025-08-20T22:59:03.1504372Z [00:03:38.287]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/src/bpf/process_tracker.rs' from root:root to runner:runner
2025-08-20T22:59:03.1505042Z [00:03:38.287]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/src/bpf/interface.h' from root:root to runner:runner
2025-08-20T22:59:03.1505628Z [00:03:38.287]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/src/bpf' from root:root to runner:runner
2025-08-20T22:59:03.1506243Z [00:03:38.287]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/src/cli/args.rs' from root:root to runner:runner
2025-08-20T22:59:03.1507115Z [00:03:38.287]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/src/cli/test.rs' from root:root to runner:runner
2025-08-20T22:59:03.1507736Z [00:03:38.287]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/src/cli/theme.rs' from root:root to runner:runner
2025-08-20T22:59:03.1508372Z [00:03:38.287]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/src/cli/options.rs' from root:root to runner:runner
2025-08-20T22:59:03.1508991Z [00:03:38.288]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/src/cli/config.rs' from root:root to runner:runner
2025-08-20T22:59:03.1509572Z [00:03:38.288]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/src/cli' from root:root to runner:runner
2025-08-20T22:59:03.1510179Z [00:03:38.288]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/src/action.rs' from root:root to runner:runner
2025-08-20T22:59:03.1510854Z [00:03:38.288]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/src/primitives/local_chan.rs' from root:root to runner:runner
2025-08-20T22:59:03.1511506Z [00:03:38.288]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/src/primitives/regex.rs' from root:root to runner:runner
2025-08-20T22:59:03.1512118Z [00:03:38.288]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/src/primitives' from root:root to runner:runner
2025-08-20T22:59:03.1512936Z [00:03:38.288]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/src/pty.rs' from root:root to runner:runner
2025-08-20T22:59:03.1513521Z [00:03:38.288]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/src' from root:root to runner:runner
2025-08-20T22:59:03.1514117Z [00:03:38.288]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/typos.toml' from root:root to runner:runner
2025-08-20T22:59:03.1514902Z [00:03:38.288]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/.git/packed-refs' from root:root to runner:runner
2025-08-20T22:59:03.1515687Z [00:03:38.288]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/.git/hooks/prepare-commit-msg.sample' from root:root to runner:runner
2025-08-20T22:59:03.1516393Z [00:03:38.288]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/.git/hooks/sendemail-validate.sample' from root:root to runner:runner
2025-08-20T22:59:03.1517057Z [00:03:38.288]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/.git/hooks/pre-rebase.sample' from root:root to runner:runner
2025-08-20T22:59:03.1517739Z [00:03:38.288]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/.git/hooks/pre-applypatch.sample' from root:root to runner:runner
2025-08-20T22:59:03.1518397Z [00:03:38.288]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/.git/hooks/pre-push.sample' from root:root to runner:runner
2025-08-20T22:59:03.1519039Z [00:03:38.288]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/.git/hooks/update.sample' from root:root to runner:runner
2025-08-20T22:59:03.1519932Z [00:03:38.288]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/.git/hooks/applypatch-msg.sample' from root:root to runner:runner
2025-08-20T22:59:03.1520624Z [00:03:38.288]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/.git/hooks/push-to-checkout.sample' from root:root to runner:runner
2025-08-20T22:59:03.1521294Z [00:03:38.288]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/.git/hooks/pre-commit.sample' from root:root to runner:runner
2025-08-20T22:59:03.1521961Z [00:03:38.288]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/.git/hooks/post-update.sample' from root:root to runner:runner
2025-08-20T22:59:03.1522760Z [00:03:38.288]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/.git/hooks/pre-merge-commit.sample' from root:root to runner:runner
2025-08-20T22:59:03.1523479Z [00:03:38.288]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/.git/hooks/pre-receive.sample' from root:root to runner:runner
2025-08-20T22:59:03.1524146Z [00:03:38.288]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/.git/hooks/commit-msg.sample' from root:root to runner:runner
2025-08-20T22:59:03.1524850Z [00:03:38.288]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/.git/hooks/fsmonitor-watchman.sample' from root:root to runner:runner
2025-08-20T22:59:03.1525439Z [00:03:38.288]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/.git/hooks' from root:root to runner:runner
2025-08-20T22:59:03.1526058Z [00:03:38.288]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/.git/index' from root:root to runner:runner
2025-08-20T22:59:03.1526647Z [00:03:38.288]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/.git/config' from root:root to runner:runner
2025-08-20T22:59:03.1527642Z [00:03:38.288]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/.git/objects/pack/pack-0d00bafb8678c76ce4a58661e72d9299c3696149.pack' from root:root to runner:runner
2025-08-20T22:59:03.1528563Z [00:03:38.288]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/.git/objects/pack/pack-0d00bafb8678c76ce4a58661e72d9299c3696149.promisor' from root:root to runner:runner
2025-08-20T22:59:03.1529417Z [00:03:38.288]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/.git/objects/pack/pack-cca017ccb46445bdf81f66737b08f87dbd042f47.pack' from root:root to runner:runner
2025-08-20T22:59:03.1530252Z [00:03:38.288]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/.git/objects/pack/pack-0d00bafb8678c76ce4a58661e72d9299c3696149.idx' from root:root to runner:runner
2025-08-20T22:59:03.1531092Z [00:03:38.288]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/.git/objects/pack/pack-cca017ccb46445bdf81f66737b08f87dbd042f47.idx' from root:root to runner:runner
2025-08-20T22:59:03.1531925Z [00:03:38.288]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/.git/objects/pack/pack-cca017ccb46445bdf81f66737b08f87dbd042f47.rev' from root:root to runner:runner
2025-08-20T22:59:03.1533047Z [00:03:38.288]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/.git/objects/pack/pack-0d00bafb8678c76ce4a58661e72d9299c3696149.rev' from root:root to runner:runner
2025-08-20T22:59:03.1533921Z [00:03:38.288]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/.git/objects/pack/pack-cca017ccb46445bdf81f66737b08f87dbd042f47.promisor' from root:root to runner:runner
2025-08-20T22:59:03.1534552Z [00:03:38.288]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/.git/objects/pack' from root:root to runner:runner
2025-08-20T22:59:03.1535167Z [00:03:38.288]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/.git/objects/info' from root:root to runner:runner
2025-08-20T22:59:03.1535770Z [00:03:38.288]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/.git/objects' from root:root to runner:runner
2025-08-20T22:59:03.1536383Z [00:03:38.288]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/.git/info/exclude' from root:root to runner:runner
2025-08-20T22:59:03.1536967Z [00:03:38.288]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/.git/info' from root:root to runner:runner
2025-08-20T22:59:03.1537582Z [00:03:38.288]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/.git/description' from root:root to runner:runner
2025-08-20T22:59:03.1538188Z [00:03:38.288]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/.git/logs/HEAD' from root:root to runner:runner
2025-08-20T22:59:03.1538841Z [00:03:38.288]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/.git/logs/refs/heads/main' from root:root to runner:runner
2025-08-20T22:59:03.1539470Z [00:03:38.288]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/.git/logs/refs/heads' from root:root to runner:runner
2025-08-20T22:59:03.1540294Z [00:03:38.288]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/.git/logs/refs/remotes/origin/HEAD' from root:root to runner:runner
2025-08-20T22:59:03.1541056Z [00:03:38.288]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/.git/logs/refs/remotes/origin' from root:root to runner:runner
2025-08-20T22:59:03.1541712Z [00:03:38.288]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/.git/logs/refs/remotes' from root:root to runner:runner
2025-08-20T22:59:03.1542408Z [00:03:38.288]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/.git/logs/refs' from root:root to runner:runner
2025-08-20T22:59:03.1543045Z [00:03:38.288]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/.git/logs' from root:root to runner:runner
2025-08-20T22:59:03.1543638Z [00:03:38.288]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/.git/HEAD' from root:root to runner:runner
2025-08-20T22:59:03.1544246Z [00:03:38.288]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/.git/refs/tags' from root:root to runner:runner
2025-08-20T22:59:03.1545075Z [00:03:38.288]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/.git/refs/heads/main' from root:root to runner:runner
2025-08-20T22:59:03.1545688Z [00:03:38.288]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/.git/refs/heads' from root:root to runner:runner
2025-08-20T22:59:03.1546355Z [00:03:38.288]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/.git/refs/remotes/origin/HEAD' from root:root to runner:runner
2025-08-20T22:59:03.1547002Z [00:03:38.288]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/.git/refs/remotes/origin' from root:root to runner:runner
2025-08-20T22:59:03.1547620Z [00:03:38.288]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/.git/refs/remotes' from root:root to runner:runner
2025-08-20T22:59:03.1548210Z [00:03:38.288]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/.git/refs' from root:root to runner:runner
2025-08-20T22:59:03.1548782Z [00:03:38.288]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/.git' from root:root to runner:runner
2025-08-20T22:59:03.1549376Z [00:03:38.288]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/about.hbs' from root:root to runner:runner
2025-08-20T22:59:03.1549979Z [00:03:38.288]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/.whitesource' from root:root to runner:runner
2025-08-20T22:59:03.1550635Z [00:03:38.288]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/include/x86/vmlinux_601.h' from root:root to runner:runner
2025-08-20T22:59:03.1551282Z [00:03:38.288]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/include/x86/vmlinux.h' from root:root to runner:runner
2025-08-20T22:59:03.1551880Z [00:03:38.288]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/include/x86' from root:root to runner:runner
2025-08-20T22:59:03.1552813Z [00:03:38.288]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/include/aarch64/vmlinux_601.h' from root:root to runner:runner
2025-08-20T22:59:03.1553590Z [00:03:38.288]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/include/aarch64/vmlinux.h' from root:root to runner:runner
2025-08-20T22:59:03.1554220Z [00:03:38.288]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/include/aarch64' from root:root to runner:runner
2025-08-20T22:59:03.1554833Z [00:03:38.288]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/include/x86_64' from root:root to runner:runner
2025-08-20T22:59:03.1555483Z [00:03:38.288]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/include/arm/vmlinux_62.h' from root:root to runner:runner
2025-08-20T22:59:03.1556129Z [00:03:38.288]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/include/arm/vmlinux.h' from root:root to runner:runner
2025-08-20T22:59:03.1556723Z [00:03:38.288]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/include/arm' from root:root to runner:runner
2025-08-20T22:59:03.1557563Z [00:03:38.288]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/include/powerpc/vmlinux_600.h' from root:root to runner:runner
2025-08-20T22:59:03.1558222Z [00:03:38.288]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/include/powerpc/vmlinux.h' from root:root to runner:runner
2025-08-20T22:59:03.1558841Z [00:03:38.288]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/include/powerpc' from root:root to runner:runner
2025-08-20T22:59:03.1559520Z [00:03:38.288]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/include/riscv64/vmlinux_602.h' from root:root to runner:runner
2025-08-20T22:59:03.1560172Z [00:03:38.288]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/include/riscv64/vmlinux.h' from root:root to runner:runner
2025-08-20T22:59:03.1560795Z [00:03:38.288]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/include/riscv64' from root:root to runner:runner
2025-08-20T22:59:03.1561483Z [00:03:38.288]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/include/loongarch64/vmlinux_602.h' from root:root to runner:runner
2025-08-20T22:59:03.1562259Z [00:03:38.288]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/include/loongarch64/vmlinux.h' from root:root to runner:runner
2025-08-20T22:59:03.1562923Z [00:03:38.288]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/include/loongarch64' from root:root to runner:runner
2025-08-20T22:59:03.1563553Z [00:03:38.288]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/include/vmlinux.h' from root:root to runner:runner
2025-08-20T22:59:03.1564131Z [00:03:38.288]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/include' from root:root to runner:runner
2025-08-20T22:59:03.1564678Z [00:03:38.288]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO' from root:root to runner:runner
2025-08-20T22:59:03.1565326Z [00:03:38.288]➜  changed ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk' from root:root to runner:runner
2025-08-20T22:59:03.1565789Z [00:03:38.288]➜  ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp' retained as runner:runner
2025-08-20T22:59:03.1566184Z [00:03:38.288]➜  ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP' retained as runner:runner
2025-08-20T22:59:03.1566564Z [00:03:38.288]➜  ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD' retained as runner:runner
2025-08-20T22:59:03.1566941Z [00:03:38.288]➜  ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/LICENSE' retained as runner:runner
2025-08-20T22:59:03.1567348Z [00:03:38.288]➜  ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/tracexec.version' retained as runner:runner
2025-08-20T22:59:03.1567800Z [00:03:38.288]➜  ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/tracexec.static.version' retained as runner:runner
2025-08-20T22:59:03.1568143Z [00:03:38.288]➜  ownership of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR' retained as runner:runner
2025-08-20T22:59:03.1568651Z [00:03:38.295]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.1569297Z [00:03:38.300]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.1570019Z [00:03:38.306]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/demonstration/gdb-launcher/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.1570670Z [00:03:38.311]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/demonstration/gdb-launcher/shell-script' retained as 0755 (rwxr-xr-x)
2025-08-20T22:59:03.1571399Z [00:03:38.316]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/demonstration/gdb-launcher/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.1572111Z [00:03:38.321]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/demonstration/gdb-launcher/Makefile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.1572967Z [00:03:38.326]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/demonstration/gdb-launcher/a.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.1573671Z [00:03:38.332]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/demonstration/gdb-launcher/b.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.1574284Z [00:03:38.337]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/about.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.1574887Z [00:03:38.342]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.1575445Z [00:03:38.348]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/update_readme.rb' retained as 0755 (rwxr-xr-x)
2025-08-20T22:59:03.1576049Z [00:03:38.353]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/flake.lock' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.1576672Z [00:03:38.358]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.1577424Z [00:03:38.363]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/flake.nix' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.1578127Z [00:03:38.369]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/casts/stdio-in-cmdline.cast' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.1578811Z [00:03:38.374]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/casts/interactive-bash.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.1579441Z [00:03:38.379]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/casts/Makefile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.1580126Z [00:03:38.384]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/casts/interactive-bash.cast' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.1580767Z [00:03:38.389]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/README.template.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.1581365Z [00:03:38.395]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.1582231Z [00:03:38.400]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/TODO' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.1582841Z [00:03:38.405]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/INSTALL.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.1583511Z [00:03:38.410]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/fixtures/exec-stress.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.1584185Z [00:03:38.415]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/fixtures/not-executable' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.1584845Z [00:03:38.420]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/fixtures/empty-argv.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.1585499Z [00:03:38.426]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/fixtures/exec-file.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.1586178Z [00:03:38.431]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/fixtures/corrupted-envp.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.1586829Z [00:03:38.436]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/3rdparty/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.1587480Z [00:03:38.441]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/3rdparty/prepare-native-dependencies.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T22:59:03.1588106Z [00:03:38.447]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/.gitattributes' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.1588697Z [00:03:38.452]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/build.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.1589447Z [00:03:38.458]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/rustfmt.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.1590115Z [00:03:38.464]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.1590780Z [00:03:38.469]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/.github/workflows/ci.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.1591464Z [00:03:38.475]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/.github/workflows/release.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.1592124Z [00:03:38.481]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/.github/workflows/nix.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.1592903Z [00:03:38.487]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/nix/tracexec.nix' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.1593515Z [00:03:38.493]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/nix/ukci.nix' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.1594385Z [00:03:38.498]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/nix/kernel-configure.nix' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.1595038Z [00:03:38.504]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/nix/kernel-source.nix' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.1595684Z [00:03:38.509]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/nix/initramfs.nix' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.1596323Z [00:03:38.515]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/nix/kernel-build.nix' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.1596920Z [00:03:38.520]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/deny.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.1597532Z [00:03:38.526]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/config.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.1598189Z [00:03:38.532]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/.rustc_info.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.1599060Z [00:03:38.538]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/bytes-aad76a29fa546711.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.1599973Z [00:03:38.543]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/serde-d72f8da9dde4f4a2.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.1600888Z [00:03:38.549]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfastrand-a6fffb5a5e5cdb20.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.1601799Z [00:03:38.555]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_cursor-69b73bb779329b52.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.1602971Z [00:03:38.561]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libequivalent-227a987576108267.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.1603945Z [00:03:38.567]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbitflags-dadc80606a3f6919.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.1604922Z [00:03:38.572]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpercent_encoding-2aa7bee56e77439a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.1605788Z [00:03:38.578]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/gimli-4279674ee96871e1.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.1606718Z [00:03:38.584]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcolor_spantrace-c79cb5cde63de752.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.1607824Z [00:03:38.589]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtui_popup-000808f1eb46af40.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.1608723Z [00:03:38.595]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libstrsim-b4d47f8ab2e91eb8.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.1609634Z [00:03:38.601]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/percent_encoding-2aa7bee56e77439a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.1610571Z [00:03:38.606]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_executor-f2e00fd98470a358.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.1611489Z [00:03:38.612]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbacktrace-40c749fc239cb753.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.1612474Z [00:03:38.618]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/shell_quote-00915c1b6e25709c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.1613453Z [00:03:38.623]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libminimal_lexical-79f70aa3ad38fa03.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.1614368Z [00:03:38.629]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnum_traits-66f8939c54523e8d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.1615280Z [00:03:38.635]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgetrandom-9972691410bf1bd0.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.1616284Z [00:03:38.641]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/foldhash-4166f2240ae6512f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.1617262Z [00:03:38.647]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossterm-43097e7b40ae7335.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.1618188Z [00:03:38.652]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsignal_hook_mio-261f4b10527a50fe.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.1619035Z [00:03:38.658]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/nix-f3701f48f127875b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.1619915Z [00:03:38.663]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/castaway-09523d0e493e2f78.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.1620827Z [00:03:38.668]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_sink-1f73ff9c554e4477.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.1621907Z [00:03:38.674]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcolor_spantrace-c79cb5cde63de752.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.1622860Z [00:03:38.679]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/nom-bbdd29e7bef6af50.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.1652470Z [00:03:38.684]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgetrandom-9972691410bf1bd0.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.1706608Z [00:03:38.689]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/minimal_lexical-79f70aa3ad38fa03.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.1761426Z [00:03:38.695]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/parking_lot-d11fa2de6725b8d6.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.1816588Z [00:03:38.700]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/winnow-2f1e42bfd4d34b72.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.1872005Z [00:03:38.706]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/sharded_slab-c87e086639dbd4ca.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.1927181Z [00:03:38.712]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/better_panic-f34403a27d630900.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.1980461Z [00:03:38.717]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfastrand-a6fffb5a5e5cdb20.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.2033568Z [00:03:38.722]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/rand_chacha-96eab1cd2669ae62.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.2085968Z [00:03:38.727]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/x11rb_protocol-adb51dcc374e7d01.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.2138449Z [00:03:38.733]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/indexmap-d177a20394edbb52.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.2190781Z [00:03:38.738]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/humantime-9650910401c42f1f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.2244165Z [00:03:38.743]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liballocator_api2-f637d9d5d2560ff6.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.2298548Z [00:03:38.749]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbacktrace-40c749fc239cb753.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.2352645Z [00:03:38.754]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/directories-57eafb8fae04ff86.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.2405935Z [00:03:38.759]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/vsprintf-1a580371f0a91d70.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.2459446Z [00:03:38.765]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liboption_ext-2c8d17201dd91cfb.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.2513460Z [00:03:38.770]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserial_test-25b594cf719ca1be.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.2567735Z [00:03:38.776]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnix-f3701f48f127875b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.2621189Z [00:03:38.781]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libthread_local-7f87e4829ec63f50.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.2675572Z [00:03:38.786]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liballocator_api2-f637d9d5d2560ff6.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.2729162Z [00:03:38.792]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/zerocopy-5574f10b56ad8d4d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.2783939Z [00:03:38.797]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/thiserror-b63b6944cf4fbaf9.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.2837211Z [00:03:38.803]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/tui_term-2eb3d0efc527165c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.2890556Z [00:03:38.808]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblru-1f6be96b5cc72bc5.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.2945776Z [00:03:38.813]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwayland_backend-3383c19538ee007a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.3000086Z [00:03:38.819]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/rustix-24bf95cb404e388c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.3056844Z [00:03:38.824]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/unicode_width-7ded428ff597e470.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.3114047Z [00:03:38.830]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnom-bbdd29e7bef6af50.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.3168069Z [00:03:38.836]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwayland_backend-3383c19538ee007a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.3221655Z [00:03:38.841]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libparking_lot-d11fa2de6725b8d6.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.3276239Z [00:03:38.846]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtokio-e6f67942d514c8e4.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.3330185Z [00:03:38.852]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libvsprintf-1a580371f0a91d70.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.3382579Z [00:03:38.857]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libstrum-3837d630b061b1be.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.3436390Z [00:03:38.862]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/downcast_rs-e5e24ae8668af1dc.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.3491166Z [00:03:38.868]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgetrandom-b5ce1d847d245e7d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.3543422Z [00:03:38.873]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librustc_demangle-30e51053e886f483.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.3598094Z [00:03:38.879]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtui_term-2eb3d0efc527165c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.3650615Z [00:03:38.884]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librand_core-9bc923f4391769e0.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.3705165Z [00:03:38.889]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap_builder-4c93f9759362aab8.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.3758641Z [00:03:38.895]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcastaway-09523d0e493e2f78.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.3813904Z [00:03:38.900]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libaddr2line-e9c78b6fb06bd277.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.3867585Z [00:03:38.906]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblinux_raw_sys-d8fd99116fc15864.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.3923895Z [00:03:38.911]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/regex_syntax-8375770a0aabfdd3.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.3981403Z [00:03:38.917]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libshell_quote-00915c1b6e25709c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.4039888Z [00:03:38.923]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde-d72f8da9dde4f4a2.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.4099615Z [00:03:38.929]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/itertools-c4307ed1591dc7f8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.4174095Z [00:03:38.936]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/socket2-d9eb0d2f925ea539.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.4231398Z [00:03:38.942]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcassowary-48d8304561d08d79.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.4289383Z [00:03:38.948]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/either-4baf76fac0f4cf78.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.4345759Z [00:03:38.953]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_channel-79817f5a8bf363ff.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.4405187Z [00:03:38.959]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsupports_color-47f51730a962c5cd.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.4461230Z [00:03:38.965]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtempfile-8317538966f01884.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.4518886Z [00:03:38.971]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwayland_sys-60eb6645e22482c6.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.4576200Z [00:03:38.976]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap-42987ed4db2face3.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.4631439Z [00:03:38.982]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwayland_protocols-e4d537724431302b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.4688821Z [00:03:38.988]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libthiserror-79336279f07339b0.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.4744226Z [00:03:38.993]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libryu-694316d3806572f1.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.4800463Z [00:03:38.999]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/clap-42987ed4db2face3.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.4856291Z [00:03:39.004]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libminiz_oxide-8ece0687850eab22.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.4908807Z [00:03:39.010]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtracing_core-eaf228cf12ff9b8f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.4962832Z [00:03:39.015]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_cursor-69b73bb779329b52.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.5017496Z [00:03:39.021]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libeither-4baf76fac0f4cf78.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.5072130Z [00:03:39.026]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/getrandom-b5ce1d847d245e7d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.5126423Z [00:03:39.031]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/linux_raw_sys-5f3df5f2ce75b76c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.5181775Z [00:03:39.037]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libahash-4947365c3191af1a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.5236947Z [00:03:39.043]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgetrandom-b5ce1d847d245e7d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.5294040Z [00:03:39.048]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libobject-dd66547b144c8c2d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.5349060Z [00:03:39.054]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_sink-1f73ff9c554e4477.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.5407840Z [00:03:39.060]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_syntax-8375770a0aabfdd3.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.5465443Z [00:03:39.065]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/clap_builder-4c93f9759362aab8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.5520979Z [00:03:39.071]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libitoa-26c7b81a28d259c5.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.5574060Z [00:03:39.076]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/colorchoice-6013ebb501c1abed.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.5630756Z [00:03:39.082]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/futures-d4cc56faacb1ef31.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.5684135Z [00:03:39.087]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/atoi-3e051acafc7eba47.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.5736956Z [00:03:39.093]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/parking_lot_core-f3f25f7970faefbd.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.5793277Z [00:03:39.098]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/static_assertions-924a51dd0a6b3770.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.5846320Z [00:03:39.103]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/rstest-5924f0ff14089939.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.5901631Z [00:03:39.109]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libminiz_oxide-8ece0687850eab22.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.5957201Z [00:03:39.115]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/signal_hook_registry-f23f4a45bddc78cb.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.6010481Z [00:03:39.120]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/owo_colors-9841a8797a56c727.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.6065695Z [00:03:39.125]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtoml_edit-47913230259fc2e2.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.6121232Z [00:03:39.131]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblinux_raw_sys-d8fd99116fc15864.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.6178766Z [00:03:39.137]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblog-7bd9b6a084c4e530.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.6233750Z [00:03:39.142]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibseccomp_sys-dd5965af156a1b96.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.6287038Z [00:03:39.148]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwayland_protocols-e4d537724431302b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.6341041Z [00:03:39.153]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libarboard-00b0fcd6fafb0204.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.6393175Z [00:03:39.158]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libconsole-888cdbe3d8508bd7.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.6445393Z [00:03:39.163]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/color_spantrace-c79cb5cde63de752.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.6499138Z [00:03:39.169]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcolor_eyre-459f34c06b6ebf4b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.6553879Z [00:03:39.174]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtracing_subscriber-8fd5d805c06220d1.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.6607586Z [00:03:39.180]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libadler-2bcb9686245b6bad.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.6664364Z [00:03:39.185]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/fslock-67d930f9f53e7dd5.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.6720738Z [00:03:39.191]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libis_terminal-473032c432ae33bf.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.6776554Z [00:03:39.196]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libparking_lot-d11fa2de6725b8d6.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.6830498Z [00:03:39.202]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libiana_time_zone-ffe2815e206ccfc2.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.6885400Z [00:03:39.207]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/futures_util-af144080a71152d2.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.6940714Z [00:03:39.213]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex-3a595bc95a81b5bd.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.6999285Z [00:03:39.219]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libdirs_sys-24a6bb3e4262e405.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.7057462Z [00:03:39.225]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libitertools-2c7cdb84d2eed9b5.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.7113387Z [00:03:39.230]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/clap_complete-9f07205be791280b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.7170567Z [00:03:39.236]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossterm-43097e7b40ae7335.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.7223528Z [00:03:39.241]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_automata-39665bc2e9941bdb.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.7276308Z [00:03:39.246]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfiledescriptor-1f15a1eb6a0292d3.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.7328725Z [00:03:39.252]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpin_utils-862e04ea43454f7b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.7382713Z [00:03:39.257]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libthiserror-b63b6944cf4fbaf9.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.7433234Z [00:03:39.262]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/anstyle_parse-d9f762c54654b497.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.7485665Z [00:03:39.267]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libscopeguard-a12f67ff0386bfba.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.7537904Z [00:03:39.273]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtui_scrollview-30f572188685040c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.7591465Z [00:03:39.278]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/adler-2bcb9686245b6bad.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.7644855Z [00:03:39.283]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libdirectories-57eafb8fae04ff86.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.7698164Z [00:03:39.289]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures-d4cc56faacb1ef31.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.7752853Z [00:03:39.294]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhashbrown-0cfaff6315dd60b6.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.7805411Z [00:03:39.299]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde-d72f8da9dde4f4a2.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.7857828Z [00:03:39.305]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/ratatui_macros-e98fab514432dcbb.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.7911328Z [00:03:39.310]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/futures_task-76ff4ecc6a593659.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.7964796Z [00:03:39.315]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/strum-3837d630b061b1be.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.8018475Z [00:03:39.321]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libindexmap-d177a20394edbb52.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.8071713Z [00:03:39.326]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/toml_datetime-da2f89fe282e8499.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.8125281Z [00:03:39.331]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libparking_lot_core-f3f25f7970faefbd.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.8177010Z [00:03:39.337]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfilterable_enum-041f448f4beaae49.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
﻿2025-08-20T22:59:03.8230677Z [00:03:39.342]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libthiserror-79336279f07339b0.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.8282656Z [00:03:39.347]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libftree-9377465675517280.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.8335478Z [00:03:39.352]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/hashbrown-0cfaff6315dd60b6.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.8387038Z [00:03:39.358]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtree_magic_mini-5f843236f15840a4.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.8438497Z [00:03:39.363]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblazy_static-a7a7d1b21152584a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.8490783Z [00:03:39.368]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblinux_raw_sys-5f3df5f2ce75b76c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.8542428Z [00:03:39.373]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde_json-a0cc6314f90a2a07.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.8594985Z [00:03:39.378]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libunicode_width-ae29605e8bb5f11f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.8645727Z [00:03:39.383]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libweak_table-a2be08934a154e0a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.8697551Z [00:03:39.389]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/wayland_sys-60eb6645e22482c6.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.8749750Z [00:03:39.394]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/is_ci-84d1f0f8659d8ab3.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.8800926Z [00:03:39.399]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libaho_corasick-7403284f1f5ef69e.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.8852038Z [00:03:39.404]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libindexset-c1da7c48e8e215dc.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.8903099Z [00:03:39.409]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap_lex-f497dbc862f38eff.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.8955354Z [00:03:39.414]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/miniz_oxide-8ece0687850eab22.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.9007002Z [00:03:39.420]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/tracing_error-58f9537f69246ae8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.9058795Z [00:03:39.425]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap_lex-f497dbc862f38eff.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.9110148Z [00:03:39.430]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/rand_core-9bc923f4391769e0.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.9162292Z [00:03:39.435]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/vt100-209fecc74484dc5d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.9214342Z [00:03:39.440]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/chrono-20e32ad3a4db25e3.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.9265793Z [00:03:39.445]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/slab-f052e07284ae880a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.9318368Z [00:03:39.451]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/signal_hook_mio-261f4b10527a50fe.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.9370508Z [00:03:39.456]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsignal_hook_mio-261f4b10527a50fe.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.9422125Z [00:03:39.461]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle_query-d3912d4c466823d0.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.9474293Z [00:03:39.466]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libunicode_width-ae29605e8bb5f11f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.9525429Z [00:03:39.471]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libeyre-7e3ef1f771983600.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.9578366Z [00:03:39.477]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libratatui_macros-e98fab514432dcbb.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.9631048Z [00:03:39.482]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtoml_write-d969eaf479716a15.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.9683653Z [00:03:39.487]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libowo_colors-9841a8797a56c727.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.9737224Z [00:03:39.493]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/regex_automata-c8f0176502f961d3.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.9788325Z [00:03:39.498]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcastaway-09523d0e493e2f78.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.9839082Z [00:03:39.503]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/anstyle-74b0f744cbb31470.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.9890345Z [00:03:39.508]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/indexset-c1da7c48e8e215dc.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.9941361Z [00:03:39.513]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/tui_scrollview-30f572188685040c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:03.9992943Z [00:03:39.518]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstream-920aadcb768c81d9.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.0045819Z [00:03:39.523]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libstrum-2474f7698fd94ec1.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.0098567Z [00:03:39.529]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtoml_datetime-da2f89fe282e8499.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.0150084Z [00:03:39.534]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnum_traits-66f8939c54523e8d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.0202650Z [00:03:39.539]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsignal_hook_registry-f23f4a45bddc78cb.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.0256737Z [00:03:39.544]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpin_utils-862e04ea43454f7b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.0307579Z [00:03:39.550]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_syntax-4849e7ad3b33d56c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.0358560Z [00:03:39.555]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbytes-aad76a29fa546711.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.0410413Z [00:03:39.560]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/futures_channel-79817f5a8bf363ff.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.0460388Z [00:03:39.565]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/itertools-2c7cdb84d2eed9b5.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.0516006Z [00:03:39.570]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/futures_io-1a540f396ba90f4f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.0572392Z [00:03:39.576]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libaho_corasick-7403284f1f5ef69e.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.0625807Z [00:03:39.581]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/wayland_protocols-e4d537724431302b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.0681666Z [00:03:39.587]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsdd-44e7c7e191e267d4.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.0738722Z [00:03:39.593]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/toml_write-d969eaf479716a15.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.0795306Z [00:03:39.598]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/pin_utils-862e04ea43454f7b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.0848466Z [00:03:39.604]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/log-7bd9b6a084c4e530.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.0902780Z [00:03:39.609]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtui_prompts-13f92172e7bf9657.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.0957697Z [00:03:39.615]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libseccomp-45bcfe3538ac1148.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.1010743Z [00:03:39.620]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/cassowary-48d8304561d08d79.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.1066370Z [00:03:39.625]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/crossterm-43097e7b40ae7335.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.1117981Z [00:03:39.631]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/tree_magic_mini-5f843236f15840a4.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.1169508Z [00:03:39.636]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/futures_sink-1f73ff9c554e4477.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.1221441Z [00:03:39.641]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_timer-4e83dda08be8df8b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.1274193Z [00:03:39.646]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_channel-79817f5a8bf363ff.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.1328245Z [00:03:39.652]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblock_api-4e678dee7f2c2e51.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.1380348Z [00:03:39.657]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsocket2-d9eb0d2f925ea539.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.1432640Z [00:03:39.662]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmio-c760a08121993bc9.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.1484534Z [00:03:39.667]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libvte-a29ce51c24f49b3c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.1539296Z [00:03:39.673]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/lazy_static-a7a7d1b21152584a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.1594090Z [00:03:39.678]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfnv-d3a003c5745aa4e2.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.1649287Z [00:03:39.684]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_executor-f2e00fd98470a358.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.1705593Z [00:03:39.689]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librustc_demangle-30e51053e886f483.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.1759051Z [00:03:39.695]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsmallvec-5075877457cfb525.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.1813591Z [00:03:39.700]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsignal_hook_registry-f23f4a45bddc78cb.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.1868866Z [00:03:39.706]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtree_magic_mini-5f843236f15840a4.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.1923331Z [00:03:39.711]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libc-b66fa394134f7643.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.1978956Z [00:03:39.717]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtracing-3e9da42e845831ee.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.2036262Z [00:03:39.722]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/wl_clipboard_rs-12d2518911dbbdbe.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.2094110Z [00:03:39.728]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures-d4cc56faacb1ef31.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.2149274Z [00:03:39.734]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhumantime-9650910401c42f1f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.2202756Z [00:03:39.739]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libatoi-3e051acafc7eba47.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.2259626Z [00:03:39.745]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcompact_str-35c9d56d72b3ef96.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.2315946Z [00:03:39.750]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/supports_color-47f51730a962c5cd.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.2372087Z [00:03:39.756]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libindenter-4edd4209ac0fba28.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.2430199Z [00:03:39.762]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/arrayvec-114b57072a1ea110.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.2488315Z [00:03:39.768]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwayland_client-fc2d4456be5a5ede.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.2545504Z [00:03:39.773]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtui_popup-000808f1eb46af40.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.2602003Z [00:03:39.779]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libobject-dd66547b144c8c2d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.2657110Z [00:03:39.785]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/tokio_util-2df1a7a4a2f5554b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.2713533Z [00:03:39.790]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/utf8parse-654ab0e6866dede5.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.2770022Z [00:03:39.796]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libonce_cell-bf549e27d6efb313.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.2825174Z [00:03:39.801]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libslab-f052e07284ae880a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.2881013Z [00:03:39.807]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtui_widget_list-4b4b7166704c3349.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.2935196Z [00:03:39.812]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/ppv_lite86-bf313fda39636b43.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.2989256Z [00:03:39.818]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpin_project_lite-7f1b0160d6667c1c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.3041591Z [00:03:39.823]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libslab-f052e07284ae880a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.3097130Z [00:03:39.829]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_automata-c8f0176502f961d3.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.3153379Z [00:03:39.834]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libdirs_sys-24a6bb3e4262e405.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.3208008Z [00:03:39.840]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap-42987ed4db2face3.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.3263357Z [00:03:39.845]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsignal_hook-76fa6e7babd7ff63.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.3317413Z [00:03:39.851]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/regex_cursor-69b73bb779329b52.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.3371953Z [00:03:39.856]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtoml_edit-47913230259fc2e2.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.3427692Z [00:03:39.862]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle-74b0f744cbb31470.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.3485335Z [00:03:39.867]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwayland_client-fc2d4456be5a5ede.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.3540337Z [00:03:39.873]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/getrandom-9972691410bf1bd0.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.3595518Z [00:03:39.878]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libarrayvec-114b57072a1ea110.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.3651468Z [00:03:39.884]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/bstr-aabd5ed91c381e31.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.3708014Z [00:03:39.890]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/scopeguard-a12f67ff0386bfba.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.3762458Z [00:03:39.895]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/futures_core-9b9c66b12a641e5c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.3819470Z [00:03:39.901]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbytes-aad76a29fa546711.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.3874022Z [00:03:39.906]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/overload-814595d2adde431b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.3930621Z [00:03:39.912]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/dirs_sys-24a6bb3e4262e405.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.3985646Z [00:03:39.917]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde_spanned-d90e8b70f0a676f5.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.4040661Z [00:03:39.923]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfoldhash-4166f2240ae6512f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.4098657Z [00:03:39.929]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/thread_local-7f87e4829ec63f50.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.4159927Z [00:03:39.935]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libstatic_assertions-924a51dd0a6b3770.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.4211794Z [00:03:39.940]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmio-c760a08121993bc9.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.4275585Z [00:03:39.946]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/cfg_if-5335dbb64cbcc9f5.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.4331129Z [00:03:39.952]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libunicode_truncate-f1fef8f1923a73a8.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.4390306Z [00:03:39.958]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/fastrand-a6fffb5a5e5cdb20.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.4448094Z [00:03:39.964]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/addr2line-e9c78b6fb06bd277.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.4502428Z [00:03:39.969]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_io-1a540f396ba90f4f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.4559827Z [00:03:39.975]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtracing_log-6def47fe14e62daf.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.4617653Z [00:03:39.981]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsignal_hook-76fa6e7babd7ff63.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.4672131Z [00:03:39.986]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/bitflags-dadc80606a3f6919.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.4728714Z [00:03:39.992]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtracing_subscriber-8fd5d805c06220d1.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.4785883Z [00:03:39.997]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libstrum-2474f7698fd94ec1.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.4848842Z [00:03:40.003]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtracing_error-58f9537f69246ae8.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.4897887Z [00:03:40.009]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/nutype-956ff0512f92c6f8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.4953755Z [00:03:40.014]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmatchers-4f869cf49b18acf3.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.5011448Z [00:03:40.020]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librand-5bfdc4147324ef5f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.5069117Z [00:03:40.026]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_core-9b9c66b12a641e5c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.5126949Z [00:03:40.031]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/tui_widget_list-4b4b7166704c3349.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.5183180Z [00:03:40.037]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libshell_words-04357d8eadfbdc82.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.5241111Z [00:03:40.043]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblinux_raw_sys-5f3df5f2ce75b76c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.5296591Z [00:03:40.048]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpetgraph-2b27708dec2b74ac.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.5354370Z [00:03:40.054]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpercent_encoding-2aa7bee56e77439a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.5412061Z [00:03:40.060]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libthread_local-7f87e4829ec63f50.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.5470000Z [00:03:40.066]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/serde_json-a0cc6314f90a2a07.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.5526359Z [00:03:40.071]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libx11rb-b4a663b0a0f58d84.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.5581173Z [00:03:40.077]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle_parse-d9f762c54654b497.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.5639122Z [00:03:40.083]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/wayland_protocols_wlr-7c19f71967ec44bf.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.5696381Z [00:03:40.088]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liboption_ext-2c8d17201dd91cfb.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.5754835Z [00:03:40.094]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcompact_str-35c9d56d72b3ef96.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.5814243Z [00:03:40.100]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libos_pipe-f9e9a270a2988545.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.5870970Z [00:03:40.106]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/arboard-00b0fcd6fafb0204.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.5927062Z [00:03:40.111]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-b66fa394134f7643.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.5980846Z [00:03:40.117]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libindexset-c1da7c48e8e215dc.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.6036505Z [00:03:40.122]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/object-dd66547b144c8c2d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.6090881Z [00:03:40.128]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/wayland_backend-3383c19538ee007a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.6143103Z [00:03:40.133]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libeyre-7e3ef1f771983600.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.6197984Z [00:03:40.139]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtokio_util-2df1a7a4a2f5554b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.6250426Z [00:03:40.144]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwinnow-2f1e42bfd4d34b72.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.6303507Z [00:03:40.149]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/scc-030662cba94c8a76.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.6358537Z [00:03:40.155]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibseccomp_sys-dd5965af156a1b96.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.6412515Z [00:03:40.160]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/anstream-920aadcb768c81d9.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.6469207Z [00:03:40.166]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/matchers-4f869cf49b18acf3.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.6525970Z [00:03:40.171]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/is_terminal_polyfill-d41033bcec586f6b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.6579637Z [00:03:40.177]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/unicode_segmentation-58a87eb00497feda.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.6634640Z [00:03:40.182]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/vte-a29ce51c24f49b3c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.6688943Z [00:03:40.188]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/x11rb-b4a663b0a0f58d84.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.6747446Z [00:03:40.194]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwayland_sys-60eb6645e22482c6.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.6807273Z [00:03:40.199]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/anstyle_query-d3912d4c466823d0.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.6864432Z [00:03:40.205]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libenumflags2-5de760c890ce6304.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.6921539Z [00:03:40.211]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/allocator_api2-f637d9d5d2560ff6.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.6978271Z [00:03:40.217]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_io-1a540f396ba90f4f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.7032092Z [00:03:40.222]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/unicode_truncate-f1fef8f1923a73a8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.7084951Z [00:03:40.227]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/lru-1f6be96b5cc72bc5.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.7138385Z [00:03:40.233]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcfg_if-5335dbb64cbcc9f5.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.7192633Z [00:03:40.238]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblazy_static-a7a7d1b21152584a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.7247919Z [00:03:40.244]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libryu-694316d3806572f1.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.7308057Z [00:03:40.249]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_syntax-8375770a0aabfdd3.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.7353572Z [00:03:40.254]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde_spanned-d90e8b70f0a676f5.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.7409131Z [00:03:40.260]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libunicode_segmentation-58a87eb00497feda.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.7465041Z [00:03:40.265]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/num_traits-66f8939c54523e8d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.7518059Z [00:03:40.271]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcolorchoice-6013ebb501c1abed.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.7571101Z [00:03:40.276]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/fixedbitset-8c1e71c11c66ef81.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.7625424Z [00:03:40.281]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/filterable_enum-041f448f4beaae49.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.7679515Z [00:03:40.287]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/futures_executor-f2e00fd98470a358.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.7733775Z [00:03:40.292]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap_complete-9f07205be791280b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.7788418Z [00:03:40.298]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbetter_panic-f34403a27d630900.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.7840472Z [00:03:40.303]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/rustix-b009d707fe32ccef.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.7894557Z [00:03:40.308]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibseccomp-45bcfe3538ac1148.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.7951746Z [00:03:40.314]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/signal_hook-76fa6e7babd7ff63.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.8005397Z [00:03:40.319]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/os_pipe-f9e9a270a2988545.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.8057664Z [00:03:40.325]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhashbrown-0cfaff6315dd60b6.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.8110782Z [00:03:40.330]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserial_test-25b594cf719ca1be.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.8165430Z [00:03:40.335]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/petgraph-2b27708dec2b74ac.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.8219997Z [00:03:40.341]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstream-920aadcb768c81d9.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.8275257Z [00:03:40.346]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblock_api-4e678dee7f2c2e51.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.8328459Z [00:03:40.352]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibseccomp-45bcfe3538ac1148.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.8383664Z [00:03:40.357]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libiana_time_zone-ffe2815e206ccfc2.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.8440302Z [00:03:40.363]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde_json-a0cc6314f90a2a07.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.8495712Z [00:03:40.368]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsharded_slab-c87e086639dbd4ca.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.8550564Z [00:03:40.374]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/equivalent-227a987576108267.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.8606211Z [00:03:40.379]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/regex_syntax-4849e7ad3b33d56c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.8661069Z [00:03:40.385]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/clap_lex-f497dbc862f38eff.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.8714411Z [00:03:40.390]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsharded_slab-c87e086639dbd4ca.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.8766688Z [00:03:40.395]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/strum-2474f7698fd94ec1.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.8819152Z [00:03:40.401]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libscopeguard-a12f67ff0386bfba.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.8873959Z [00:03:40.406]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libequivalent-227a987576108267.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.8929644Z [00:03:40.412]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhumantime-9650910401c42f1f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.8985994Z [00:03:40.417]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpetgraph-2b27708dec2b74ac.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.9041490Z [00:03:40.423]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libos_pipe-f9e9a270a2988545.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.9096950Z [00:03:40.428]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_util-af144080a71152d2.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.9153402Z [00:03:40.434]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_syntax-4849e7ad3b33d56c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.9207912Z [00:03:40.440]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/tracing-3e9da42e845831ee.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.9262454Z [00:03:40.445]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librand_core-9bc923f4391769e0.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.9317427Z [00:03:40.451]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libis_terminal_polyfill-d41033bcec586f6b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.9373598Z [00:03:40.456]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/weak_table-a2be08934a154e0a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.9429649Z [00:03:40.462]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsocket2-d9eb0d2f925ea539.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.9483149Z [00:03:40.467]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/smallvec-5075877457cfb525.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.9542780Z [00:03:40.473]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/sdd-44e7c7e191e267d4.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.9591486Z [00:03:40.478]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librand_chacha-96eab1cd2669ae62.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.9647425Z [00:03:40.484]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libstrsim-b4d47f8ab2e91eb8.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.9700257Z [00:03:40.489]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libis_ci-84d1f0f8659d8ab3.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.9754538Z [00:03:40.494]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_timer-4e83dda08be8df8b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.9809022Z [00:03:40.500]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/filedescriptor-1f15a1eb6a0292d3.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.9865847Z [00:03:40.505]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_task-76ff4ecc6a593659.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.9918002Z [00:03:40.511]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/thiserror-79336279f07339b0.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:04.9970914Z [00:03:40.516]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/ryu-694316d3806572f1.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.0023689Z [00:03:40.521]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/tempfile-8317538966f01884.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.0078509Z [00:03:40.527]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtoml-34a117820390d568.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.0133237Z [00:03:40.532]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/ahash-4947365c3191af1a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.0186533Z [00:03:40.537]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libratatui-d602d7defa607273.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.0239660Z [00:03:40.543]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtracing-3e9da42e845831ee.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.0293116Z [00:03:40.548]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libx11rb_protocol-adb51dcc374e7d01.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.0347253Z [00:03:40.554]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwl_clipboard_rs-12d2518911dbbdbe.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.0399172Z [00:03:40.559]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/ftree-9377465675517280.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.0452871Z [00:03:40.564]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/strsim-b4d47f8ab2e91eb8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.0507243Z [00:03:40.570]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbetter_panic-f34403a27d630900.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.0563397Z [00:03:40.575]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/tokio-e6f67942d514c8e4.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.0617486Z [00:03:40.581]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/rand-5bfdc4147324ef5f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.0674996Z [00:03:40.586]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libscc-030662cba94c8a76.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.0729643Z [00:03:40.592]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzerocopy-5574f10b56ad8d4d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.0784526Z [00:03:40.597]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcolor_eyre-459f34c06b6ebf4b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.0840443Z [00:03:40.603]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librustix-b009d707fe32ccef.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.0895900Z [00:03:40.608]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libppv_lite86-bf313fda39636b43.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.0951509Z [00:03:40.614]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnutype-956ff0512f92c6f8.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.1004380Z [00:03:40.619]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwayland_protocols_wlr-7c19f71967ec44bf.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.1057515Z [00:03:40.625]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtracing_log-6def47fe14e62daf.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.1113587Z [00:03:40.630]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libitertools-c4307ed1591dc7f8.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.1167091Z [00:03:40.636]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/compact_str-35c9d56d72b3ef96.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.1220634Z [00:03:40.641]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libowo_colors-9841a8797a56c727.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.1275016Z [00:03:40.646]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libftree-9377465675517280.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.1327437Z [00:03:40.652]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libeither-4baf76fac0f4cf78.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.1381584Z [00:03:40.657]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/serde_spanned-d90e8b70f0a676f5.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.1435988Z [00:03:40.662]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libis_ci-84d1f0f8659d8ab3.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.1492214Z [00:03:40.668]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libdowncast_rs-e5e24ae8668af1dc.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.1548667Z [00:03:40.674]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librustix-24bf95cb404e388c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.1604084Z [00:03:40.679]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtui_prompts-13f92172e7bf9657.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.1659188Z [00:03:40.685]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libatoi-3e051acafc7eba47.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.1715841Z [00:03:40.690]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libaddr2line-e9c78b6fb06bd277.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.1769327Z [00:03:40.696]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libenumflags2-5de760c890ce6304.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.1824710Z [00:03:40.701]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnu_ansi_term-0cb81f1c26a44ea8.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.1878281Z [00:03:40.707]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/serial_test-25b594cf719ca1be.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.1933641Z [00:03:40.712]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/nu_ansi_term-0cb81f1c26a44ea8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.1988679Z [00:03:40.718]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/tui_popup-000808f1eb46af40.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.2045474Z [00:03:40.723]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcfg_if-5335dbb64cbcc9f5.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.2103474Z [00:03:40.729]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgimli-4279674ee96871e1.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.2157921Z [00:03:40.735]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmatchers-4f869cf49b18acf3.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.2213360Z [00:03:40.740]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_automata-39665bc2e9941bdb.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.2269282Z [00:03:40.746]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liboverload-814595d2adde431b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.2326639Z [00:03:40.751]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtempfile-8317538966f01884.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.2382422Z [00:03:40.757]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/pin_project_lite-7f1b0160d6667c1c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.2439736Z [00:03:40.763]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/iana_time_zone-ffe2815e206ccfc2.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.2494057Z [00:03:40.768]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libarrayvec-114b57072a1ea110.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.2548928Z [00:03:40.774]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libvt100-209fecc74484dc5d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.2604799Z [00:03:40.779]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwinnow-2f1e42bfd4d34b72.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.2659103Z [00:03:40.785]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/color_eyre-459f34c06b6ebf4b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.2715900Z [00:03:40.790]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-b66fa394134f7643.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.2770044Z [00:03:40.796]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/tracing_log-6def47fe14e62daf.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.2823220Z [00:03:40.801]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libppv_lite86-bf313fda39636b43.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.2878174Z [00:03:40.807]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libseccomp_sys-dd5965af156a1b96.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.2931836Z [00:03:40.812]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/memchr-e799659df7e28d12.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.2986003Z [00:03:40.817]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfslock-67d930f9f53e7dd5.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.3038648Z [00:03:40.823]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_util-af144080a71152d2.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.3093430Z [00:03:40.828]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnu_ansi_term-0cb81f1c26a44ea8.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.3147575Z [00:03:40.834]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/aho_corasick-7403284f1f5ef69e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.3201603Z [00:03:40.839]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libunicode_truncate-f1fef8f1923a73a8.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.3256555Z [00:03:40.844]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librand_chacha-96eab1cd2669ae62.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.3308103Z [00:03:40.850]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/tui_prompts-13f92172e7bf9657.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.3361954Z [00:03:40.855]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtracing_core-eaf228cf12ff9b8f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.3416243Z [00:03:40.860]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/shell_words-04357d8eadfbdc82.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.3469781Z [00:03:40.866]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librustix-b009d707fe32ccef.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.3524928Z [00:03:40.871]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libutf8parse-654ab0e6866dede5.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.3581091Z [00:03:40.877]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libkxxt_owo_colors-f37a3b7689358f52.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.3631316Z [00:03:40.882]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpin_project_lite-7f1b0160d6667c1c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.3686511Z [00:03:40.887]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libvt100-209fecc74484dc5d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.3737795Z [00:03:40.893]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libratatui_macros-e98fab514432dcbb.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.3790708Z [00:03:40.898]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtoml-34a117820390d568.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.3842281Z [00:03:40.903]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libchrono-20e32ad3a4db25e3.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.3895775Z [00:03:40.908]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcolorchoice-6013ebb501c1abed.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.3948251Z [00:03:40.914]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnutype-956ff0512f92c6f8.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.4001027Z [00:03:40.919]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsupports_color-47f51730a962c5cd.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.4056879Z [00:03:40.925]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/linux_raw_sys-d8fd99116fc15864.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.4108835Z [00:03:40.930]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/toml_edit-47913230259fc2e2.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.4162662Z [00:03:40.935]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfiledescriptor-1f15a1eb6a0292d3.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.4218027Z [00:03:40.941]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/regex_automata-39665bc2e9941bdb.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.4271366Z [00:03:40.946]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsmallvec-5075877457cfb525.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.4324647Z [00:03:40.951]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle_parse-d9f762c54654b497.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.4379048Z [00:03:40.957]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfnv-d3a003c5745aa4e2.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.4433305Z [00:03:40.962]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/unicode_width-ae29605e8bb5f11f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.4487924Z [00:03:40.968]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/futures_timer-4e83dda08be8df8b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.4542064Z [00:03:40.973]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle-74b0f744cbb31470.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.4597328Z [00:03:40.979]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/is_terminal-473032c432ae33bf.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.4651528Z [00:03:40.984]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmemchr-e799659df7e28d12.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.4705271Z [00:03:40.989]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnom-bbdd29e7bef6af50.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.4759330Z [00:03:40.995]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libis_terminal_polyfill-d41033bcec586f6b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.4812106Z [00:03:41.000]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libindenter-4edd4209ac0fba28.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.4864607Z [00:03:41.005]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libthiserror-b63b6944cf4fbaf9.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.4916700Z [00:03:41.010]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/lock_api-4e678dee7f2c2e51.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.4970717Z [00:03:41.016]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libunicode_segmentation-58a87eb00497feda.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.5025948Z [00:03:41.021]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap_builder-4c93f9759362aab8.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.5081283Z [00:03:41.027]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libstatic_assertions-924a51dd0a6b3770.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.5135887Z [00:03:41.032]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtui_scrollview-30f572188685040c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.5190821Z [00:03:41.038]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libstrum-3837d630b061b1be.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.5243694Z [00:03:41.043]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libweak_table-a2be08934a154e0a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.5295928Z [00:03:41.048]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtokio-e6f67942d514c8e4.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.5348850Z [00:03:41.054]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsdd-44e7c7e191e267d4.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.5403610Z [00:03:41.059]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liboverload-814595d2adde431b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.5457182Z [00:03:41.065]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzerocopy-5574f10b56ad8d4d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.5511174Z [00:03:41.070]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle_query-d3912d4c466823d0.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.5564694Z [00:03:41.075]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libindexmap-d177a20394edbb52.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.5617454Z [00:03:41.081]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libscc-030662cba94c8a76.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.5669650Z [00:03:41.086]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfixedbitset-8c1e71c11c66ef81.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.5722575Z [00:03:41.091]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libutf8parse-654ab0e6866dede5.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.5777096Z [00:03:41.097]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/kxxt_owo_colors-f37a3b7689358f52.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.5832479Z [00:03:41.102]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmemchr-e799659df7e28d12.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.5886556Z [00:03:41.107]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libdowncast_rs-e5e24ae8668af1dc.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.5940576Z [00:03:41.113]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcassowary-48d8304561d08d79.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.5996691Z [00:03:41.119]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfslock-67d930f9f53e7dd5.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.6050540Z [00:03:41.124]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libparking_lot_core-f3f25f7970faefbd.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.6106935Z [00:03:41.130]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtoml_datetime-da2f89fe282e8499.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.6161646Z [00:03:41.135]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libx11rb_protocol-adb51dcc374e7d01.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.6217210Z [00:03:41.141]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libvsprintf-1a580371f0a91d70.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.6270615Z [00:03:41.146]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librstest-5924f0ff14089939.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.6324089Z [00:03:41.151]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librstest-5924f0ff14089939.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.6378090Z [00:03:41.157]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtracing_error-58f9537f69246ae8.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.6433981Z [00:03:41.162]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblog-7bd9b6a084c4e530.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.6489868Z [00:03:41.168]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libarboard-00b0fcd6fafb0204.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.6545462Z [00:03:41.173]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libminimal_lexical-79f70aa3ad38fa03.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.6602009Z [00:03:41.179]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libahash-4947365c3191af1a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.6653968Z [00:03:41.184]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbitflags-dadc80606a3f6919.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.6708658Z [00:03:41.190]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblru-1f6be96b5cc72bc5.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.6761752Z [00:03:41.195]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/eyre-7e3ef1f771983600.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.6815616Z [00:03:41.200]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtui_widget_list-4b4b7166704c3349.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.6870220Z [00:03:41.206]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/backtrace-40c749fc239cb753.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.6926691Z [00:03:41.212]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgimli-4279674ee96871e1.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.6982099Z [00:03:41.217]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/tracing_subscriber-8fd5d805c06220d1.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.7039717Z [00:03:41.223]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtokio_util-2df1a7a4a2f5554b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.7095742Z [00:03:41.228]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_core-9b9c66b12a641e5c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.7151613Z [00:03:41.234]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libitertools-c4307ed1591dc7f8.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.7208422Z [00:03:41.240]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbpf_sys-b3469c93a3c158d6.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.7262018Z [00:03:41.245]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libis_terminal-473032c432ae33bf.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.7317524Z [00:03:41.251]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbstr-aabd5ed91c381e31.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.7371969Z [00:03:41.256]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtoml_write-d969eaf479716a15.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.7429260Z [00:03:41.262]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_automata-c8f0176502f961d3.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.7483441Z [00:03:41.267]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/tracing_core-eaf228cf12ff9b8f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.7538179Z [00:03:41.273]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/ratatui-d602d7defa607273.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.7592483Z [00:03:41.278]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/once_cell-bf549e27d6efb313.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.7645615Z [00:03:41.283]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/wayland_client-fc2d4456be5a5ede.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.7698451Z [00:03:41.289]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libitoa-26c7b81a28d259c5.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.7751924Z [00:03:41.294]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libkxxt_owo_colors-f37a3b7689358f52.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.7807446Z [00:03:41.299]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/regex-3a595bc95a81b5bd.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.7861455Z [00:03:41.305]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libitertools-2c7cdb84d2eed9b5.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.7915417Z [00:03:41.310]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/fnv-d3a003c5745aa4e2.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.7970210Z [00:03:41.316]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libonce_cell-bf549e27d6efb313.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.8025018Z [00:03:41.321]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/indenter-4edd4209ac0fba28.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.8079467Z [00:03:41.327]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbstr-aabd5ed91c381e31.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.8134016Z [00:03:41.332]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libratatui-d602d7defa607273.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.8189222Z [00:03:41.338]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfixedbitset-8c1e71c11c66ef81.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.8242938Z [00:03:41.343]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/toml-34a117820390d568.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.8297902Z [00:03:41.349]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libunicode_width-7ded428ff597e470.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.8353032Z [00:03:41.354]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libconsole-888cdbe3d8508bd7.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.8408132Z [00:03:41.360]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/itoa-26c7b81a28d259c5.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.8463012Z [00:03:41.365]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libx11rb-b4a663b0a0f58d84.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.8519081Z [00:03:41.371]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/enumflags2-5de760c890ce6304.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.8575371Z [00:03:41.376]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libvte-a29ce51c24f49b3c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.8629291Z [00:03:41.382]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libdirectories-57eafb8fae04ff86.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.8682542Z [00:03:41.387]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex-3a595bc95a81b5bd.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.8737830Z [00:03:41.393]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librustix-24bf95cb404e388c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.8791708Z [00:03:41.398]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librand-5bfdc4147324ef5f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.8846556Z [00:03:41.403]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwayland_protocols_wlr-7c19f71967ec44bf.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.8901028Z [00:03:41.409]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwl_clipboard_rs-12d2518911dbbdbe.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.8957244Z [00:03:41.415]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libchrono-20e32ad3a4db25e3.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.9011821Z [00:03:41.420]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libshell_words-04357d8eadfbdc82.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.9069532Z [00:03:41.426]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnix-f3701f48f127875b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.9124430Z [00:03:41.431]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/rustc_demangle-30e51053e886f483.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.9180086Z [00:03:41.437]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libadler-2bcb9686245b6bad.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.9235450Z [00:03:41.442]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libshell_quote-00915c1b6e25709c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.9291997Z [00:03:41.448]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfilterable_enum-041f448f4beaae49.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.9348036Z [00:03:41.454]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap_complete-9f07205be791280b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.9404695Z [00:03:41.459]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/console-888cdbe3d8508bd7.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.9459294Z [00:03:41.465]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/option_ext-2c8d17201dd91cfb.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.9513956Z [00:03:41.470]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfoldhash-4166f2240ae6512f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.9570673Z [00:03:41.476]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtui_term-2eb3d0efc527165c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.9627648Z [00:03:41.482]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libunicode_width-7ded428ff597e470.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.9684057Z [00:03:41.487]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/mio-c760a08121993bc9.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.9739376Z [00:03:41.493]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_task-76ff4ecc6a593659.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.9796021Z [00:03:41.498]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/nix-c171a21a9af9704e/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.9848996Z [00:03:41.504]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/nix-c171a21a9af9704e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.9903694Z [00:03:41.509]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/nix-c171a21a9af9704e/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:05.9957889Z [00:03:41.515]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/nix-c171a21a9af9704e/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.0012043Z [00:03:41.520]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/thiserror-07a28b32335706e2/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.0065551Z [00:03:41.525]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/thiserror-07a28b32335706e2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.0120204Z [00:03:41.531]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/thiserror-07a28b32335706e2/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.0175601Z [00:03:41.536]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/thiserror-07a28b32335706e2/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.0230233Z [00:03:41.542]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/serde-5c9820a39e84773f/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.0286679Z [00:03:41.547]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/serde-5c9820a39e84773f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.0343548Z [00:03:41.553]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/serde-5c9820a39e84773f/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.0399017Z [00:03:41.559]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/serde-5c9820a39e84773f/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.0455659Z [00:03:41.564]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/eyre-e616bde3de917870/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.0511274Z [00:03:41.570]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/eyre-e616bde3de917870/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.0568446Z [00:03:41.576]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/eyre-e616bde3de917870/out/probe.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.0625202Z [00:03:41.581]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/eyre-e616bde3de917870/out/libeyre_build.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.0678417Z [00:03:41.587]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/eyre-e616bde3de917870/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.0734552Z [00:03:41.592]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/eyre-e616bde3de917870/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.0788765Z [00:03:41.598]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/getrandom-20d35e066d987086/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.0842894Z [00:03:41.603]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/getrandom-20d35e066d987086/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.0896374Z [00:03:41.608]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/getrandom-20d35e066d987086/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.0948930Z [00:03:41.614]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/getrandom-20d35e066d987086/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.1002782Z [00:03:41.619]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rustix-742fb3034145011c/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.1056498Z [00:03:41.624]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rustix-742fb3034145011c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.1110128Z [00:03:41.630]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rustix-742fb3034145011c/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.1165101Z [00:03:41.635]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rustix-742fb3034145011c/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.1218147Z [00:03:41.641]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/signal-hook-e42684d9c1278415/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.1271307Z [00:03:41.646]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/signal-hook-e42684d9c1278415/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.1324691Z [00:03:41.651]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/signal-hook-e42684d9c1278415/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.1377462Z [00:03:41.657]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/signal-hook-e42684d9c1278415/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.1431454Z [00:03:41.662]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/thiserror-d254aa98aed7e9ff/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.1484773Z [00:03:41.667]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/thiserror-d254aa98aed7e9ff/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.1538630Z [00:03:41.673]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/thiserror-d254aa98aed7e9ff/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.1591672Z [00:03:41.678]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/thiserror-d254aa98aed7e9ff/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.1646164Z [00:03:41.683]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/vsprintf-97470288a7757deb/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.1699608Z [00:03:41.689]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/vsprintf-97470288a7757deb/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.1753859Z [00:03:41.694]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/vsprintf-97470288a7757deb/out/ea708c7824d36062-lib.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.1809985Z [00:03:41.700]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/vsprintf-97470288a7757deb/out/libvsprintf.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.1862018Z [00:03:41.705]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/vsprintf-97470288a7757deb/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.1913404Z [00:03:41.710]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/vsprintf-97470288a7757deb/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.1966500Z [00:03:41.715]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/num-traits-013477b3ef1471e0/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.2020360Z [00:03:41.721]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/num-traits-013477b3ef1471e0/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.2072581Z [00:03:41.726]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/num-traits-013477b3ef1471e0/out/autocfg_abbaa6e290c08b2b_1.ll' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.2126118Z [00:03:41.731]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/num-traits-013477b3ef1471e0/out/autocfg_abbaa6e290c08b2b_0.ll' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.2177680Z [00:03:41.737]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/num-traits-013477b3ef1471e0/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.2230231Z [00:03:41.742]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/num-traits-013477b3ef1471e0/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.2285679Z [00:03:41.747]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libseccomp-e1613a368b7a220f/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.2339508Z [00:03:41.753]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libseccomp-e1613a368b7a220f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.2394365Z [00:03:41.758]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libseccomp-e1613a368b7a220f/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.2450176Z [00:03:41.764]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libseccomp-e1613a368b7a220f/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.2505558Z [00:03:41.769]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/slab-12f134bdafc51d03/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.2558288Z [00:03:41.775]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/slab-12f134bdafc51d03/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.2614523Z [00:03:41.780]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/slab-12f134bdafc51d03/out/autocfg_44ba1ac38b584e11_0.ll' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.2670171Z [00:03:41.786]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/slab-12f134bdafc51d03/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.2723515Z [00:03:41.791]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/slab-12f134bdafc51d03/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.2780408Z [00:03:41.797]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libseccomp-sys-98e51b2a72dd8a1d/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.2835712Z [00:03:41.802]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libseccomp-sys-98e51b2a72dd8a1d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.2891041Z [00:03:41.808]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libseccomp-sys-98e51b2a72dd8a1d/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.2945410Z [00:03:41.813]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libseccomp-sys-98e51b2a72dd8a1d/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.3001189Z [00:03:41.819]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/parking_lot_core-e5ec8ba34616e40a/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.3056905Z [00:03:41.824]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/parking_lot_core-e5ec8ba34616e40a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.3111819Z [00:03:41.830]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/parking_lot_core-e5ec8ba34616e40a/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.3167451Z [00:03:41.836]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/parking_lot_core-e5ec8ba34616e40a/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.3221589Z [00:03:41.841]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/backtrace-c30dfa2717fa7b08/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.3274331Z [00:03:41.846]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/backtrace-c30dfa2717fa7b08/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.3326938Z [00:03:41.852]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/backtrace-c30dfa2717fa7b08/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.3380651Z [00:03:41.857]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/backtrace-c30dfa2717fa7b08/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.3434363Z [00:03:41.862]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/wayland-backend-da26c8242330eacf/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.3489993Z [00:03:41.868]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/wayland-backend-da26c8242330eacf/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.3546216Z [00:03:41.873]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/wayland-backend-da26c8242330eacf/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.3601814Z [00:03:41.879]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/wayland-backend-da26c8242330eacf/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.3655403Z [00:03:41.884]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/zerocopy-841f432df77ec338/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.3707380Z [00:03:41.890]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/zerocopy-841f432df77ec338/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.3759163Z [00:03:41.895]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/zerocopy-841f432df77ec338/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.3811417Z [00:03:41.900]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/zerocopy-841f432df77ec338/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.3866296Z [00:03:41.905]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rustix-f8945a393484e502/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.3921134Z [00:03:41.911]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rustix-f8945a393484e502/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.3976241Z [00:03:41.916]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rustix-f8945a393484e502/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.4028953Z [00:03:41.922]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rustix-f8945a393484e502/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.4083815Z [00:03:41.927]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/serde_json-d4b25ca50ffa094c/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.4139250Z [00:03:41.933]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/serde_json-d4b25ca50ffa094c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.4193661Z [00:03:41.938]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/serde_json-d4b25ca50ffa094c/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.4246249Z [00:03:41.943]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/serde_json-d4b25ca50ffa094c/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.4301217Z [00:03:41.949]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libbpf-sys-e42c5eab9b0e6f3c/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.4356756Z [00:03:41.954]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libbpf-sys-e42c5eab9b0e6f3c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.4410414Z [00:03:41.960]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libbpf-sys-e42c5eab9b0e6f3c/out/obj/libbpf.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.4467242Z [00:03:41.965]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libbpf-sys-e42c5eab9b0e6f3c/out/obj/staticobjs/btf.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.4523213Z [00:03:41.971]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libbpf-sys-e42c5eab9b0e6f3c/out/obj/staticobjs/libbpf.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.4577831Z [00:03:41.977]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libbpf-sys-e42c5eab9b0e6f3c/out/obj/staticobjs/ringbuf.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.4633687Z [00:03:41.982]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libbpf-sys-e42c5eab9b0e6f3c/out/obj/staticobjs/relo_core.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.4687114Z [00:03:41.988]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libbpf-sys-e42c5eab9b0e6f3c/out/obj/staticobjs/features.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.4741483Z [00:03:41.993]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libbpf-sys-e42c5eab9b0e6f3c/out/obj/staticobjs/libbpf_probes.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.4797960Z [00:03:41.999]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libbpf-sys-e42c5eab9b0e6f3c/out/obj/staticobjs/str_error.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.4854272Z [00:03:42.004]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libbpf-sys-e42c5eab9b0e6f3c/out/obj/staticobjs/btf_dump.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.4909032Z [00:03:42.010]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libbpf-sys-e42c5eab9b0e6f3c/out/obj/staticobjs/zip.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.4964320Z [00:03:42.015]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libbpf-sys-e42c5eab9b0e6f3c/out/obj/staticobjs/btf_iter.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.5017327Z [00:03:42.021]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libbpf-sys-e42c5eab9b0e6f3c/out/obj/staticobjs/hashmap.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.5069994Z [00:03:42.026]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libbpf-sys-e42c5eab9b0e6f3c/out/obj/staticobjs/netlink.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.5122904Z [00:03:42.031]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libbpf-sys-e42c5eab9b0e6f3c/out/obj/staticobjs/gen_loader.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.5176698Z [00:03:42.036]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libbpf-sys-e42c5eab9b0e6f3c/out/obj/staticobjs/libbpf_errno.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.5229435Z [00:03:42.042]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libbpf-sys-e42c5eab9b0e6f3c/out/obj/staticobjs/strset.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.5284177Z [00:03:42.047]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libbpf-sys-e42c5eab9b0e6f3c/out/obj/staticobjs/bpf.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.5337958Z [00:03:42.053]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libbpf-sys-e42c5eab9b0e6f3c/out/obj/staticobjs/bpf_prog_linfo.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.5391581Z [00:03:42.058]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libbpf-sys-e42c5eab9b0e6f3c/out/obj/staticobjs/elf.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.5446886Z [00:03:42.063]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libbpf-sys-e42c5eab9b0e6f3c/out/obj/staticobjs/usdt.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.5499474Z [00:03:42.069]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libbpf-sys-e42c5eab9b0e6f3c/out/obj/staticobjs/nlattr.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.5555550Z [00:03:42.074]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libbpf-sys-e42c5eab9b0e6f3c/out/obj/staticobjs/btf_relocate.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.5606502Z [00:03:42.079]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libbpf-sys-e42c5eab9b0e6f3c/out/obj/staticobjs/linker.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.5661577Z [00:03:42.085]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libbpf-sys-e42c5eab9b0e6f3c/out/obj/libbpf.pc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.5717808Z [00:03:42.091]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libbpf-sys-e42c5eab9b0e6f3c/out/libbpf.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.5773131Z [00:03:42.096]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libbpf-sys-e42c5eab9b0e6f3c/out/pkgconfig/libbpf.pc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.5827411Z [00:03:42.102]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libbpf-sys-e42c5eab9b0e6f3c/out/include/bpf/bpf_helpers.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.5880886Z [00:03:42.107]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libbpf-sys-e42c5eab9b0e6f3c/out/include/bpf/bpf_core_read.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.5935768Z [00:03:42.112]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libbpf-sys-e42c5eab9b0e6f3c/out/include/bpf/bpf_tracing.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.5991333Z [00:03:42.118]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libbpf-sys-e42c5eab9b0e6f3c/out/include/bpf/skel_internal.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.6044834Z [00:03:42.123]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libbpf-sys-e42c5eab9b0e6f3c/out/include/bpf/bpf_helper_defs.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.6101194Z [00:03:42.129]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libbpf-sys-e42c5eab9b0e6f3c/out/include/bpf/libbpf_version.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.6157424Z [00:03:42.135]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libbpf-sys-e42c5eab9b0e6f3c/out/include/bpf/usdt.bpf.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.6212124Z [00:03:42.140]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libbpf-sys-e42c5eab9b0e6f3c/out/include/bpf/btf.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.6268093Z [00:03:42.146]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libbpf-sys-e42c5eab9b0e6f3c/out/include/bpf/bpf_endian.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.6323101Z [00:03:42.151]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libbpf-sys-e42c5eab9b0e6f3c/out/include/bpf/libbpf_legacy.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.6377037Z [00:03:42.157]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libbpf-sys-e42c5eab9b0e6f3c/out/include/bpf/libbpf_common.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.6431107Z [00:03:42.162]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libbpf-sys-e42c5eab9b0e6f3c/out/include/bpf/libbpf.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.6487456Z [00:03:42.168]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libbpf-sys-e42c5eab9b0e6f3c/out/include/bpf/bpf.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.6546540Z [00:03:42.173]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libbpf-sys-e42c5eab9b0e6f3c/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.6601187Z [00:03:42.179]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libbpf-sys-e42c5eab9b0e6f3c/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.6655069Z [00:03:42.184]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/wayland-client-3537da6f212a82f7/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.6708499Z [00:03:42.190]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/wayland-client-3537da6f212a82f7/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.6761460Z [00:03:42.195]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/wayland-client-3537da6f212a82f7/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.6814223Z [00:03:42.200]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/wayland-client-3537da6f212a82f7/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.6868690Z [00:03:42.206]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/wayland-sys-2e6bd10c6505ce49/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.6922982Z [00:03:42.211]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/wayland-sys-2e6bd10c6505ce49/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.6977559Z [00:03:42.217]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/wayland-sys-2e6bd10c6505ce49/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.7029715Z [00:03:42.222]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/wayland-sys-2e6bd10c6505ce49/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.7082719Z [00:03:42.227]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/ahash-4c2000a4cd8daff0/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.7134689Z [00:03:42.232]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/ahash-4c2000a4cd8daff0/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.7187630Z [00:03:42.238]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/ahash-4c2000a4cd8daff0/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.7240382Z [00:03:42.243]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/ahash-4c2000a4cd8daff0/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.7292549Z [00:03:42.248]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/lock_api-c4784b471ba0dd32/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.7346738Z [00:03:42.253]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/lock_api-c4784b471ba0dd32/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.7401061Z [00:03:42.259]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/lock_api-c4784b471ba0dd32/out/autocfg_1569205c11cb8087_0.ll' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.7455148Z [00:03:42.264]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/lock_api-c4784b471ba0dd32/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.7507899Z [00:03:42.270]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/lock_api-c4784b471ba0dd32/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.7560566Z [00:03:42.275]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libc-ea03b7ff255429f6/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.7613961Z [00:03:42.280]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libc-ea03b7ff255429f6/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.7669029Z [00:03:42.286]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libc-ea03b7ff255429f6/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.7722894Z [00:03:42.291]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libc-ea03b7ff255429f6/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.7777166Z [00:03:42.297]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.cargo-lock' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.7832647Z [00:03:42.302]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nix-c171a21a9af9704e/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.7886288Z [00:03:42.307]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nix-c171a21a9af9704e/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.7939835Z [00:03:42.313]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lru-1f6be96b5cc72bc5/lib-lru' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.7992471Z [00:03:42.318]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lru-1f6be96b5cc72bc5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.8045281Z [00:03:42.323]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lru-1f6be96b5cc72bc5/lib-lru.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.8098921Z [00:03:42.329]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lru-1f6be96b5cc72bc5/dep-lib-lru' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.8153467Z [00:03:42.334]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-channel-79817f5a8bf363ff/lib-futures_channel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.8206569Z [00:03:42.339]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-channel-79817f5a8bf363ff/dep-lib-futures_channel' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.8258376Z [00:03:42.345]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-channel-79817f5a8bf363ff/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.8311131Z [00:03:42.350]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-channel-79817f5a8bf363ff/lib-futures_channel' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.8366098Z [00:03:42.355]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_complete-9f07205be791280b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.8418714Z [00:03:42.361]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_complete-9f07205be791280b/lib-clap_complete' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.8471086Z [00:03:42.366]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_complete-9f07205be791280b/lib-clap_complete.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.8523495Z [00:03:42.371]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_complete-9f07205be791280b/dep-lib-clap_complete' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.8579567Z [00:03:42.377]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libseccomp-sys-dd5965af156a1b96/lib-libseccomp_sys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.8634678Z [00:03:42.382]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libseccomp-sys-dd5965af156a1b96/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.8687836Z [00:03:42.388]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libseccomp-sys-dd5965af156a1b96/lib-libseccomp_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.8744000Z [00:03:42.393]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libseccomp-sys-dd5965af156a1b96/dep-lib-libseccomp_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.8796996Z [00:03:42.399]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml_datetime-da2f89fe282e8499/lib-toml_datetime.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.8849721Z [00:03:42.404]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml_datetime-da2f89fe282e8499/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.8901305Z [00:03:42.409]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml_datetime-da2f89fe282e8499/dep-lib-toml_datetime' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.8954896Z [00:03:42.414]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml_datetime-da2f89fe282e8499/lib-toml_datetime' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.9008651Z [00:03:42.420]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/enumflags2-5de760c890ce6304/lib-enumflags2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.9063855Z [00:03:42.425]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/enumflags2-5de760c890ce6304/lib-enumflags2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.9117958Z [00:03:42.431]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/enumflags2-5de760c890ce6304/dep-lib-enumflags2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.9171883Z [00:03:42.436]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/enumflags2-5de760c890ce6304/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.9229306Z [00:03:42.442]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_spanned-d90e8b70f0a676f5/lib-serde_spanned.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.9286400Z [00:03:42.447]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_spanned-d90e8b70f0a676f5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.9344398Z [00:03:42.453]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_spanned-d90e8b70f0a676f5/dep-lib-serde_spanned' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.9400297Z [00:03:42.459]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_spanned-d90e8b70f0a676f5/lib-serde_spanned' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.9454737Z [00:03:42.464]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-core-9b9c66b12a641e5c/dep-lib-futures_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.9508174Z [00:03:42.470]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-core-9b9c66b12a641e5c/lib-futures_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.9563278Z [00:03:42.475]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-core-9b9c66b12a641e5c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.9616880Z [00:03:42.480]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-core-9b9c66b12a641e5c/lib-futures_core.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.9670778Z [00:03:42.486]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/itoa-26c7b81a28d259c5/lib-itoa.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.9724111Z [00:03:42.491]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/itoa-26c7b81a28d259c5/dep-lib-itoa' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.9778134Z [00:03:42.497]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/itoa-26c7b81a28d259c5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.9831882Z [00:03:42.502]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/itoa-26c7b81a28d259c5/lib-itoa' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.9887578Z [00:03:42.508]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-width-ae29605e8bb5f11f/lib-unicode_width.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.9941674Z [00:03:42.513]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-width-ae29605e8bb5f11f/lib-unicode_width' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:06.9995829Z [00:03:42.518]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-width-ae29605e8bb5f11f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.0049073Z [00:03:42.524]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-width-ae29605e8bb5f11f/dep-lib-unicode_width' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.0102328Z [00:03:42.529]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/owo-colors-9841a8797a56c727/lib-owo_colors.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.0153804Z [00:03:42.534]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/owo-colors-9841a8797a56c727/dep-lib-owo_colors' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.0207555Z [00:03:42.540]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/owo-colors-9841a8797a56c727/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.0261381Z [00:03:42.545]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/owo-colors-9841a8797a56c727/lib-owo_colors' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.0313278Z [00:03:42.550]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tui-prompts-13f92172e7bf9657/lib-tui_prompts' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.0365591Z [00:03:42.555]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tui-prompts-13f92172e7bf9657/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.0418222Z [00:03:42.561]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tui-prompts-13f92172e7bf9657/dep-lib-tui_prompts' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.0471163Z [00:03:42.566]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tui-prompts-13f92172e7bf9657/lib-tui_prompts.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.0526053Z [00:03:42.571]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tracing-core-eaf228cf12ff9b8f/lib-tracing_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.0579754Z [00:03:42.577]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tracing-core-eaf228cf12ff9b8f/lib-tracing_core.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.0635505Z [00:03:42.582]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tracing-core-eaf228cf12ff9b8f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.0689099Z [00:03:42.588]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tracing-core-eaf228cf12ff9b8f/dep-lib-tracing_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.0743667Z [00:03:42.593]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-parse-d9f762c54654b497/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.0796639Z [00:03:42.598]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-parse-d9f762c54654b497/dep-lib-anstyle_parse' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.0849145Z [00:03:42.604]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-parse-d9f762c54654b497/lib-anstyle_parse' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.0900905Z [00:03:42.609]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-parse-d9f762c54654b497/lib-anstyle_parse.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.0953115Z [00:03:42.614]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/itertools-c4307ed1591dc7f8/dep-lib-itertools' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.1006107Z [00:03:42.619]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/itertools-c4307ed1591dc7f8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.1058668Z [00:03:42.625]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/itertools-c4307ed1591dc7f8/lib-itertools.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.1112991Z [00:03:42.630]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/itertools-c4307ed1591dc7f8/lib-itertools' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.1166563Z [00:03:42.635]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-3a595bc95a81b5bd/lib-regex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.1216618Z [00:03:42.640]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-3a595bc95a81b5bd/dep-lib-regex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.1270084Z [00:03:42.646]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-3a595bc95a81b5bd/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.1325191Z [00:03:42.651]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-3a595bc95a81b5bd/lib-regex.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.1380637Z [00:03:42.657]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/parking_lot_core-f3f25f7970faefbd/lib-parking_lot_core.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.1436051Z [00:03:42.662]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/parking_lot_core-f3f25f7970faefbd/dep-lib-parking_lot_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.1492025Z [00:03:42.668]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/parking_lot_core-f3f25f7970faefbd/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.1546021Z [00:03:42.673]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/parking_lot_core-f3f25f7970faefbd/lib-parking_lot_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.1602928Z [00:03:42.679]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/arboard-00b0fcd6fafb0204/lib-arboard' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.1657853Z [00:03:42.685]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/arboard-00b0fcd6fafb0204/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.1713905Z [00:03:42.690]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/arboard-00b0fcd6fafb0204/lib-arboard.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.1771725Z [00:03:42.696]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/arboard-00b0fcd6fafb0204/dep-lib-arboard' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.1829184Z [00:03:42.702]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-automata-39665bc2e9941bdb/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.1885793Z [00:03:42.707]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-automata-39665bc2e9941bdb/lib-regex_automata.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.1940858Z [00:03:42.713]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-automata-39665bc2e9941bdb/dep-lib-regex_automata' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.1998872Z [00:03:42.719]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-automata-39665bc2e9941bdb/lib-regex_automata' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.2056743Z [00:03:42.724]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bytes-aad76a29fa546711/lib-bytes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.2111318Z [00:03:42.730]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bytes-aad76a29fa546711/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.2166049Z [00:03:42.735]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bytes-aad76a29fa546711/dep-lib-bytes' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.2221304Z [00:03:42.741]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bytes-aad76a29fa546711/lib-bytes' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.2277606Z [00:03:42.747]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tokio-util-2df1a7a4a2f5554b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.2332500Z [00:03:42.752]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tokio-util-2df1a7a4a2f5554b/lib-tokio_util' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.2389943Z [00:03:42.758]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tokio-util-2df1a7a4a2f5554b/dep-lib-tokio_util' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.2461056Z [00:03:42.765]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tokio-util-2df1a7a4a2f5554b/lib-tokio_util.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.2524687Z [00:03:42.771]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rand_core-9bc923f4391769e0/lib-rand_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.2581854Z [00:03:42.777]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rand_core-9bc923f4391769e0/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.2639899Z [00:03:42.783]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rand_core-9bc923f4391769e0/lib-rand_core.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.2696554Z [00:03:42.788]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rand_core-9bc923f4391769e0/dep-lib-rand_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.2751323Z [00:03:42.794]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/os_pipe-f9e9a270a2988545/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.2805746Z [00:03:42.799]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/os_pipe-f9e9a270a2988545/dep-lib-os_pipe' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.2859608Z [00:03:42.805]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/os_pipe-f9e9a270a2988545/lib-os_pipe' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.2915873Z [00:03:42.810]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/os_pipe-f9e9a270a2988545/lib-os_pipe.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.2967602Z [00:03:42.816]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustix-24bf95cb404e388c/dep-lib-rustix' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.3021674Z [00:03:42.821]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustix-24bf95cb404e388c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.3076020Z [00:03:42.826]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustix-24bf95cb404e388c/lib-rustix.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.3131775Z [00:03:42.832]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustix-24bf95cb404e388c/lib-rustix' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.3186647Z [00:03:42.837]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/equivalent-227a987576108267/lib-equivalent' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.3241670Z [00:03:42.843]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/equivalent-227a987576108267/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.3296043Z [00:03:42.848]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/equivalent-227a987576108267/dep-lib-equivalent' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.3350473Z [00:03:42.854]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/equivalent-227a987576108267/lib-equivalent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.3406788Z [00:03:42.859]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thread_local-7f87e4829ec63f50/lib-thread_local.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.3461854Z [00:03:42.865]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thread_local-7f87e4829ec63f50/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.3518148Z [00:03:42.871]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thread_local-7f87e4829ec63f50/dep-lib-thread_local' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.3573861Z [00:03:42.876]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thread_local-7f87e4829ec63f50/lib-thread_local' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.3631064Z [00:03:42.882]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/arrayvec-114b57072a1ea110/lib-arrayvec.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.3685447Z [00:03:42.887]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/arrayvec-114b57072a1ea110/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.3738478Z [00:03:42.893]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/arrayvec-114b57072a1ea110/dep-lib-arrayvec' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.3791073Z [00:03:42.898]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/arrayvec-114b57072a1ea110/lib-arrayvec' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.3844346Z [00:03:42.903]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/either-4baf76fac0f4cf78/lib-either.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.3899745Z [00:03:42.909]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/either-4baf76fac0f4cf78/lib-either' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.3955574Z [00:03:42.914]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/either-4baf76fac0f4cf78/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.4009599Z [00:03:42.920]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/either-4baf76fac0f4cf78/dep-lib-either' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.4066701Z [00:03:42.925]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/strum-2474f7698fd94ec1/lib-strum' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.4121352Z [00:03:42.931]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/strum-2474f7698fd94ec1/lib-strum.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.4177335Z [00:03:42.937]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/strum-2474f7698fd94ec1/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.4233229Z [00:03:42.942]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/strum-2474f7698fd94ec1/dep-lib-strum' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.4287655Z [00:03:42.948]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/parking_lot-d11fa2de6725b8d6/lib-parking_lot.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.4341954Z [00:03:42.953]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/parking_lot-d11fa2de6725b8d6/dep-lib-parking_lot' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.4398121Z [00:03:42.959]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/parking_lot-d11fa2de6725b8d6/lib-parking_lot' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.4456401Z [00:03:42.964]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/parking_lot-d11fa2de6725b8d6/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.4520758Z [00:03:42.971]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-executor-f2e00fd98470a358/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.4576596Z [00:03:42.976]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-executor-f2e00fd98470a358/lib-futures_executor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.4632137Z [00:03:42.982]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-executor-f2e00fd98470a358/lib-futures_executor' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.4687946Z [00:03:42.988]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-executor-f2e00fd98470a358/dep-lib-futures_executor' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.4742467Z [00:03:42.993]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/strum-3837d630b061b1be/lib-strum' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.4795287Z [00:03:42.998]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/strum-3837d630b061b1be/lib-strum.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.4848596Z [00:03:43.004]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/strum-3837d630b061b1be/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.4900701Z [00:03:43.009]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/strum-3837d630b061b1be/dep-lib-strum' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.4955282Z [00:03:43.014]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/is_ci-84d1f0f8659d8ab3/lib-is_ci.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.5009390Z [00:03:43.020]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/is_ci-84d1f0f8659d8ab3/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.5065106Z [00:03:43.025]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/is_ci-84d1f0f8659d8ab3/dep-lib-is_ci' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.5120155Z [00:03:43.031]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/is_ci-84d1f0f8659d8ab3/lib-is_ci' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.5174851Z [00:03:43.036]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-d8fd99116fc15864/dep-lib-linux_raw_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.5227928Z [00:03:43.042]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-d8fd99116fc15864/lib-linux_raw_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.5281337Z [00:03:43.047]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-d8fd99116fc15864/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.5337017Z [00:03:43.052]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-d8fd99116fc15864/lib-linux_raw_sys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.5392086Z [00:03:43.058]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pin-utils-862e04ea43454f7b/dep-lib-pin_utils' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.5449307Z [00:03:43.064]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pin-utils-862e04ea43454f7b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.5506599Z [00:03:43.069]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pin-utils-862e04ea43454f7b/lib-pin_utils.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.5563120Z [00:03:43.075]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pin-utils-862e04ea43454f7b/lib-pin_utils' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.5619863Z [00:03:43.081]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-07a28b32335706e2/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.5674579Z [00:03:43.086]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-07a28b32335706e2/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.5730606Z [00:03:43.092]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde-5c9820a39e84773f/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.5785592Z [00:03:43.097]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde-5c9820a39e84773f/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.5839900Z [00:03:43.103]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/eyre-e616bde3de917870/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.5894139Z [00:03:43.108]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/eyre-e616bde3de917870/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.5949771Z [00:03:43.114]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nix-f3701f48f127875b/lib-nix' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.6004025Z [00:03:43.119]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nix-f3701f48f127875b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.6058412Z [00:03:43.125]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nix-f3701f48f127875b/dep-lib-nix' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.6112602Z [00:03:43.130]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nix-f3701f48f127875b/lib-nix.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.6165224Z [00:03:43.135]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/wayland-client-fc2d4456be5a5ede/lib-wayland_client.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.6217529Z [00:03:43.141]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/wayland-client-fc2d4456be5a5ede/dep-lib-wayland_client' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.6270240Z [00:03:43.146]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/wayland-client-fc2d4456be5a5ede/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.6324505Z [00:03:43.151]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/wayland-client-fc2d4456be5a5ede/lib-wayland_client' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.6378564Z [00:03:43.157]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/getrandom-20d35e066d987086/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.6431634Z [00:03:43.162]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/getrandom-20d35e066d987086/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.6487180Z [00:03:43.168]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/weak-table-a2be08934a154e0a/lib-weak_table.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.6542952Z [00:03:43.173]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/weak-table-a2be08934a154e0a/lib-weak_table' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.6598687Z [00:03:43.179]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/weak-table-a2be08934a154e0a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.6653100Z [00:03:43.184]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/weak-table-a2be08934a154e0a/dep-lib-weak_table' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.6709367Z [00:03:43.190]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-truncate-f1fef8f1923a73a8/dep-lib-unicode_truncate' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.6763169Z [00:03:43.195]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-truncate-f1fef8f1923a73a8/lib-unicode_truncate' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.6816187Z [00:03:43.200]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-truncate-f1fef8f1923a73a8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.6869179Z [00:03:43.206]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-truncate-f1fef8f1923a73a8/lib-unicode_truncate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.6922922Z [00:03:43.211]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/shell-quote-00915c1b6e25709c/lib-shell_quote' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.6977614Z [00:03:43.217]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/shell-quote-00915c1b6e25709c/lib-shell_quote.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.7032986Z [00:03:43.222]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/shell-quote-00915c1b6e25709c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.7086245Z [00:03:43.227]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/shell-quote-00915c1b6e25709c/dep-lib-shell_quote' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.7138953Z [00:03:43.233]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/static_assertions-924a51dd0a6b3770/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.7192398Z [00:03:43.238]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/static_assertions-924a51dd0a6b3770/lib-static_assertions' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.7247555Z [00:03:43.244]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/static_assertions-924a51dd0a6b3770/lib-static_assertions.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.7303239Z [00:03:43.249]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/static_assertions-924a51dd0a6b3770/dep-lib-static_assertions' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.7358144Z [00:03:43.255]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-sink-1f73ff9c554e4477/dep-lib-futures_sink' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.7413703Z [00:03:43.260]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-sink-1f73ff9c554e4477/lib-futures_sink' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.7469532Z [00:03:43.266]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-sink-1f73ff9c554e4477/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.7525747Z [00:03:43.271]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-sink-1f73ff9c554e4477/lib-futures_sink.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.7580908Z [00:03:43.277]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pin-project-lite-7f1b0160d6667c1c/lib-pin_project_lite.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.7634595Z [00:03:43.282]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pin-project-lite-7f1b0160d6667c1c/dep-lib-pin_project_lite' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.7688144Z [00:03:43.288]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pin-project-lite-7f1b0160d6667c1c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.7741265Z [00:03:43.293]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pin-project-lite-7f1b0160d6667c1c/lib-pin_project_lite' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.7794120Z [00:03:43.298]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/chrono-20e32ad3a4db25e3/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.7844926Z [00:03:43.303]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/chrono-20e32ad3a4db25e3/lib-chrono' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.7898219Z [00:03:43.309]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/chrono-20e32ad3a4db25e3/lib-chrono.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.7949488Z [00:03:43.314]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/chrono-20e32ad3a4db25e3/dep-lib-chrono' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.8002238Z [00:03:43.319]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nu-ansi-term-0cb81f1c26a44ea8/lib-nu_ansi_term' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.8052940Z [00:03:43.324]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nu-ansi-term-0cb81f1c26a44ea8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.8104697Z [00:03:43.329]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nu-ansi-term-0cb81f1c26a44ea8/dep-lib-nu_ansi_term' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.8157604Z [00:03:43.335]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nu-ansi-term-0cb81f1c26a44ea8/lib-nu_ansi_term.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.8213300Z [00:03:43.340]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/wayland-protocols-wlr-7c19f71967ec44bf/lib-wayland_protocols_wlr.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.8267715Z [00:03:43.346]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/wayland-protocols-wlr-7c19f71967ec44bf/lib-wayland_protocols_wlr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.8319242Z [00:03:43.351]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/wayland-protocols-wlr-7c19f71967ec44bf/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.8371848Z [00:03:43.356]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/wayland-protocols-wlr-7c19f71967ec44bf/dep-lib-wayland_protocols_wlr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.8426376Z [00:03:43.361]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tui-popup-000808f1eb46af40/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.8479331Z [00:03:43.367]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tui-popup-000808f1eb46af40/dep-lib-tui_popup' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.8534396Z [00:03:43.372]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tui-popup-000808f1eb46af40/lib-tui_popup' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.8587875Z [00:03:43.378]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tui-popup-000808f1eb46af40/lib-tui_popup.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.8642419Z [00:03:43.383]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gimli-4279674ee96871e1/lib-gimli' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.8695683Z [00:03:43.388]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gimli-4279674ee96871e1/lib-gimli.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.8750076Z [00:03:43.394]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gimli-4279674ee96871e1/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.8803623Z [00:03:43.399]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gimli-4279674ee96871e1/dep-lib-gimli' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.8860260Z [00:03:43.405]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde-d72f8da9dde4f4a2/lib-serde.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.8917179Z [00:03:43.410]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde-d72f8da9dde4f4a2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.8971200Z [00:03:43.416]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde-d72f8da9dde4f4a2/dep-lib-serde' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.9027963Z [00:03:43.422]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde-d72f8da9dde4f4a2/lib-serde' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.9085199Z [00:03:43.427]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-automata-c8f0176502f961d3/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.9139349Z [00:03:43.433]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-automata-c8f0176502f961d3/lib-regex_automata.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.9194011Z [00:03:43.438]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-automata-c8f0176502f961d3/dep-lib-regex_automata' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.9249102Z [00:03:43.444]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-automata-c8f0176502f961d3/lib-regex_automata' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.9305408Z [00:03:43.449]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/overload-814595d2adde431b/lib-overload' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.9361131Z [00:03:43.455]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/overload-814595d2adde431b/dep-lib-overload' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.9417946Z [00:03:43.461]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/overload-814595d2adde431b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.9474128Z [00:03:43.466]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/overload-814595d2adde431b/lib-overload.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.9530678Z [00:03:43.472]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-timer-4e83dda08be8df8b/lib-futures_timer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.9586974Z [00:03:43.477]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-timer-4e83dda08be8df8b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.9642698Z [00:03:43.483]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-timer-4e83dda08be8df8b/lib-futures_timer' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.9697772Z [00:03:43.489]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-timer-4e83dda08be8df8b/dep-lib-futures_timer' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.9752492Z [00:03:43.494]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/dirs-sys-24a6bb3e4262e405/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.9807217Z [00:03:43.500]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/dirs-sys-24a6bb3e4262e405/dep-lib-dirs_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.9862060Z [00:03:43.505]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/dirs-sys-24a6bb3e4262e405/lib-dirs_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.9917181Z [00:03:43.511]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/dirs-sys-24a6bb3e4262e405/lib-dirs_sys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:07.9971876Z [00:03:43.516]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/scc-030662cba94c8a76/lib-scc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.0026802Z [00:03:43.521]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/scc-030662cba94c8a76/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.0081189Z [00:03:43.527]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/scc-030662cba94c8a76/lib-scc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.0136217Z [00:03:43.532]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/scc-030662cba94c8a76/dep-lib-scc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.0189474Z [00:03:43.538]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/humantime-9650910401c42f1f/lib-humantime.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.0242862Z [00:03:43.543]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/humantime-9650910401c42f1f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.0297036Z [00:03:43.549]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/humantime-9650910401c42f1f/lib-humantime' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.0350654Z [00:03:43.554]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/humantime-9650910401c42f1f/dep-lib-humantime' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.0406878Z [00:03:43.559]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/x11rb-b4a663b0a0f58d84/dep-lib-x11rb' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.0461972Z [00:03:43.565]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/x11rb-b4a663b0a0f58d84/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.0518221Z [00:03:43.571]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/x11rb-b4a663b0a0f58d84/lib-x11rb.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.0573711Z [00:03:43.576]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/x11rb-b4a663b0a0f58d84/lib-x11rb' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.0631167Z [00:03:43.582]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/mio-c760a08121993bc9/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.0686775Z [00:03:43.587]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/mio-c760a08121993bc9/dep-lib-mio' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.0741975Z [00:03:43.593]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/mio-c760a08121993bc9/lib-mio' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.0799520Z [00:03:43.599]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/mio-c760a08121993bc9/lib-mio.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.0855727Z [00:03:43.604]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustix-742fb3034145011c/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.0910723Z [00:03:43.610]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustix-742fb3034145011c/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.0966084Z [00:03:43.615]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lazy_static-a7a7d1b21152584a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.1020941Z [00:03:43.621]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lazy_static-a7a7d1b21152584a/lib-lazy_static' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.1076677Z [00:03:43.626]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lazy_static-a7a7d1b21152584a/dep-lib-lazy_static' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.1130994Z [00:03:43.632]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lazy_static-a7a7d1b21152584a/lib-lazy_static.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.1187215Z [00:03:43.638]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libbpf-sys-b3469c93a3c158d6/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.1243401Z [00:03:43.643]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libbpf-sys-b3469c93a3c158d6/output-lib-libbpf_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.1299798Z [00:03:43.649]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/better-panic-f34403a27d630900/lib-better_panic' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.1354410Z [00:03:43.654]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/better-panic-f34403a27d630900/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.1409148Z [00:03:43.660]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/better-panic-f34403a27d630900/dep-lib-better_panic' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.1463921Z [00:03:43.665]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/better-panic-f34403a27d630900/lib-better_panic.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.1519514Z [00:03:43.671]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/console-888cdbe3d8508bd7/lib-console' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.1573191Z [00:03:43.676]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/console-888cdbe3d8508bd7/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.1628442Z [00:03:43.682]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/console-888cdbe3d8508bd7/lib-console.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.1681825Z [00:03:43.687]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/console-888cdbe3d8508bd7/dep-lib-console' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.1737372Z [00:03:43.693]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/downcast-rs-e5e24ae8668af1dc/lib-downcast_rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.1791739Z [00:03:43.698]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/downcast-rs-e5e24ae8668af1dc/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.1845169Z [00:03:43.703]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/downcast-rs-e5e24ae8668af1dc/lib-downcast_rs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.1899749Z [00:03:43.709]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/downcast-rs-e5e24ae8668af1dc/dep-lib-downcast_rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.1953361Z [00:03:43.714]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/percent-encoding-2aa7bee56e77439a/lib-percent_encoding.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.2008219Z [00:03:43.720]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/percent-encoding-2aa7bee56e77439a/dep-lib-percent_encoding' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.2062450Z [00:03:43.725]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/percent-encoding-2aa7bee56e77439a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.2116606Z [00:03:43.730]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/percent-encoding-2aa7bee56e77439a/lib-percent_encoding' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.2172567Z [00:03:43.736]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree_magic_mini-5f843236f15840a4/lib-tree_magic_mini.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.2227315Z [00:03:43.742]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree_magic_mini-5f843236f15840a4/lib-tree_magic_mini' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.2280735Z [00:03:43.747]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree_magic_mini-5f843236f15840a4/dep-lib-tree_magic_mini' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.2336483Z [00:03:43.752]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree_magic_mini-5f843236f15840a4/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.2392677Z [00:03:43.758]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-5f3df5f2ce75b76c/dep-lib-linux_raw_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.2447107Z [00:03:43.764]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-5f3df5f2ce75b76c/lib-linux_raw_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.2502840Z [00:03:43.769]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-5f3df5f2ce75b76c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.2556947Z [00:03:43.775]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-5f3df5f2ce75b76c/lib-linux_raw_sys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.2612359Z [00:03:43.780]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ppv-lite86-bf313fda39636b43/lib-ppv_lite86' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.2667042Z [00:03:43.786]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ppv-lite86-bf313fda39636b43/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.2722683Z [00:03:43.791]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ppv-lite86-bf313fda39636b43/dep-lib-ppv_lite86' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.2779448Z [00:03:43.797]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ppv-lite86-bf313fda39636b43/lib-ppv_lite86.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.2834995Z [00:03:43.802]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bitflags-dadc80606a3f6919/dep-lib-bitflags' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.2889706Z [00:03:43.808]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bitflags-dadc80606a3f6919/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.2945535Z [00:03:43.813]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bitflags-dadc80606a3f6919/lib-bitflags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.2999919Z [00:03:43.819]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bitflags-dadc80606a3f6919/lib-bitflags' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.3057800Z [00:03:43.825]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustc-demangle-30e51053e886f483/dep-lib-rustc_demangle' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.3114120Z [00:03:43.830]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustc-demangle-30e51053e886f483/lib-rustc_demangle' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.3171070Z [00:03:43.836]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustc-demangle-30e51053e886f483/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.3226805Z [00:03:43.841]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustc-demangle-30e51053e886f483/lib-rustc_demangle.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.3283369Z [00:03:43.847]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/smallvec-5075877457cfb525/lib-smallvec.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.3338971Z [00:03:43.853]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/smallvec-5075877457cfb525/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.3396870Z [00:03:43.858]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/smallvec-5075877457cfb525/dep-lib-smallvec' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.3451108Z [00:03:43.864]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/smallvec-5075877457cfb525/lib-smallvec' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.3506419Z [00:03:43.869]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/colorchoice-6013ebb501c1abed/lib-colorchoice' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.3560672Z [00:03:43.875]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/colorchoice-6013ebb501c1abed/dep-lib-colorchoice' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.3614594Z [00:03:43.880]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/colorchoice-6013ebb501c1abed/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.3668271Z [00:03:43.886]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/colorchoice-6013ebb501c1abed/lib-colorchoice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.3723259Z [00:03:43.891]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/compact_str-35c9d56d72b3ef96/lib-compact_str.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.3776968Z [00:03:43.896]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/compact_str-35c9d56d72b3ef96/lib-compact_str' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.3831031Z [00:03:43.902]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/compact_str-35c9d56d72b3ef96/dep-lib-compact_str' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.3886172Z [00:03:43.907]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/compact_str-35c9d56d72b3ef96/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.3940916Z [00:03:43.913]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-79336279f07339b0/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.3996623Z [00:03:43.918]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-79336279f07339b0/dep-lib-thiserror' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.4050656Z [00:03:43.924]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-79336279f07339b0/lib-thiserror' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.4104399Z [00:03:43.929]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-79336279f07339b0/lib-thiserror.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.4159526Z [00:03:43.935]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/wayland-sys-60eb6645e22482c6/dep-lib-wayland_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.4212720Z [00:03:43.940]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/wayland-sys-60eb6645e22482c6/lib-wayland_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.4268703Z [00:03:43.946]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/wayland-sys-60eb6645e22482c6/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.4323639Z [00:03:43.951]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/wayland-sys-60eb6645e22482c6/lib-wayland_sys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.4380264Z [00:03:43.957]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libseccomp-45bcfe3538ac1148/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.4436629Z [00:03:43.962]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libseccomp-45bcfe3538ac1148/dep-lib-libseccomp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.4492959Z [00:03:43.968]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libseccomp-45bcfe3538ac1148/lib-libseccomp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.4548568Z [00:03:43.974]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libseccomp-45bcfe3538ac1148/lib-libseccomp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.4606589Z [00:03:43.979]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-d4cc56faacb1ef31/dep-lib-futures' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.4661309Z [00:03:43.985]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-d4cc56faacb1ef31/lib-futures' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.4717124Z [00:03:43.991]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-d4cc56faacb1ef31/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.4772393Z [00:03:43.996]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-d4cc56faacb1ef31/lib-futures.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.4829200Z [00:03:44.002]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustix-b009d707fe32ccef/dep-lib-rustix' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.4885519Z [00:03:44.007]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustix-b009d707fe32ccef/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.4940401Z [00:03:44.013]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustix-b009d707fe32ccef/lib-rustix.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.4996356Z [00:03:44.018]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustix-b009d707fe32ccef/lib-rustix' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.5050305Z [00:03:44.024]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/matchers-4f869cf49b18acf3/lib-matchers' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.5106613Z [00:03:44.029]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/matchers-4f869cf49b18acf3/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.5161227Z [00:03:44.035]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/matchers-4f869cf49b18acf3/lib-matchers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.5217560Z [00:03:44.041]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/matchers-4f869cf49b18acf3/dep-lib-matchers' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.5272926Z [00:03:44.046]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cfg-if-5335dbb64cbcc9f5/lib-cfg_if.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.5328469Z [00:03:44.052]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cfg-if-5335dbb64cbcc9f5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.5384143Z [00:03:44.057]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cfg-if-5335dbb64cbcc9f5/lib-cfg_if' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.5440179Z [00:03:44.063]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cfg-if-5335dbb64cbcc9f5/dep-lib-cfg_if' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.5496216Z [00:03:44.068]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/indenter-4edd4209ac0fba28/lib-indenter' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.5549697Z [00:03:44.074]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/indenter-4edd4209ac0fba28/lib-indenter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.5603944Z [00:03:44.079]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/indenter-4edd4209ac0fba28/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.5658604Z [00:03:44.085]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/indenter-4edd4209ac0fba28/dep-lib-indenter' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.5715093Z [00:03:44.090]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/signal-hook-e42684d9c1278415/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.5770477Z [00:03:44.096]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/signal-hook-e42684d9c1278415/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.5825449Z [00:03:44.101]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml-34a117820390d568/dep-lib-toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.5880979Z [00:03:44.107]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml-34a117820390d568/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.5935182Z [00:03:44.112]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml-34a117820390d568/lib-toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.5989475Z [00:03:44.118]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml-34a117820390d568/lib-toml.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.6045986Z [00:03:44.123]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-syntax-8375770a0aabfdd3/lib-regex_syntax' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.6103328Z [00:03:44.129]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-syntax-8375770a0aabfdd3/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.6160248Z [00:03:44.135]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-syntax-8375770a0aabfdd3/dep-lib-regex_syntax' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.6217051Z [00:03:44.140]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-syntax-8375770a0aabfdd3/lib-regex_syntax.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.6271302Z [00:03:44.146]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tracing-error-58f9537f69246ae8/lib-tracing_error' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.6326991Z [00:03:44.151]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tracing-error-58f9537f69246ae8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.6383785Z [00:03:44.157]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tracing-error-58f9537f69246ae8/lib-tracing_error.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.6441813Z [00:03:44.163]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tracing-error-58f9537f69246ae8/dep-lib-tracing_error' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.6498580Z [00:03:44.169]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/itertools-2c7cdb84d2eed9b5/dep-lib-itertools' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.6554287Z [00:03:44.174]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/itertools-2c7cdb84d2eed9b5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.6608417Z [00:03:44.180]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/itertools-2c7cdb84d2eed9b5/lib-itertools.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.6663571Z [00:03:44.185]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/itertools-2c7cdb84d2eed9b5/lib-itertools' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.6718369Z [00:03:44.191]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/utf8parse-654ab0e6866dede5/lib-utf8parse.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.6772274Z [00:03:44.196]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/utf8parse-654ab0e6866dede5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.6827919Z [00:03:44.202]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/utf8parse-654ab0e6866dede5/lib-utf8parse' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.6883249Z [00:03:44.207]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/utf8parse-654ab0e6866dede5/dep-lib-utf8parse' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.6939118Z [00:03:44.213]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/shell-words-04357d8eadfbdc82/lib-shell_words.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.6995751Z [00:03:44.218]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/shell-words-04357d8eadfbdc82/dep-lib-shell_words' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.7049863Z [00:03:44.224]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/shell-words-04357d8eadfbdc82/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.7105141Z [00:03:44.229]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/shell-words-04357d8eadfbdc82/lib-shell_words' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.7160212Z [00:03:44.235]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/supports-color-47f51730a962c5cd/dep-lib-supports_color' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.7214894Z [00:03:44.240]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/supports-color-47f51730a962c5cd/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.7270111Z [00:03:44.246]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/supports-color-47f51730a962c5cd/lib-supports_color' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.7326366Z [00:03:44.251]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/supports-color-47f51730a962c5cd/lib-supports_color.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.7381169Z [00:03:44.257]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/adler-2bcb9686245b6bad/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.7437285Z [00:03:44.263]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/adler-2bcb9686245b6bad/lib-adler' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.7493522Z [00:03:44.268]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/adler-2bcb9686245b6bad/dep-lib-adler' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.7549178Z [00:03:44.274]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/adler-2bcb9686245b6bad/lib-adler.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.7605469Z [00:03:44.279]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/directories-57eafb8fae04ff86/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.7661353Z [00:03:44.285]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/directories-57eafb8fae04ff86/lib-directories.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.7716033Z [00:03:44.290]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/directories-57eafb8fae04ff86/lib-directories' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.7774165Z [00:03:44.296]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/directories-57eafb8fae04ff86/dep-lib-directories' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.7828909Z [00:03:44.302]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/iana-time-zone-ffe2815e206ccfc2/dep-lib-iana_time_zone' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.7889849Z [00:03:44.308]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/iana-time-zone-ffe2815e206ccfc2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.7958943Z [00:03:44.315]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/iana-time-zone-ffe2815e206ccfc2/lib-iana_time_zone.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.8016860Z [00:03:44.320]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/iana-time-zone-ffe2815e206ccfc2/lib-iana_time_zone' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.8072641Z [00:03:44.326]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fastrand-a6fffb5a5e5cdb20/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.8128475Z [00:03:44.332]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fastrand-a6fffb5a5e5cdb20/lib-fastrand' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.8185927Z [00:03:44.337]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fastrand-a6fffb5a5e5cdb20/dep-lib-fastrand' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.8238825Z [00:03:44.343]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fastrand-a6fffb5a5e5cdb20/lib-fastrand.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.8304532Z [00:03:44.349]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serial_test-25b594cf719ca1be/lib-serial_test.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.8359306Z [00:03:44.355]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serial_test-25b594cf719ca1be/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.8415944Z [00:03:44.360]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serial_test-25b594cf719ca1be/lib-serial_test' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.8473079Z [00:03:44.366]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serial_test-25b594cf719ca1be/dep-lib-serial_test' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.8526871Z [00:03:44.371]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lock_api-4e678dee7f2c2e51/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.8582832Z [00:03:44.377]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lock_api-4e678dee7f2c2e51/lib-lock_api' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.8636926Z [00:03:44.382]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lock_api-4e678dee7f2c2e51/dep-lib-lock_api' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.8691759Z [00:03:44.388]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lock_api-4e678dee7f2c2e51/lib-lock_api.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.8747396Z [00:03:44.393]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num-traits-66f8939c54523e8d/dep-lib-num_traits' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.8799965Z [00:03:44.399]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num-traits-66f8939c54523e8d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.8855092Z [00:03:44.404]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num-traits-66f8939c54523e8d/lib-num_traits' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.8910178Z [00:03:44.410]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num-traits-66f8939c54523e8d/lib-num_traits.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.8963591Z [00:03:44.415]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/color-eyre-459f34c06b6ebf4b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.9018622Z [00:03:44.421]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/color-eyre-459f34c06b6ebf4b/lib-color_eyre' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.9072893Z [00:03:44.426]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/color-eyre-459f34c06b6ebf4b/lib-color_eyre.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.9126630Z [00:03:44.431]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/color-eyre-459f34c06b6ebf4b/dep-lib-color_eyre' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.9179985Z [00:03:44.437]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-d254aa98aed7e9ff/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.9234488Z [00:03:44.442]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-d254aa98aed7e9ff/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.9289420Z [00:03:44.448]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/strsim-b4d47f8ab2e91eb8/dep-lib-strsim' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.9345771Z [00:03:44.453]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/strsim-b4d47f8ab2e91eb8/lib-strsim' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.9399998Z [00:03:44.459]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/strsim-b4d47f8ab2e91eb8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.9453155Z [00:03:44.464]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/strsim-b4d47f8ab2e91eb8/lib-strsim.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.9508427Z [00:03:44.470]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_lex-f497dbc862f38eff/lib-clap_lex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.9561243Z [00:03:44.475]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_lex-f497dbc862f38eff/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.9616762Z [00:03:44.481]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_lex-f497dbc862f38eff/lib-clap_lex.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.9670303Z [00:03:44.486]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_lex-f497dbc862f38eff/dep-lib-clap_lex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.9724692Z [00:03:44.491]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ftree-9377465675517280/lib-ftree.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.9778777Z [00:03:44.497]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ftree-9377465675517280/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.9833552Z [00:03:44.502]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ftree-9377465675517280/dep-lib-ftree' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.9888226Z [00:03:44.508]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ftree-9377465675517280/lib-ftree' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.9944052Z [00:03:44.513]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tui-term-2eb3d0efc527165c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:08.9999871Z [00:03:44.519]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tui-term-2eb3d0efc527165c/lib-tui_term' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.0056468Z [00:03:44.524]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tui-term-2eb3d0efc527165c/lib-tui_term.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.0113089Z [00:03:44.530]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tui-term-2eb3d0efc527165c/dep-lib-tui_term' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.0169142Z [00:03:44.536]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/signal-hook-mio-261f4b10527a50fe/lib-signal_hook_mio.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.0225868Z [00:03:44.541]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/signal-hook-mio-261f4b10527a50fe/dep-lib-signal_hook_mio' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.0278804Z [00:03:44.547]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/signal-hook-mio-261f4b10527a50fe/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.0333553Z [00:03:44.552]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/signal-hook-mio-261f4b10527a50fe/lib-signal_hook_mio' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.0386706Z [00:03:44.557]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/vsprintf-97470288a7757deb/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.0439543Z [00:03:44.563]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/vsprintf-97470288a7757deb/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.0493195Z [00:03:44.568]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/foldhash-4166f2240ae6512f/dep-lib-foldhash' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.0545378Z [00:03:44.573]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/foldhash-4166f2240ae6512f/lib-foldhash.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.0600309Z [00:03:44.579]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/foldhash-4166f2240ae6512f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.0655231Z [00:03:44.584]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/foldhash-4166f2240ae6512f/lib-foldhash' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.0709308Z [00:03:44.590]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/wayland-protocols-e4d537724431302b/lib-wayland_protocols' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.0764463Z [00:03:44.595]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/wayland-protocols-e4d537724431302b/dep-lib-wayland_protocols' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.0820620Z [00:03:44.601]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/wayland-protocols-e4d537724431302b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.0875712Z [00:03:44.606]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/wayland-protocols-e4d537724431302b/lib-wayland_protocols.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.0928991Z [00:03:44.612]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cassowary-48d8304561d08d79/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.0981923Z [00:03:44.617]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cassowary-48d8304561d08d79/dep-lib-cassowary' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.1036155Z [00:03:44.622]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cassowary-48d8304561d08d79/lib-cassowary' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.1088915Z [00:03:44.628]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cassowary-48d8304561d08d79/lib-cassowary.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.1145038Z [00:03:44.633]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/wl-clipboard-rs-12d2518911dbbdbe/dep-lib-wl_clipboard_rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.1198968Z [00:03:44.639]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/wl-clipboard-rs-12d2518911dbbdbe/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.1253868Z [00:03:44.644]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/wl-clipboard-rs-12d2518911dbbdbe/lib-wl_clipboard_rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.1308887Z [00:03:44.650]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/wl-clipboard-rs-12d2518911dbbdbe/lib-wl_clipboard_rs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.1365758Z [00:03:44.655]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/aho-corasick-7403284f1f5ef69e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.1419172Z [00:03:44.661]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/aho-corasick-7403284f1f5ef69e/dep-lib-aho_corasick' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.1473085Z [00:03:44.666]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/aho-corasick-7403284f1f5ef69e/lib-aho_corasick' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.1528138Z [00:03:44.672]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/aho-corasick-7403284f1f5ef69e/lib-aho_corasick.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.1582969Z [00:03:44.677]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-b63b6944cf4fbaf9/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.1637630Z [00:03:44.683]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-b63b6944cf4fbaf9/dep-lib-thiserror' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.1695940Z [00:03:44.688]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-b63b6944cf4fbaf9/lib-thiserror' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.1751028Z [00:03:44.694]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-b63b6944cf4fbaf9/lib-thiserror.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.1808097Z [00:03:44.700]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ryu-694316d3806572f1/dep-lib-ryu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.1864428Z [00:03:44.705]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ryu-694316d3806572f1/lib-ryu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.1920657Z [00:03:44.711]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ryu-694316d3806572f1/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.1975150Z [00:03:44.716]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ryu-694316d3806572f1/lib-ryu.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.2032378Z [00:03:44.722]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nutype-956ff0512f92c6f8/lib-nutype' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.2089034Z [00:03:44.728]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nutype-956ff0512f92c6f8/dep-lib-nutype' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.2142713Z [00:03:44.733]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nutype-956ff0512f92c6f8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.2198848Z [00:03:44.739]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nutype-956ff0512f92c6f8/lib-nutype.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.2254943Z [00:03:44.744]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num-traits-013477b3ef1471e0/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.2310603Z [00:03:44.750]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num-traits-013477b3ef1471e0/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.2366347Z [00:03:44.755]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/miniz_oxide-8ece0687850eab22/lib-miniz_oxide' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.2421145Z [00:03:44.761]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/miniz_oxide-8ece0687850eab22/lib-miniz_oxide.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.2477096Z [00:03:44.766]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/miniz_oxide-8ece0687850eab22/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.2529463Z [00:03:44.772]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/miniz_oxide-8ece0687850eab22/dep-lib-miniz_oxide' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.2584217Z [00:03:44.777]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libseccomp-e1613a368b7a220f/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.2642552Z [00:03:44.783]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libseccomp-e1613a368b7a220f/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.2699369Z [00:03:44.789]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/slab-12f134bdafc51d03/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.2756182Z [00:03:44.794]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/slab-12f134bdafc51d03/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.2809056Z [00:03:44.800]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/color-spantrace-c79cb5cde63de752/dep-lib-color_spantrace' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.2864824Z [00:03:44.805]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/color-spantrace-c79cb5cde63de752/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.2917969Z [00:03:44.811]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/color-spantrace-c79cb5cde63de752/lib-color_spantrace' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.2973785Z [00:03:44.816]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/color-spantrace-c79cb5cde63de752/lib-color_spantrace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.3029891Z [00:03:44.822]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/getrandom-9972691410bf1bd0/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.3087918Z [00:03:44.828]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/getrandom-9972691410bf1bd0/lib-getrandom.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.3140491Z [00:03:44.833]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/getrandom-9972691410bf1bd0/dep-lib-getrandom' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.3193909Z [00:03:44.838]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/getrandom-9972691410bf1bd0/lib-getrandom' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.3247717Z [00:03:44.844]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libseccomp-sys-98e51b2a72dd8a1d/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.3301743Z [00:03:44.849]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libseccomp-sys-98e51b2a72dd8a1d/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.3355894Z [00:03:44.854]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sdd-44e7c7e191e267d4/lib-sdd.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.3411302Z [00:03:44.860]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sdd-44e7c7e191e267d4/dep-lib-sdd' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.3468477Z [00:03:44.866]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sdd-44e7c7e191e267d4/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.3523147Z [00:03:44.871]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sdd-44e7c7e191e267d4/lib-sdd' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.3580705Z [00:03:44.877]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/is-terminal-473032c432ae33bf/dep-lib-is_terminal' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.3634530Z [00:03:44.882]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/is-terminal-473032c432ae33bf/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.3686813Z [00:03:44.887]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/is-terminal-473032c432ae33bf/lib-is_terminal.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.3740783Z [00:03:44.893]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/is-terminal-473032c432ae33bf/lib-is_terminal' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.3796699Z [00:03:44.898]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/parking_lot_core-e5ec8ba34616e40a/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.3853721Z [00:03:44.904]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/parking_lot_core-e5ec8ba34616e40a/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.3908845Z [00:03:44.910]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/addr2line-e9c78b6fb06bd277/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.3966364Z [00:03:44.915]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/addr2line-e9c78b6fb06bd277/lib-addr2line' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.4021831Z [00:03:44.921]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/addr2line-e9c78b6fb06bd277/lib-addr2line.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.4079622Z [00:03:44.927]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/addr2line-e9c78b6fb06bd277/dep-lib-addr2line' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.4134386Z [00:03:44.932]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rstest-5924f0ff14089939/lib-rstest.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.4190105Z [00:03:44.938]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rstest-5924f0ff14089939/dep-lib-rstest' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.4247048Z [00:03:44.943]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rstest-5924f0ff14089939/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.4302061Z [00:03:44.949]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rstest-5924f0ff14089939/lib-rstest' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.4359359Z [00:03:44.955]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/indexmap-d177a20394edbb52/lib-indexmap.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.4415584Z [00:03:44.960]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/indexmap-d177a20394edbb52/dep-lib-indexmap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.4470513Z [00:03:44.966]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/indexmap-d177a20394edbb52/lib-indexmap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.4526690Z [00:03:44.971]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/indexmap-d177a20394edbb52/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.4583492Z [00:03:44.977]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tracing-log-6def47fe14e62daf/lib-tracing_log' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.4638992Z [00:03:44.983]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tracing-log-6def47fe14e62daf/dep-lib-tracing_log' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.4694766Z [00:03:44.988]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tracing-log-6def47fe14e62daf/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.4749623Z [00:03:44.994]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tracing-log-6def47fe14e62daf/lib-tracing_log.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.4803043Z [00:03:44.999]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tracing-subscriber-8fd5d805c06220d1/dep-lib-tracing_subscriber' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.4857463Z [00:03:45.005]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tracing-subscriber-8fd5d805c06220d1/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.4910320Z [00:03:45.010]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tracing-subscriber-8fd5d805c06220d1/lib-tracing_subscriber.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.4965829Z [00:03:45.015]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tracing-subscriber-8fd5d805c06220d1/lib-tracing_subscriber' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.5024188Z [00:03:45.021]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/vt100-209fecc74484dc5d/lib-vt100.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.5080341Z [00:03:45.027]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/vt100-209fecc74484dc5d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.5135914Z [00:03:45.032]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/vt100-209fecc74484dc5d/lib-vt100' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.5191506Z [00:03:45.038]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/vt100-209fecc74484dc5d/dep-lib-vt100' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.5245360Z [00:03:45.043]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/atoi-3e051acafc7eba47/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.5298588Z [00:03:45.049]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/atoi-3e051acafc7eba47/dep-lib-atoi' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.5352938Z [00:03:45.054]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/atoi-3e051acafc7eba47/lib-atoi.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.5406315Z [00:03:45.059]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/atoi-3e051acafc7eba47/lib-atoi' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.5462299Z [00:03:45.065]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/backtrace-c30dfa2717fa7b08/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.5518635Z [00:03:45.071]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/backtrace-c30dfa2717fa7b08/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.5574394Z [00:03:45.076]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml_edit-47913230259fc2e2/dep-lib-toml_edit' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.5628830Z [00:03:45.082]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml_edit-47913230259fc2e2/lib-toml_edit' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.5683608Z [00:03:45.087]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml_edit-47913230259fc2e2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.5738445Z [00:03:45.093]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml_edit-47913230259fc2e2/lib-toml_edit.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.5794503Z [00:03:45.098]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/eyre-7e3ef1f771983600/lib-eyre.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.5849092Z [00:03:45.104]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/eyre-7e3ef1f771983600/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.5902077Z [00:03:45.109]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/eyre-7e3ef1f771983600/lib-eyre' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.5954613Z [00:03:45.114]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/eyre-7e3ef1f771983600/dep-lib-eyre' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.6011125Z [00:03:45.120]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml_write-d969eaf479716a15/lib-toml_write.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.6065095Z [00:03:45.125]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml_write-d969eaf479716a15/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.6119503Z [00:03:45.131]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml_write-d969eaf479716a15/lib-toml_write' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.6174382Z [00:03:45.136]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml_write-d969eaf479716a15/dep-lib-toml_write' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.6229005Z [00:03:45.142]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-util-af144080a71152d2/lib-futures_util' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.6285499Z [00:03:45.147]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-util-af144080a71152d2/dep-lib-futures_util' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.6339491Z [00:03:45.153]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-util-af144080a71152d2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.6394150Z [00:03:45.158]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-util-af144080a71152d2/lib-futures_util.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.6450521Z [00:03:45.164]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/wayland-backend-da26c8242330eacf/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.6506477Z [00:03:45.169]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/wayland-backend-da26c8242330eacf/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.6559621Z [00:03:45.175]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zerocopy-841f432df77ec338/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.6613597Z [00:03:45.180]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zerocopy-841f432df77ec338/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.6666432Z [00:03:45.185]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hashbrown-0cfaff6315dd60b6/dep-lib-hashbrown' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.6718302Z [00:03:45.191]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hashbrown-0cfaff6315dd60b6/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.6771543Z [00:03:45.196]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hashbrown-0cfaff6315dd60b6/lib-hashbrown' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.6826255Z [00:03:45.201]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hashbrown-0cfaff6315dd60b6/lib-hashbrown.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.6878100Z [00:03:45.207]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/signal-hook-76fa6e7babd7ff63/dep-lib-signal_hook' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.6932070Z [00:03:45.212]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/signal-hook-76fa6e7babd7ff63/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.6987684Z [00:03:45.218]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/signal-hook-76fa6e7babd7ff63/lib-signal_hook.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.7041902Z [00:03:45.223]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/signal-hook-76fa6e7babd7ff63/lib-signal_hook' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.7099157Z [00:03:45.229]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/vsprintf-1a580371f0a91d70/lib-vsprintf' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.7152348Z [00:03:45.234]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/vsprintf-1a580371f0a91d70/lib-vsprintf.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.7205680Z [00:03:45.239]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/vsprintf-1a580371f0a91d70/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.7258809Z [00:03:45.245]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/vsprintf-1a580371f0a91d70/dep-lib-vsprintf' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.7312545Z [00:03:45.250]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-cursor-69b73bb779329b52/lib-regex_cursor' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.7366826Z [00:03:45.255]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-cursor-69b73bb779329b52/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.7419833Z [00:03:45.261]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-cursor-69b73bb779329b52/dep-lib-regex_cursor' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.7473188Z [00:03:45.266]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-cursor-69b73bb779329b52/lib-regex_cursor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.7527709Z [00:03:45.272]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/x11rb-protocol-adb51dcc374e7d01/lib-x11rb_protocol.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.7579690Z [00:03:45.277]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/x11rb-protocol-adb51dcc374e7d01/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.7633496Z [00:03:45.282]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/x11rb-protocol-adb51dcc374e7d01/dep-lib-x11rb_protocol' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.7686827Z [00:03:45.287]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/x11rb-protocol-adb51dcc374e7d01/lib-x11rb_protocol' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.7740160Z [00:03:45.293]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/socket2-d9eb0d2f925ea539/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.7794534Z [00:03:45.298]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/socket2-d9eb0d2f925ea539/lib-socket2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.7851277Z [00:03:45.304]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/socket2-d9eb0d2f925ea539/dep-lib-socket2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.7907400Z [00:03:45.310]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/socket2-d9eb0d2f925ea539/lib-socket2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.7961567Z [00:03:45.315]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ahash-4947365c3191af1a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.8016810Z [00:03:45.321]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ahash-4947365c3191af1a/lib-ahash.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.8071456Z [00:03:45.326]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ahash-4947365c3191af1a/dep-lib-ahash' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.8124565Z [00:03:45.331]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ahash-4947365c3191af1a/lib-ahash' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.8179765Z [00:03:45.337]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-b66fa394134f7643/dep-lib-libc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.8234147Z [00:03:45.342]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-b66fa394134f7643/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.8287410Z [00:03:45.348]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-b66fa394134f7643/lib-libc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.8340731Z [00:03:45.353]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-b66fa394134f7643/lib-libc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.8397682Z [00:03:45.359]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/signal-hook-registry-f23f4a45bddc78cb/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.8454451Z [00:03:45.364]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/signal-hook-registry-f23f4a45bddc78cb/dep-lib-signal_hook_registry' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.8508479Z [00:03:45.370]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/signal-hook-registry-f23f4a45bddc78cb/lib-signal_hook_registry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.8563759Z [00:03:45.375]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/signal-hook-registry-f23f4a45bddc78cb/lib-signal_hook_registry' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.8619118Z [00:03:45.381]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/option-ext-2c8d17201dd91cfb/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.8674255Z [00:03:45.386]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/option-ext-2c8d17201dd91cfb/lib-option_ext' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.8729052Z [00:03:45.392]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/option-ext-2c8d17201dd91cfb/dep-lib-option_ext' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.8786627Z [00:03:45.397]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/option-ext-2c8d17201dd91cfb/lib-option_ext.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.8843909Z [00:03:45.403]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/memchr-e799659df7e28d12/lib-memchr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.8900382Z [00:03:45.409]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/memchr-e799659df7e28d12/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.8955255Z [00:03:45.414]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/memchr-e799659df7e28d12/lib-memchr.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.9010911Z [00:03:45.420]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/memchr-e799659df7e28d12/dep-lib-memchr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.9067039Z [00:03:45.426]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zerocopy-5574f10b56ad8d4d/lib-zerocopy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.9124071Z [00:03:45.431]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zerocopy-5574f10b56ad8d4d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.9176779Z [00:03:45.436]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zerocopy-5574f10b56ad8d4d/dep-lib-zerocopy' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.9231264Z [00:03:45.442]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zerocopy-5574f10b56ad8d4d/lib-zerocopy' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.9289194Z [00:03:45.448]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-io-1a540f396ba90f4f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.9342952Z [00:03:45.453]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-io-1a540f396ba90f4f/lib-futures_io.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.9397018Z [00:03:45.459]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-io-1a540f396ba90f4f/dep-lib-futures_io' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.9450760Z [00:03:45.464]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-io-1a540f396ba90f4f/lib-futures_io' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.9507679Z [00:03:45.470]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/castaway-09523d0e493e2f78/lib-castaway' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.9561705Z [00:03:45.475]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/castaway-09523d0e493e2f78/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.9616485Z [00:03:45.480]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/castaway-09523d0e493e2f78/lib-castaway.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.9671310Z [00:03:45.486]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/castaway-09523d0e493e2f78/dep-lib-castaway' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.9725896Z [00:03:45.491]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/scopeguard-a12f67ff0386bfba/lib-scopeguard.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.9779756Z [00:03:45.497]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/scopeguard-a12f67ff0386bfba/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.9836187Z [00:03:45.502]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/scopeguard-a12f67ff0386bfba/dep-lib-scopeguard' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.9893538Z [00:03:45.508]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/scopeguard-a12f67ff0386bfba/lib-scopeguard' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:09.9950333Z [00:03:45.514]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/minimal-lexical-79f70aa3ad38fa03/dep-lib-minimal_lexical' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.0007554Z [00:03:45.520]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/minimal-lexical-79f70aa3ad38fa03/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.0063225Z [00:03:45.525]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/minimal-lexical-79f70aa3ad38fa03/lib-minimal_lexical.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.0118643Z [00:03:45.531]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/minimal-lexical-79f70aa3ad38fa03/lib-minimal_lexical' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.0174972Z [00:03:45.536]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/winnow-2f1e42bfd4d34b72/dep-lib-winnow' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.0231694Z [00:03:45.542]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/winnow-2f1e42bfd4d34b72/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.0288335Z [00:03:45.548]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/winnow-2f1e42bfd4d34b72/lib-winnow' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.0345946Z [00:03:45.553]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/winnow-2f1e42bfd4d34b72/lib-winnow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.0401569Z [00:03:45.559]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/kxxt-owo-colors-f37a3b7689358f52/dep-lib-kxxt_owo_colors' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.0458614Z [00:03:45.565]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/kxxt-owo-colors-f37a3b7689358f52/lib-kxxt_owo_colors.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.0516770Z [00:03:45.570]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/kxxt-owo-colors-f37a3b7689358f52/lib-kxxt_owo_colors' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.0571582Z [00:03:45.576]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/kxxt-owo-colors-f37a3b7689358f52/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.0628272Z [00:03:45.582]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustix-f8945a393484e502/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.0682654Z [00:03:45.587]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustix-f8945a393484e502/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.0738168Z [00:03:45.593]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_json-d4b25ca50ffa094c/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.0791693Z [00:03:45.598]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_json-d4b25ca50ffa094c/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.0845199Z [00:03:45.603]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ratatui-d602d7defa607273/dep-lib-ratatui' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.0897326Z [00:03:45.609]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ratatui-d602d7defa607273/lib-ratatui.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.0948238Z [00:03:45.614]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ratatui-d602d7defa607273/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.1000128Z [00:03:45.619]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ratatui-d602d7defa607273/lib-ratatui' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.1052068Z [00:03:45.624]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libbpf-sys-e42c5eab9b0e6f3c/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.1103527Z [00:03:45.629]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libbpf-sys-e42c5eab9b0e6f3c/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.1157220Z [00:03:45.635]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tui-scrollview-30f572188685040c/lib-tui_scrollview' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.1209924Z [00:03:45.640]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tui-scrollview-30f572188685040c/dep-lib-tui_scrollview' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.1261772Z [00:03:45.645]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tui-scrollview-30f572188685040c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.1315050Z [00:03:45.650]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tui-scrollview-30f572188685040c/lib-tui_scrollview.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.1368737Z [00:03:45.656]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/log-7bd9b6a084c4e530/lib-log.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.1421232Z [00:03:45.661]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/log-7bd9b6a084c4e530/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.1475043Z [00:03:45.666]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/log-7bd9b6a084c4e530/dep-lib-log' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.1529386Z [00:03:45.672]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/log-7bd9b6a084c4e530/lib-log' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.1582250Z [00:03:45.677]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-syntax-4849e7ad3b33d56c/lib-regex_syntax' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.1636897Z [00:03:45.682]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-syntax-4849e7ad3b33d56c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.1691862Z [00:03:45.688]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-syntax-4849e7ad3b33d56c/dep-lib-regex_syntax' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.1746206Z [00:03:45.693]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-syntax-4849e7ad3b33d56c/lib-regex_syntax.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.1800507Z [00:03:45.699]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tokio-e6f67942d514c8e4/lib-tokio' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.1855265Z [00:03:45.704]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tokio-e6f67942d514c8e4/lib-tokio.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.1909124Z [00:03:45.710]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tokio-e6f67942d514c8e4/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.1963218Z [00:03:45.715]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tokio-e6f67942d514c8e4/dep-lib-tokio' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.2016089Z [00:03:45.720]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/object-dd66547b144c8c2d/lib-object.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.2068273Z [00:03:45.726]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/object-dd66547b144c8c2d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.2121541Z [00:03:45.731]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/object-dd66547b144c8c2d/lib-object' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.2175537Z [00:03:45.736]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/object-dd66547b144c8c2d/dep-lib-object' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.2227220Z [00:03:45.742]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/vte-a29ce51c24f49b3c/lib-vte' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.2281168Z [00:03:45.747]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/vte-a29ce51c24f49b3c/lib-vte.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.2334921Z [00:03:45.752]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/vte-a29ce51c24f49b3c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.2389570Z [00:03:45.758]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/vte-a29ce51c24f49b3c/dep-lib-vte' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.2444826Z [00:03:45.763]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ratatui-macros-e98fab514432dcbb/lib-ratatui_macros.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.2498063Z [00:03:45.769]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ratatui-macros-e98fab514432dcbb/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.2551192Z [00:03:45.774]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ratatui-macros-e98fab514432dcbb/dep-lib-ratatui_macros' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.2605554Z [00:03:45.779]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ratatui-macros-e98fab514432dcbb/lib-ratatui_macros' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.2658773Z [00:03:45.785]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nom-bbdd29e7bef6af50/dep-lib-nom' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.2711741Z [00:03:45.790]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nom-bbdd29e7bef6af50/lib-nom' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.2765470Z [00:03:45.795]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nom-bbdd29e7bef6af50/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.2819552Z [00:03:45.801]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nom-bbdd29e7bef6af50/lib-nom.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.2872781Z [00:03:45.806]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tracing-3e9da42e845831ee/lib-tracing' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.2926431Z [00:03:45.811]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tracing-3e9da42e845831ee/lib-tracing.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.2979026Z [00:03:45.817]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tracing-3e9da42e845831ee/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.3032677Z [00:03:45.822]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tracing-3e9da42e845831ee/dep-lib-tracing' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.3086648Z [00:03:45.827]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-segmentation-58a87eb00497feda/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.3139824Z [00:03:45.833]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-segmentation-58a87eb00497feda/dep-lib-unicode_segmentation' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.3191453Z [00:03:45.838]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-segmentation-58a87eb00497feda/lib-unicode_segmentation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.3244164Z [00:03:45.843]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-segmentation-58a87eb00497feda/lib-unicode_segmentation' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.3296255Z [00:03:45.848]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_json-a0cc6314f90a2a07/dep-lib-serde_json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.3349499Z [00:03:45.854]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_json-a0cc6314f90a2a07/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.3400801Z [00:03:45.859]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_json-a0cc6314f90a2a07/lib-serde_json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.3453708Z [00:03:45.864]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_json-a0cc6314f90a2a07/lib-serde_json.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.3508740Z [00:03:45.870]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/filterable-enum-041f448f4beaae49/dep-lib-filterable_enum' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.3561286Z [00:03:45.875]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/filterable-enum-041f448f4beaae49/lib-filterable_enum.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.3616007Z [00:03:45.880]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/filterable-enum-041f448f4beaae49/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.3669562Z [00:03:45.886]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/filterable-enum-041f448f4beaae49/lib-filterable_enum' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.3722883Z [00:03:45.891]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/getrandom-b5ce1d847d245e7d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.3776314Z [00:03:45.896]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/getrandom-b5ce1d847d245e7d/lib-getrandom.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.3828705Z [00:03:45.902]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/getrandom-b5ce1d847d245e7d/dep-lib-getrandom' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.3881996Z [00:03:45.907]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/getrandom-b5ce1d847d245e7d/lib-getrandom' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.3935340Z [00:03:45.912]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-task-76ff4ecc6a593659/lib-futures_task.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.3988854Z [00:03:45.918]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-task-76ff4ecc6a593659/dep-lib-futures_task' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.4041812Z [00:03:45.923]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-task-76ff4ecc6a593659/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.4095792Z [00:03:45.928]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-task-76ff4ecc6a593659/lib-futures_task' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.4148743Z [00:03:45.934]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-74b0f744cbb31470/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.4202763Z [00:03:45.939]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-74b0f744cbb31470/dep-lib-anstyle' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.4254995Z [00:03:45.944]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-74b0f744cbb31470/lib-anstyle' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.4309832Z [00:03:45.950]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-74b0f744cbb31470/lib-anstyle.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.4365695Z [00:03:45.955]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tui-widget-list-4b4b7166704c3349/lib-tui_widget_list' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.4419556Z [00:03:45.961]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tui-widget-list-4b4b7166704c3349/lib-tui_widget_list.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.4473964Z [00:03:45.966]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tui-widget-list-4b4b7166704c3349/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.4525628Z [00:03:45.971]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tui-widget-list-4b4b7166704c3349/dep-lib-tui_widget_list' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.4578993Z [00:03:45.977]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/wayland-backend-3383c19538ee007a/dep-lib-wayland_backend' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.4630806Z [00:03:45.982]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/wayland-backend-3383c19538ee007a/lib-wayland_backend' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.4684302Z [00:03:45.987]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/wayland-backend-3383c19538ee007a/lib-wayland_backend.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.4738441Z [00:03:45.993]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/wayland-backend-3383c19538ee007a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.4791931Z [00:03:45.998]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bstr-aabd5ed91c381e31/lib-bstr.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.4846261Z [00:03:46.003]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bstr-aabd5ed91c381e31/lib-bstr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.4898265Z [00:03:46.009]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bstr-aabd5ed91c381e31/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.4951176Z [00:03:46.014]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bstr-aabd5ed91c381e31/dep-lib-bstr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.5005056Z [00:03:46.019]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_builder-4c93f9759362aab8/lib-clap_builder' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.5058320Z [00:03:46.025]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_builder-4c93f9759362aab8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.5109902Z [00:03:46.030]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_builder-4c93f9759362aab8/dep-lib-clap_builder' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.5162297Z [00:03:46.035]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_builder-4c93f9759362aab8/lib-clap_builder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.5214840Z [00:03:46.040]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/wayland-client-3537da6f212a82f7/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.5266865Z [00:03:46.045]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/wayland-client-3537da6f212a82f7/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.5318319Z [00:03:46.051]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-width-7ded428ff597e470/lib-unicode_width.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.5370298Z [00:03:46.056]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-width-7ded428ff597e470/lib-unicode_width' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.5424290Z [00:03:46.061]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-width-7ded428ff597e470/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.5478464Z [00:03:46.067]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-width-7ded428ff597e470/dep-lib-unicode_width' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.5532300Z [00:03:46.072]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap-42987ed4db2face3/lib-clap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.5585894Z [00:03:46.077]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap-42987ed4db2face3/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.5640253Z [00:03:46.083]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap-42987ed4db2face3/dep-lib-clap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.5694116Z [00:03:46.088]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap-42987ed4db2face3/lib-clap.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.5749829Z [00:03:46.094]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/wayland-sys-2e6bd10c6505ce49/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.5803493Z [00:03:46.099]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/wayland-sys-2e6bd10c6505ce49/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.5856683Z [00:03:46.104]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rand_chacha-96eab1cd2669ae62/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.5908996Z [00:03:46.110]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rand_chacha-96eab1cd2669ae62/lib-rand_chacha' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.5961886Z [00:03:46.115]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rand_chacha-96eab1cd2669ae62/dep-lib-rand_chacha' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.6014013Z [00:03:46.120]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rand_chacha-96eab1cd2669ae62/lib-rand_chacha.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.6067309Z [00:03:46.126]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstream-920aadcb768c81d9/dep-lib-anstream' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.6118608Z [00:03:46.131]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstream-920aadcb768c81d9/lib-anstream' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.6170618Z [00:03:46.136]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstream-920aadcb768c81d9/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.6223027Z [00:03:46.141]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstream-920aadcb768c81d9/lib-anstream.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.6275929Z [00:03:46.146]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rand-5bfdc4147324ef5f/dep-lib-rand' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.6328355Z [00:03:46.152]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rand-5bfdc4147324ef5f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.6383160Z [00:03:46.157]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rand-5bfdc4147324ef5f/lib-rand.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.6436140Z [00:03:46.162]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rand-5bfdc4147324ef5f/lib-rand' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.6488869Z [00:03:46.168]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ahash-4c2000a4cd8daff0/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.6542255Z [00:03:46.173]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ahash-4c2000a4cd8daff0/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.6596212Z [00:03:46.178]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/once_cell-bf549e27d6efb313/lib-once_cell.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.6648711Z [00:03:46.184]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/once_cell-bf549e27d6efb313/dep-lib-once_cell' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.6702260Z [00:03:46.189]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/once_cell-bf549e27d6efb313/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.6755323Z [00:03:46.194]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/once_cell-bf549e27d6efb313/lib-once_cell' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.6807754Z [00:03:46.200]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/filedescriptor-1f15a1eb6a0292d3/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.6859483Z [00:03:46.205]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/filedescriptor-1f15a1eb6a0292d3/lib-filedescriptor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.6910941Z [00:03:46.210]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/filedescriptor-1f15a1eb6a0292d3/dep-lib-filedescriptor' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.6962339Z [00:03:46.215]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/filedescriptor-1f15a1eb6a0292d3/lib-filedescriptor' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.7013918Z [00:03:46.220]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossterm-43097e7b40ae7335/lib-crossterm' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.7066482Z [00:03:46.225]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossterm-43097e7b40ae7335/dep-lib-crossterm' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.7117241Z [00:03:46.231]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossterm-43097e7b40ae7335/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.7168784Z [00:03:46.236]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossterm-43097e7b40ae7335/lib-crossterm.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.7220504Z [00:03:46.241]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fnv-d3a003c5745aa4e2/dep-lib-fnv' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.7272865Z [00:03:46.246]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fnv-d3a003c5745aa4e2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.7325809Z [00:03:46.251]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fnv-d3a003c5745aa4e2/lib-fnv.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.7377856Z [00:03:46.257]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fnv-d3a003c5745aa4e2/lib-fnv' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.7430550Z [00:03:46.262]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/backtrace-40c749fc239cb753/lib-backtrace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.7485240Z [00:03:46.267]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/backtrace-40c749fc239cb753/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.7537739Z [00:03:46.273]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/backtrace-40c749fc239cb753/dep-lib-backtrace' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.7591138Z [00:03:46.278]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/backtrace-40c749fc239cb753/lib-backtrace' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.7645485Z [00:03:46.283]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/is_terminal_polyfill-d41033bcec586f6b/dep-lib-is_terminal_polyfill' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.7699443Z [00:03:46.289]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/is_terminal_polyfill-d41033bcec586f6b/lib-is_terminal_polyfill' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.7754542Z [00:03:46.294]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/is_terminal_polyfill-d41033bcec586f6b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.7809578Z [00:03:46.300]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/is_terminal_polyfill-d41033bcec586f6b/lib-is_terminal_polyfill.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.7864110Z [00:03:46.305]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/allocator-api2-f637d9d5d2560ff6/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.7920494Z [00:03:46.311]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/allocator-api2-f637d9d5d2560ff6/lib-allocator_api2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.7975964Z [00:03:46.316]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/allocator-api2-f637d9d5d2560ff6/lib-allocator_api2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.8031198Z [00:03:46.322]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/allocator-api2-f637d9d5d2560ff6/dep-lib-allocator_api2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.8087970Z [00:03:46.328]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sharded-slab-c87e086639dbd4ca/lib-sharded_slab' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.8144680Z [00:03:46.333]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sharded-slab-c87e086639dbd4ca/lib-sharded_slab.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.8198564Z [00:03:46.339]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sharded-slab-c87e086639dbd4ca/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.8251161Z [00:03:46.344]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sharded-slab-c87e086639dbd4ca/dep-lib-sharded_slab' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.8306947Z [00:03:46.349]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fslock-67d930f9f53e7dd5/lib-fslock' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.8361952Z [00:03:46.355]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fslock-67d930f9f53e7dd5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.8417574Z [00:03:46.361]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fslock-67d930f9f53e7dd5/dep-lib-fslock' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.8473220Z [00:03:46.366]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fslock-67d930f9f53e7dd5/lib-fslock.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.8527465Z [00:03:46.372]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/petgraph-2b27708dec2b74ac/lib-petgraph' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.8579812Z [00:03:46.377]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/petgraph-2b27708dec2b74ac/dep-lib-petgraph' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.8633956Z [00:03:46.382]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/petgraph-2b27708dec2b74ac/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.8685708Z [00:03:46.387]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/petgraph-2b27708dec2b74ac/lib-petgraph.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.8741419Z [00:03:46.393]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lock_api-c4784b471ba0dd32/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.8795239Z [00:03:46.398]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lock_api-c4784b471ba0dd32/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.8849333Z [00:03:46.404]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/indexset-c1da7c48e8e215dc/lib-indexset' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.8901860Z [00:03:46.409]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/indexset-c1da7c48e8e215dc/lib-indexset.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.8956062Z [00:03:46.414]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/indexset-c1da7c48e8e215dc/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.9009491Z [00:03:46.420]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/indexset-c1da7c48e8e215dc/dep-lib-indexset' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.9062521Z [00:03:46.425]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tempfile-8317538966f01884/lib-tempfile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.9117489Z [00:03:46.431]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tempfile-8317538966f01884/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.9172718Z [00:03:46.436]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tempfile-8317538966f01884/dep-lib-tempfile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.9226515Z [00:03:46.441]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tempfile-8317538966f01884/lib-tempfile.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.9280565Z [00:03:46.447]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/slab-f052e07284ae880a/lib-slab.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.9335026Z [00:03:46.452]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/slab-f052e07284ae880a/dep-lib-slab' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.9389823Z [00:03:46.458]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/slab-f052e07284ae880a/lib-slab' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.9445748Z [00:03:46.463]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/slab-f052e07284ae880a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.9501020Z [00:03:46.469]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-ea03b7ff255429f6/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.9554769Z [00:03:46.474]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-ea03b7ff255429f6/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.9607874Z [00:03:46.480]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fixedbitset-8c1e71c11c66ef81/lib-fixedbitset.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.9661160Z [00:03:46.485]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fixedbitset-8c1e71c11c66ef81/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.9713165Z [00:03:46.490]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fixedbitset-8c1e71c11c66ef81/dep-lib-fixedbitset' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.9765369Z [00:03:46.495]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fixedbitset-8c1e71c11c66ef81/lib-fixedbitset' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.9818694Z [00:03:46.501]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-query-d3912d4c466823d0/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.9872453Z [00:03:46.506]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-query-d3912d4c466823d0/lib-anstyle_query' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.9924017Z [00:03:46.511]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-query-d3912d4c466823d0/dep-lib-anstyle_query' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:10.9975821Z [00:03:46.516]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-query-d3912d4c466823d0/lib-anstyle_query.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.0026941Z [00:03:46.522]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/aarch64-unknown-linux-musl/CACHEDIR.TAG' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.0082840Z [00:03:46.527]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libindexmap-8a94e807394b9841.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.0136186Z [00:03:46.532]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/wayland_scanner-2b4ee375a1888f3a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.0188592Z [00:03:46.538]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libhashbrown-75302223b2e4e5c6.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.0241115Z [00:03:46.543]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libmemmap2-a2f825c26c24e90c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.0296407Z [00:03:46.548]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/darling-6db184139b13866c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.0347856Z [00:03:46.554]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libproc_macro_crate-bdbb5b0dec8aac31.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.0399546Z [00:03:46.559]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/shlex-380b779259fb4319.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.0453032Z [00:03:46.564]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libtracing_attributes-98a58df5e486f4b0.so' retained as 0755 (rwxr-xr-x)
2025-08-20T22:59:11.0506488Z [00:03:46.569]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libunicode_ident-6d6f85adf22ee534.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.0562230Z [00:03:46.575]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libheck-25103e7959c420e1.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.0614515Z [00:03:46.580]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/liblibbpf_rs-7afa23794e711c8a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.0666209Z [00:03:46.585]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libdocument_features-71fc5693dee8a080.so' retained as 0755 (rwxr-xr-x)
2025-08-20T22:59:11.0717229Z [00:03:46.591]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libequivalent-b5ddd993fdca60cb.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.0767860Z [00:03:46.596]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libtempfile-51a453f88c27a548.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.0821147Z [00:03:46.601]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libanstyle-b2ffee21e8974235.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.0873585Z [00:03:46.606]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libtoml_edit-2c6332b97eba28df.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.0926020Z [00:03:46.611]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/anstyle_query-ef38611df44ed449.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.0979743Z [00:03:46.617]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/thiserror_impl-10934afd33c4e919.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.1033074Z [00:03:46.622]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libanstyle-b2ffee21e8974235.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.1086083Z [00:03:46.627]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libenumflags2_derive-757a43bb57de4d11.so' retained as 0755 (rwxr-xr-x)
2025-08-20T22:59:11.1136512Z [00:03:46.632]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libshlex-380b779259fb4319.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.1188511Z [00:03:46.638]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libanyhow-fa7c158af04fb8b1.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.1240477Z [00:03:46.643]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libclap_derive-34492743f39d66aa.so' retained as 0755 (rwxr-xr-x)
2025-08-20T22:59:11.1293542Z [00:03:46.648]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/strsim-a9d3cbd7c8322457.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.1345951Z [00:03:46.653]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libthiserror_impl-c3fe6d170fd179c2.so' retained as 0755 (rwxr-xr-x)
2025-08-20T22:59:11.1398273Z [00:03:46.659]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libanstyle_parse-7600fb79de291417.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.1452082Z [00:03:46.664]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libregex_syntax-5bc4fd853bb1c4e6.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.1506558Z [00:03:46.669]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libpkg_config-18929d2f95bd35e3.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.1562934Z [00:03:46.675]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/liblitrs-c951a8e04f2aaa48.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.1617784Z [00:03:46.681]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/ident_case-3aff5cc603f2172f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.1671077Z [00:03:46.686]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/nix-032e9fb9615a3d90.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.1724621Z [00:03:46.691]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libsyn-d99662c89ceee94a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.1776607Z [00:03:46.696]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libryu-a80d36219da43c14.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.1830325Z [00:03:46.702]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/winnow-1284c79083f9004d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.1882440Z [00:03:46.707]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libregex_syntax-5bc4fd853bb1c4e6.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.1934895Z [00:03:46.712]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/vte_generate_state_changes-2124cbe4b008885a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.1987147Z [00:03:46.718]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libgetrandom-67c992d4959b7c4b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.2040438Z [00:03:46.723]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/filterable_enum_derive-63ec9ce4ef1a3df7.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.2091709Z [00:03:46.728]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libcolorchoice-32c0e8df2afc1e91.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.2143257Z [00:03:46.733]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/librustix-319b047d7383ce8d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.2198097Z [00:03:46.739]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libversion_check-406723f2b4687b68.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.2251026Z [00:03:46.744]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libregex-acb0952c98de8bcc.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.2308709Z [00:03:46.750]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/tokio_macros-4b007f30deaaf8f2.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.2364360Z [00:03:46.755]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libcfg_if-1ed7b8522209b26f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.2420522Z [00:03:46.761]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libanstyle_parse-7600fb79de291417.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.2475950Z [00:03:46.766]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libserde_json-cb13a687b01245d7.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.2530472Z [00:03:46.772]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/liblinux_raw_sys-325b414cbab3cc39.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.2587082Z [00:03:46.778]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/liblibbpf_rs-7afa23794e711c8a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.2641358Z [00:03:46.783]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/relative_path-c1d2746e2554844f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.2695686Z [00:03:46.788]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/is_terminal_polyfill-1c45283c6e56c87a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.2750959Z [00:03:46.794]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libis_terminal_polyfill-1c45283c6e56c87a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.2805288Z [00:03:46.799]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libconvert_case-0ed7f6968be59bac.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.2857936Z [00:03:46.805]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/semver-0b6ab4ee15e3cc68.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.2912023Z [00:03:46.810]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libversion_check-406723f2b4687b68.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.2965263Z [00:03:46.815]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/strum_macros-7b839f0eb0068b30.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.3017642Z [00:03:46.821]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libregex-acb0952c98de8bcc.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.3070971Z [00:03:46.826]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libbpf_rs-7afa23794e711c8a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.3123884Z [00:03:46.831]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libstrum_macros-61675d0c6c8cf571.so' retained as 0755 (rwxr-xr-x)
2025-08-20T22:59:11.3177426Z [00:03:46.837]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libfnv-92202d5b3ef7f31c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.3230782Z [00:03:46.842]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libclap_builder-ae2d242b57c3355d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.3283479Z [00:03:46.847]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libquick_xml-69fa7e42df233a66.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.3337372Z [00:03:46.853]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/thiserror-d2dde55e87889e75.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.3393073Z [00:03:46.858]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libcargo_platform-cfde65fb58ed421a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.3448953Z [00:03:46.864]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libtoml_datetime-b09521b0cfc6532d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.3503522Z [00:03:46.869]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/serde_json-cb13a687b01245d7.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.3558741Z [00:03:46.875]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libanstyle_query-ef38611df44ed449.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.3617468Z [00:03:46.881]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/version_check-406723f2b4687b68.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.3676354Z [00:03:46.886]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/memchr-688939387092212f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.3733656Z [00:03:46.892]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/serde_derive-12c4027b9ef93596.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.3788590Z [00:03:46.898]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/anyhow-fa7c158af04fb8b1.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.3842741Z [00:03:46.903]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/autocfg-0ba5d927b1e035c5.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.3898291Z [00:03:46.909]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/unicode_ident-6d6f85adf22ee534.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.3953633Z [00:03:46.914]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/glob-556fae76214eb00e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.4010317Z [00:03:46.920]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/librelative_path-c1d2746e2554844f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.4068309Z [00:03:46.926]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/once_cell-3c0fde79d0894a68.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.4125452Z [00:03:46.931]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/futures_macro-42482d2b76efb22e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.4183188Z [00:03:46.937]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libmemchr-688939387092212f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.4240291Z [00:03:46.943]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/cargo_metadata-75b27ba5a6d8d682.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.4299294Z [00:03:46.949]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/quote-58ae1db5b5e0fa55.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.4353866Z [00:03:46.954]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libglob-556fae76214eb00e.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.4405907Z [00:03:46.959]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libanstyle_query-ef38611df44ed449.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.4459324Z [00:03:46.965]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/cfg_aliases-1b48fbda41281916.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.4512013Z [00:03:46.970]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libquote-58ae1db5b5e0fa55.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.4564790Z [00:03:46.975]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libpaste-fbdf26ac509ef3cc.so' retained as 0755 (rwxr-xr-x)
2025-08-20T22:59:11.4617768Z [00:03:46.981]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/thiserror_impl-c3fe6d170fd179c2.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.4673496Z [00:03:46.986]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/rustc_version-3e3ee544a0b440b4.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.4727501Z [00:03:46.992]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libquote-58ae1db5b5e0fa55.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.4778950Z [00:03:46.997]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/serial_test_derive-6815b216ca5977ba.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.4832940Z [00:03:47.002]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libcamino-bb60e0a7b45e79a7.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.4888292Z [00:03:47.008]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libaho_corasick-bc330f331785e35d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.4942489Z [00:03:47.013]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libnix-032e9fb9615a3d90.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.4996023Z [00:03:47.018]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libhashbrown-75302223b2e4e5c6.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.5050300Z [00:03:47.024]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libfastrand-b4b43277bd557253.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.5101716Z [00:03:47.029]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/syn-d99662c89ceee94a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.5153587Z [00:03:47.034]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libnix-032e9fb9615a3d90.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.5205073Z [00:03:47.039]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/strum_macros-61675d0c6c8cf571.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.5256410Z [00:03:47.045]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libitoa-3f4442783b425d26.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.5310032Z [00:03:47.050]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libonce_cell-3c0fde79d0894a68.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.5364436Z [00:03:47.055]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/librustix-319b047d7383ce8d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.5416260Z [00:03:47.060]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libkinded_macros-da9c03d12d6636c4.so' retained as 0755 (rwxr-xr-x)
2025-08-20T22:59:11.5470239Z [00:03:47.066]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libonce_cell-3c0fde79d0894a68.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.5526786Z [00:03:47.071]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libdarling-6db184139b13866c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.5585715Z [00:03:47.077]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libclap-7cdc61a1540398fd.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.5644794Z [00:03:47.083]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libcc-4ac115a40c46fd7f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.5701601Z [00:03:47.089]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/librelative_path-c1d2746e2554844f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.5755648Z [00:03:47.094]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libthiserror-d2dde55e87889e75.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.5809952Z [00:03:47.100]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libstrsim-a9d3cbd7c8322457.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.5865632Z [00:03:47.105]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libitoa-3f4442783b425d26.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.5917364Z [00:03:47.111]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/heck-25103e7959c420e1.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.5971671Z [00:03:47.116]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libbpf_cargo-7bb2edeb7f5e1eae.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.6027179Z [00:03:47.122]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libutf8parse-978935a34c60a6d5.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.6082915Z [00:03:47.127]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libcolorchoice-32c0e8df2afc1e91.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.6138329Z [00:03:47.133]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libregex_automata-861584bbdfccc9a2.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.6190184Z [00:03:47.138]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libdarling_macro-e0b660ae4d79331e.so' retained as 0755 (rwxr-xr-x)
2025-08-20T22:59:11.6243985Z [00:03:47.143]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/colorchoice-32c0e8df2afc1e91.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.6297645Z [00:03:47.149]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libfilterable_enum_derive-63ec9ce4ef1a3df7.so' retained as 0755 (rwxr-xr-x)
2025-08-20T22:59:11.6353353Z [00:03:47.154]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libconvert_case-0ed7f6968be59bac.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.6406404Z [00:03:47.159]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libindoc-7bb603fa97472ef8.so' retained as 0755 (rwxr-xr-x)
2025-08-20T22:59:11.6460191Z [00:03:47.165]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/cargo_platform-cfde65fb58ed421a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.6512657Z [00:03:47.170]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/document_features-71fc5693dee8a080.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.6565900Z [00:03:47.175]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libaho_corasick-bc330f331785e35d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.6617728Z [00:03:47.181]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/derive_setters-317c4a04a6284f07.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.6670337Z [00:03:47.186]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/quick_xml-69fa7e42df233a66.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.6722520Z [00:03:47.191]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libunicode_ident-6d6f85adf22ee534.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.6775933Z [00:03:47.196]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libtempfile-51a453f88c27a548.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.6828175Z [00:03:47.202]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libthiserror-d2dde55e87889e75.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.6880501Z [00:03:47.207]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libcargo_platform-cfde65fb58ed421a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.6933116Z [00:03:47.212]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/nutype_macros-082c8410e46a411c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.6985437Z [00:03:47.217]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libclap_lex-d83acb44fdd14ec4.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.7037877Z [00:03:47.223]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/anstyle_parse-7600fb79de291417.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.7088968Z [00:03:47.228]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libstrum_macros-7b839f0eb0068b30.so' retained as 0755 (rwxr-xr-x)
2025-08-20T22:59:11.7141157Z [00:03:47.233]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libryu-a80d36219da43c14.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.7193543Z [00:03:47.238]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/liblibbpf_sys-155bbd8720461739.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.7243842Z [00:03:47.243]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/fastrand-b4b43277bd557253.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.7295462Z [00:03:47.248]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/darling_macro-e0b660ae4d79331e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.7347731Z [00:03:47.254]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libderive_setters-317c4a04a6284f07.so' retained as 0755 (rwxr-xr-x)
2025-08-20T22:59:11.7401724Z [00:03:47.259]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libautocfg-0ba5d927b1e035c5.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.7454604Z [00:03:47.264]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/tempfile-51a453f88c27a548.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.7509005Z [00:03:47.270]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libtoml_edit-2c6332b97eba28df.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.7561434Z [00:03:47.275]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/ryu-a80d36219da43c14.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.7612550Z [00:03:47.280]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libbpf_sys-155bbd8720461739.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.7665245Z [00:03:47.285]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libcfg_aliases-1b48fbda41281916.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.7716604Z [00:03:47.290]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/pkg_config-18929d2f95bd35e3.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.7768379Z [00:03:47.296]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/liblitrs-c951a8e04f2aaa48.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.7821452Z [00:03:47.301]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libproc_macro2-670e3a35fc46366c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.7876214Z [00:03:47.306]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/darling_core-732d7c8ee8f73e1e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.7929128Z [00:03:47.312]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/memmap2-a2f825c26c24e90c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.7981026Z [00:03:47.317]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/indoc-7bb603fa97472ef8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.8034728Z [00:03:47.322]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/liburlencoding-a7a46dd25aba6f63.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.8088926Z [00:03:47.328]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/indexmap-8a94e807394b9841.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.8143884Z [00:03:47.333]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/librustversion-4c0811fcef2fcd7e.so' retained as 0755 (rwxr-xr-x)
2025-08-20T22:59:11.8197268Z [00:03:47.339]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libsemver-0b6ab4ee15e3cc68.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.8249279Z [00:03:47.344]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libkinded-39ad50a96b33e3d1.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.8303175Z [00:03:47.349]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/unicode_segmentation-39bb4b9acd2520cd.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.8357019Z [00:03:47.355]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/hashbrown-75302223b2e4e5c6.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.8410176Z [00:03:47.360]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libglob-556fae76214eb00e.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.8464535Z [00:03:47.365]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/vsprintf-b750c5decec040ec.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.8517622Z [00:03:47.371]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libclap-7cdc61a1540398fd.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.8570256Z [00:03:47.376]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/paste-fbdf26ac509ef3cc.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.8622381Z [00:03:47.381]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/camino-bb60e0a7b45e79a7.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.8673120Z [00:03:47.386]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/litrs-c951a8e04f2aaa48.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.8723660Z [00:03:47.391]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/regex_syntax-5bc4fd853bb1c4e6.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.8776890Z [00:03:47.397]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libquick_xml-69fa7e42df233a66.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.8830721Z [00:03:47.402]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libderive_getters-7ee835d9edc4eef4.so' retained as 0755 (rwxr-xr-x)
2025-08-20T22:59:11.8883561Z [00:03:47.407]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libfnv-92202d5b3ef7f31c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.8934638Z [00:03:47.412]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libgetrandom-67c992d4959b7c4b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.8987364Z [00:03:47.418]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libclap_lex-d83acb44fdd14ec4.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.9041150Z [00:03:47.423]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/liburlencoding-a7a46dd25aba6f63.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.9093466Z [00:03:47.428]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libfutures_macro-42482d2b76efb22e.so' retained as 0755 (rwxr-xr-x)
2025-08-20T22:59:11.9148040Z [00:03:47.434]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libthiserror_impl-10934afd33c4e919.so' retained as 0755 (rwxr-xr-x)
2025-08-20T22:59:11.9200286Z [00:03:47.439]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/clap-7cdc61a1540398fd.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.9252794Z [00:03:47.444]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/cfg_if-1ed7b8522209b26f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.9303967Z [00:03:47.449]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/rustversion-4c0811fcef2fcd7e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.9356932Z [00:03:47.455]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libcamino-bb60e0a7b45e79a7.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.9408848Z [00:03:47.460]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libnutype_macros-082c8410e46a411c.so' retained as 0755 (rwxr-xr-x)
2025-08-20T22:59:11.9462083Z [00:03:47.465]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/itoa-3f4442783b425d26.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.9517392Z [00:03:47.471]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/kinded-39ad50a96b33e3d1.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.9570986Z [00:03:47.476]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/anstream-007d10b213eb8916.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.9626968Z [00:03:47.482]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/rstest_macros-0eda5372e4498081.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.9685717Z [00:03:47.487]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libunicode_segmentation-39bb4b9acd2520cd.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.9740658Z [00:03:47.493]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libwayland_scanner-2b4ee375a1888f3a.so' retained as 0755 (rwxr-xr-x)
2025-08-20T22:59:11.9793648Z [00:03:47.498]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/getrandom-67c992d4959b7c4b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.9846127Z [00:03:47.503]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libautocfg-0ba5d927b1e035c5.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.9897474Z [00:03:47.509]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libstrsim-a9d3cbd7c8322457.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:11.9950852Z [00:03:47.514]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/liblibbpf_cargo-7bb2edeb7f5e1eae.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:12.0005838Z [00:03:47.519]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libanstream-007d10b213eb8916.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:12.0058144Z [00:03:47.525]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libutf8parse-978935a34c60a6d5.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:12.0110616Z [00:03:47.530]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libproc_macro_crate-bdbb5b0dec8aac31.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:12.0163206Z [00:03:47.535]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libpkg_config-18929d2f95bd35e3.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:12.0216815Z [00:03:47.541]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/fnv-92202d5b3ef7f31c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:12.0271137Z [00:03:47.546]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/toml_datetime-b09521b0cfc6532d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:12.0325867Z [00:03:47.551]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/enumflags2_derive-757a43bb57de4d11.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:12.0377834Z [00:03:47.557]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/liblibbpf_sys-155bbd8720461739.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:12.0430599Z [00:03:47.562]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libident_case-3aff5cc603f2172f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:12.0483165Z [00:03:47.567]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libregex_automata-861584bbdfccc9a2.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:12.0535657Z [00:03:47.572]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libmemchr-688939387092212f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:12.0588858Z [00:03:47.578]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libis_terminal_polyfill-1c45283c6e56c87a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:12.0642541Z [00:03:47.583]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/librustc_version-3e3ee544a0b440b4.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:12.0698216Z [00:03:47.589]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libvte_generate_state_changes-2124cbe4b008885a.so' retained as 0755 (rwxr-xr-x)
2025-08-20T22:59:12.0753004Z [00:03:47.594]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libproc_macro2-670e3a35fc46366c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:12.0807699Z [00:03:47.600]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/anstyle-b2ffee21e8974235.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:12.0862071Z [00:03:47.605]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/regex_automata-861584bbdfccc9a2.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:12.0916062Z [00:03:47.610]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/liblibc-20077f1246cac036.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:12.0969944Z [00:03:47.616]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/linux_raw_sys-325b414cbab3cc39.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:12.1028087Z [00:03:47.622]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libcfg_aliases-1b48fbda41281916.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:12.1084419Z [00:03:47.627]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libwinnow-1284c79083f9004d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:12.1138930Z [00:03:47.633]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libanyhow-fa7c158af04fb8b1.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:12.1195183Z [00:03:47.638]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/instability-b6716b5ab3f4fc7b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:12.1249242Z [00:03:47.644]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libheck-25103e7959c420e1.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:12.1305357Z [00:03:47.649]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libserial_test_derive-6815b216ca5977ba.so' retained as 0755 (rwxr-xr-x)
2025-08-20T22:59:12.1360687Z [00:03:47.655]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libunicode_segmentation-39bb4b9acd2520cd.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:12.1417708Z [00:03:47.661]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/librstest_macros-0eda5372e4498081.so' retained as 0755 (rwxr-xr-x)
2025-08-20T22:59:12.1473598Z [00:03:47.666]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libvsprintf-b750c5decec040ec.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:12.1530546Z [00:03:47.672]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libcargo_metadata-75b27ba5a6d8d682.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:12.1585541Z [00:03:47.677]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/aho_corasick-bc330f331785e35d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:12.1639024Z [00:03:47.683]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libfastrand-b4b43277bd557253.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:12.1692798Z [00:03:47.688]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libserde_json-cb13a687b01245d7.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:12.1746852Z [00:03:47.694]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libdarling_core-732d7c8ee8f73e1e.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:12.1799828Z [00:03:47.699]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/rustix-319b047d7383ce8d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:12.1852102Z [00:03:47.704]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libserde_derive-12c4027b9ef93596.so' retained as 0755 (rwxr-xr-x)
2025-08-20T22:59:12.1907052Z [00:03:47.710]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/clap_lex-d83acb44fdd14ec4.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:12.1960351Z [00:03:47.715]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/liblibc-20077f1246cac036.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:12.2014389Z [00:03:47.720]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libtokio_macros-4b007f30deaaf8f2.so' retained as 0755 (rwxr-xr-x)
2025-08-20T22:59:12.2068740Z [00:03:47.726]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libdarling-6db184139b13866c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:12.2124305Z [00:03:47.731]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/toml_edit-2c6332b97eba28df.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:12.2178770Z [00:03:47.737]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libequivalent-b5ddd993fdca60cb.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:12.2233082Z [00:03:47.742]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libmemmap2-a2f825c26c24e90c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:12.2288043Z [00:03:47.748]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/bitflags-170aa612b78399d4.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:12.2341982Z [00:03:47.753]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/urlencoding-a7a46dd25aba6f63.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:12.2397654Z [00:03:47.759]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/librustc_version-3e3ee544a0b440b4.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:12.2451637Z [00:03:47.764]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libdarling_core-732d7c8ee8f73e1e.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:12.2507293Z [00:03:47.769]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libkinded-39ad50a96b33e3d1.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:12.2560914Z [00:03:47.775]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/serde-8ca90201bfee8db1.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:12.2616095Z [00:03:47.780]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/utf8parse-978935a34c60a6d5.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:12.2670141Z [00:03:47.786]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libsemver-0b6ab4ee15e3cc68.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:12.2726355Z [00:03:47.791]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libcc-4ac115a40c46fd7f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:12.2781875Z [00:03:47.797]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libserde-8ca90201bfee8db1.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:12.2835764Z [00:03:47.802]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libinstability-b6716b5ab3f4fc7b.so' retained as 0755 (rwxr-xr-x)
2025-08-20T22:59:12.2890801Z [00:03:47.808]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/tracing_attributes-98a58df5e486f4b0.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:12.2946030Z [00:03:47.813]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/liblinux_raw_sys-325b414cbab3cc39.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:12.3000268Z [00:03:47.819]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/proc_macro2-670e3a35fc46366c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:12.3056738Z [00:03:47.825]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libbitflags-170aa612b78399d4.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:12.3111986Z [00:03:47.830]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libindexmap-8a94e807394b9841.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:12.3166046Z [00:03:47.835]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libc-20077f1246cac036.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:12.3220345Z [00:03:47.841]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libclap_builder-ae2d242b57c3355d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:12.3276177Z [00:03:47.846]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libwinnow-1284c79083f9004d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:12.3330562Z [00:03:47.852]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/equivalent-b5ddd993fdca60cb.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:12.3385185Z [00:03:47.857]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/liblibbpf_cargo-7bb2edeb7f5e1eae.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:12.3440025Z [00:03:47.863]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libtoml_datetime-b09521b0cfc6532d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:12.3496415Z [00:03:47.868]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/clap_derive-34492743f39d66aa.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:12.3553209Z [00:03:47.874]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libsyn-d99662c89ceee94a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:12.3609954Z [00:03:47.880]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libbitflags-170aa612b78399d4.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:12.3666653Z [00:03:47.885]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/kinded_macros-da9c03d12d6636c4.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:12.3723185Z [00:03:47.891]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libcfg_if-1ed7b8522209b26f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:12.3780228Z [00:03:47.897]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/clap_builder-ae2d242b57c3355d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:12.3838721Z [00:03:47.903]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/cc-4ac115a40c46fd7f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:12.3895466Z [00:03:47.908]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/proc_macro_crate-bdbb5b0dec8aac31.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:12.3948395Z [00:03:47.914]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libcargo_metadata-75b27ba5a6d8d682.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:12.4005320Z [00:03:47.919]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libvsprintf-b750c5decec040ec.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:12.4062061Z [00:03:47.925]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libserde-8ca90201bfee8db1.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:12.4118566Z [00:03:47.931]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/regex-acb0952c98de8bcc.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:12.4176216Z [00:03:47.936]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libshlex-380b779259fb4319.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:12.4232314Z [00:03:47.942]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libident_case-3aff5cc603f2172f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:12.4289762Z [00:03:47.948]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/libanstream-007d10b213eb8916.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:12.4347133Z [00:03:47.954]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/convert_case-0ed7f6968be59bac.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:12.4403172Z [00:03:47.959]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/deps/derive_getters-7ee835d9edc4eef4.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:12.4459681Z [00:03:47.965]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/nix-2f4940d31c0c7b8d/build_script_build-2f4940d31c0c7b8d' retained as 0755 (rwxr-xr-x)
2025-08-20T22:59:12.4516875Z [00:03:47.971]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/nix-2f4940d31c0c7b8d/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:59:12.4573713Z [00:03:47.976]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/nix-2f4940d31c0c7b8d/build_script_build-2f4940d31c0c7b8d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:12.4631597Z [00:03:47.982]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/serde_json-3ef5a71d79a4a8d9/build_script_build-3ef5a71d79a4a8d9' retained as 0755 (rwxr-xr-x)
2025-08-20T22:59:12.4687945Z [00:03:47.988]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/serde_json-3ef5a71d79a4a8d9/build_script_build-3ef5a71d79a4a8d9.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:12.4741608Z [00:03:47.993]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/serde_json-3ef5a71d79a4a8d9/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:59:12.4796973Z [00:03:47.999]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/signal-hook-0938eb79884e8423/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:59:12.4853643Z [00:03:48.004]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/signal-hook-0938eb79884e8423/build_script_build-0938eb79884e8423.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:12.4907489Z [00:03:48.010]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/signal-hook-0938eb79884e8423/build_script_build-0938eb79884e8423' retained as 0755 (rwxr-xr-x)
2025-08-20T22:59:12.4960854Z [00:03:48.015]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/nutype_macros-e531e12e1657d74a/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:12.5015848Z [00:03:48.020]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/nutype_macros-e531e12e1657d74a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:12.5073779Z [00:03:48.026]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/nutype_macros-e531e12e1657d74a/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:12.5132908Z [00:03:48.032]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/nutype_macros-e531e12e1657d74a/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:12.5191212Z [00:03:48.038]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/vsprintf-8d7631a827fbe955/build_script_build-8d7631a827fbe955' retained as 0755 (rwxr-xr-x)
2025-08-20T22:59:12.5246789Z [00:03:48.044]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/vsprintf-8d7631a827fbe955/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:59:12.5306576Z [00:03:48.049]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/vsprintf-8d7631a827fbe955/build_script_build-8d7631a827fbe955.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:12.5363388Z [00:03:48.055]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/wayland-sys-f2970919db69a1c1/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:59:12.5420679Z [00:03:48.061]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/wayland-sys-f2970919db69a1c1/build_script_build-f2970919db69a1c1.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:12.5479758Z [00:03:48.067]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/wayland-sys-f2970919db69a1c1/build_script_build-f2970919db69a1c1' retained as 0755 (rwxr-xr-x)
2025-08-20T22:59:12.5540544Z [00:03:48.073]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/ahash-db89af91257b07ae/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:59:12.5601323Z [00:03:48.079]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/ahash-db89af91257b07ae/build_script_build-db89af91257b07ae' retained as 0755 (rwxr-xr-x)
2025-08-20T22:59:12.5659723Z [00:03:48.085]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/ahash-db89af91257b07ae/build_script_build-db89af91257b07ae.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:12.5718811Z [00:03:48.091]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/paste-72a91a1e6f8b0794/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:12.5777897Z [00:03:48.097]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/paste-72a91a1e6f8b0794/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:12.5835768Z [00:03:48.102]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/paste-72a91a1e6f8b0794/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:12.5891049Z [00:03:48.108]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/paste-72a91a1e6f8b0794/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:12.5947142Z [00:03:48.114]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/libseccomp-5d9dfa7f5e2e3a17/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:59:12.6002466Z [00:03:48.119]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/libseccomp-5d9dfa7f5e2e3a17/build_script_build-5d9dfa7f5e2e3a17.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:12.6056742Z [00:03:48.125]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/libseccomp-5d9dfa7f5e2e3a17/build_script_build-5d9dfa7f5e2e3a17' retained as 0755 (rwxr-xr-x)
2025-08-20T22:59:12.6113237Z [00:03:48.130]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/semver-1cb0bcddacba8922/build_script_build-1cb0bcddacba8922' retained as 0755 (rwxr-xr-x)
2025-08-20T22:59:12.6166700Z [00:03:48.136]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/semver-1cb0bcddacba8922/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:59:12.6220940Z [00:03:48.141]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/semver-1cb0bcddacba8922/build_script_build-1cb0bcddacba8922.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:12.6276651Z [00:03:48.147]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/paste-86fbadf795b6fc2f/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:59:12.6331279Z [00:03:48.152]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/paste-86fbadf795b6fc2f/build_script_build-86fbadf795b6fc2f' retained as 0755 (rwxr-xr-x)
2025-08-20T22:59:12.6386530Z [00:03:48.157]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/paste-86fbadf795b6fc2f/build_script_build-86fbadf795b6fc2f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:12.6441714Z [00:03:48.163]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/nix-3ea40e9192d2cade/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:59:12.6496228Z [00:03:48.168]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/nix-3ea40e9192d2cade/build_script_build-3ea40e9192d2cade.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:12.6548877Z [00:03:48.174]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/nix-3ea40e9192d2cade/build_script_build-3ea40e9192d2cade' retained as 0755 (rwxr-xr-x)
2025-08-20T22:59:12.6605035Z [00:03:48.179]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/wayland-backend-c2a2719e4c915ff7/build_script_build-c2a2719e4c915ff7' retained as 0755 (rwxr-xr-x)
2025-08-20T22:59:12.6659956Z [00:03:48.185]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/wayland-backend-c2a2719e4c915ff7/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:59:12.6716953Z [00:03:48.190]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/wayland-backend-c2a2719e4c915ff7/build_script_build-c2a2719e4c915ff7.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:12.6768515Z [00:03:48.196]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/camino-4af8e79f28c8f29d/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:12.6822866Z [00:03:48.201]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/camino-4af8e79f28c8f29d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:12.6878152Z [00:03:48.207]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/camino-4af8e79f28c8f29d/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:12.6931837Z [00:03:48.212]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/camino-4af8e79f28c8f29d/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:12.6987580Z [00:03:48.218]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/parking_lot_core-72ec453a9a9ca10f/build_script_build-72ec453a9a9ca10f' retained as 0755 (rwxr-xr-x)
2025-08-20T22:59:12.7042102Z [00:03:48.223]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/parking_lot_core-72ec453a9a9ca10f/build_script_build-72ec453a9a9ca10f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:12.7096219Z [00:03:48.228]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/parking_lot_core-72ec453a9a9ca10f/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:59:12.7150341Z [00:03:48.234]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/eyre-e64900af82add492/build_script_build-e64900af82add492' retained as 0755 (rwxr-xr-x)
2025-08-20T22:59:12.7206124Z [00:03:48.239]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/eyre-e64900af82add492/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:59:12.7261382Z [00:03:48.245]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/eyre-e64900af82add492/build_script_build-e64900af82add492.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:12.7316708Z [00:03:48.250]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/getrandom-b8e73fb24a286c53/build_script_build-b8e73fb24a286c53.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:12.7372002Z [00:03:48.256]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/getrandom-b8e73fb24a286c53/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:59:12.7427950Z [00:03:48.262]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/getrandom-b8e73fb24a286c53/build_script_build-b8e73fb24a286c53' retained as 0755 (rwxr-xr-x)
2025-08-20T22:59:12.7483515Z [00:03:48.267]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/serde_json-cdacff90362a75bb/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:59:12.7540323Z [00:03:48.273]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/serde_json-cdacff90362a75bb/build_script_build-cdacff90362a75bb.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:12.7595921Z [00:03:48.278]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/serde_json-cdacff90362a75bb/build_script_build-cdacff90362a75bb' retained as 0755 (rwxr-xr-x)
2025-08-20T22:59:12.7651910Z [00:03:48.284]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/slab-633351352e28f91c/build_script_build-633351352e28f91c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:12.7709323Z [00:03:48.290]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/slab-633351352e28f91c/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:59:12.7764274Z [00:03:48.295]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/slab-633351352e28f91c/build_script_build-633351352e28f91c' retained as 0755 (rwxr-xr-x)
2025-08-20T22:59:12.7819625Z [00:03:48.301]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/proc-macro2-088b0e1b523234bf/build_script_build-088b0e1b523234bf' retained as 0755 (rwxr-xr-x)
2025-08-20T22:59:12.7877719Z [00:03:48.307]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/proc-macro2-088b0e1b523234bf/build_script_build-088b0e1b523234bf.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:12.7933398Z [00:03:48.312]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/proc-macro2-088b0e1b523234bf/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:59:12.7990995Z [00:03:48.318]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/libseccomp-sys-67ef9fc65e107a61/build_script_build-67ef9fc65e107a61.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:12.8046672Z [00:03:48.323]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/libseccomp-sys-67ef9fc65e107a61/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:59:12.8102971Z [00:03:48.329]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/libseccomp-sys-67ef9fc65e107a61/build_script_build-67ef9fc65e107a61' retained as 0755 (rwxr-xr-x)
2025-08-20T22:59:12.8159323Z [00:03:48.335]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/rustix-81ce2d7fbe5c9034/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:12.8214172Z [00:03:48.340]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/rustix-81ce2d7fbe5c9034/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:12.8267947Z [00:03:48.346]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/rustix-81ce2d7fbe5c9034/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:12.8321603Z [00:03:48.351]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/rustix-81ce2d7fbe5c9034/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:12.8378038Z [00:03:48.357]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/zerocopy-7948ee4c65c20b6e/build_script_build-7948ee4c65c20b6e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:12.8433083Z [00:03:48.362]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/zerocopy-7948ee4c65c20b6e/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:59:12.8487658Z [00:03:48.368]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/zerocopy-7948ee4c65c20b6e/build_script_build-7948ee4c65c20b6e' retained as 0755 (rwxr-xr-x)
2025-08-20T22:59:12.8542511Z [00:03:48.373]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/backtrace-834343b451a7ccb0/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:59:12.8598256Z [00:03:48.379]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/backtrace-834343b451a7ccb0/build_script_build-834343b451a7ccb0.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:12.8652810Z [00:03:48.384]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/backtrace-834343b451a7ccb0/build_script_build-834343b451a7ccb0' retained as 0755 (rwxr-xr-x)
2025-08-20T22:59:12.8707636Z [00:03:48.390]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/thiserror-e0ec25145e714088/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:12.8763592Z [00:03:48.395]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/thiserror-e0ec25145e714088/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:12.8818967Z [00:03:48.401]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/thiserror-e0ec25145e714088/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:12.8874133Z [00:03:48.406]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/thiserror-e0ec25145e714088/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:12.8930923Z [00:03:48.412]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/serde-5af83531a6aafd86/build_script_build-5af83531a6aafd86.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:12.8986332Z [00:03:48.417]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/serde-5af83531a6aafd86/build_script_build-5af83531a6aafd86' retained as 0755 (rwxr-xr-x)
2025-08-20T22:59:12.9039844Z [00:03:48.423]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/serde-5af83531a6aafd86/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:59:12.9094266Z [00:03:48.428]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/camino-29851a967b129939/build_script_build-29851a967b129939.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:12.9147087Z [00:03:48.434]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/camino-29851a967b129939/build_script_build-29851a967b129939' retained as 0755 (rwxr-xr-x)
2025-08-20T22:59:12.9198719Z [00:03:48.439]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/camino-29851a967b129939/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:59:12.9253129Z [00:03:48.444]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/rustversion-31d3f0194f67d67e/build_script_build-31d3f0194f67d67e' retained as 0755 (rwxr-xr-x)
2025-08-20T22:59:12.9306055Z [00:03:48.449]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/rustversion-31d3f0194f67d67e/build_script_build-31d3f0194f67d67e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:12.9357052Z [00:03:48.455]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/rustversion-31d3f0194f67d67e/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:59:12.9411602Z [00:03:48.460]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/libc-f031ae2a6b34abde/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:59:12.9466056Z [00:03:48.465]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/libc-f031ae2a6b34abde/build_script_build-f031ae2a6b34abde.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:12.9518950Z [00:03:48.471]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/libc-f031ae2a6b34abde/build_script_build-f031ae2a6b34abde' retained as 0755 (rwxr-xr-x)
2025-08-20T22:59:12.9571446Z [00:03:48.476]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/anyhow-02d0fac3033653f2/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:12.9624886Z [00:03:48.481]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/anyhow-02d0fac3033653f2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:12.9679445Z [00:03:48.487]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/anyhow-02d0fac3033653f2/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:12.9733441Z [00:03:48.492]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/anyhow-02d0fac3033653f2/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:12.9787084Z [00:03:48.498]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/wayland-client-bcd5f553897946b9/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:59:12.9842040Z [00:03:48.503]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/wayland-client-bcd5f553897946b9/build_script_build-bcd5f553897946b9' retained as 0755 (rwxr-xr-x)
2025-08-20T22:59:12.9893096Z [00:03:48.508]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/wayland-client-bcd5f553897946b9/build_script_build-bcd5f553897946b9.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:12.9946145Z [00:03:48.513]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/vsprintf-b450f7f27627cb83/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:12.9998174Z [00:03:48.519]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/vsprintf-b450f7f27627cb83/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:13.0054289Z [00:03:48.524]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/vsprintf-b450f7f27627cb83/out/ea708c7824d36062-lib.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:13.0108060Z [00:03:48.530]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/vsprintf-b450f7f27627cb83/out/libvsprintf.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:13.0160809Z [00:03:48.535]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/vsprintf-b450f7f27627cb83/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:13.0212863Z [00:03:48.540]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/vsprintf-b450f7f27627cb83/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:13.0267121Z [00:03:48.546]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/serde_json-cb924d97bb19c58b/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:13.0319530Z [00:03:48.551]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/serde_json-cb924d97bb19c58b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:13.0373949Z [00:03:48.556]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/serde_json-cb924d97bb19c58b/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:13.0426172Z [00:03:48.561]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/serde_json-cb924d97bb19c58b/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:13.0480559Z [00:03:48.567]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/thiserror-8196f37f0d52254e/build_script_build-8196f37f0d52254e' retained as 0755 (rwxr-xr-x)
2025-08-20T22:59:13.0532390Z [00:03:48.572]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/thiserror-8196f37f0d52254e/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:59:13.0585999Z [00:03:48.577]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/thiserror-8196f37f0d52254e/build_script_build-8196f37f0d52254e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:13.0638824Z [00:03:48.583]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/num-traits-8a2b48344bfa1f02/build_script_build-8a2b48344bfa1f02.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:13.0693110Z [00:03:48.588]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/num-traits-8a2b48344bfa1f02/build_script_build-8a2b48344bfa1f02' retained as 0755 (rwxr-xr-x)
2025-08-20T22:59:13.0747455Z [00:03:48.594]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/num-traits-8a2b48344bfa1f02/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:59:13.0800506Z [00:03:48.599]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/serde-3f0c8c1c19c5434c/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:13.0852407Z [00:03:48.604]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/serde-3f0c8c1c19c5434c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:13.0905016Z [00:03:48.609]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/serde-3f0c8c1c19c5434c/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:13.0959954Z [00:03:48.615]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/serde-3f0c8c1c19c5434c/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:13.1016936Z [00:03:48.621]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/libbpf-sys-581129f32eb7a6af/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:13.1072948Z [00:03:48.626]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/libbpf-sys-581129f32eb7a6af/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:13.1128791Z [00:03:48.632]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/libbpf-sys-581129f32eb7a6af/out/obj/libbpf.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:13.1185183Z [00:03:48.637]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/libbpf-sys-581129f32eb7a6af/out/obj/staticobjs/btf.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:13.1239991Z [00:03:48.643]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/libbpf-sys-581129f32eb7a6af/out/obj/staticobjs/libbpf.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:13.1295999Z [00:03:48.648]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/libbpf-sys-581129f32eb7a6af/out/obj/staticobjs/ringbuf.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:13.1350945Z [00:03:48.654]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/libbpf-sys-581129f32eb7a6af/out/obj/staticobjs/relo_core.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:13.1407513Z [00:03:48.660]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/libbpf-sys-581129f32eb7a6af/out/obj/staticobjs/features.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:13.1464201Z [00:03:48.665]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/libbpf-sys-581129f32eb7a6af/out/obj/staticobjs/libbpf_probes.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:13.1520589Z [00:03:48.671]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/libbpf-sys-581129f32eb7a6af/out/obj/staticobjs/str_error.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:13.1577752Z [00:03:48.677]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/libbpf-sys-581129f32eb7a6af/out/obj/staticobjs/btf_dump.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:13.1633678Z [00:03:48.682]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/libbpf-sys-581129f32eb7a6af/out/obj/staticobjs/zip.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:13.1690425Z [00:03:48.688]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/libbpf-sys-581129f32eb7a6af/out/obj/staticobjs/btf_iter.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:13.1746212Z [00:03:48.693]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/libbpf-sys-581129f32eb7a6af/out/obj/staticobjs/hashmap.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:13.1802505Z [00:03:48.699]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/libbpf-sys-581129f32eb7a6af/out/obj/staticobjs/netlink.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:13.1857784Z [00:03:48.705]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/libbpf-sys-581129f32eb7a6af/out/obj/staticobjs/gen_loader.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:13.1916009Z [00:03:48.710]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/libbpf-sys-581129f32eb7a6af/out/obj/staticobjs/libbpf_errno.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:13.1970749Z [00:03:48.716]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/libbpf-sys-581129f32eb7a6af/out/obj/staticobjs/strset.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:13.2026213Z [00:03:48.721]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/libbpf-sys-581129f32eb7a6af/out/obj/staticobjs/bpf.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:13.2082289Z [00:03:48.727]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/libbpf-sys-581129f32eb7a6af/out/obj/staticobjs/bpf_prog_linfo.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:13.2138996Z [00:03:48.733]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/libbpf-sys-581129f32eb7a6af/out/obj/staticobjs/elf.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:13.2196404Z [00:03:48.738]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/libbpf-sys-581129f32eb7a6af/out/obj/staticobjs/usdt.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:13.2250344Z [00:03:48.744]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/libbpf-sys-581129f32eb7a6af/out/obj/staticobjs/nlattr.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:13.2305729Z [00:03:48.749]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/libbpf-sys-581129f32eb7a6af/out/obj/staticobjs/btf_relocate.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:13.2360609Z [00:03:48.755]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/libbpf-sys-581129f32eb7a6af/out/obj/staticobjs/linker.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:13.2416356Z [00:03:48.760]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/libbpf-sys-581129f32eb7a6af/out/obj/libbpf.pc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:13.2469790Z [00:03:48.766]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/libbpf-sys-581129f32eb7a6af/out/libbpf.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:13.2527405Z [00:03:48.771]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/libbpf-sys-581129f32eb7a6af/out/pkgconfig/libbpf.pc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:13.2586120Z [00:03:48.777]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/libbpf-sys-581129f32eb7a6af/out/include/bpf/bpf_helpers.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:13.2642500Z [00:03:48.783]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/libbpf-sys-581129f32eb7a6af/out/include/bpf/bpf_core_read.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:13.2698809Z [00:03:48.789]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/libbpf-sys-581129f32eb7a6af/out/include/bpf/bpf_tracing.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:13.2758175Z [00:03:48.795]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/libbpf-sys-581129f32eb7a6af/out/include/bpf/skel_internal.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:13.2815180Z [00:03:48.800]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/libbpf-sys-581129f32eb7a6af/out/include/bpf/bpf_helper_defs.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:13.2871494Z [00:03:48.806]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/libbpf-sys-581129f32eb7a6af/out/include/bpf/libbpf_version.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:13.2928527Z [00:03:48.812]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/libbpf-sys-581129f32eb7a6af/out/include/bpf/usdt.bpf.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:13.2983840Z [00:03:48.817]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/libbpf-sys-581129f32eb7a6af/out/include/bpf/btf.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:13.3038138Z [00:03:48.823]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/libbpf-sys-581129f32eb7a6af/out/include/bpf/bpf_endian.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:13.3094516Z [00:03:48.828]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/libbpf-sys-581129f32eb7a6af/out/include/bpf/libbpf_legacy.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:13.3151791Z [00:03:48.834]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/libbpf-sys-581129f32eb7a6af/out/include/bpf/libbpf_common.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:13.3208439Z [00:03:48.840]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/libbpf-sys-581129f32eb7a6af/out/include/bpf/libbpf.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:13.3265954Z [00:03:48.845]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/libbpf-sys-581129f32eb7a6af/out/include/bpf/bpf.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:13.3323337Z [00:03:48.851]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/libbpf-sys-581129f32eb7a6af/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:13.3380450Z [00:03:48.857]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/libbpf-sys-581129f32eb7a6af/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:13.3437215Z [00:03:48.863]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/rstest_macros-9fbc5ef8ae4fde05/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:13.3494211Z [00:03:48.868]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/rstest_macros-9fbc5ef8ae4fde05/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:13.3555041Z [00:03:48.874]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/rstest_macros-9fbc5ef8ae4fde05/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:13.3613356Z [00:03:48.880]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/rstest_macros-9fbc5ef8ae4fde05/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:13.3667945Z [00:03:48.886]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/proc-macro2-ce781c406ea95167/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:13.3723039Z [00:03:48.891]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/proc-macro2-ce781c406ea95167/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:13.3780804Z [00:03:48.897]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/proc-macro2-ce781c406ea95167/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:13.3835609Z [00:03:48.902]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/proc-macro2-ce781c406ea95167/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:13.3896436Z [00:03:48.908]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/getrandom-e40be6e29f45e9b3/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:13.3954021Z [00:03:48.914]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/getrandom-e40be6e29f45e9b3/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:13.4011514Z [00:03:48.920]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/getrandom-e40be6e29f45e9b3/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:13.4071359Z [00:03:48.926]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/getrandom-e40be6e29f45e9b3/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:13.4130305Z [00:03:48.932]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/nutype_macros-6b8bde0bb52a4188/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:59:13.4190988Z [00:03:48.938]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/nutype_macros-6b8bde0bb52a4188/build_script_build-6b8bde0bb52a4188.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:13.4250429Z [00:03:48.944]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/nutype_macros-6b8bde0bb52a4188/build_script_build-6b8bde0bb52a4188' retained as 0755 (rwxr-xr-x)
2025-08-20T22:59:13.4310997Z [00:03:48.950]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/rstest_macros-2a7a1e9eb56dfb56/build_script_build-2a7a1e9eb56dfb56.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:13.4370977Z [00:03:48.956]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/rstest_macros-2a7a1e9eb56dfb56/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:59:13.4426493Z [00:03:48.961]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/rstest_macros-2a7a1e9eb56dfb56/build_script_build-2a7a1e9eb56dfb56' retained as 0755 (rwxr-xr-x)
2025-08-20T22:59:13.4481001Z [00:03:48.967]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/semver-188083a6a9f5f083/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:13.4535756Z [00:03:48.972]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/semver-188083a6a9f5f083/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:13.4590514Z [00:03:48.978]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/semver-188083a6a9f5f083/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:13.4643750Z [00:03:48.983]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/semver-188083a6a9f5f083/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:13.4698400Z [00:03:48.989]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/libbpf-sys-1c0d07195717f366/build_script_build-1c0d07195717f366' retained as 0755 (rwxr-xr-x)
2025-08-20T22:59:13.4750597Z [00:03:48.994]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/libbpf-sys-1c0d07195717f366/build_script_build-1c0d07195717f366.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:13.4804275Z [00:03:48.999]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/libbpf-sys-1c0d07195717f366/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:59:13.4857882Z [00:03:49.005]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/tracexec-5dbf97cbd285b16b/build_script_build-5dbf97cbd285b16b.build_script_build.9eb3074478c94d28-cgu.0.rcgu.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:13.4909037Z [00:03:49.010]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/tracexec-5dbf97cbd285b16b/build_script_build-5dbf97cbd285b16b.9gdu2khxb2slf5ej1hknm6ckc.rcgu.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:13.4962895Z [00:03:49.015]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/tracexec-5dbf97cbd285b16b/build_script_build-5dbf97cbd285b16b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:13.5016375Z [00:03:49.020]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/thiserror-9498c34815b63e89/build_script_build-9498c34815b63e89' retained as 0755 (rwxr-xr-x)
2025-08-20T22:59:13.5070997Z [00:03:49.026]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/thiserror-9498c34815b63e89/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:59:13.5126466Z [00:03:49.031]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/thiserror-9498c34815b63e89/build_script_build-9498c34815b63e89.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:13.5181083Z [00:03:49.037]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/getrandom-0fd0609afce44135/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:59:13.5233458Z [00:03:49.042]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/getrandom-0fd0609afce44135/build_script_build-0fd0609afce44135' retained as 0755 (rwxr-xr-x)
2025-08-20T22:59:13.5288392Z [00:03:49.048]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/getrandom-0fd0609afce44135/build_script_build-0fd0609afce44135.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:13.5343977Z [00:03:49.053]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/rustix-49cea91d3c0aca44/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:59:13.5400165Z [00:03:49.059]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/rustix-49cea91d3c0aca44/build_script_build-49cea91d3c0aca44' retained as 0755 (rwxr-xr-x)
2025-08-20T22:59:13.5453425Z [00:03:49.064]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/rustix-49cea91d3c0aca44/build_script_build-49cea91d3c0aca44.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:13.5509108Z [00:03:49.070]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/libc-d6242236a11ddf6b/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:13.5563512Z [00:03:49.075]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/libc-d6242236a11ddf6b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:13.5620620Z [00:03:49.081]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/libc-d6242236a11ddf6b/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:13.5676737Z [00:03:49.086]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/libc-d6242236a11ddf6b/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:13.5734142Z [00:03:49.092]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/rustix-37293101cfebc25a/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:59:13.5787420Z [00:03:49.098]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/rustix-37293101cfebc25a/build_script_build-37293101cfebc25a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:13.5841024Z [00:03:49.103]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/rustix-37293101cfebc25a/build_script_build-37293101cfebc25a' retained as 0755 (rwxr-xr-x)
2025-08-20T22:59:13.5894962Z [00:03:49.108]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/lock_api-bd51c8d53a64da74/build_script_build-bd51c8d53a64da74.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:13.5949842Z [00:03:49.114]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/lock_api-bd51c8d53a64da74/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:59:13.6002132Z [00:03:49.119]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/lock_api-bd51c8d53a64da74/build_script_build-bd51c8d53a64da74' retained as 0755 (rwxr-xr-x)
2025-08-20T22:59:13.6055052Z [00:03:49.124]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/nix-15a3542390dd2471/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:13.6107558Z [00:03:49.130]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/nix-15a3542390dd2471/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:13.6161813Z [00:03:49.135]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/nix-15a3542390dd2471/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:13.6214381Z [00:03:49.140]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/nix-15a3542390dd2471/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:13.6266669Z [00:03:49.146]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/anyhow-a15a6534729acd94/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:59:13.6318367Z [00:03:49.151]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/anyhow-a15a6534729acd94/build_script_build-a15a6534729acd94.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:13.6371087Z [00:03:49.156]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/anyhow-a15a6534729acd94/build_script_build-a15a6534729acd94' retained as 0755 (rwxr-xr-x)
2025-08-20T22:59:13.6425022Z [00:03:49.161]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/rustversion-e9711a7c438c23af/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:13.6478978Z [00:03:49.167]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/rustversion-e9711a7c438c23af/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:13.6530433Z [00:03:49.172]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/rustversion-e9711a7c438c23af/out/version.expr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:13.6584103Z [00:03:49.177]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/rustversion-e9711a7c438c23af/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:13.6636486Z [00:03:49.182]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/build/rustversion-e9711a7c438c23af/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:13.6690762Z [00:03:49.188]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.cargo-lock' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:13.6748083Z [00:03:49.194]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/thiserror-impl-c3fe6d170fd179c2/dep-lib-thiserror_impl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:13.6800129Z [00:03:49.199]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/thiserror-impl-c3fe6d170fd179c2/lib-thiserror_impl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:13.6854547Z [00:03:49.204]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/thiserror-impl-c3fe6d170fd179c2/lib-thiserror_impl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:13.6906884Z [00:03:49.209]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/thiserror-impl-c3fe6d170fd179c2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:13.6959065Z [00:03:49.215]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/darling_macro-e0b660ae4d79331e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:13.7010739Z [00:03:49.220]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/darling_macro-e0b660ae4d79331e/lib-darling_macro.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:13.7063270Z [00:03:49.225]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/darling_macro-e0b660ae4d79331e/dep-lib-darling_macro' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:13.7115678Z [00:03:49.230]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/darling_macro-e0b660ae4d79331e/lib-darling_macro' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:13.7167799Z [00:03:49.236]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/wayland-scanner-2b4ee375a1888f3a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:13.7219858Z [00:03:49.241]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/wayland-scanner-2b4ee375a1888f3a/lib-wayland_scanner' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:13.7273608Z [00:03:49.246]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/wayland-scanner-2b4ee375a1888f3a/dep-lib-wayland_scanner' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:13.7326318Z [00:03:49.251]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/wayland-scanner-2b4ee375a1888f3a/lib-wayland_scanner.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:13.7381887Z [00:03:49.257]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/nix-2f4940d31c0c7b8d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:13.7437311Z [00:03:49.263]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/nix-2f4940d31c0c7b8d/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:13.7491937Z [00:03:49.268]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/nix-2f4940d31c0c7b8d/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:13.7547804Z [00:03:49.274]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/nix-2f4940d31c0c7b8d/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:13.7603315Z [00:03:49.279]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/libbpf-rs-7afa23794e711c8a/dep-lib-libbpf_rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:13.7658269Z [00:03:49.285]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/libbpf-rs-7afa23794e711c8a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:13.7714374Z [00:03:49.290]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/libbpf-rs-7afa23794e711c8a/lib-libbpf_rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:13.7770421Z [00:03:49.296]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/libbpf-rs-7afa23794e711c8a/lib-libbpf_rs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:13.7824230Z [00:03:49.301]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/serde_json-3ef5a71d79a4a8d9/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:13.7879271Z [00:03:49.307]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/serde_json-3ef5a71d79a4a8d9/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:13.7932869Z [00:03:49.312]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/serde_json-3ef5a71d79a4a8d9/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:13.7987709Z [00:03:49.318]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/serde_json-3ef5a71d79a4a8d9/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:13.8042341Z [00:03:49.323]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/libbpf-cargo-7bb2edeb7f5e1eae/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:13.8096705Z [00:03:49.328]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/libbpf-cargo-7bb2edeb7f5e1eae/lib-libbpf_cargo' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:13.8150240Z [00:03:49.334]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/libbpf-cargo-7bb2edeb7f5e1eae/dep-lib-libbpf_cargo' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:13.8205055Z [00:03:49.339]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/libbpf-cargo-7bb2edeb7f5e1eae/lib-libbpf_cargo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:13.8260088Z [00:03:49.345]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/equivalent-b5ddd993fdca60cb/lib-equivalent' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:13.8314925Z [00:03:49.350]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/equivalent-b5ddd993fdca60cb/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:13.8368973Z [00:03:49.356]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/equivalent-b5ddd993fdca60cb/dep-lib-equivalent' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:13.8420691Z [00:03:49.361]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/equivalent-b5ddd993fdca60cb/lib-equivalent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:13.8474127Z [00:03:49.366]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/serde-8ca90201bfee8db1/lib-serde.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:13.8527597Z [00:03:49.372]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/serde-8ca90201bfee8db1/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:13.8581943Z [00:03:49.377]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/serde-8ca90201bfee8db1/dep-lib-serde' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:13.8637708Z [00:03:49.383]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/serde-8ca90201bfee8db1/lib-serde' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:13.8693488Z [00:03:49.388]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/regex-syntax-5bc4fd853bb1c4e6/lib-regex_syntax' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:13.8749817Z [00:03:49.394]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/regex-syntax-5bc4fd853bb1c4e6/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:13.8802957Z [00:03:49.399]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/regex-syntax-5bc4fd853bb1c4e6/dep-lib-regex_syntax' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:13.8855224Z [00:03:49.404]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/regex-syntax-5bc4fd853bb1c4e6/lib-regex_syntax.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:13.8909330Z [00:03:49.410]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/signal-hook-0938eb79884e8423/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:13.8962310Z [00:03:49.415]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/signal-hook-0938eb79884e8423/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:13.9013587Z [00:03:49.420]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/signal-hook-0938eb79884e8423/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:13.9065045Z [00:03:49.425]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/signal-hook-0938eb79884e8423/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:13.9117520Z [00:03:49.431]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/nutype_macros-e531e12e1657d74a/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:13.9168642Z [00:03:49.436]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/nutype_macros-e531e12e1657d74a/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:13.9220694Z [00:03:49.441]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/vsprintf-8d7631a827fbe955/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:13.9271596Z [00:03:49.446]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/vsprintf-8d7631a827fbe955/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:13.9322106Z [00:03:49.451]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/vsprintf-8d7631a827fbe955/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:13.9374295Z [00:03:49.456]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/vsprintf-8d7631a827fbe955/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:13.9427406Z [00:03:49.462]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/libbpf-sys-155bbd8720461739/dep-lib-libbpf_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:13.9478712Z [00:03:49.467]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/libbpf-sys-155bbd8720461739/lib-libbpf_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:13.9530854Z [00:03:49.472]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/libbpf-sys-155bbd8720461739/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:13.9585892Z [00:03:49.477]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/libbpf-sys-155bbd8720461739/lib-libbpf_sys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:13.9639295Z [00:03:49.483]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/quick-xml-69fa7e42df233a66/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:13.9695105Z [00:03:49.488]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/quick-xml-69fa7e42df233a66/lib-quick_xml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:13.9749941Z [00:03:49.494]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/quick-xml-69fa7e42df233a66/lib-quick_xml.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:13.9805590Z [00:03:49.499]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/quick-xml-69fa7e42df233a66/dep-lib-quick_xml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:13.9860482Z [00:03:49.505]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/wayland-sys-f2970919db69a1c1/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:13.9914380Z [00:03:49.510]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/wayland-sys-f2970919db69a1c1/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:13.9970408Z [00:03:49.516]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/wayland-sys-f2970919db69a1c1/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.0024824Z [00:03:49.521]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/wayland-sys-f2970919db69a1c1/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.0078752Z [00:03:49.527]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/ahash-db89af91257b07ae/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.0135120Z [00:03:49.532]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/ahash-db89af91257b07ae/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.0188065Z [00:03:49.538]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/ahash-db89af91257b07ae/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.0243364Z [00:03:49.543]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/ahash-db89af91257b07ae/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.0296557Z [00:03:49.548]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/toml_edit-2c6332b97eba28df/dep-lib-toml_edit' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.0350584Z [00:03:49.554]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/toml_edit-2c6332b97eba28df/lib-toml_edit' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.0405918Z [00:03:49.559]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/toml_edit-2c6332b97eba28df/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.0461088Z [00:03:49.565]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/toml_edit-2c6332b97eba28df/lib-toml_edit.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.0515223Z [00:03:49.570]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/nix-032e9fb9615a3d90/lib-nix' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.0571487Z [00:03:49.576]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/nix-032e9fb9615a3d90/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.0627700Z [00:03:49.582]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/nix-032e9fb9615a3d90/dep-lib-nix' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.0683180Z [00:03:49.587]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/nix-032e9fb9615a3d90/lib-nix.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.0739241Z [00:03:49.593]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/paste-72a91a1e6f8b0794/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.0793133Z [00:03:49.598]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/paste-72a91a1e6f8b0794/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.0848975Z [00:03:49.604]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/clap-7cdc61a1540398fd/lib-clap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.0904523Z [00:03:49.609]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/clap-7cdc61a1540398fd/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.0958206Z [00:03:49.615]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/clap-7cdc61a1540398fd/dep-lib-clap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.1011061Z [00:03:49.620]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/clap-7cdc61a1540398fd/lib-clap.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.1065935Z [00:03:49.625]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/convert_case-0ed7f6968be59bac/dep-lib-convert_case' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.1119161Z [00:03:49.631]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/convert_case-0ed7f6968be59bac/lib-convert_case.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.1172453Z [00:03:49.636]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/convert_case-0ed7f6968be59bac/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.1223990Z [00:03:49.641]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/convert_case-0ed7f6968be59bac/lib-convert_case' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.1275303Z [00:03:49.646]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/rustix-319b047d7383ce8d/dep-lib-rustix' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.1325476Z [00:03:49.651]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/rustix-319b047d7383ce8d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.1375721Z [00:03:49.656]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/rustix-319b047d7383ce8d/lib-rustix.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.1426015Z [00:03:49.661]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/rustix-319b047d7383ce8d/lib-rustix' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.1478446Z [00:03:49.667]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/version_check-406723f2b4687b68/dep-lib-version_check' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.1530190Z [00:03:49.672]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/version_check-406723f2b4687b68/lib-version_check.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.1582110Z [00:03:49.677]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/version_check-406723f2b4687b68/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.1635912Z [00:03:49.682]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/version_check-406723f2b4687b68/lib-version_check' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.1688127Z [00:03:49.688]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/libseccomp-5d9dfa7f5e2e3a17/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.1739969Z [00:03:49.693]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/libseccomp-5d9dfa7f5e2e3a17/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.1791370Z [00:03:49.698]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/libseccomp-5d9dfa7f5e2e3a17/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.1842663Z [00:03:49.703]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/libseccomp-5d9dfa7f5e2e3a17/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.1895828Z [00:03:49.708]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/autocfg-0ba5d927b1e035c5/dep-lib-autocfg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.1948716Z [00:03:49.714]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/autocfg-0ba5d927b1e035c5/lib-autocfg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.2003062Z [00:03:49.719]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/autocfg-0ba5d927b1e035c5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.2055316Z [00:03:49.724]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/autocfg-0ba5d927b1e035c5/lib-autocfg.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.2110347Z [00:03:49.730]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/serde_derive-12c4027b9ef93596/dep-lib-serde_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.2163488Z [00:03:49.735]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/serde_derive-12c4027b9ef93596/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.2218147Z [00:03:49.741]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/serde_derive-12c4027b9ef93596/lib-serde_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.2274199Z [00:03:49.746]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/serde_derive-12c4027b9ef93596/lib-serde_derive.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.2329768Z [00:03:49.752]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/regex-automata-861584bbdfccc9a2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.2386293Z [00:03:49.757]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/regex-automata-861584bbdfccc9a2/lib-regex_automata.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.2441397Z [00:03:49.763]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/regex-automata-861584bbdfccc9a2/dep-lib-regex_automata' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.2497093Z [00:03:49.769]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/regex-automata-861584bbdfccc9a2/lib-regex_automata' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.2552887Z [00:03:49.774]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/strsim-a9d3cbd7c8322457/dep-lib-strsim' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.2608119Z [00:03:49.780]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/strsim-a9d3cbd7c8322457/lib-strsim' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.2660921Z [00:03:49.785]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/strsim-a9d3cbd7c8322457/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.2713592Z [00:03:49.790]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/strsim-a9d3cbd7c8322457/lib-strsim.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.2770155Z [00:03:49.796]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/syn-d99662c89ceee94a/lib-syn' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.2822422Z [00:03:49.801]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/syn-d99662c89ceee94a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.2875210Z [00:03:49.806]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/syn-d99662c89ceee94a/lib-syn.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.2927378Z [00:03:49.812]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/syn-d99662c89ceee94a/dep-lib-syn' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.2980073Z [00:03:49.817]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/semver-1cb0bcddacba8922/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.3033629Z [00:03:49.822]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/semver-1cb0bcddacba8922/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.3086385Z [00:03:49.827]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/semver-1cb0bcddacba8922/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.3140555Z [00:03:49.833]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/semver-1cb0bcddacba8922/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.3197190Z [00:03:49.839]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/proc-macro-crate-bdbb5b0dec8aac31/lib-proc_macro_crate' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.3251506Z [00:03:49.844]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/proc-macro-crate-bdbb5b0dec8aac31/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.3306101Z [00:03:49.849]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/proc-macro-crate-bdbb5b0dec8aac31/lib-proc_macro_crate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.3359536Z [00:03:49.855]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/proc-macro-crate-bdbb5b0dec8aac31/dep-lib-proc_macro_crate' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.3413639Z [00:03:49.860]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/paste-86fbadf795b6fc2f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.3469398Z [00:03:49.866]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/paste-86fbadf795b6fc2f/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.3527451Z [00:03:49.872]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/paste-86fbadf795b6fc2f/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.3583294Z [00:03:49.877]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/paste-86fbadf795b6fc2f/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.3638901Z [00:03:49.883]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/anstream-007d10b213eb8916/dep-lib-anstream' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.3698117Z [00:03:49.889]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/anstream-007d10b213eb8916/lib-anstream' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.3760203Z [00:03:49.895]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/anstream-007d10b213eb8916/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.3816656Z [00:03:49.900]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/anstream-007d10b213eb8916/lib-anstream.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.3872070Z [00:03:49.906]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/nix-3ea40e9192d2cade/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.3926441Z [00:03:49.911]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/nix-3ea40e9192d2cade/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.3982631Z [00:03:49.917]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/nix-3ea40e9192d2cade/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.4039395Z [00:03:49.923]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/nix-3ea40e9192d2cade/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.4093745Z [00:03:49.928]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/cargo-platform-cfde65fb58ed421a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.4149097Z [00:03:49.934]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/cargo-platform-cfde65fb58ed421a/dep-lib-cargo_platform' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.4203694Z [00:03:49.939]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/cargo-platform-cfde65fb58ed421a/lib-cargo_platform' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.4258379Z [00:03:49.945]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/cargo-platform-cfde65fb58ed421a/lib-cargo_platform.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.4314799Z [00:03:49.950]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/clap_derive-34492743f39d66aa/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.4370730Z [00:03:49.956]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/clap_derive-34492743f39d66aa/lib-clap_derive.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.4425178Z [00:03:49.961]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/clap_derive-34492743f39d66aa/lib-clap_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.4480762Z [00:03:49.967]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/clap_derive-34492743f39d66aa/dep-lib-clap_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.4537067Z [00:03:49.973]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/futures-macro-42482d2b76efb22e/lib-futures_macro.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.4590797Z [00:03:49.978]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/futures-macro-42482d2b76efb22e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.4646211Z [00:03:49.983]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/futures-macro-42482d2b76efb22e/dep-lib-futures_macro' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.4700409Z [00:03:49.989]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/futures-macro-42482d2b76efb22e/lib-futures_macro' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.4754474Z [00:03:49.994]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/wayland-backend-c2a2719e4c915ff7/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.4808445Z [00:03:50.000]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/wayland-backend-c2a2719e4c915ff7/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.4860597Z [00:03:50.005]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/wayland-backend-c2a2719e4c915ff7/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.4912461Z [00:03:50.010]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/wayland-backend-c2a2719e4c915ff7/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.4967311Z [00:03:50.016]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/tempfile-51a453f88c27a548/lib-tempfile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.5022507Z [00:03:50.021]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/tempfile-51a453f88c27a548/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.5077434Z [00:03:50.027]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/tempfile-51a453f88c27a548/dep-lib-tempfile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.5132564Z [00:03:50.032]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/tempfile-51a453f88c27a548/lib-tempfile.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.5185623Z [00:03:50.037]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/kinded-39ad50a96b33e3d1/lib-kinded' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.5237494Z [00:03:50.043]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/kinded-39ad50a96b33e3d1/dep-lib-kinded' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.5292095Z [00:03:50.048]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/kinded-39ad50a96b33e3d1/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.5345160Z [00:03:50.053]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/kinded-39ad50a96b33e3d1/lib-kinded.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.5401220Z [00:03:50.059]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/camino-4af8e79f28c8f29d/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.5455629Z [00:03:50.064]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/camino-4af8e79f28c8f29d/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.5508405Z [00:03:50.070]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/cfg-if-1ed7b8522209b26f/lib-cfg_if.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.5561291Z [00:03:50.075]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/cfg-if-1ed7b8522209b26f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.5615550Z [00:03:50.080]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/cfg-if-1ed7b8522209b26f/lib-cfg_if' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.5670235Z [00:03:50.086]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/cfg-if-1ed7b8522209b26f/dep-lib-cfg_if' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.5723940Z [00:03:50.091]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/nutype_macros-082c8410e46a411c/lib-nutype_macros.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.5779075Z [00:03:50.097]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/nutype_macros-082c8410e46a411c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.5833853Z [00:03:50.102]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/nutype_macros-082c8410e46a411c/dep-lib-nutype_macros' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.5885920Z [00:03:50.107]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/nutype_macros-082c8410e46a411c/lib-nutype_macros' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.5940810Z [00:03:50.113]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/regex-acb0952c98de8bcc/lib-regex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.5996276Z [00:03:50.118]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/regex-acb0952c98de8bcc/dep-lib-regex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.6051330Z [00:03:50.124]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/regex-acb0952c98de8bcc/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.6106707Z [00:03:50.129]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/regex-acb0952c98de8bcc/lib-regex.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.6161913Z [00:03:50.135]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/once_cell-3c0fde79d0894a68/lib-once_cell.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.6215922Z [00:03:50.140]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/once_cell-3c0fde79d0894a68/dep-lib-once_cell' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.6270260Z [00:03:50.146]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/once_cell-3c0fde79d0894a68/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.6321478Z [00:03:50.151]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/once_cell-3c0fde79d0894a68/lib-once_cell' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.6376661Z [00:03:50.156]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/camino-bb60e0a7b45e79a7/lib-camino.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.6428077Z [00:03:50.162]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/camino-bb60e0a7b45e79a7/lib-camino' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.6481254Z [00:03:50.167]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/camino-bb60e0a7b45e79a7/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.6533948Z [00:03:50.172]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/camino-bb60e0a7b45e79a7/dep-lib-camino' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.6587173Z [00:03:50.178]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/memmap2-a2f825c26c24e90c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.6639768Z [00:03:50.183]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/memmap2-a2f825c26c24e90c/dep-lib-memmap2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.6692683Z [00:03:50.188]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/memmap2-a2f825c26c24e90c/lib-memmap2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.6747729Z [00:03:50.194]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/memmap2-a2f825c26c24e90c/lib-memmap2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.6803356Z [00:03:50.199]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/parking_lot_core-72ec453a9a9ca10f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.6857961Z [00:03:50.205]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/parking_lot_core-72ec453a9a9ca10f/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.6911870Z [00:03:50.210]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/parking_lot_core-72ec453a9a9ca10f/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.6966669Z [00:03:50.215]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/parking_lot_core-72ec453a9a9ca10f/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.7044856Z [00:03:50.223]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/indexmap-8a94e807394b9841/lib-indexmap.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.7100458Z [00:03:50.229]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/indexmap-8a94e807394b9841/dep-lib-indexmap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.7157178Z [00:03:50.235]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/indexmap-8a94e807394b9841/lib-indexmap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.7208745Z [00:03:50.240]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/indexmap-8a94e807394b9841/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.7263059Z [00:03:50.245]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/indoc-7bb603fa97472ef8/dep-lib-indoc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.7320877Z [00:03:50.251]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/indoc-7bb603fa97472ef8/lib-indoc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.7378503Z [00:03:50.257]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/indoc-7bb603fa97472ef8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.7435581Z [00:03:50.262]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/indoc-7bb603fa97472ef8/lib-indoc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.7490882Z [00:03:50.268]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/eyre-e64900af82add492/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.7549134Z [00:03:50.274]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/eyre-e64900af82add492/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.7606815Z [00:03:50.279]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/eyre-e64900af82add492/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.7662747Z [00:03:50.285]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/eyre-e64900af82add492/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.7718963Z [00:03:50.291]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/libc-20077f1246cac036/dep-lib-libc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.7775144Z [00:03:50.296]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/libc-20077f1246cac036/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.7830877Z [00:03:50.302]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/libc-20077f1246cac036/lib-libc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.7889776Z [00:03:50.308]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/libc-20077f1246cac036/lib-libc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.7946187Z [00:03:50.313]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/rustversion-4c0811fcef2fcd7e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.8001428Z [00:03:50.319]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/rustversion-4c0811fcef2fcd7e/dep-lib-rustversion' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.8057615Z [00:03:50.325]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/rustversion-4c0811fcef2fcd7e/lib-rustversion' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.8112762Z [00:03:50.330]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/rustversion-4c0811fcef2fcd7e/lib-rustversion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.8168203Z [00:03:50.336]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/filterable-enum-derive-63ec9ce4ef1a3df7/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.8221766Z [00:03:50.341]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/filterable-enum-derive-63ec9ce4ef1a3df7/dep-lib-filterable_enum_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.8276239Z [00:03:50.346]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/filterable-enum-derive-63ec9ce4ef1a3df7/lib-filterable_enum_derive.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.8329715Z [00:03:50.352]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/filterable-enum-derive-63ec9ce4ef1a3df7/lib-filterable_enum_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.8383598Z [00:03:50.357]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/colorchoice-32c0e8df2afc1e91/lib-colorchoice' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.8438195Z [00:03:50.363]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/colorchoice-32c0e8df2afc1e91/dep-lib-colorchoice' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.8491570Z [00:03:50.368]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/colorchoice-32c0e8df2afc1e91/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.8545601Z [00:03:50.373]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/colorchoice-32c0e8df2afc1e91/lib-colorchoice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.8599250Z [00:03:50.379]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/getrandom-b8e73fb24a286c53/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.8654113Z [00:03:50.384]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/getrandom-b8e73fb24a286c53/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.8707822Z [00:03:50.390]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/getrandom-b8e73fb24a286c53/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.8760722Z [00:03:50.395]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/getrandom-b8e73fb24a286c53/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.8816422Z [00:03:50.400]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/cargo_metadata-75b27ba5a6d8d682/lib-cargo_metadata' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.8868051Z [00:03:50.406]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/cargo_metadata-75b27ba5a6d8d682/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.8919887Z [00:03:50.411]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/cargo_metadata-75b27ba5a6d8d682/lib-cargo_metadata.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.8971532Z [00:03:50.416]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/cargo_metadata-75b27ba5a6d8d682/dep-lib-cargo_metadata' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.9025480Z [00:03:50.421]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/fastrand-b4b43277bd557253/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.9080195Z [00:03:50.427]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/fastrand-b4b43277bd557253/lib-fastrand' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.9133464Z [00:03:50.432]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/fastrand-b4b43277bd557253/dep-lib-fastrand' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.9187130Z [00:03:50.438]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/fastrand-b4b43277bd557253/lib-fastrand.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.9241008Z [00:03:50.443]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/tokio-macros-4b007f30deaaf8f2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.9295345Z [00:03:50.448]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/tokio-macros-4b007f30deaaf8f2/lib-tokio_macros' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.9349361Z [00:03:50.454]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/tokio-macros-4b007f30deaaf8f2/dep-lib-tokio_macros' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.9403118Z [00:03:50.459]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/tokio-macros-4b007f30deaaf8f2/lib-tokio_macros.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.9457908Z [00:03:50.465]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/serde_json-cdacff90362a75bb/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.9511733Z [00:03:50.470]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/serde_json-cdacff90362a75bb/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.9566136Z [00:03:50.475]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/serde_json-cdacff90362a75bb/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.9617833Z [00:03:50.481]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/serde_json-cdacff90362a75bb/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.9670515Z [00:03:50.486]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/slab-633351352e28f91c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.9721436Z [00:03:50.491]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/slab-633351352e28f91c/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.9774566Z [00:03:50.496]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/slab-633351352e28f91c/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.9827282Z [00:03:50.502]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/slab-633351352e28f91c/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.9880066Z [00:03:50.507]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/proc-macro2-670e3a35fc46366c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.9933555Z [00:03:50.512]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/proc-macro2-670e3a35fc46366c/lib-proc_macro2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:14.9985962Z [00:03:50.517]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/proc-macro2-670e3a35fc46366c/dep-lib-proc_macro2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.0038634Z [00:03:50.523]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/proc-macro2-670e3a35fc46366c/lib-proc_macro2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.0095696Z [00:03:50.528]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/litrs-c951a8e04f2aaa48/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.0153367Z [00:03:50.534]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/litrs-c951a8e04f2aaa48/lib-litrs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.0207498Z [00:03:50.540]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/litrs-c951a8e04f2aaa48/dep-lib-litrs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.0263665Z [00:03:50.545]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/litrs-c951a8e04f2aaa48/lib-litrs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.0319124Z [00:03:50.551]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/paste-fbdf26ac509ef3cc/dep-lib-paste' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.0377989Z [00:03:50.557]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/paste-fbdf26ac509ef3cc/lib-paste.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.0435480Z [00:03:50.562]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/paste-fbdf26ac509ef3cc/lib-paste' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.0491621Z [00:03:50.568]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/paste-fbdf26ac509ef3cc/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.0544868Z [00:03:50.573]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/serial_test_derive-6815b216ca5977ba/lib-serial_test_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.0599758Z [00:03:50.579]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/serial_test_derive-6815b216ca5977ba/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.0656240Z [00:03:50.584]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/serial_test_derive-6815b216ca5977ba/dep-lib-serial_test_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.0709301Z [00:03:50.590]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/serial_test_derive-6815b216ca5977ba/lib-serial_test_derive.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.0762435Z [00:03:50.595]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/anstyle-query-ef38611df44ed449/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.0815174Z [00:03:50.600]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/anstyle-query-ef38611df44ed449/lib-anstyle_query' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.0866196Z [00:03:50.605]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/anstyle-query-ef38611df44ed449/dep-lib-anstyle_query' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.0916744Z [00:03:50.611]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/anstyle-query-ef38611df44ed449/lib-anstyle_query.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.0970404Z [00:03:50.616]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/thiserror-d2dde55e87889e75/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.1024816Z [00:03:50.621]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/thiserror-d2dde55e87889e75/dep-lib-thiserror' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.1077184Z [00:03:50.627]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/thiserror-d2dde55e87889e75/lib-thiserror' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.1131014Z [00:03:50.632]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/thiserror-d2dde55e87889e75/lib-thiserror.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.1185760Z [00:03:50.637]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/ryu-a80d36219da43c14/dep-lib-ryu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.1238162Z [00:03:50.643]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/ryu-a80d36219da43c14/lib-ryu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.1293319Z [00:03:50.648]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/ryu-a80d36219da43c14/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.1346811Z [00:03:50.654]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/ryu-a80d36219da43c14/lib-ryu.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.1400367Z [00:03:50.659]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/proc-macro2-088b0e1b523234bf/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.1454257Z [00:03:50.664]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/proc-macro2-088b0e1b523234bf/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.1507553Z [00:03:50.670]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/proc-macro2-088b0e1b523234bf/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.1559962Z [00:03:50.675]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/proc-macro2-088b0e1b523234bf/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.1612938Z [00:03:50.680]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/fnv-92202d5b3ef7f31c/dep-lib-fnv' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.1665112Z [00:03:50.685]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/fnv-92202d5b3ef7f31c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.1717402Z [00:03:50.691]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/fnv-92202d5b3ef7f31c/lib-fnv.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.1769910Z [00:03:50.696]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/fnv-92202d5b3ef7f31c/lib-fnv' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.1824056Z [00:03:50.701]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/libseccomp-sys-67ef9fc65e107a61/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.1877796Z [00:03:50.707]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/libseccomp-sys-67ef9fc65e107a61/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.1933276Z [00:03:50.712]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/libseccomp-sys-67ef9fc65e107a61/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.1985730Z [00:03:50.717]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/libseccomp-sys-67ef9fc65e107a61/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.2038558Z [00:03:50.723]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/rustix-81ce2d7fbe5c9034/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.2091498Z [00:03:50.728]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/rustix-81ce2d7fbe5c9034/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.2145442Z [00:03:50.733]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/kinded_macros-da9c03d12d6636c4/lib-kinded_macros.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.2197599Z [00:03:50.739]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/kinded_macros-da9c03d12d6636c4/lib-kinded_macros' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.2249810Z [00:03:50.744]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/kinded_macros-da9c03d12d6636c4/dep-lib-kinded_macros' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.2305460Z [00:03:50.749]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/kinded_macros-da9c03d12d6636c4/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.2359772Z [00:03:50.755]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/glob-556fae76214eb00e/dep-lib-glob' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.2415510Z [00:03:50.760]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/glob-556fae76214eb00e/lib-glob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.2470328Z [00:03:50.766]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/glob-556fae76214eb00e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.2525252Z [00:03:50.771]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/glob-556fae76214eb00e/lib-glob' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.2581135Z [00:03:50.777]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/zerocopy-7948ee4c65c20b6e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.2637871Z [00:03:50.783]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/zerocopy-7948ee4c65c20b6e/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.2694583Z [00:03:50.788]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/zerocopy-7948ee4c65c20b6e/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.2753056Z [00:03:50.794]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/zerocopy-7948ee4c65c20b6e/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.2813744Z [00:03:50.800]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/backtrace-834343b451a7ccb0/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.2873164Z [00:03:50.806]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/backtrace-834343b451a7ccb0/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.2932721Z [00:03:50.812]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/backtrace-834343b451a7ccb0/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.2992318Z [00:03:50.818]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/backtrace-834343b451a7ccb0/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.3053464Z [00:03:50.824]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/aho-corasick-bc330f331785e35d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.3114921Z [00:03:50.830]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/aho-corasick-bc330f331785e35d/dep-lib-aho_corasick' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.3171372Z [00:03:50.836]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/aho-corasick-bc330f331785e35d/lib-aho_corasick' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.3227711Z [00:03:50.842]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/aho-corasick-bc330f331785e35d/lib-aho_corasick.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.3283835Z [00:03:50.847]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/derive_setters-317c4a04a6284f07/dep-lib-derive_setters' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.3339655Z [00:03:50.853]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/derive_setters-317c4a04a6284f07/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.3394496Z [00:03:50.858]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/derive_setters-317c4a04a6284f07/lib-derive_setters' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.3450378Z [00:03:50.864]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/derive_setters-317c4a04a6284f07/lib-derive_setters.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.3505998Z [00:03:50.869]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/vsprintf-b750c5decec040ec/lib-vsprintf' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.3560911Z [00:03:50.875]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/vsprintf-b750c5decec040ec/lib-vsprintf.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.3615384Z [00:03:50.880]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/vsprintf-b750c5decec040ec/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.3670137Z [00:03:50.886]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/vsprintf-b750c5decec040ec/dep-lib-vsprintf' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.3726034Z [00:03:50.891]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/shlex-380b779259fb4319/lib-shlex.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.3781846Z [00:03:50.897]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/shlex-380b779259fb4319/dep-lib-shlex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.3835862Z [00:03:50.902]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/shlex-380b779259fb4319/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.3889758Z [00:03:50.908]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/shlex-380b779259fb4319/lib-shlex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.3943527Z [00:03:50.913]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/thiserror-e0ec25145e714088/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.3998888Z [00:03:50.919]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/thiserror-e0ec25145e714088/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.4055762Z [00:03:50.924]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/serde-5af83531a6aafd86/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.4111614Z [00:03:50.930]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/serde-5af83531a6aafd86/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.4167952Z [00:03:50.936]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/serde-5af83531a6aafd86/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.4223307Z [00:03:50.941]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/serde-5af83531a6aafd86/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.4279402Z [00:03:50.947]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/camino-29851a967b129939/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.4334993Z [00:03:50.952]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/camino-29851a967b129939/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.4390946Z [00:03:50.958]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/camino-29851a967b129939/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.4445071Z [00:03:50.963]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/camino-29851a967b129939/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.4499295Z [00:03:50.969]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/winnow-1284c79083f9004d/dep-lib-winnow' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.4553234Z [00:03:50.974]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/winnow-1284c79083f9004d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.4609169Z [00:03:50.980]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/winnow-1284c79083f9004d/lib-winnow' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.4663467Z [00:03:50.985]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/winnow-1284c79083f9004d/lib-winnow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.4720445Z [00:03:50.991]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/tracing-attributes-98a58df5e486f4b0/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.4775964Z [00:03:50.996]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/tracing-attributes-98a58df5e486f4b0/dep-lib-tracing_attributes' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.4831179Z [00:03:51.002]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/tracing-attributes-98a58df5e486f4b0/lib-tracing_attributes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.4887309Z [00:03:51.008]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/tracing-attributes-98a58df5e486f4b0/lib-tracing_attributes' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.4942492Z [00:03:51.013]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/utf8parse-978935a34c60a6d5/lib-utf8parse.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.4997237Z [00:03:51.019]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/utf8parse-978935a34c60a6d5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.5051344Z [00:03:51.024]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/utf8parse-978935a34c60a6d5/lib-utf8parse' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.5109332Z [00:03:51.030]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/utf8parse-978935a34c60a6d5/dep-lib-utf8parse' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.5166076Z [00:03:51.035]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/rustversion-31d3f0194f67d67e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.5221495Z [00:03:51.041]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/rustversion-31d3f0194f67d67e/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.5277620Z [00:03:51.047]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/rustversion-31d3f0194f67d67e/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.5333520Z [00:03:51.052]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/rustversion-31d3f0194f67d67e/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.5390331Z [00:03:51.058]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/libc-f031ae2a6b34abde/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.5447107Z [00:03:51.064]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/libc-f031ae2a6b34abde/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.5501302Z [00:03:51.069]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/libc-f031ae2a6b34abde/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.5556590Z [00:03:51.074]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/libc-f031ae2a6b34abde/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.5611361Z [00:03:51.080]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/anyhow-02d0fac3033653f2/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.5667174Z [00:03:51.086]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/anyhow-02d0fac3033653f2/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.5721877Z [00:03:51.091]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/relative-path-c1d2746e2554844f/dep-lib-relative_path' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.5777265Z [00:03:51.097]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/relative-path-c1d2746e2554844f/lib-relative_path.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.5832486Z [00:03:51.102]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/relative-path-c1d2746e2554844f/lib-relative_path' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.5887344Z [00:03:51.108]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/relative-path-c1d2746e2554844f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.5940297Z [00:03:51.113]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/wayland-client-bcd5f553897946b9/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.5994319Z [00:03:51.118]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/wayland-client-bcd5f553897946b9/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.6050063Z [00:03:51.124]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/wayland-client-bcd5f553897946b9/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.6105331Z [00:03:51.129]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/wayland-client-bcd5f553897946b9/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.6160815Z [00:03:51.135]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/clap_builder-ae2d242b57c3355d/lib-clap_builder' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.6213923Z [00:03:51.140]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/clap_builder-ae2d242b57c3355d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.6268679Z [00:03:51.146]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/clap_builder-ae2d242b57c3355d/dep-lib-clap_builder' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.6323989Z [00:03:51.151]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/clap_builder-ae2d242b57c3355d/lib-clap_builder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.6377914Z [00:03:51.157]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/darling_core-732d7c8ee8f73e1e/dep-lib-darling_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.6433111Z [00:03:51.162]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/darling_core-732d7c8ee8f73e1e/lib-darling_core.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.6487544Z [00:03:51.168]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/darling_core-732d7c8ee8f73e1e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.6542759Z [00:03:51.173]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/darling_core-732d7c8ee8f73e1e/lib-darling_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.6598852Z [00:03:51.179]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/vsprintf-b450f7f27627cb83/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.6654579Z [00:03:51.184]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/vsprintf-b450f7f27627cb83/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.6710694Z [00:03:51.190]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/serde_json-cb924d97bb19c58b/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.6767753Z [00:03:51.196]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/serde_json-cb924d97bb19c58b/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.6823738Z [00:03:51.201]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/thiserror-8196f37f0d52254e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.6878819Z [00:03:51.207]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/thiserror-8196f37f0d52254e/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.6934070Z [00:03:51.212]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/thiserror-8196f37f0d52254e/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.6989041Z [00:03:51.218]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/thiserror-8196f37f0d52254e/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.7042663Z [00:03:51.223]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/anstyle-b2ffee21e8974235/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.7095157Z [00:03:51.228]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/anstyle-b2ffee21e8974235/dep-lib-anstyle' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.7149144Z [00:03:51.234]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/anstyle-b2ffee21e8974235/lib-anstyle' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.7201521Z [00:03:51.239]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/anstyle-b2ffee21e8974235/lib-anstyle.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.7255563Z [00:03:51.244]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/anyhow-fa7c158af04fb8b1/dep-lib-anyhow' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.7309947Z [00:03:51.250]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/anyhow-fa7c158af04fb8b1/lib-anyhow' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.7362972Z [00:03:51.255]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/anyhow-fa7c158af04fb8b1/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.7416556Z [00:03:51.260]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/anyhow-fa7c158af04fb8b1/lib-anyhow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.7472460Z [00:03:51.266]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/num-traits-8a2b48344bfa1f02/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.7525515Z [00:03:51.271]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/num-traits-8a2b48344bfa1f02/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.7579576Z [00:03:51.277]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/num-traits-8a2b48344bfa1f02/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.7634423Z [00:03:51.282]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/num-traits-8a2b48344bfa1f02/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.7690670Z [00:03:51.288]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/serde-3f0c8c1c19c5434c/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.7745296Z [00:03:51.293]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/serde-3f0c8c1c19c5434c/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.7801055Z [00:03:51.299]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/instability-b6716b5ab3f4fc7b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.7856169Z [00:03:51.304]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/instability-b6716b5ab3f4fc7b/dep-lib-instability' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.7909504Z [00:03:51.310]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/instability-b6716b5ab3f4fc7b/lib-instability' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.7964312Z [00:03:51.315]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/instability-b6716b5ab3f4fc7b/lib-instability.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.8018187Z [00:03:51.321]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/cfg_aliases-1b48fbda41281916/dep-lib-cfg_aliases' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.8072344Z [00:03:51.326]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/cfg_aliases-1b48fbda41281916/lib-cfg_aliases' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.8127243Z [00:03:51.332]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/cfg_aliases-1b48fbda41281916/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.8181857Z [00:03:51.337]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/cfg_aliases-1b48fbda41281916/lib-cfg_aliases.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.8236843Z [00:03:51.342]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/libbpf-sys-581129f32eb7a6af/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.8290342Z [00:03:51.348]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/libbpf-sys-581129f32eb7a6af/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.8344681Z [00:03:51.353]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/rstest_macros-9fbc5ef8ae4fde05/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.8397073Z [00:03:51.359]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/rstest_macros-9fbc5ef8ae4fde05/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.8451110Z [00:03:51.364]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/quote-58ae1db5b5e0fa55/lib-quote' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.8505322Z [00:03:51.369]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/quote-58ae1db5b5e0fa55/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.8559484Z [00:03:51.375]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/quote-58ae1db5b5e0fa55/dep-lib-quote' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.8613866Z [00:03:51.380]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/quote-58ae1db5b5e0fa55/lib-quote.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.8668110Z [00:03:51.386]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/strum_macros-61675d0c6c8cf571/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.8721682Z [00:03:51.391]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/strum_macros-61675d0c6c8cf571/dep-lib-strum_macros' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.8774344Z [00:03:51.396]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/strum_macros-61675d0c6c8cf571/lib-strum_macros.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.8827929Z [00:03:51.402]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/strum_macros-61675d0c6c8cf571/lib-strum_macros' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.8882462Z [00:03:51.407]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/unicode-segmentation-39bb4b9acd2520cd/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.8935514Z [00:03:51.412]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/unicode-segmentation-39bb4b9acd2520cd/dep-lib-unicode_segmentation' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.8989468Z [00:03:51.418]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/unicode-segmentation-39bb4b9acd2520cd/lib-unicode_segmentation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.9044886Z [00:03:51.423]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/unicode-segmentation-39bb4b9acd2520cd/lib-unicode_segmentation' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.9098656Z [00:03:51.429]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/proc-macro2-ce781c406ea95167/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.9152672Z [00:03:51.434]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/proc-macro2-ce781c406ea95167/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.9206954Z [00:03:51.440]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/strum_macros-7b839f0eb0068b30/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.9261268Z [00:03:51.445]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/strum_macros-7b839f0eb0068b30/dep-lib-strum_macros' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.9315337Z [00:03:51.450]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/strum_macros-7b839f0eb0068b30/lib-strum_macros.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.9368731Z [00:03:51.456]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/strum_macros-7b839f0eb0068b30/lib-strum_macros' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.9424119Z [00:03:51.461]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/getrandom-e40be6e29f45e9b3/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.9474594Z [00:03:51.466]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/getrandom-e40be6e29f45e9b3/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.9527921Z [00:03:51.472]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/clap_lex-d83acb44fdd14ec4/lib-clap_lex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.9579587Z [00:03:51.477]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/clap_lex-d83acb44fdd14ec4/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.9632397Z [00:03:51.482]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/clap_lex-d83acb44fdd14ec4/lib-clap_lex.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.9685973Z [00:03:51.487]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/clap_lex-d83acb44fdd14ec4/dep-lib-clap_lex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.9739613Z [00:03:51.493]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/nutype_macros-6b8bde0bb52a4188/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.9791846Z [00:03:51.498]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/nutype_macros-6b8bde0bb52a4188/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.9843303Z [00:03:51.503]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/nutype_macros-6b8bde0bb52a4188/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.9895519Z [00:03:51.508]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/nutype_macros-6b8bde0bb52a4188/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:15.9948534Z [00:03:51.514]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/document-features-71fc5693dee8a080/dep-lib-document_features' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.0002415Z [00:03:51.519]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/document-features-71fc5693dee8a080/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.0054403Z [00:03:51.524]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/document-features-71fc5693dee8a080/lib-document_features' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.0106614Z [00:03:51.529]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/document-features-71fc5693dee8a080/lib-document_features.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.0159571Z [00:03:51.535]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/rstest_macros-2a7a1e9eb56dfb56/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.0213264Z [00:03:51.540]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/rstest_macros-2a7a1e9eb56dfb56/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.0266312Z [00:03:51.545]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/rstest_macros-2a7a1e9eb56dfb56/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.0318772Z [00:03:51.551]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/rstest_macros-2a7a1e9eb56dfb56/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.0370526Z [00:03:51.556]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/bitflags-170aa612b78399d4/dep-lib-bitflags' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.0423641Z [00:03:51.561]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/bitflags-170aa612b78399d4/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.0475407Z [00:03:51.566]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/bitflags-170aa612b78399d4/lib-bitflags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.0527849Z [00:03:51.572]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/bitflags-170aa612b78399d4/lib-bitflags' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.0583398Z [00:03:51.577]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/itoa-3f4442783b425d26/lib-itoa.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.0636514Z [00:03:51.582]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/itoa-3f4442783b425d26/dep-lib-itoa' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.0689234Z [00:03:51.588]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/itoa-3f4442783b425d26/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.0743491Z [00:03:51.593]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/itoa-3f4442783b425d26/lib-itoa' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.0797747Z [00:03:51.599]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/darling-6db184139b13866c/lib-darling.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.0853395Z [00:03:51.604]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/darling-6db184139b13866c/dep-lib-darling' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.0908519Z [00:03:51.610]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/darling-6db184139b13866c/lib-darling' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.0964805Z [00:03:51.615]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/darling-6db184139b13866c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.1021238Z [00:03:51.621]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/semver-188083a6a9f5f083/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.1077166Z [00:03:51.626]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/semver-188083a6a9f5f083/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.1133342Z [00:03:51.632]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/thiserror-impl-10934afd33c4e919/dep-lib-thiserror_impl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.1188679Z [00:03:51.638]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/thiserror-impl-10934afd33c4e919/lib-thiserror_impl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.1244452Z [00:03:51.643]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/thiserror-impl-10934afd33c4e919/lib-thiserror_impl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.1298500Z [00:03:51.649]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/thiserror-impl-10934afd33c4e919/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.1353548Z [00:03:51.654]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/libbpf-sys-1c0d07195717f366/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.1408372Z [00:03:51.660]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/libbpf-sys-1c0d07195717f366/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.1464022Z [00:03:51.665]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/libbpf-sys-1c0d07195717f366/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.1519814Z [00:03:51.671]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/libbpf-sys-1c0d07195717f366/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.1576528Z [00:03:51.676]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/tracexec-5dbf97cbd285b16b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.1631214Z [00:03:51.682]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/tracexec-5dbf97cbd285b16b/output-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.1685901Z [00:03:51.687]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/cc-4ac115a40c46fd7f/lib-cc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.1740829Z [00:03:51.693]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/cc-4ac115a40c46fd7f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.1794774Z [00:03:51.698]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/cc-4ac115a40c46fd7f/lib-cc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.1851711Z [00:03:51.704]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/cc-4ac115a40c46fd7f/dep-lib-cc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.1909323Z [00:03:51.710]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/vte_generate_state_changes-2124cbe4b008885a/dep-lib-vte_generate_state_changes' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.1964203Z [00:03:51.715]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/vte_generate_state_changes-2124cbe4b008885a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.2016624Z [00:03:51.720]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/vte_generate_state_changes-2124cbe4b008885a/lib-vte_generate_state_changes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.2071756Z [00:03:51.726]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/vte_generate_state_changes-2124cbe4b008885a/lib-vte_generate_state_changes' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.2126066Z [00:03:51.731]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/semver-0b6ab4ee15e3cc68/lib-semver' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.2179513Z [00:03:51.737]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/semver-0b6ab4ee15e3cc68/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.2233939Z [00:03:51.742]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/semver-0b6ab4ee15e3cc68/lib-semver.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.2288396Z [00:03:51.748]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/semver-0b6ab4ee15e3cc68/dep-lib-semver' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.2346311Z [00:03:51.753]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/linux-raw-sys-325b414cbab3cc39/dep-lib-linux_raw_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.2398948Z [00:03:51.759]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/linux-raw-sys-325b414cbab3cc39/lib-linux_raw_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.2453798Z [00:03:51.764]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/linux-raw-sys-325b414cbab3cc39/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.2508788Z [00:03:51.770]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/linux-raw-sys-325b414cbab3cc39/lib-linux_raw_sys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.2564354Z [00:03:51.775]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/thiserror-9498c34815b63e89/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.2620482Z [00:03:51.781]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/thiserror-9498c34815b63e89/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.2675687Z [00:03:51.786]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/thiserror-9498c34815b63e89/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.2729313Z [00:03:51.792]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/thiserror-9498c34815b63e89/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.2785336Z [00:03:51.797]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/anstyle-parse-7600fb79de291417/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.2838284Z [00:03:51.803]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/anstyle-parse-7600fb79de291417/dep-lib-anstyle_parse' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.2892103Z [00:03:51.808]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/anstyle-parse-7600fb79de291417/lib-anstyle_parse' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.2946870Z [00:03:51.814]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/anstyle-parse-7600fb79de291417/lib-anstyle_parse.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.3000787Z [00:03:51.819]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/getrandom-0fd0609afce44135/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.3056587Z [00:03:51.824]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/getrandom-0fd0609afce44135/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.3111607Z [00:03:51.830]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/getrandom-0fd0609afce44135/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.3165617Z [00:03:51.835]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/getrandom-0fd0609afce44135/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.3220097Z [00:03:51.841]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/toml_datetime-b09521b0cfc6532d/lib-toml_datetime.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.3272270Z [00:03:51.846]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/toml_datetime-b09521b0cfc6532d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.3326071Z [00:03:51.851]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/toml_datetime-b09521b0cfc6532d/dep-lib-toml_datetime' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.3378570Z [00:03:51.857]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/toml_datetime-b09521b0cfc6532d/lib-toml_datetime' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.3431160Z [00:03:51.862]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/rstest_macros-0eda5372e4498081/lib-rstest_macros' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.3485578Z [00:03:51.867]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/rstest_macros-0eda5372e4498081/dep-lib-rstest_macros' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.3539776Z [00:03:51.873]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/rstest_macros-0eda5372e4498081/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.3594987Z [00:03:51.878]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/rstest_macros-0eda5372e4498081/lib-rstest_macros.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.3649053Z [00:03:51.884]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/pkg-config-18929d2f95bd35e3/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.3703398Z [00:03:51.889]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/pkg-config-18929d2f95bd35e3/lib-pkg_config' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.3757191Z [00:03:51.895]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/pkg-config-18929d2f95bd35e3/lib-pkg_config.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.3812759Z [00:03:51.900]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/pkg-config-18929d2f95bd35e3/dep-lib-pkg_config' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.3866927Z [00:03:51.906]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/memchr-688939387092212f/lib-memchr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.3924586Z [00:03:51.911]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/memchr-688939387092212f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.3979596Z [00:03:51.917]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/memchr-688939387092212f/lib-memchr.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.4036037Z [00:03:51.922]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/memchr-688939387092212f/dep-lib-memchr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.4091808Z [00:03:51.928]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/rustix-49cea91d3c0aca44/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.4147605Z [00:03:51.934]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/rustix-49cea91d3c0aca44/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.4203124Z [00:03:51.939]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/rustix-49cea91d3c0aca44/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.4259326Z [00:03:51.945]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/rustix-49cea91d3c0aca44/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.4314758Z [00:03:51.950]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/libc-d6242236a11ddf6b/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.4371811Z [00:03:51.956]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/libc-d6242236a11ddf6b/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.4426835Z [00:03:51.962]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/rustix-37293101cfebc25a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.4481121Z [00:03:51.967]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/rustix-37293101cfebc25a/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.4534202Z [00:03:51.972]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/rustix-37293101cfebc25a/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.4591200Z [00:03:51.978]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/rustix-37293101cfebc25a/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.4646067Z [00:03:51.983]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/unicode-ident-6d6f85adf22ee534/lib-unicode_ident.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.4700508Z [00:03:51.989]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/unicode-ident-6d6f85adf22ee534/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.4755944Z [00:03:51.994]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/unicode-ident-6d6f85adf22ee534/dep-lib-unicode_ident' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.4809830Z [00:03:52.000]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/unicode-ident-6d6f85adf22ee534/lib-unicode_ident' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.4865502Z [00:03:52.005]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/hashbrown-75302223b2e4e5c6/dep-lib-hashbrown' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.4919477Z [00:03:52.011]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/hashbrown-75302223b2e4e5c6/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.4973365Z [00:03:52.016]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/hashbrown-75302223b2e4e5c6/lib-hashbrown' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.5026754Z [00:03:52.022]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/hashbrown-75302223b2e4e5c6/lib-hashbrown.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.5081736Z [00:03:52.027]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/lock_api-bd51c8d53a64da74/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.5137337Z [00:03:52.032]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/lock_api-bd51c8d53a64da74/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.5192109Z [00:03:52.038]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/lock_api-bd51c8d53a64da74/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.5246600Z [00:03:52.043]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/lock_api-bd51c8d53a64da74/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.5302051Z [00:03:52.049]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/nix-15a3542390dd2471/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.5356927Z [00:03:52.054]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/nix-15a3542390dd2471/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.5410435Z [00:03:52.060]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/is_terminal_polyfill-1c45283c6e56c87a/dep-lib-is_terminal_polyfill' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.5464275Z [00:03:52.065]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/is_terminal_polyfill-1c45283c6e56c87a/lib-is_terminal_polyfill' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.5517613Z [00:03:52.071]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/is_terminal_polyfill-1c45283c6e56c87a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.5571741Z [00:03:52.076]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/is_terminal_polyfill-1c45283c6e56c87a/lib-is_terminal_polyfill.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.5626541Z [00:03:52.081]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/anyhow-a15a6534729acd94/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.5678944Z [00:03:52.087]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/anyhow-a15a6534729acd94/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.5731284Z [00:03:52.092]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/anyhow-a15a6534729acd94/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.5785548Z [00:03:52.097]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/anyhow-a15a6534729acd94/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.5840103Z [00:03:52.103]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/enumflags2_derive-757a43bb57de4d11/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.5897791Z [00:03:52.109]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/enumflags2_derive-757a43bb57de4d11/lib-enumflags2_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.5954458Z [00:03:52.114]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/enumflags2_derive-757a43bb57de4d11/lib-enumflags2_derive.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.6009960Z [00:03:52.120]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/enumflags2_derive-757a43bb57de4d11/dep-lib-enumflags2_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.6066276Z [00:03:52.125]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/heck-25103e7959c420e1/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.6121674Z [00:03:52.131]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/heck-25103e7959c420e1/lib-heck' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.6178166Z [00:03:52.137]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/heck-25103e7959c420e1/lib-heck.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.6234193Z [00:03:52.142]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/heck-25103e7959c420e1/dep-lib-heck' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.6290925Z [00:03:52.148]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/rustversion-e9711a7c438c23af/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.6347038Z [00:03:52.153]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/rustversion-e9711a7c438c23af/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.6400086Z [00:03:52.159]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/derive-getters-7ee835d9edc4eef4/dep-lib-derive_getters' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.6456304Z [00:03:52.164]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/derive-getters-7ee835d9edc4eef4/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.6509786Z [00:03:52.170]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/derive-getters-7ee835d9edc4eef4/lib-derive_getters' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.6564491Z [00:03:52.175]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/derive-getters-7ee835d9edc4eef4/lib-derive_getters.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.6619381Z [00:03:52.181]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/ident_case-3aff5cc603f2172f/dep-lib-ident_case' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.6674283Z [00:03:52.186]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/ident_case-3aff5cc603f2172f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.6729713Z [00:03:52.192]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/ident_case-3aff5cc603f2172f/lib-ident_case' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.6782755Z [00:03:52.197]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/ident_case-3aff5cc603f2172f/lib-ident_case.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.6837453Z [00:03:52.203]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/getrandom-67c992d4959b7c4b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.6893423Z [00:03:52.208]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/getrandom-67c992d4959b7c4b/lib-getrandom.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.6949110Z [00:03:52.214]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/getrandom-67c992d4959b7c4b/dep-lib-getrandom' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.7004248Z [00:03:52.219]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/getrandom-67c992d4959b7c4b/lib-getrandom' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.7059473Z [00:03:52.225]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/urlencoding-a7a46dd25aba6f63/dep-lib-urlencoding' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.7114991Z [00:03:52.230]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/urlencoding-a7a46dd25aba6f63/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.7170198Z [00:03:52.236]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/urlencoding-a7a46dd25aba6f63/lib-urlencoding.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.7225652Z [00:03:52.241]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/urlencoding-a7a46dd25aba6f63/lib-urlencoding' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.7280294Z [00:03:52.247]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/serde_json-cb13a687b01245d7/dep-lib-serde_json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.7335228Z [00:03:52.252]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/serde_json-cb13a687b01245d7/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.7390074Z [00:03:52.258]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/serde_json-cb13a687b01245d7/lib-serde_json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.7447265Z [00:03:52.264]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/serde_json-cb13a687b01245d7/lib-serde_json.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.7504878Z [00:03:52.269]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/rustc_version-3e3ee544a0b440b4/lib-rustc_version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.7559489Z [00:03:52.275]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/rustc_version-3e3ee544a0b440b4/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.7613505Z [00:03:52.280]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/rustc_version-3e3ee544a0b440b4/lib-rustc_version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.7669073Z [00:03:52.286]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/release/.fingerprint/rustc_version-3e3ee544a0b440b4/dep-lib-rustc_version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.7721362Z [00:03:52.291]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/target/CACHEDIR.TAG' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.7775646Z [00:03:52.296]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/.editorconfig' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.7830190Z [00:03:52.302]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/screenshots/default.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.7883696Z [00:03:52.307]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/screenshots/tui-demo.gif' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.7938784Z [00:03:52.313]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/screenshots/0.1.0-alpha.5.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.7991503Z [00:03:52.318]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/screenshots/0.1.0-alpha.6.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.8045723Z [00:03:52.323]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/screenshots/tracing-sudo.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.8099573Z [00:03:52.329]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/screenshots/status.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.8153421Z [00:03:52.334]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/screenshots/tracing-nested-setuid.gif' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.8206108Z [00:03:52.339]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/screenshots/trace-suid.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.8259682Z [00:03:52.345]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/screenshots/0.1.0-beta.2.gif' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.8313828Z [00:03:52.350]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.8368320Z [00:03:52.356]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/Cargo.lock' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.8421465Z [00:03:52.361]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/src/ptrace/tracer.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.8474363Z [00:03:52.366]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/src/ptrace/breakpoint.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.8530309Z [00:03:52.372]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/src/ptrace/engine.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.8582498Z [00:03:52.377]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/src/ptrace/guards.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.8634937Z [00:03:52.382]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/src/ptrace/syscall.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.8687103Z [00:03:52.388]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/src/ptrace/waitpid.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.8739210Z [00:03:52.393]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/src/ptrace/inspect.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.8790219Z [00:03:52.398]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/src/ptrace/tracer/test.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.8843965Z [00:03:52.403]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/src/ptrace/tracer/state.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.8896434Z [00:03:52.408]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/src/arch.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.8949605Z [00:03:52.414]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/src/arch/riscv64.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.9004636Z [00:03:52.419]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/src/arch/x86_64.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.9057567Z [00:03:52.425]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/src/arch/aarch64.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.9110542Z [00:03:52.430]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/src/arch/audit.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.9162006Z [00:03:52.435]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/src/arch/generate.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T22:59:16.9214877Z [00:03:52.440]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/src/tui.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.9266080Z [00:03:52.445]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/src/ptrace.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.9319963Z [00:03:52.451]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/src/tracer.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.9374026Z [00:03:52.456]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/src/tui/help.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.9426399Z [00:03:52.461]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/src/tui/event_list/react.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.9479346Z [00:03:52.467]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/src/tui/event_list/scroll.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.9531929Z [00:03:52.472]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/src/tui/event_list/ui.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.9586048Z [00:03:52.477]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/src/tui/hit_manager.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.9640735Z [00:03:52.483]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/src/tui/app/ui.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.9695007Z [00:03:52.488]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/src/tui/app.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.9748823Z [00:03:52.494]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/src/tui/event_line.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.9804153Z [00:03:52.499]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/src/tui/keys.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.9857461Z [00:03:52.505]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/src/tui/query.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.9910461Z [00:03:52.510]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/src/tui/error_popup.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:16.9962904Z [00:03:52.515]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/src/tui/event_list.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:17.0016690Z [00:03:52.521]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/src/tui/pseudo_term.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:17.0069685Z [00:03:52.526]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/src/tui/sized_paragraph.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:17.0123430Z [00:03:52.531]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/src/tui/details_popup.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:17.0177373Z [00:03:52.537]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/src/tui/ui.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:17.0231571Z [00:03:52.542]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/src/tui/breakpoint_manager.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:17.0285743Z [00:03:52.547]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/src/tui/theme.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:17.0338061Z [00:03:52.553]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/src/tui/backtrace_popup.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:17.0390495Z [00:03:52.558]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/src/tui/copy_popup.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:17.0443196Z [00:03:52.563]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/src/tui/partial_line.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:17.0495947Z [00:03:52.568]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/src/main.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:17.0549070Z [00:03:52.574]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/src/tracee.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:17.0605178Z [00:03:52.579]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/src/event/parent.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:17.0661881Z [00:03:52.585]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/src/event/id.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:17.0717594Z [00:03:52.591]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/src/event/message.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:17.0772333Z [00:03:52.596]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/src/event/ui.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:17.0827572Z [00:03:52.602]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/src/export.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:17.0882092Z [00:03:52.607]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/src/primitives.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:17.0936988Z [00:03:52.613]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/src/printer.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:17.0990312Z [00:03:52.618]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/src/cli.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:17.1045119Z [00:03:52.623]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/src/log.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:17.1099592Z [00:03:52.629]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/src/seccomp.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:17.1151251Z [00:03:52.634]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/src/bpf.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:17.1204767Z [00:03:52.639]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/src/proc.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:17.1256804Z [00:03:52.645]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/src/event.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:17.1312077Z [00:03:52.650]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/src/timestamp.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:17.1366781Z [00:03:52.656]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/src/cache.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:17.1421811Z [00:03:52.661]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/src/cmdbuilder.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:17.1477632Z [00:03:52.667]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/src/bpf/common.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:17.1531382Z [00:03:52.672]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/src/bpf/tracer.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:17.1587279Z [00:03:52.678]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/src/bpf/interface.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:17.1641472Z [00:03:52.683]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/src/bpf/tracexec_system.bpf.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:17.1698235Z [00:03:52.689]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/src/bpf/event.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:17.1753627Z [00:03:52.694]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/src/bpf/process_tracker.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:17.1807880Z [00:03:52.700]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/src/bpf/interface.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:17.1862405Z [00:03:52.705]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/src/cli/args.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:17.1916911Z [00:03:52.711]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/src/cli/test.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:17.1971738Z [00:03:52.716]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/src/cli/theme.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:17.2027263Z [00:03:52.722]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/src/cli/options.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:17.2082389Z [00:03:52.727]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/src/cli/config.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:17.2136683Z [00:03:52.733]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/src/action.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:17.2190488Z [00:03:52.738]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/src/primitives/local_chan.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:17.2245550Z [00:03:52.743]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/src/primitives/regex.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:17.2300347Z [00:03:52.749]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/src/pty.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:17.2355900Z [00:03:52.754]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/typos.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:17.2410605Z [00:03:52.760]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/.git/packed-refs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:17.2468186Z [00:03:52.766]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/.git/hooks/prepare-commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:59:17.2525454Z [00:03:52.771]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/.git/hooks/sendemail-validate.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:59:17.2581542Z [00:03:52.777]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/.git/hooks/pre-rebase.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:59:17.2637375Z [00:03:52.783]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/.git/hooks/pre-applypatch.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:59:17.2692129Z [00:03:52.788]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/.git/hooks/pre-push.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:59:17.2748333Z [00:03:52.794]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/.git/hooks/update.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:59:17.2802289Z [00:03:52.799]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/.git/hooks/applypatch-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:59:17.2856387Z [00:03:52.805]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/.git/hooks/push-to-checkout.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:59:17.2909245Z [00:03:52.810]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/.git/hooks/pre-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:59:17.2963307Z [00:03:52.815]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/.git/hooks/post-update.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:59:17.3019619Z [00:03:52.821]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/.git/hooks/pre-merge-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:59:17.3074753Z [00:03:52.826]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/.git/hooks/pre-receive.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:59:17.3129291Z [00:03:52.832]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/.git/hooks/commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:59:17.3183750Z [00:03:52.837]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/.git/hooks/fsmonitor-watchman.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:59:17.3242985Z [00:03:52.843]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/.git/index' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:17.3295687Z [00:03:52.848]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/.git/config' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:17.3350670Z [00:03:52.854]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/.git/objects/pack/pack-0d00bafb8678c76ce4a58661e72d9299c3696149.pack' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:17.3406273Z [00:03:52.859]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/.git/objects/pack/pack-0d00bafb8678c76ce4a58661e72d9299c3696149.promisor' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T22:59:17.3462362Z [00:03:52.865]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/.git/objects/pack/pack-cca017ccb46445bdf81f66737b08f87dbd042f47.pack' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:17.3517476Z [00:03:52.871]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/.git/objects/pack/pack-0d00bafb8678c76ce4a58661e72d9299c3696149.idx' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:17.3574200Z [00:03:52.876]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/.git/objects/pack/pack-cca017ccb46445bdf81f66737b08f87dbd042f47.idx' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:17.3631681Z [00:03:52.882]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/.git/objects/pack/pack-cca017ccb46445bdf81f66737b08f87dbd042f47.rev' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:17.3689796Z [00:03:52.888]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/.git/objects/pack/pack-0d00bafb8678c76ce4a58661e72d9299c3696149.rev' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:17.3747995Z [00:03:52.894]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/.git/objects/pack/pack-cca017ccb46445bdf81f66737b08f87dbd042f47.promisor' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T22:59:17.3811502Z [00:03:52.899]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/.git/info/exclude' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:17.3863179Z [00:03:52.905]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/.git/description' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:17.3924810Z [00:03:52.911]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/.git/logs/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:17.3982985Z [00:03:52.917]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/.git/logs/refs/heads/main' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:17.4043291Z [00:03:52.923]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/.git/logs/refs/remotes/origin/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:17.4101867Z [00:03:52.929]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/.git/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:17.4167318Z [00:03:52.936]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/.git/refs/heads/main' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:17.4232479Z [00:03:52.942]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/.git/refs/remotes/origin/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:17.4289088Z [00:03:52.948]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/about.hbs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:17.4345194Z [00:03:52.953]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/.whitesource' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:17.4403925Z [00:03:52.959]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/include/x86/vmlinux_601.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:17.4463559Z [00:03:52.965]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/include/aarch64/vmlinux_601.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:17.4522345Z [00:03:52.971]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/include/arm/vmlinux_62.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:17.4579003Z [00:03:52.977]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/include/powerpc/vmlinux_600.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:17.4645334Z [00:03:52.983]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/include/riscv64/vmlinux_602.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:17.4698691Z [00:03:52.989]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/include/loongarch64/vmlinux_602.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:17.4751246Z [00:03:52.994]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.gR1taVZ7Lk/TEMPREPO/include/vmlinux.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:17.4805126Z [00:03:52.999]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:17.4858201Z [00:03:53.005]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:17.4909705Z [00:03:53.010]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/tracexec.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:17.4962938Z [00:03:53.015]➜  mode of '/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/tracexec.static.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:59:17.5301027Z [00:03:53.049]➜  realpath: missing operand
2025-08-20T22:59:17.5301417Z [00:03:53.049]➜  Try 'realpath --help' for more information.
2025-08-20T22:59:17.5372374Z [00:03:53.056]➜  
2025-08-20T22:59:17.5372916Z [00:03:53.056]➜  [+] Found LICENSE ==> [/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/LICENSE]
2025-08-20T22:59:17.5373309Z [00:03:53.056]➜  
2025-08-20T22:59:17.5373490Z [00:03:53.056]➜  
2025-08-20T22:59:17.5380846Z [00:03:53.057]➜                      GNU GENERAL PUBLIC LICENSE
2025-08-20T22:59:17.5381222Z [00:03:53.057]➜                         Version 2, June 1991
2025-08-20T22:59:17.5381698Z [00:03:53.057]➜  
2025-08-20T22:59:17.5382003Z [00:03:53.057]➜   Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
2025-08-20T22:59:17.5382595Z [00:03:53.057]➜   51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
2025-08-20T22:59:17.5383046Z [00:03:53.057]➜   Everyone is permitted to copy and distribute verbatim copies
2025-08-20T22:59:17.5383488Z [00:03:53.057]➜   of this license document, but changing it is not allowed.
2025-08-20T22:59:17.5383798Z [00:03:53.057]➜  
2025-08-20T22:59:17.5384036Z [00:03:53.057]➜                              Preamble
2025-08-20T22:59:17.5384308Z [00:03:53.057]➜  
2025-08-20T22:59:17.5384627Z [00:03:53.057]➜    The licenses for most software are designed to take away your
2025-08-20T22:59:17.5385099Z [00:03:53.057]➜  freedom to share and change it.  By contrast, the GNU General Public
2025-08-20T22:59:17.5385598Z [00:03:53.057]➜  License is intended to guarantee your freedom to share and change free
2025-08-20T22:59:17.5386313Z [00:03:53.057]➜  software--to make sure the software is free for all its users.  This
2025-08-20T22:59:17.5386791Z [00:03:53.057]➜  General Public License applies to most of the Free Software
2025-08-20T22:59:17.5387280Z [00:03:53.057]➜  Foundation's software and to any other program whose authors commit to
2025-08-20T22:59:17.5387778Z [00:03:53.057]➜  using it.  (Some other Free Software Foundation software is covered by
2025-08-20T22:59:17.5388280Z [00:03:53.057]➜  the GNU Lesser General Public License instead.)  You can apply it to
2025-08-20T22:59:17.5388658Z [00:03:53.057]➜  your programs, too.
2025-08-20T22:59:17.5388883Z [00:03:53.057]➜  
2025-08-20T22:59:17.5389307Z [00:03:53.057]➜    When we speak of free software, we are referring to freedom, not
2025-08-20T22:59:17.5389861Z [00:03:53.057]➜  price.  Our General Public Licenses are designed to make sure that you
2025-08-20T22:59:17.5390358Z [00:03:53.057]➜  have the freedom to distribute copies of free software (and charge for
2025-08-20T22:59:17.5390854Z [00:03:53.057]➜  this service if you wish), that you receive source code or can get it
2025-08-20T22:59:17.5391324Z [00:03:53.057]➜  if you want it, that you can change the software or use pieces of it
2025-08-20T22:59:17.5391779Z [00:03:53.057]➜  in new free programs; and that you know you can do these things.
2025-08-20T22:59:17.5392099Z [00:03:53.057]➜  
2025-08-20T22:59:17.5392602Z [00:03:53.057]➜    To protect your rights, we need to make restrictions that forbid
2025-08-20T22:59:17.5393091Z [00:03:53.057]➜  anyone to deny you these rights or to ask you to surrender the rights.
2025-08-20T22:59:17.5393616Z [00:03:53.057]➜  These restrictions translate to certain responsibilities for you if you
2025-08-20T22:59:17.5394096Z [00:03:53.057]➜  distribute copies of the software, or if you modify it.
2025-08-20T22:59:17.5394402Z [00:03:53.057]➜  
2025-08-20T22:59:17.5394721Z [00:03:53.057]➜    For example, if you distribute copies of such a program, whether
2025-08-20T22:59:17.5395198Z [00:03:53.057]➜  gratis or for a fee, you must give the recipients all the rights that
2025-08-20T22:59:17.5395675Z [00:03:53.057]➜  you have.  You must make sure that they, too, receive or can get the
2025-08-20T22:59:17.5396272Z [00:03:53.057]➜  source code.  And you must show them these terms so they know their
2025-08-20T22:59:17.5396608Z [00:03:53.057]➜  rights.
2025-08-20T22:59:17.5396807Z [00:03:53.057]➜  
2025-08-20T22:59:17.5397149Z [00:03:53.057]➜    We protect your rights with two steps: (1) copyright the software, and
2025-08-20T22:59:17.5397814Z [00:03:53.057]➜  (2) offer you this license which gives you legal permission to copy,
2025-08-20T22:59:17.5398284Z [00:03:53.057]➜  distribute and/or modify the software.
2025-08-20T22:59:17.5398549Z [00:03:53.057]➜  
2025-08-20T22:59:17.5398876Z [00:03:53.057]➜    Also, for each author's protection and ours, we want to make certain
2025-08-20T22:59:17.5399361Z [00:03:53.057]➜  that everyone understands that there is no warranty for this free
2025-08-20T22:59:17.5399863Z [00:03:53.057]➜  software.  If the software is modified by someone else and passed on, we
2025-08-20T22:59:17.5400531Z [00:03:53.057]➜  want its recipients to know that what they have is not the original, so
2025-08-20T22:59:17.5401041Z [00:03:53.057]➜  that any problems introduced by others will not reflect on the original
2025-08-20T22:59:17.5401421Z [00:03:53.057]➜  authors' reputations.
2025-08-20T22:59:17.5401655Z [00:03:53.057]➜  
2025-08-20T22:59:17.5401975Z [00:03:53.057]➜    Finally, any free program is threatened constantly by software
2025-08-20T22:59:17.5402758Z [00:03:53.057]➜  patents.  We wish to avoid the danger that redistributors of a free
2025-08-20T22:59:17.5403263Z [00:03:53.057]➜  program will individually obtain patent licenses, in effect making the
2025-08-20T22:59:17.5403774Z [00:03:53.057]➜  program proprietary.  To prevent this, we have made it clear that any
2025-08-20T22:59:17.5404477Z [00:03:53.057]➜  patent must be licensed for everyone's free use or not licensed at all.
2025-08-20T22:59:17.5404829Z [00:03:53.057]➜  
2025-08-20T22:59:17.5405144Z [00:03:53.057]➜    The precise terms and conditions for copying, distribution and
2025-08-20T22:59:17.5405499Z [00:03:53.057]➜  modification follow.
2025-08-20T22:59:17.5405735Z [00:03:53.057]➜  
2025-08-20T22:59:17.5405986Z [00:03:53.057]➜                      GNU GENERAL PUBLIC LICENSE
2025-08-20T22:59:17.5406396Z [00:03:53.057]➜     TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
2025-08-20T22:59:17.5406723Z [00:03:53.057]➜  
2025-08-20T22:59:17.5407054Z [00:03:53.057]➜    0. This License applies to any program or other work which contains
2025-08-20T22:59:17.5407644Z [00:03:53.057]➜  a notice placed by the copyright holder saying it may be distributed
2025-08-20T22:59:17.5408223Z [00:03:53.057]➜  under the terms of this General Public License.  The "Program", below,
2025-08-20T22:59:17.5408710Z [00:03:53.057]➜  refers to any such program or work, and a "work based on the Program"
2025-08-20T22:59:17.5409204Z [00:03:53.057]➜  means either the Program or any derivative work under copyright law:
2025-08-20T22:59:17.5409683Z [00:03:53.057]➜  that is to say, a work containing the Program or a portion of it,
2025-08-20T22:59:17.5410156Z [00:03:53.057]➜  either verbatim or with modifications and/or translated into another
2025-08-20T22:59:17.5410656Z [00:03:53.057]➜  language.  (Hereinafter, translation is included without limitation in
2025-08-20T22:59:17.5411140Z [00:03:53.057]➜  the term "modification".)  Each licensee is addressed as "you".
2025-08-20T22:59:17.5411467Z [00:03:53.057]➜  
2025-08-20T22:59:17.5411815Z [00:03:53.057]➜  Activities other than copying, distribution and modification are not
2025-08-20T22:59:17.5412463Z [00:03:53.057]➜  covered by this License; they are outside its scope.  The act of
2025-08-20T22:59:17.5412987Z [00:03:53.057]➜  running the Program is not restricted, and the output from the Program
2025-08-20T22:59:17.5413458Z [00:03:53.057]➜  is covered only if its contents constitute a work based on the
2025-08-20T22:59:17.5414124Z [00:03:53.057]➜  Program (independent of having been made by running the Program).
2025-08-20T22:59:17.5414574Z [00:03:53.057]➜  Whether that is true depends on what the Program does.
2025-08-20T22:59:17.5414875Z [00:03:53.057]➜  
2025-08-20T22:59:17.5415187Z [00:03:53.057]➜    1. You may copy and distribute verbatim copies of the Program's
2025-08-20T22:59:17.5415642Z [00:03:53.057]➜  source code as you receive it, in any medium, provided that you
2025-08-20T22:59:17.5416128Z [00:03:53.057]➜  conspicuously and appropriately publish on each copy an appropriate
2025-08-20T22:59:17.5416714Z [00:03:53.057]➜  copyright notice and disclaimer of warranty; keep intact all the
2025-08-20T22:59:17.5417269Z [00:03:53.057]➜  notices that refer to this License and to the absence of any warranty;
2025-08-20T22:59:17.5417754Z [00:03:53.057]➜  and give any other recipients of the Program a copy of this License
2025-08-20T22:59:17.5418130Z [00:03:53.057]➜  along with the Program.
2025-08-20T22:59:17.5418370Z [00:03:53.057]➜  
2025-08-20T22:59:17.5418696Z [00:03:53.057]➜  You may charge a fee for the physical act of transferring a copy, and
2025-08-20T22:59:17.5419190Z [00:03:53.057]➜  you may at your option offer warranty protection in exchange for a fee.
2025-08-20T22:59:17.5419530Z [00:03:53.057]➜  
2025-08-20T22:59:17.5419852Z [00:03:53.057]➜    2. You may modify your copy or copies of the Program or any portion
2025-08-20T22:59:17.5420302Z [00:03:53.057]➜  of it, thus forming a work based on the Program, and copy and
2025-08-20T22:59:17.5420768Z [00:03:53.057]➜  distribute such modifications or work under the terms of Section 1
2025-08-20T22:59:17.5421233Z [00:03:53.057]➜  above, provided that you also meet all of these conditions:
2025-08-20T22:59:17.5421547Z [00:03:53.057]➜  
2025-08-20T22:59:17.5421862Z [00:03:53.057]➜      a) You must cause the modified files to carry prominent notices
2025-08-20T22:59:17.5422673Z [00:03:53.057]➜      stating that you changed the files and the date of any change.
2025-08-20T22:59:17.5423004Z [00:03:53.057]➜  
2025-08-20T22:59:17.5423328Z [00:03:53.057]➜      b) You must cause any work that you distribute or publish, that in
2025-08-20T22:59:17.5423792Z [00:03:53.057]➜      whole or in part contains or is derived from the Program or any
2025-08-20T22:59:17.5424251Z [00:03:53.057]➜      part thereof, to be licensed as a whole at no charge to all third
2025-08-20T22:59:17.5424655Z [00:03:53.057]➜      parties under the terms of this License.
2025-08-20T22:59:17.5424925Z [00:03:53.057]➜  
2025-08-20T22:59:17.5425247Z [00:03:53.057]➜      c) If the modified program normally reads commands interactively
2025-08-20T22:59:17.5425821Z [00:03:53.057]➜      when run, you must cause it, when started running for such
2025-08-20T22:59:17.5426339Z [00:03:53.057]➜      interactive use in the most ordinary way, to print or display an
2025-08-20T22:59:17.5426813Z [00:03:53.057]➜      announcement including an appropriate copyright notice and a
2025-08-20T22:59:17.5427293Z [00:03:53.057]➜      notice that there is no warranty (or else, saying that you provide
2025-08-20T22:59:17.5427764Z [00:03:53.057]➜      a warranty) and that users may redistribute the program under
2025-08-20T22:59:17.5428235Z [00:03:53.057]➜      these conditions, and telling the user how to view a copy of this
2025-08-20T22:59:17.5428711Z [00:03:53.057]➜      License.  (Exception: if the Program itself is interactive but
2025-08-20T22:59:17.5429180Z [00:03:53.057]➜      does not normally print such an announcement, your work based on
2025-08-20T22:59:17.5429627Z [00:03:53.057]➜      the Program is not required to print an announcement.)
2025-08-20T22:59:17.5429931Z [00:03:53.057]➜  
2025-08-20T22:59:17.5430242Z [00:03:53.057]➜  These requirements apply to the modified work as a whole.  If
2025-08-20T22:59:17.5430728Z [00:03:53.057]➜  identifiable sections of that work are not derived from the Program,
2025-08-20T22:59:17.5431224Z [00:03:53.057]➜  and can be reasonably considered independent and separate works in
2025-08-20T22:59:17.5431886Z [00:03:53.057]➜  themselves, then this License, and its terms, do not apply to those
2025-08-20T22:59:17.5432619Z [00:03:53.057]➜  sections when you distribute them as separate works.  But when you
2025-08-20T22:59:17.5433126Z [00:03:53.057]➜  distribute the same sections as part of a whole which is a work based
2025-08-20T22:59:17.5433620Z [00:03:53.057]➜  on the Program, the distribution of the whole must be on the terms of
2025-08-20T22:59:17.5434108Z [00:03:53.057]➜  this License, whose permissions for other licensees extend to the
2025-08-20T22:59:17.5434707Z [00:03:53.057]➜  entire whole, and thus to each and every part regardless of who wrote it.
2025-08-20T22:59:17.5435121Z [00:03:53.057]➜  
2025-08-20T22:59:17.5435450Z [00:03:53.057]➜  Thus, it is not the intent of this section to claim rights or contest
2025-08-20T22:59:17.5435931Z [00:03:53.057]➜  your rights to work written entirely by you; rather, the intent is to
2025-08-20T22:59:17.5436412Z [00:03:53.057]➜  exercise the right to control the distribution of derivative or
2025-08-20T22:59:17.5436810Z [00:03:53.057]➜  collective works based on the Program.
2025-08-20T22:59:17.5437075Z [00:03:53.057]➜  
2025-08-20T22:59:17.5437412Z [00:03:53.057]➜  In addition, mere aggregation of another work not based on the Program
2025-08-20T22:59:17.5437903Z [00:03:53.057]➜  with the Program (or with a work based on the Program) on a volume of
2025-08-20T22:59:17.5438389Z [00:03:53.057]➜  a storage or distribution medium does not bring the other work under
2025-08-20T22:59:17.5438768Z [00:03:53.057]➜  the scope of this License.
2025-08-20T22:59:17.5439012Z [00:03:53.057]➜  
2025-08-20T22:59:17.5439333Z [00:03:53.057]➜    3. You may copy and distribute the Program (or a work based on it,
2025-08-20T22:59:17.5439808Z [00:03:53.057]➜  under Section 2) in object code or executable form under the terms of
2025-08-20T22:59:17.5440471Z [00:03:53.057]➜  Sections 1 and 2 above provided that you also do one of the following:
2025-08-20T22:59:17.5440822Z [00:03:53.057]➜  
2025-08-20T22:59:17.5441149Z [00:03:53.057]➜      a) Accompany it with the complete corresponding machine-readable
2025-08-20T22:59:17.5441646Z [00:03:53.057]➜      source code, which must be distributed under the terms of Sections
2025-08-20T22:59:17.5442281Z [00:03:53.057]➜      1 and 2 above on a medium customarily used for software interchange; or,
2025-08-20T22:59:17.5442682Z [00:03:53.057]➜  
2025-08-20T22:59:17.5442996Z [00:03:53.057]➜      b) Accompany it with a written offer, valid for at least three
2025-08-20T22:59:17.5443450Z [00:03:53.057]➜      years, to give any third party, for a charge no more than your
2025-08-20T22:59:17.5444022Z [00:03:53.057]➜      cost of physically performing source distribution, a complete
2025-08-20T22:59:17.5444549Z [00:03:53.057]➜      machine-readable copy of the corresponding source code, to be
2025-08-20T22:59:17.5445027Z [00:03:53.057]➜      distributed under the terms of Sections 1 and 2 above on a medium
2025-08-20T22:59:17.5445459Z [00:03:53.057]➜      customarily used for software interchange; or,
2025-08-20T22:59:17.5445750Z [00:03:53.057]➜  
2025-08-20T22:59:17.5446070Z [00:03:53.057]➜      c) Accompany it with the information you received as to the offer
2025-08-20T22:59:17.5446536Z [00:03:53.057]➜      to distribute corresponding source code.  (This alternative is
2025-08-20T22:59:17.5447037Z [00:03:53.057]➜      allowed only for noncommercial distribution and only if you
2025-08-20T22:59:17.5447499Z [00:03:53.057]➜      received the program in object code or executable form with such
2025-08-20T22:59:17.5447931Z [00:03:53.057]➜      an offer, in accord with Subsection b above.)
2025-08-20T22:59:17.5448212Z [00:03:53.057]➜  
2025-08-20T22:59:17.5448540Z [00:03:53.057]➜  The source code for a work means the preferred form of the work for
2025-08-20T22:59:17.5449026Z [00:03:53.057]➜  making modifications to it.  For an executable work, complete source
2025-08-20T22:59:17.5449523Z [00:03:53.057]➜  code means all the source code for all modules it contains, plus any
2025-08-20T22:59:17.5450175Z [00:03:53.057]➜  associated interface definition files, plus the scripts used to
2025-08-20T22:59:17.5450679Z [00:03:53.057]➜  control compilation and installation of the executable.  However, as a
2025-08-20T22:59:17.5451169Z [00:03:53.057]➜  special exception, the source code distributed need not include
2025-08-20T22:59:17.5451642Z [00:03:53.057]➜  anything that is normally distributed (in either source or binary
2025-08-20T22:59:17.5452123Z [00:03:53.057]➜  form) with the major components (compiler, kernel, and so on) of the
2025-08-20T22:59:17.5452924Z [00:03:53.057]➜  operating system on which the executable runs, unless that component
2025-08-20T22:59:17.5453404Z [00:03:53.057]➜  itself accompanies the executable.
2025-08-20T22:59:17.5453665Z [00:03:53.057]➜  
2025-08-20T22:59:17.5453986Z [00:03:53.057]➜  If distribution of executable or object code is made by offering
2025-08-20T22:59:17.5454461Z [00:03:53.057]➜  access to copy from a designated place, then offering equivalent
2025-08-20T22:59:17.5454912Z [00:03:53.057]➜  access to copy the source code from the same place counts as
2025-08-20T22:59:17.5455373Z [00:03:53.057]➜  distribution of the source code, even though third parties are not
2025-08-20T22:59:17.5455825Z [00:03:53.057]➜  compelled to copy the source along with the object code.
2025-08-20T22:59:17.5456132Z [00:03:53.057]➜  
2025-08-20T22:59:17.5456447Z [00:03:53.057]➜    4. You may not copy, modify, sublicense, or distribute the Program
2025-08-20T22:59:17.5456900Z [00:03:53.057]➜  except as expressly provided under this License.  Any attempt
2025-08-20T22:59:17.5457371Z [00:03:53.057]➜  otherwise to copy, modify, sublicense or distribute the Program is
2025-08-20T22:59:17.5457865Z [00:03:53.057]➜  void, and will automatically terminate your rights under this License.
2025-08-20T22:59:17.5458363Z [00:03:53.057]➜  However, parties who have received copies, or rights, from you under
2025-08-20T22:59:17.5459029Z [00:03:53.057]➜  this License will not have their licenses terminated so long as such
2025-08-20T22:59:17.5459432Z [00:03:53.057]➜  parties remain in full compliance.
2025-08-20T22:59:17.5459693Z [00:03:53.057]➜  
2025-08-20T22:59:17.5460013Z [00:03:53.057]➜    5. You are not required to accept this License, since you have not
2025-08-20T22:59:17.5460485Z [00:03:53.057]➜  signed it.  However, nothing else grants you permission to modify or
2025-08-20T22:59:17.5460967Z [00:03:53.057]➜  distribute the Program or its derivative works.  These actions are
2025-08-20T22:59:17.5461451Z [00:03:53.057]➜  prohibited by law if you do not accept this License.  Therefore, by
2025-08-20T22:59:17.5462011Z [00:03:53.057]➜  modifying or distributing the Program (or any work based on the
2025-08-20T22:59:17.5462698Z [00:03:53.057]➜  Program), you indicate your acceptance of this License to do so, and
2025-08-20T22:59:17.5463190Z [00:03:53.057]➜  all its terms and conditions for copying, distributing or modifying
2025-08-20T22:59:17.5463588Z [00:03:53.057]➜  the Program or works based on it.
2025-08-20T22:59:17.5463851Z [00:03:53.057]➜  
2025-08-20T22:59:17.5464176Z [00:03:53.057]➜    6. Each time you redistribute the Program (or any work based on the
2025-08-20T22:59:17.5464649Z [00:03:53.057]➜  Program), the recipient automatically receives a license from the
2025-08-20T22:59:17.5465137Z [00:03:53.057]➜  original licensor to copy, distribute or modify the Program subject to
2025-08-20T22:59:17.5465615Z [00:03:53.057]➜  these terms and conditions.  You may not impose any further
2025-08-20T22:59:17.5466096Z [00:03:53.057]➜  restrictions on the recipients' exercise of the rights granted herein.
2025-08-20T22:59:17.5466590Z [00:03:53.057]➜  You are not responsible for enforcing compliance by third parties to
2025-08-20T22:59:17.5466948Z [00:03:53.057]➜  this License.
2025-08-20T22:59:17.5467160Z [00:03:53.057]➜  
2025-08-20T22:59:17.5467478Z [00:03:53.057]➜    7. If, as a consequence of a court judgment or allegation of patent
2025-08-20T22:59:17.5468147Z [00:03:53.057]➜  infringement or for any other reason (not limited to patent issues),
2025-08-20T22:59:17.5468639Z [00:03:53.057]➜  conditions are imposed on you (whether by court order, agreement or
2025-08-20T22:59:17.5469139Z [00:03:53.057]➜  otherwise) that contradict the conditions of this License, they do not
2025-08-20T22:59:17.5469616Z [00:03:53.057]➜  excuse you from the conditions of this License.  If you cannot
2025-08-20T22:59:17.5470089Z [00:03:53.057]➜  distribute so as to satisfy simultaneously your obligations under this
2025-08-20T22:59:17.5470692Z [00:03:53.058]➜  License and any other pertinent obligations, then as a consequence you
2025-08-20T22:59:17.5471254Z [00:03:53.058]➜  may not distribute the Program at all.  For example, if a patent
2025-08-20T22:59:17.5471750Z [00:03:53.058]➜  license would not permit royalty-free redistribution of the Program by
2025-08-20T22:59:17.5472574Z [00:03:53.058]➜  all those who receive copies directly or indirectly through you, then
2025-08-20T22:59:17.5473141Z [00:03:53.058]➜  the only way you could satisfy both it and this License would be to
2025-08-20T22:59:17.5473579Z [00:03:53.058]➜  refrain entirely from distribution of the Program.
2025-08-20T22:59:17.5473909Z [00:03:53.058]➜  
2025-08-20T22:59:17.5474240Z [00:03:53.058]➜  If any portion of this section is held invalid or unenforceable under
2025-08-20T22:59:17.5474742Z [00:03:53.058]➜  any particular circumstance, the balance of the section is intended to
2025-08-20T22:59:17.5475222Z [00:03:53.058]➜  apply and the section as a whole is intended to apply in other
2025-08-20T22:59:17.5475569Z [00:03:53.058]➜  circumstances.
2025-08-20T22:59:17.5475785Z [00:03:53.058]➜  
2025-08-20T22:59:17.5476108Z [00:03:53.058]➜  It is not the purpose of this section to induce you to infringe any
2025-08-20T22:59:17.5476593Z [00:03:53.058]➜  patents or other property right claims or to contest validity of any
2025-08-20T22:59:17.5477305Z [00:03:53.058]➜  such claims; this section has the sole purpose of protecting the
2025-08-20T22:59:17.5477771Z [00:03:53.058]➜  integrity of the free software distribution system, which is
2025-08-20T22:59:17.5478234Z [00:03:53.058]➜  implemented by public license practices.  Many people have made
2025-08-20T22:59:17.5478715Z [00:03:53.058]➜  generous contributions to the wide range of software distributed
2025-08-20T22:59:17.5479192Z [00:03:53.058]➜  through that system in reliance on consistent application of that
2025-08-20T22:59:17.5479667Z [00:03:53.058]➜  system; it is up to the author/donor to decide if he or she is willing
2025-08-20T22:59:17.5480249Z [00:03:53.058]➜  to distribute software through any other system and a licensee cannot
2025-08-20T22:59:17.5480700Z [00:03:53.058]➜  impose that choice.
2025-08-20T22:59:17.5480930Z [00:03:53.058]➜  
2025-08-20T22:59:17.5481264Z [00:03:53.058]➜  This section is intended to make thoroughly clear what is believed to
2025-08-20T22:59:17.5481688Z [00:03:53.058]➜  be a consequence of the rest of this License.
2025-08-20T22:59:17.5481972Z [00:03:53.058]➜  
2025-08-20T22:59:17.5482437Z [00:03:53.058]➜    8. If the distribution and/or use of the Program is restricted in
2025-08-20T22:59:17.5482986Z [00:03:53.058]➜  certain countries either by patents or by copyrighted interfaces, the
2025-08-20T22:59:17.5483491Z [00:03:53.058]➜  original copyright holder who places the Program under this License
2025-08-20T22:59:17.5483981Z [00:03:53.058]➜  may add an explicit geographical distribution limitation excluding
2025-08-20T22:59:17.5484461Z [00:03:53.058]➜  those countries, so that distribution is permitted only in or among
2025-08-20T22:59:17.5485091Z [00:03:53.058]➜  countries not thus excluded.  In such case, this License incorporates
2025-08-20T22:59:17.5485613Z [00:03:53.058]➜  the limitation as if written in the body of this License.
2025-08-20T22:59:17.5485922Z [00:03:53.058]➜  
2025-08-20T22:59:17.5486260Z [00:03:53.058]➜    9. The Free Software Foundation may publish revised and/or new versions
2025-08-20T22:59:17.5486770Z [00:03:53.058]➜  of the General Public License from time to time.  Such new versions will
2025-08-20T22:59:17.5487417Z [00:03:53.058]➜  be similar in spirit to the present version, but may differ in detail to
2025-08-20T22:59:17.5487818Z [00:03:53.058]➜  address new problems or concerns.
2025-08-20T22:59:17.5488078Z [00:03:53.058]➜  
2025-08-20T22:59:17.5488414Z [00:03:53.058]➜  Each version is given a distinguishing version number.  If the Program
2025-08-20T22:59:17.5488918Z [00:03:53.058]➜  specifies a version number of this License which applies to it and "any
2025-08-20T22:59:17.5489441Z [00:03:53.058]➜  later version", you have the option of following the terms and conditions
2025-08-20T22:59:17.5489939Z [00:03:53.058]➜  either of that version or of any later version published by the Free
2025-08-20T22:59:17.5490444Z [00:03:53.058]➜  Software Foundation.  If the Program does not specify a version number of
2025-08-20T22:59:17.5491145Z [00:03:53.058]➜  this License, you may choose any version ever published by the Free Software
2025-08-20T22:59:17.5491525Z [00:03:53.058]➜  Foundation.
2025-08-20T22:59:17.5491732Z [00:03:53.058]➜  
2025-08-20T22:59:17.5492057Z [00:03:53.058]➜    10. If you wish to incorporate parts of the Program into other free
2025-08-20T22:59:17.5492773Z [00:03:53.058]➜  programs whose distribution conditions are different, write to the author
2025-08-20T22:59:17.5493292Z [00:03:53.058]➜  to ask for permission.  For software which is copyrighted by the Free
2025-08-20T22:59:17.5493797Z [00:03:53.058]➜  Software Foundation, write to the Free Software Foundation; we sometimes
2025-08-20T22:59:17.5494313Z [00:03:53.058]➜  make exceptions for this.  Our decision will be guided by the two goals
2025-08-20T22:59:17.5494821Z [00:03:53.058]➜  of preserving the free status of all derivatives of our free software and
2025-08-20T22:59:17.5495288Z [00:03:53.058]➜  of promoting the sharing and reuse of software generally.
2025-08-20T22:59:17.5495600Z [00:03:53.058]➜  
2025-08-20T22:59:17.5495835Z [00:03:53.058]➜                              NO WARRANTY
2025-08-20T22:59:17.5496098Z [00:03:53.058]➜  
2025-08-20T22:59:17.5496444Z [00:03:53.058]➜    11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
2025-08-20T22:59:17.5496950Z [00:03:53.058]➜  FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN
2025-08-20T22:59:17.5497457Z [00:03:53.058]➜  OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
2025-08-20T22:59:17.5497969Z [00:03:53.058]➜  PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
2025-08-20T22:59:17.5498611Z [00:03:53.058]➜  OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
2025-08-20T22:59:17.5499219Z [00:03:53.058]➜  MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS
2025-08-20T22:59:17.5499736Z [00:03:53.058]➜  TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE
2025-08-20T22:59:17.5500256Z [00:03:53.058]➜  PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
2025-08-20T22:59:17.5500647Z [00:03:53.058]➜  REPAIR OR CORRECTION.
2025-08-20T22:59:17.5500880Z [00:03:53.058]➜  
2025-08-20T22:59:17.5501220Z [00:03:53.058]➜    12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
2025-08-20T22:59:17.5501737Z [00:03:53.058]➜  WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
2025-08-20T22:59:17.5502409Z [00:03:53.058]➜  REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
2025-08-20T22:59:17.5503130Z [00:03:53.058]➜  INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
2025-08-20T22:59:17.5503712Z [00:03:53.058]➜  OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
2025-08-20T22:59:17.5504205Z [00:03:53.058]➜  TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
2025-08-20T22:59:17.5504707Z [00:03:53.058]➜  YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
2025-08-20T22:59:17.5505208Z [00:03:53.058]➜  PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
2025-08-20T22:59:17.5505779Z [00:03:53.058]➜  POSSIBILITY OF SUCH DAMAGES.
2025-08-20T22:59:17.5506034Z [00:03:53.058]➜  
2025-08-20T22:59:17.5506287Z [00:03:53.058]➜                       END OF TERMS AND CONDITIONS
2025-08-20T22:59:17.5506554Z [00:03:53.058]➜  
2025-08-20T22:59:17.5506826Z [00:03:53.058]➜              How to Apply These Terms to Your New Programs
2025-08-20T22:59:17.5507112Z [00:03:53.058]➜  
2025-08-20T22:59:17.5507433Z [00:03:53.058]➜    If you develop a new program, and you want it to be of the greatest
2025-08-20T22:59:17.5507929Z [00:03:53.058]➜  possible use to the public, the best way to achieve this is to make it
2025-08-20T22:59:17.5508445Z [00:03:53.058]➜  free software which everyone can redistribute and change under these terms.
2025-08-20T22:59:17.5508803Z [00:03:53.058]➜  
2025-08-20T22:59:17.5509123Z [00:03:53.058]➜    To do so, attach the following notices to the program.  It is safest
2025-08-20T22:59:17.5509840Z [00:03:53.058]➜  to attach them to the start of each source file to most effectively
2025-08-20T22:59:17.5510330Z [00:03:53.058]➜  convey the exclusion of warranty; and each file should have at least
2025-08-20T22:59:17.5510827Z [00:03:53.058]➜  the "copyright" line and a pointer to where the full notice is found.
2025-08-20T22:59:17.5511167Z [00:03:53.058]➜  
2025-08-20T22:59:17.5511496Z [00:03:53.058]➜      <one line to give the program's name and a brief idea of what it does.>
2025-08-20T22:59:17.5511907Z [00:03:53.058]➜      Copyright (C) <year>  <name of author>
2025-08-20T22:59:17.5512430Z [00:03:53.058]➜  
2025-08-20T22:59:17.5512975Z [00:03:53.058]➜      This program is free software; you can redistribute it and/or modify
2025-08-20T22:59:17.5513534Z [00:03:53.058]➜      it under the terms of the GNU General Public License as published by
2025-08-20T22:59:17.5514015Z [00:03:53.058]➜      the Free Software Foundation; either version 2 of the License, or
2025-08-20T22:59:17.5514419Z [00:03:53.058]➜      (at your option) any later version.
2025-08-20T22:59:17.5514685Z [00:03:53.058]➜  
2025-08-20T22:59:17.5515008Z [00:03:53.058]➜      This program is distributed in the hope that it will be useful,
2025-08-20T22:59:17.5515470Z [00:03:53.058]➜      but WITHOUT ANY WARRANTY; without even the implied warranty of
2025-08-20T22:59:17.5515935Z [00:03:53.058]➜      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
2025-08-20T22:59:17.5516349Z [00:03:53.058]➜      GNU General Public License for more details.
2025-08-20T22:59:17.5516635Z [00:03:53.058]➜  
2025-08-20T22:59:17.5516990Z [00:03:53.058]➜      You should have received a copy of the GNU General Public License along
2025-08-20T22:59:17.5517502Z [00:03:53.058]➜      with this program; if not, write to the Free Software Foundation, Inc.,
2025-08-20T22:59:17.5517965Z [00:03:53.058]➜      51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
2025-08-20T22:59:17.5518279Z [00:03:53.058]➜  
2025-08-20T22:59:17.5518619Z [00:03:53.058]➜  Also add information on how to contact you by electronic and paper mail.
2025-08-20T22:59:17.5518975Z [00:03:53.058]➜  
2025-08-20T22:59:17.5519318Z [00:03:53.058]➜  If the program is interactive, make it output a short notice like this
2025-08-20T22:59:17.5519732Z [00:03:53.058]➜  when it starts in an interactive mode:
2025-08-20T22:59:17.5519998Z [00:03:53.058]➜  
2025-08-20T22:59:17.5520301Z [00:03:53.058]➜      Gnomovision version 69, Copyright (C) year name of author
2025-08-20T22:59:17.5520798Z [00:03:53.058]➜      Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
2025-08-20T22:59:17.5521450Z [00:03:53.058]➜      This is free software, and you are welcome to redistribute it
2025-08-20T22:59:17.5521951Z [00:03:53.058]➜      under certain conditions; type `show c' for details.
2025-08-20T22:59:17.5522445Z [00:03:53.058]➜  
2025-08-20T22:59:17.5522828Z [00:03:53.058]➜  The hypothetical commands `show w' and `show c' should show the appropriate
2025-08-20T22:59:17.5523366Z [00:03:53.058]➜  parts of the General Public License.  Of course, the commands you use may
2025-08-20T22:59:17.5524054Z [00:03:53.058]➜  be called something other than `show w' and `show c'; they could even be
2025-08-20T22:59:17.5524521Z [00:03:53.058]➜  mouse-clicks or menu items--whatever suits your program.
2025-08-20T22:59:17.5524833Z [00:03:53.058]➜  
2025-08-20T22:59:17.5525172Z [00:03:53.058]➜  You should also get your employer (if you work as a programmer) or your
2025-08-20T22:59:17.5525655Z [00:03:53.058]➜  school, if any, to sign a "copyright disclaimer" for the program, if
2025-08-20T22:59:17.5526078Z [00:03:53.058]➜  necessary.  Here is a sample; alter the names:
2025-08-20T22:59:17.5526361Z [00:03:53.058]➜  
2025-08-20T22:59:17.5526696Z [00:03:53.058]➜    Yoyodyne, Inc., hereby disclaims all copyright interest in the program
2025-08-20T22:59:17.5527210Z [00:03:53.058]➜    `Gnomovision' (which makes passes at compilers) written by James Hacker.
2025-08-20T22:59:17.5527710Z [00:03:53.058]➜  
2025-08-20T22:59:17.5527957Z [00:03:53.058]➜    <signature of Ty Coon>, 1 April 1989
2025-08-20T22:59:17.5528265Z [00:03:53.058]➜    Ty Coon, President of Vice
2025-08-20T22:59:17.5528510Z [00:03:53.058]➜  
2025-08-20T22:59:17.5528871Z [00:03:53.058]➜  This General Public License does not permit incorporating your program into
2025-08-20T22:59:17.5529401Z [00:03:53.058]➜  proprietary programs.  If your program is a subroutine library, you may
2025-08-20T22:59:17.5529931Z [00:03:53.058]➜  consider it more useful to permit linking proprietary applications with the
2025-08-20T22:59:17.5530438Z [00:03:53.058]➜  library.  If this is what you want to do, use the GNU Lesser General
2025-08-20T22:59:17.5530924Z [00:03:53.058]➜  Public License instead of this License.
2025-08-20T22:59:17.5531247Z [00:03:53.058]➜  
2025-08-20T22:59:17.5531430Z [00:03:53.058]➜  
2025-08-20T22:59:19.8401630Z [00:03:55.359]➜  
2025-08-20T22:59:19.8401976Z [00:03:55.359]➜  File: LICENSE
2025-08-20T22:59:19.8402395Z [00:03:55.359]➜    Type: ASCII text
2025-08-20T22:59:19.8402852Z [00:03:55.359]➜    B3sum: 5886b01395916aaa9c9857f7365778ddc4fde3108a794211b61ae3b5afb22bcc
2025-08-20T22:59:19.8403410Z [00:03:55.359]➜    SHA256sum: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643
2025-08-20T22:59:19.8403796Z [00:03:55.359]➜    Size: 20K
2025-08-20T22:59:19.8505089Z [00:03:55.369]➜  
2025-08-20T22:59:19.8505385Z [00:03:55.369]➜  File: SBUILD
2025-08-20T22:59:19.8505745Z [00:03:55.369]➜    Type: a /SBUILD ver @v1.0.0 script, ASCII text executable
2025-08-20T22:59:19.8506279Z [00:03:55.369]➜    B3sum: 404ff68e3cf1556d7ad28af56a2e8b6030334cf78c66e6dae98e86204c5bcb1d
2025-08-20T22:59:19.8506861Z [00:03:55.369]➜    SHA256sum: 528b2f6ddb1e7b7998ffd4c05326ca98feed4a3daf7b40c3f0cc2f2f652d4f60
2025-08-20T22:59:19.8507259Z [00:03:55.369]➜    Size: 8.0K
2025-08-20T22:59:19.8591988Z [00:03:55.378]➜  
2025-08-20T22:59:19.8592427Z [00:03:55.378]➜  File: tracexec.static.version
2025-08-20T22:59:19.8592817Z [00:03:55.378]➜    Type: ASCII text, with no line terminators
2025-08-20T22:59:19.8593295Z [00:03:55.378]➜    B3sum: ec21a624126c156f73efc08a4d9823a2e970e25385c6e9c908e8a2cb111237bc
2025-08-20T22:59:19.8593856Z [00:03:55.378]➜    SHA256sum: 4f4ab60e280d1479fb4d228dd2eaf39a369182d6d3206c4bb2290ff21eee6c56
2025-08-20T22:59:19.8594249Z [00:03:55.378]➜    Size: 4.0K
2025-08-20T22:59:19.8678314Z [00:03:55.387]➜  
2025-08-20T22:59:19.8678593Z [00:03:55.387]➜  File: tracexec.version
2025-08-20T22:59:19.8678916Z [00:03:55.387]➜    Type: ASCII text, with no line terminators
2025-08-20T22:59:19.8679656Z [00:03:55.387]➜    B3sum: ec21a624126c156f73efc08a4d9823a2e970e25385c6e9c908e8a2cb111237bc
2025-08-20T22:59:19.8680298Z [00:03:55.387]➜    SHA256sum: 4f4ab60e280d1479fb4d228dd2eaf39a369182d6d3206c4bb2290ff21eee6c56
2025-08-20T22:59:19.8680691Z [00:03:55.387]➜    Size: 4.0K
2025-08-20T22:59:19.8680942Z [00:03:55.387]➜  
2025-08-20T22:59:19.8681403Z [00:03:55.387]➜  [+] Generating (b3sum) Checksums ==> [/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/CHECKSUM]
2025-08-20T22:59:19.8704766Z [00:03:55.389]➜  SBUILD:404ff68e3cf1556d7ad28af56a2e8b6030334cf78c66e6dae98e86204c5bcb1d
2025-08-20T22:59:19.8705356Z [00:03:55.389]➜  LICENSE:5886b01395916aaa9c9857f7365778ddc4fde3108a794211b61ae3b5afb22bcc
2025-08-20T22:59:19.8705941Z [00:03:55.389]➜  tracexec.version:ec21a624126c156f73efc08a4d9823a2e970e25385c6e9c908e8a2cb111237bc
2025-08-20T22:59:19.8706584Z [00:03:55.389]➜  tracexec.static.version:ec21a624126c156f73efc08a4d9823a2e970e25385c6e9c908e8a2cb111237bc
2025-08-20T22:59:19.8724022Z [00:03:55.391]➜  
2025-08-20T22:59:19.8724627Z [00:03:55.391]➜  [+] Signing tracexec.static (Verify: https://docs.pkgforge.dev/repositories/pkgforge-stable/security#trust-but-verify)
2025-08-20T22:59:19.8805516Z [00:03:55.399]➜  
2025-08-20T22:59:19.8806428Z [00:03:55.399]➜  [✓] SuccessFully Built tracexec.static using https://github.com/pkgforge/soarpkgs/blob/main/binaries/tracexec/static.official.source.yaml [Wednesday, 2025-08-20 (10:59:19 PM) UTC]
2025-08-20T22:59:19.8807449Z [00:03:55.399]➜  
2025-08-20T22:59:19.8900077Z [00:03:55.409]➜  [+] Total Size: 663M (Includes DUPES+TMPFILES)
2025-08-20T22:59:19.8900692Z [00:03:55.409]➜  [+] LOGPATH='/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/tracexec.static.log'
2025-08-20T22:59:19.8912762Z [00:03:55.410]➜  [+] ENVPATH=/tmp/pkgforge/o9NnRCwqy_SBUILD/ENVPATH
2025-08-20T22:59:19.9079057Z 
2025-08-20T22:59:19.9079724Z [+] Sanitizing /tmp/pkgforge/o9NnRCwqy_SBUILD/BUILD.log ==> /tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/tracexec.static.log
2025-08-20T22:59:23.2353136Z 
2025-08-20T22:59:23.2354325Z [✗] FATAL: Failed to Push Artifacts ==> [ghcr.io/pkgforge/bincache/tracexec/official]
2025-08-20T22:59:23.2355103Z [+] LOGS (Build Dir): /tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR
2025-08-20T22:59:23.2355373Z 
2025-08-20T22:59:23.6423144Z *** Zstandard CLI (64-bit) v1.5.7, by Yann Collet ***
2025-08-20T22:59:26.6652005Z ./BUILD_ARTIFACTS.tar : 34.43%   (   661 MiB =>    228 MiB, /tmp/BUILD_ARTIFACTS.zstd) 
2025-08-20T22:59:26.7577021Z removed './BUILD_ARTIFACTS.tar'
2025-08-20T22:59:26.7614442Z 
2025-08-20T22:59:26.7616752Z [+] Completed (Building|Fetching) https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tracexec/static.official.source.yaml :: 00(Hr):04(Min):02(Sec)
2025-08-20T22:59:26.7617397Z 
2025-08-20T22:59:26.7627547Z 
2025-08-20T22:59:26.7628082Z ==> [+] Finished Building at :: Wednesday, 2025-08-20 (10:59:26 PM) UTC
2025-08-20T22:59:26.7628341Z 
2025-08-20T22:59:27.3255585Z renamed '/tmp/BUILD.gh.log.txt' -> '/tmp/BUILD.log'
2025-08-20T22:59:27.3298718Z ##[group]Run ##Presets
2025-08-20T22:59:27.3299052Z [36;1m##Presets[0m
2025-08-20T22:59:27.3299229Z [36;1mset +x ; set +e[0m
2025-08-20T22:59:27.3299413Z [36;1m#-------------#[0m
2025-08-20T22:59:27.3299590Z [36;1m##Debug?[0m
2025-08-20T22:59:27.3299801Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:59:27.3300079Z [36;1m  set -x[0m
2025-08-20T22:59:27.3300235Z [36;1mfi[0m
2025-08-20T22:59:27.3300386Z [36;1m#-------------#[0m
2025-08-20T22:59:27.3300571Z [36;1m##Set ENV[0m
2025-08-20T22:59:27.3300779Z [36;1m if [[ "${SKIP_SRCBUILD_UPLOAD}" != "YES" ]]; then[0m
2025-08-20T22:59:27.3301168Z [36;1m    #GHCRPKG_TAG_SRCBUILD="srcbuild.$(date --utc +"%y%m%dT%H%M%S" | tr -d '[:space:]')-"[0m
2025-08-20T22:59:27.3301537Z [36;1m    GHCRPKG_TAG_SRCBUILD=""[0m
2025-08-20T22:59:27.3301926Z [36;1m    GHCRPKG_URL_SRCBUILD="ghcr.io/pkgforge/bincache/tracexec/official/tracexec-srcbuild-"[0m
2025-08-20T22:59:27.3302609Z [36;1m    export GHCRPKG_TAG_SRCBUILD GHCRPKG_URL_SRCBUILD[0m
2025-08-20T22:59:27.3302987Z [36;1m    echo "GHCRPKG_TAG_SRCBUILD=${GHCRPKG_TAG_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:59:27.3303414Z [36;1m    echo "GHCRPKG_URL_SRCBUILD=${GHCRPKG_URL_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:59:27.3303726Z [36;1m fi[0m
2025-08-20T22:59:27.3303877Z [36;1m##Push[0m
2025-08-20T22:59:27.3304079Z [36;1m if [[ -n "${GHCRPKG_TAG_SRCBUILD+x}" ]]; then[0m
2025-08-20T22:59:27.3304328Z [36;1m  pushd "/tmp" &>/dev/null[0m
2025-08-20T22:59:27.3304885Z [36;1m   if [[ -s "./BUILD_ARTIFACTS.zstd" && $(stat -c%s "./BUILD_ARTIFACTS.zstd") -gt 1000 ]]; then[0m
2025-08-20T22:59:27.3305333Z [36;1m     realpath "./BUILD_ARTIFACTS.zstd" && du -sh "./BUILD_ARTIFACTS.zstd"[0m
2025-08-20T22:59:27.3305750Z [36;1m     ls -sh "/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR"[0m
2025-08-20T22:59:27.3306061Z [36;1m     ghcr_push_cmd()[0m
2025-08-20T22:59:27.3306248Z [36;1m       {[0m
2025-08-20T22:59:27.3306416Z [36;1m        for i in {1..10}; do[0m
2025-08-20T22:59:27.3306727Z [36;1m          unset ghcr_push ; ghcr_push=(oras push --disable-path-validation)[0m
2025-08-20T22:59:27.3307147Z [36;1m          ghcr_push+=(--config "/dev/null:application/vnd.oci.empty.v1+json")[0m
2025-08-20T22:59:27.3307557Z [36;1m          ghcr_push+=(--annotation "com.github.package.type=container")[0m
2025-08-20T22:59:27.3308115Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_ghcrpkg-tag=")[0m
2025-08-20T22:59:27.3308515Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_gha=")[0m
2025-08-20T22:59:27.3308878Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_id=")[0m
2025-08-20T22:59:27.3309239Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.ghcr_pkg=:")[0m
2025-08-20T22:59:27.3309606Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.push_date=")[0m
2025-08-20T22:59:27.3309971Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.version=")[0m
2025-08-20T22:59:27.3310349Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.created=")[0m
2025-08-20T22:59:27.3310799Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.description=SRCBUILD for ")[0m
2025-08-20T22:59:27.3311278Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.licenses=blessing")[0m
2025-08-20T22:59:27.3311708Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.ref.name=")[0m
2025-08-20T22:59:27.3312117Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.revision=")[0m
2025-08-20T22:59:27.3312664Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.source=")[0m
2025-08-20T22:59:27.3313107Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.title=SRCBUILD-tracexec")[0m
2025-08-20T22:59:27.3313539Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.url=")[0m
2025-08-20T22:59:27.3314143Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.vendor=pkgforge")[0m
2025-08-20T22:59:27.3314619Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.version=")[0m
2025-08-20T22:59:27.3315008Z [36;1m          ghcr_push+=("${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}")[0m
2025-08-20T22:59:27.3315487Z [36;1m          [[ -f "./BUILD_ARTIFACTS.zstd" && -s "./BUILD_ARTIFACTS.zstd" ]] && ghcr_push+=("./BUILD_ARTIFACTS.zstd")[0m
2025-08-20T22:59:27.3315899Z [36;1m          "${ghcr_push[@]}" ; sleep 5[0m
2025-08-20T22:59:27.3316128Z [36;1m         #Check[0m
2025-08-20T22:59:27.3316651Z [36;1m          if [[ "$(oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq -r '.annotations["dev.pkgforge.soar.push_date"]' | tr -d '[:space:]')" == "" ]]; then[0m
2025-08-20T22:59:27.3317323Z [36;1m            echo -e "\n[+] (ARTIFACTS) Registry --> https://${GHCRPKG_URL_SRCBUILD}\n"[0m
2025-08-20T22:59:27.3317648Z [36;1m            break[0m
2025-08-20T22:59:27.3317830Z [36;1m          else[0m
2025-08-20T22:59:27.3318208Z [36;1m            echo -e "\n[-] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD} (Retrying ${i}/10)\n"[0m
2025-08-20T22:59:27.3318613Z [36;1m          fi[0m
2025-08-20T22:59:27.3318802Z [36;1m          sleep "$(shuf -i 500-4500 -n 1)e-3"[0m
2025-08-20T22:59:27.3319036Z [36;1m        done[0m
2025-08-20T22:59:27.3319201Z [36;1m       }[0m
2025-08-20T22:59:27.3319381Z [36;1m       export -f ghcr_push_cmd[0m
2025-08-20T22:59:27.3319606Z [36;1m       ghcr_push_cmd[0m
2025-08-20T22:59:27.3320288Z [36;1m       if [[ "$(oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq -r '.annotations["dev.pkgforge.soar.push_date"]' | tr -d '[:space:]')" != "" ]]; then[0m
2025-08-20T22:59:27.3320993Z [36;1m         echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T22:59:27.3321420Z [36;1m          echo -e "\n[-] Retrying ...\n"[0m
2025-08-20T22:59:27.3321665Z [36;1m          ghcr_push_cmd[0m
2025-08-20T22:59:27.3322292Z [36;1m           if [[ "$(oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq -r '.annotations["dev.pkgforge.soar.push_date"]' | tr -d '[:space:]')" != "" ]]; then[0m
2025-08-20T22:59:27.3322974Z [36;1m             oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq .[0m
2025-08-20T22:59:27.3323555Z [36;1m             echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T22:59:27.3323926Z [36;1m             return 1 || exit 1[0m
2025-08-20T22:59:27.3324136Z [36;1m           fi[0m
2025-08-20T22:59:27.3324306Z [36;1m       fi[0m
2025-08-20T22:59:27.3324463Z [36;1m   fi[0m
2025-08-20T22:59:27.3324613Z [36;1m fi[0m
2025-08-20T22:59:27.3324772Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T22:59:27.3384672Z shell: /usr/bin/bash -e {0}
2025-08-20T22:59:27.3384882Z env:
2025-08-20T22:59:27.3385032Z   CROSS_COMPILING: NO
2025-08-20T22:59:27.3385232Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:59:27.3385439Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:59:27.3385633Z   ON_QEMU: NO
2025-08-20T22:59:27.3385780Z   DEBUG: 0
2025-08-20T22:59:27.3385933Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:59:27.3386136Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:59:27.3386403Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/tracexec/official
2025-08-20T22:59:27.3386681Z   KEEP_LOGS: YES
2025-08-20T22:59:27.3386946Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:59:27.3396787Z   PKG_FAMILY_LOCAL: tracexec
2025-08-20T22:59:27.3397086Z   SBUILD_REBUILD: false
2025-08-20T22:59:27.3397599Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tracexec/static.official.source.yaml
2025-08-20T22:59:27.3398141Z   BUILD_SYS: docker://rust
2025-08-20T22:59:27.3398333Z   BUILD_ON_HOST: FALSE
2025-08-20T22:59:27.3398506Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:59:27.3398678Z   SYSTMP: /tmp
2025-08-20T22:59:27.3398834Z   GHA_MODE: MATRIX
2025-08-20T22:59:27.3399510Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:59:27.3400003Z   INPUT_SBUILD: /tmp/pkgforge/CdPCMCowL_build.yaml
2025-08-20T22:59:27.3400297Z   BUILD_DIR: /tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml
2025-08-20T22:59:27.3400654Z   SBUILD_OUTDIR: /tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR
2025-08-20T22:59:27.3401110Z   SBUILD_TMPDIR: /tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:59:27.3401464Z   PKG_TYPE: static
2025-08-20T22:59:27.3401632Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:59:27.3401811Z   PUSH_SUCCESSFUL: NO
2025-08-20T22:59:27.3402696Z   GHCR_TOKEN: ***
2025-08-20T22:59:27.3402992Z   GITHUB_TOKEN: ***
2025-08-20T22:59:27.3403193Z   GITLAB_TOKEN: ***
2025-08-20T22:59:27.3404313Z   MINISIGN_KEY: ***
2025-08-20T22:59:27.3404479Z ##[endgroup]
2025-08-20T22:59:27.3467556Z /tmp/BUILD_ARTIFACTS.zstd
2025-08-20T22:59:27.3475655Z 228M	./BUILD_ARTIFACTS.zstd
2025-08-20T22:59:27.3485788Z total 2.1M
2025-08-20T22:59:27.3485939Z 4.0K CHECKSUM
2025-08-20T22:59:27.3486093Z 4.0K CHECKSUM.sig
2025-08-20T22:59:27.3486247Z  20K LICENSE
2025-08-20T22:59:27.3486409Z 4.0K LICENSE.sig
2025-08-20T22:59:27.3486561Z 8.0K SBUILD
2025-08-20T22:59:27.3486704Z 4.0K SBUILD.sig
2025-08-20T22:59:27.3486856Z 4.0K SBUILD_TEMP
2025-08-20T22:59:27.3487023Z 2.0M tracexec.static.log
2025-08-20T22:59:27.3487222Z 4.0K tracexec.static.version
2025-08-20T22:59:27.3487431Z 4.0K tracexec.static.version.sig
2025-08-20T22:59:27.3487861Z 4.0K tracexec.version
2025-08-20T22:59:27.3488040Z 4.0K tracexec.version.sig
2025-08-20T22:59:27.3518795Z Error: "ghcr.io/pkgforge/bincache/tracexec/official/tracexec-srcbuild-:": invalid reference: invalid repository "pkgforge/bincache/tracexec/official/tracexec-srcbuild-"
2025-08-20T22:59:27.3521971Z Please make sure the provided reference is in the form of <registry>/<repo>[:tag|@digest]
2025-08-20T22:59:32.3568244Z Error: "ghcr.io/pkgforge/bincache/tracexec/official/tracexec-srcbuild-:": invalid reference: invalid repository "pkgforge/bincache/tracexec/official/tracexec-srcbuild-"
2025-08-20T22:59:32.3572417Z Please make sure the provided reference is in the form of <registry>/<repo>[:tag|@digest]
2025-08-20T22:59:32.3575101Z 
2025-08-20T22:59:32.3575451Z [+] (ARTIFACTS) Registry --> https://ghcr.io/pkgforge/bincache/tracexec/official/tracexec-srcbuild-
2025-08-20T22:59:32.3576222Z 
2025-08-20T22:59:32.3605651Z Error: "ghcr.io/pkgforge/bincache/tracexec/official/tracexec-srcbuild-:": invalid reference: invalid repository "pkgforge/bincache/tracexec/official/tracexec-srcbuild-"
2025-08-20T22:59:32.3609806Z Please make sure the provided reference is in the form of <registry>/<repo>[:tag|@digest]
2025-08-20T22:59:32.3679747Z ##[group]Run ##Presets
2025-08-20T22:59:32.3679989Z [36;1m##Presets[0m
2025-08-20T22:59:32.3680160Z [36;1mset +x ; set +e[0m
2025-08-20T22:59:32.3680345Z [36;1m#-------------#[0m
2025-08-20T22:59:32.3680519Z [36;1m##Debug?[0m
2025-08-20T22:59:32.3680727Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:59:32.3680988Z [36;1m  set -x[0m
2025-08-20T22:59:32.3681145Z [36;1mfi[0m
2025-08-20T22:59:32.3681295Z [36;1m#-------------#[0m
2025-08-20T22:59:32.3681524Z [36;1mUTC_TIME="$(TZ='UTC' date +'%Y_%m_%dT%I_%M_%S_%p')"[0m
2025-08-20T22:59:32.3681825Z [36;1mecho "UTC_TIME=${UTC_TIME}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:59:32.3714127Z shell: /usr/bin/bash -e {0}
2025-08-20T22:59:32.3714337Z env:
2025-08-20T22:59:32.3714500Z   CROSS_COMPILING: NO
2025-08-20T22:59:32.3714688Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:59:32.3714891Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:59:32.3715081Z   ON_QEMU: NO
2025-08-20T22:59:32.3715267Z   DEBUG: 0
2025-08-20T22:59:32.3715423Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:59:32.3715629Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:59:32.3715892Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/tracexec/official
2025-08-20T22:59:32.3716165Z   KEEP_LOGS: YES
2025-08-20T22:59:32.3716330Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:59:32.3716517Z   PKG_FAMILY_LOCAL: tracexec
2025-08-20T22:59:32.3716710Z   SBUILD_REBUILD: false
2025-08-20T22:59:32.3717214Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tracexec/static.official.source.yaml
2025-08-20T22:59:32.3717754Z   BUILD_SYS: docker://rust
2025-08-20T22:59:32.3717951Z   BUILD_ON_HOST: FALSE
2025-08-20T22:59:32.3718125Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:59:32.3718298Z   SYSTMP: /tmp
2025-08-20T22:59:32.3718459Z   GHA_MODE: MATRIX
2025-08-20T22:59:32.3718853Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:59:32.3719336Z   INPUT_SBUILD: /tmp/pkgforge/CdPCMCowL_build.yaml
2025-08-20T22:59:32.3719630Z   BUILD_DIR: /tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml
2025-08-20T22:59:32.3719985Z   SBUILD_OUTDIR: /tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR
2025-08-20T22:59:32.3720437Z   SBUILD_TMPDIR: /tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:59:32.3720791Z   PKG_TYPE: static
2025-08-20T22:59:32.3720959Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:59:32.3721140Z   PUSH_SUCCESSFUL: NO
2025-08-20T22:59:32.3721321Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T22:59:32.3721653Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/tracexec/official/tracexec-srcbuild-
2025-08-20T22:59:32.3722016Z ##[endgroup]
2025-08-20T22:59:32.3847515Z ##[group]Run actions/upload-artifact@v4
2025-08-20T22:59:32.3847973Z with:
2025-08-20T22:59:32.3848156Z   name: Bincache_tracexec_aarch64-Linux
2025-08-20T22:59:32.3848423Z   path: /tmp/BUILD.log
/tmp/BUILD_ARTIFACTS.zstd

2025-08-20T22:59:32.3848678Z   compression-level: 0
2025-08-20T22:59:32.3848859Z   retention-days: 30
2025-08-20T22:59:32.3849026Z   overwrite: true
2025-08-20T22:59:32.3849195Z   if-no-files-found: warn
2025-08-20T22:59:32.3849397Z   include-hidden-files: false
2025-08-20T22:59:32.3849588Z env:
2025-08-20T22:59:32.3849733Z   CROSS_COMPILING: NO
2025-08-20T22:59:32.3849918Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:59:32.3850122Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:59:32.3850316Z   ON_QEMU: NO
2025-08-20T22:59:32.3850464Z   DEBUG: 0
2025-08-20T22:59:32.3850624Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:59:32.3850829Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:59:32.3851095Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/tracexec/official
2025-08-20T22:59:32.3851628Z   KEEP_LOGS: YES
2025-08-20T22:59:32.3851801Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:59:32.3851989Z   PKG_FAMILY_LOCAL: tracexec
2025-08-20T22:59:32.3852431Z   SBUILD_REBUILD: false
2025-08-20T22:59:32.3852975Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tracexec/static.official.source.yaml
2025-08-20T22:59:32.3853515Z   BUILD_SYS: docker://rust
2025-08-20T22:59:32.3853707Z   BUILD_ON_HOST: FALSE
2025-08-20T22:59:32.3853878Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:59:32.3854051Z   SYSTMP: /tmp
2025-08-20T22:59:32.3854208Z   GHA_MODE: MATRIX
2025-08-20T22:59:32.3854602Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:59:32.3855079Z   INPUT_SBUILD: /tmp/pkgforge/CdPCMCowL_build.yaml
2025-08-20T22:59:32.3855375Z   BUILD_DIR: /tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml
2025-08-20T22:59:32.3855736Z   SBUILD_OUTDIR: /tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR
2025-08-20T22:59:32.3856414Z   SBUILD_TMPDIR: /tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:59:32.3856819Z   PKG_TYPE: static
2025-08-20T22:59:32.3856989Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:59:32.3857171Z   PUSH_SUCCESSFUL: NO
2025-08-20T22:59:32.3857352Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T22:59:32.3857687Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/tracexec/official/tracexec-srcbuild-
2025-08-20T22:59:32.3858054Z   UTC_TIME: 2025_08_20T10_59_32_PM
2025-08-20T22:59:32.3858253Z ##[endgroup]
2025-08-20T22:59:33.0248087Z Multiple search paths detected. Calculating the least common ancestor of all paths
2025-08-20T22:59:33.0251537Z The least common ancestor is /tmp. This will be the root directory of the artifact
2025-08-20T22:59:33.0252020Z With the provided path, there will be 2 files uploaded
2025-08-20T22:59:33.3444903Z Artifact name is valid!
2025-08-20T22:59:33.3448193Z Root directory input is valid!
2025-08-20T22:59:33.4419502Z Beginning upload of artifact content to blob storage
2025-08-20T22:59:34.3744771Z Uploaded bytes 8388608
2025-08-20T22:59:34.4654172Z Uploaded bytes 16777216
2025-08-20T22:59:34.5162472Z Uploaded bytes 25165824
2025-08-20T22:59:34.5242730Z Uploaded bytes 33554432
2025-08-20T22:59:34.5710773Z Uploaded bytes 41943040
2025-08-20T22:59:34.6640217Z Uploaded bytes 50331648
2025-08-20T22:59:34.8159558Z Uploaded bytes 58720256
2025-08-20T22:59:34.8289737Z Uploaded bytes 67108864
2025-08-20T22:59:34.8637502Z Uploaded bytes 75497472
2025-08-20T22:59:34.8966101Z Uploaded bytes 83886080
2025-08-20T22:59:35.0934206Z Uploaded bytes 92274688
2025-08-20T22:59:35.1058955Z Uploaded bytes 100663296
2025-08-20T22:59:35.1402614Z Uploaded bytes 109051904
2025-08-20T22:59:35.1701344Z Uploaded bytes 117440512
2025-08-20T22:59:35.3907407Z Uploaded bytes 125829120
2025-08-20T22:59:35.4293286Z Uploaded bytes 134217728
2025-08-20T22:59:35.4436256Z Uploaded bytes 142606336
2025-08-20T22:59:35.4787977Z Uploaded bytes 150994944
2025-08-20T22:59:35.6363798Z Uploaded bytes 159383552
2025-08-20T22:59:35.6839104Z Uploaded bytes 167772160
2025-08-20T22:59:35.7203873Z Uploaded bytes 176160768
2025-08-20T22:59:35.7739964Z Uploaded bytes 184549376
2025-08-20T22:59:35.8249835Z Uploaded bytes 192937984
2025-08-20T22:59:35.8857602Z Uploaded bytes 201326592
2025-08-20T22:59:35.9825285Z Uploaded bytes 209715200
2025-08-20T22:59:36.0711396Z Uploaded bytes 218103808
2025-08-20T22:59:36.0771294Z Uploaded bytes 226492416
2025-08-20T22:59:36.1145328Z Uploaded bytes 234881024
2025-08-20T22:59:36.2985382Z Uploaded bytes 241193599
2025-08-20T22:59:36.3777567Z Finished uploading artifact content to blob storage!
2025-08-20T22:59:36.3790948Z SHA256 digest of uploaded artifact zip is ad9aa8734f33bce2d619896f863206cbc8b17cd0393e370402acb6222cdcbf3a
2025-08-20T22:59:36.3792610Z Finalizing artifact upload
2025-08-20T22:59:36.4938984Z Artifact Bincache_tracexec_aarch64-Linux.zip successfully finalized. Artifact ID 3813968768
2025-08-20T22:59:36.4940059Z Artifact Bincache_tracexec_aarch64-Linux has been successfully uploaded! Final size is 241193599 bytes. Artifact ID is 3813968768
2025-08-20T22:59:36.4957096Z Artifact download URL: https://github.com/pkgforge/bincache/actions/runs/17110087439/artifacts/3813968768
2025-08-20T22:59:36.5270641Z ##[group]Run actions/attest-build-provenance@v2.4.0
2025-08-20T22:59:36.5270945Z with:
2025-08-20T22:59:36.5271108Z   subject-name: tracexec--
2025-08-20T22:59:36.5271784Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T22:59:36.5272740Z   show-summary: true
2025-08-20T22:59:36.5272932Z   push-to-registry: false
2025-08-20T22:59:36.5273266Z   github-token: ***
2025-08-20T22:59:36.5273433Z env:
2025-08-20T22:59:36.5273581Z   CROSS_COMPILING: NO
2025-08-20T22:59:36.5273767Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:59:36.5273977Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:59:36.5274187Z   ON_QEMU: NO
2025-08-20T22:59:36.5274337Z   DEBUG: 0
2025-08-20T22:59:36.5274502Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:59:36.5274712Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:59:36.5275019Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/tracexec/official
2025-08-20T22:59:36.5275301Z   KEEP_LOGS: YES
2025-08-20T22:59:36.5275471Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:59:36.5275667Z   PKG_FAMILY_LOCAL: tracexec
2025-08-20T22:59:36.5275866Z   SBUILD_REBUILD: false
2025-08-20T22:59:36.5276370Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tracexec/static.official.source.yaml
2025-08-20T22:59:36.5276915Z   BUILD_SYS: docker://rust
2025-08-20T22:59:36.5277113Z   BUILD_ON_HOST: FALSE
2025-08-20T22:59:36.5277292Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:59:36.5277476Z   SYSTMP: /tmp
2025-08-20T22:59:36.5277636Z   GHA_MODE: MATRIX
2025-08-20T22:59:36.5278036Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:59:36.5278527Z   INPUT_SBUILD: /tmp/pkgforge/CdPCMCowL_build.yaml
2025-08-20T22:59:36.5278835Z   BUILD_DIR: /tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml
2025-08-20T22:59:36.5279207Z   SBUILD_OUTDIR: /tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR
2025-08-20T22:59:36.5279668Z   SBUILD_TMPDIR: /tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:59:36.5280047Z   PKG_TYPE: static
2025-08-20T22:59:36.5280221Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:59:36.5280410Z   PUSH_SUCCESSFUL: NO
2025-08-20T22:59:36.5280593Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T22:59:36.5280931Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/tracexec/official/tracexec-srcbuild-
2025-08-20T22:59:36.5281309Z   UTC_TIME: 2025_08_20T10_59_32_PM
2025-08-20T22:59:36.5281510Z ##[endgroup]
2025-08-20T22:59:36.5354985Z ##[group]Run actions/attest-build-provenance/predicate@1176ef556905f349f669722abf30bce1a6e16e01
2025-08-20T22:59:36.5355405Z env:
2025-08-20T22:59:36.5355562Z   CROSS_COMPILING: NO
2025-08-20T22:59:36.5355752Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:59:36.5356113Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:59:36.5356314Z   ON_QEMU: NO
2025-08-20T22:59:36.5356465Z   DEBUG: 0
2025-08-20T22:59:36.5356633Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:59:36.5356845Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:59:36.5357113Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/tracexec/official
2025-08-20T22:59:36.5357392Z   KEEP_LOGS: YES
2025-08-20T22:59:36.5357562Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:59:36.5357756Z   PKG_FAMILY_LOCAL: tracexec
2025-08-20T22:59:36.5357953Z   SBUILD_REBUILD: false
2025-08-20T22:59:36.5358464Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tracexec/static.official.source.yaml
2025-08-20T22:59:36.5359012Z   BUILD_SYS: docker://rust
2025-08-20T22:59:36.5359208Z   BUILD_ON_HOST: FALSE
2025-08-20T22:59:36.5359387Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:59:36.5359696Z   SYSTMP: /tmp
2025-08-20T22:59:36.5359860Z   GHA_MODE: MATRIX
2025-08-20T22:59:36.5360264Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:59:36.5360886Z   INPUT_SBUILD: /tmp/pkgforge/CdPCMCowL_build.yaml
2025-08-20T22:59:36.5361202Z   BUILD_DIR: /tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml
2025-08-20T22:59:36.5361563Z   SBUILD_OUTDIR: /tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR
2025-08-20T22:59:36.5362022Z   SBUILD_TMPDIR: /tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:59:36.5362587Z   PKG_TYPE: static
2025-08-20T22:59:36.5362763Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:59:36.5362953Z   PUSH_SUCCESSFUL: NO
2025-08-20T22:59:36.5363138Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T22:59:36.5363477Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/tracexec/official/tracexec-srcbuild-
2025-08-20T22:59:36.5363848Z   UTC_TIME: 2025_08_20T10_59_32_PM
2025-08-20T22:59:36.5364057Z ##[endgroup]
2025-08-20T22:59:37.2648616Z ##[group]Run actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc
2025-08-20T22:59:37.2648945Z with:
2025-08-20T22:59:37.2649589Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T22:59:37.2650298Z   subject-name: tracexec--
2025-08-20T22:59:37.2650549Z   predicate-type: https://slsa.dev/provenance/v1
2025-08-20T22:59:37.2653320Z   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/17110087439/attempts/1"}}}
2025-08-20T22:59:37.2655842Z   push-to-registry: false
2025-08-20T22:59:37.2656038Z   show-summary: true
2025-08-20T22:59:37.2656411Z   github-token: ***
2025-08-20T22:59:37.2656579Z env:
2025-08-20T22:59:37.2656729Z   CROSS_COMPILING: NO
2025-08-20T22:59:37.2656920Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:59:37.2657134Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:59:37.2657333Z   ON_QEMU: NO
2025-08-20T22:59:37.2657487Z   DEBUG: 0
2025-08-20T22:59:37.2657648Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:59:37.2657860Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:59:37.2658132Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/tracexec/official
2025-08-20T22:59:37.2658420Z   KEEP_LOGS: YES
2025-08-20T22:59:37.2658588Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:59:37.2658787Z   PKG_FAMILY_LOCAL: tracexec
2025-08-20T22:59:37.2659269Z   SBUILD_REBUILD: false
2025-08-20T22:59:37.2659787Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tracexec/static.official.source.yaml
2025-08-20T22:59:37.2660333Z   BUILD_SYS: docker://rust
2025-08-20T22:59:37.2660531Z   BUILD_ON_HOST: FALSE
2025-08-20T22:59:37.2660710Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:59:37.2660888Z   SYSTMP: /tmp
2025-08-20T22:59:37.2661050Z   GHA_MODE: MATRIX
2025-08-20T22:59:37.2661450Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:59:37.2661941Z   INPUT_SBUILD: /tmp/pkgforge/CdPCMCowL_build.yaml
2025-08-20T22:59:37.2662418Z   BUILD_DIR: /tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml
2025-08-20T22:59:37.2662790Z   SBUILD_OUTDIR: /tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR
2025-08-20T22:59:37.2663404Z   SBUILD_TMPDIR: /tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:59:37.2663773Z   PKG_TYPE: static
2025-08-20T22:59:37.2663947Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:59:37.2664136Z   PUSH_SUCCESSFUL: NO
2025-08-20T22:59:37.2664466Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T22:59:37.2664818Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/tracexec/official/tracexec-srcbuild-
2025-08-20T22:59:37.2665197Z   UTC_TIME: 2025_08_20T10_59_32_PM
2025-08-20T22:59:37.2665399Z ##[endgroup]
2025-08-20T22:59:39.2808797Z Attestation created for 12 subjects
2025-08-20T22:59:39.2812654Z ##[group][36mAttestation signed using certificate from Public Good Sigstore instance[39m
2025-08-20T22:59:39.2813073Z -----BEGIN CERTIFICATE-----
2025-08-20T22:59:39.2813411Z MIIG7jCCBnWgAwIBAgIUatGpQedrfiHSKXJf6J2rbLurXagwCgYIKoZIzj0EAwMw
2025-08-20T22:59:39.2813877Z NzEVMBMGA1UEChMMc2lnc3RvcmUuZGV2MR4wHAYDVQQDExVzaWdzdG9yZS1pbnRl
2025-08-20T22:59:39.2814336Z cm1lZGlhdGUwHhcNMjUwODIwMjI1OTM4WhcNMjUwODIwMjMwOTM4WjAAMFkwEwYH
2025-08-20T22:59:39.2814828Z KoZIzj0CAQYIKoZIzj0DAQcDQgAEQFBykdGth3ZezoKw2gJ8KohqE9IIaglLay07
2025-08-20T22:59:39.2815271Z l8yxl3UkeP2kVie7b8sq1XFcbRPH/09MmD5ZhY8wNM+TJ+zDgaOCBZQwggWQMA4G
2025-08-20T22:59:39.2815715Z A1UdDwEB/wQEAwIHgDATBgNVHSUEDDAKBggrBgEFBQcDAzAdBgNVHQ4EFgQUcAvV
2025-08-20T22:59:39.2816154Z LEGPOb9sNVI4ax/17KdAjY8wHwYDVR0jBBgwFoAU39Ppz1YkEZb5qNjpKFWixi4Y
2025-08-20T22:59:39.2816578Z ZD8wZwYDVR0RAQH/BF0wW4ZZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlL2Jp
2025-08-20T22:59:39.2817010Z bmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFtbEByZWZz
2025-08-20T22:59:39.2817455Z L2hlYWRzL21haW4wOQYKKwYBBAGDvzABAQQraHR0cHM6Ly90b2tlbi5hY3Rpb25z
2025-08-20T22:59:39.2817896Z LmdpdGh1YnVzZXJjb250ZW50LmNvbTAfBgorBgEEAYO/MAECBBF3b3JrZmxvd19k
2025-08-20T22:59:39.2818318Z aXNwYXRjaDA2BgorBgEEAYO/MAEDBCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRiZmU1
2025-08-20T22:59:39.2818758Z NTgwZDgyZWVhYjNmMjFkMDAGCisGAQQBg78wAQQEIvCfp7Dwn5ug77iPIEJ1aWxk
2025-08-20T22:59:39.2819211Z IFBhY2thZ2Ug8J+TpvCfk4AwHwYKKwYBBAGDvzABBQQRcGtnZm9yZ2UvYmluY2Fj
2025-08-20T22:59:39.2819669Z aGUwHQYKKwYBBAGDvzABBgQPcmVmcy9oZWFkcy9tYWluMDsGCisGAQQBg78wAQgE
2025-08-20T22:59:39.2820124Z LQwraHR0cHM6Ly90b2tlbi5hY3Rpb25zLmdpdGh1YnVzZXJjb250ZW50LmNvbTBp
2025-08-20T22:59:39.2820571Z BgorBgEEAYO/MAEJBFsMWWh0dHBzOi8vZ2l0aHViLmNvbS9wa2dmb3JnZS9iaW5j
2025-08-20T22:59:39.2821022Z YWNoZS8uZ2l0aHViL3dvcmtmbG93cy9tYXRyaXhfYnVpbGRzLnlhbWxAcmVmcy9o
2025-08-20T22:59:39.2821476Z ZWFkcy9tYWluMDgGCisGAQQBg78wAQoEKgwoMzM4YTNiYWUxYmFiMDVhYmEwYWQ0
2025-08-20T22:59:39.2821920Z YmZlNTU4MGQ4MmVlYWIzZjIxZDAdBgorBgEEAYO/MAELBA8MDWdpdGh1Yi1ob3N0
2025-08-20T22:59:39.2822540Z ZWQwNAYKKwYBBAGDvzABDAQmDCRodHRwczovL2dpdGh1Yi5jb20vcGtnZm9yZ2Uv
2025-08-20T22:59:39.2823005Z YmluY2FjaGUwOAYKKwYBBAGDvzABDQQqDCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRi
2025-08-20T22:59:39.2823462Z ZmU1NTgwZDgyZWVhYjNmMjFkMB8GCisGAQQBg78wAQ4EEQwPcmVmcy9oZWFkcy9t
2025-08-20T22:59:39.2823916Z YWluMBkGCisGAQQBg78wAQ8ECwwJODgzNjU1MjMwMCsGCisGAQQBg78wARAEHQwb
2025-08-20T22:59:39.2824369Z aHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlMBkGCisGAQQBg78wAREECwwJMTg3
2025-08-20T22:59:39.2824815Z Mjc1MzQzMGkGCisGAQQBg78wARIEWwxZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2Zv
2025-08-20T22:59:39.2825567Z cmdlL2JpbmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFt
2025-08-20T22:59:39.2826025Z bEByZWZzL2hlYWRzL21haW4wOAYKKwYBBAGDvzABEwQqDCgzMzhhM2JhZTFiYWIw
2025-08-20T22:59:39.2826481Z NWFiYTBhZDRiZmU1NTgwZDgyZWVhYjNmMjFkMCEGCisGAQQBg78wARQEEwwRd29y
2025-08-20T22:59:39.2826934Z a2Zsb3dfZGlzcGF0Y2gwWAYKKwYBBAGDvzABFQRKDEhodHRwczovL2dpdGh1Yi5j
2025-08-20T22:59:39.2827381Z b20vcGtnZm9yZ2UvYmluY2FjaGUvYWN0aW9ucy9ydW5zLzE3MTEwMDg3NDM5L2F0
2025-08-20T22:59:39.2827835Z dGVtcHRzLzEwFgYKKwYBBAGDvzABFgQIDAZwdWJsaWMwgYoGCisGAQQB1nkCBAIE
2025-08-20T22:59:39.2828295Z fAR6AHgAdgDdPTBqxscRMmMZHhyZZzcCokpeuN48rf+HinKALynujgAAAZjJtZkT
2025-08-20T22:59:39.2828737Z AAAEAwBHMEUCIQCjFY41Ox1Wp87OpNM8xFv3DEUZ9qtUjA0/IvmJAOqWRwIgVdax
2025-08-20T22:59:39.2829178Z ZsesyepjUf29cb5g0UXl8fXGU4FuVrMRZmoxiSMwCgYIKoZIzj0EAwMDZwAwZAIw
2025-08-20T22:59:39.2829764Z fgV7hbuhWK2rgPcrFmZGBCvt7Z64vdl7CXG76SYwpFjeCrpayxHo+GmBR+ou65Xh
2025-08-20T22:59:39.2830195Z AjB6odNYRQUSgRYZFfCuJLp/29aQjAXF3OOZDUPLO9OJ6WZwvFq9r0L5+OJZ/RFU
2025-08-20T22:59:39.2830505Z x6g=
2025-08-20T22:59:39.2830664Z -----END CERTIFICATE-----
2025-08-20T22:59:39.2830794Z 
2025-08-20T22:59:39.2831318Z ##[endgroup]
2025-08-20T22:59:39.2831750Z [36mAttestation signature uploaded to Rekor transparency log[39m
2025-08-20T22:59:39.2832131Z https://search.sigstore.dev?logIndex=414595602
2025-08-20T22:59:39.2832675Z [36mAttestation uploaded to repository[39m
2025-08-20T22:59:39.2833001Z https://github.com/pkgforge/bincache/attestations/9876415
2025-08-20T22:59:39.3788977Z ##[group]Run ##Presets
2025-08-20T22:59:39.3789247Z [36;1m##Presets[0m
2025-08-20T22:59:39.3789426Z [36;1mset +x ; set +e[0m
2025-08-20T22:59:39.3789617Z [36;1m#-------------#[0m
2025-08-20T22:59:39.3789800Z [36;1m##Debug?[0m
2025-08-20T22:59:39.3790018Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:59:39.3790302Z [36;1m  set -x[0m
2025-08-20T22:59:39.3790466Z [36;1mfi[0m
2025-08-20T22:59:39.3790632Z [36;1m#-------------#[0m
2025-08-20T22:59:39.3790909Z [36;1mif [[ "${GHA_BUILD_FAILED}" == "YES" || "${SBUILD_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T22:59:39.3791396Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Build ghcr.io/pkgforge/bincache/tracexec/official"[0m
2025-08-20T22:59:39.3791783Z [36;1m exit 1[0m
2025-08-20T22:59:39.3791941Z [36;1mfi[0m
2025-08-20T22:59:39.3823079Z shell: /usr/bin/bash -e {0}
2025-08-20T22:59:39.3823290Z env:
2025-08-20T22:59:39.3823447Z   CROSS_COMPILING: NO
2025-08-20T22:59:39.3823682Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:59:39.3823899Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:59:39.3824096Z   ON_QEMU: NO
2025-08-20T22:59:39.3824252Z   DEBUG: 0
2025-08-20T22:59:39.3824412Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:59:39.3824624Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:59:39.3824898Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/tracexec/official
2025-08-20T22:59:39.3825187Z   KEEP_LOGS: YES
2025-08-20T22:59:39.3825356Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:59:39.3825556Z   PKG_FAMILY_LOCAL: tracexec
2025-08-20T22:59:39.3825759Z   SBUILD_REBUILD: false
2025-08-20T22:59:39.3826267Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tracexec/static.official.source.yaml
2025-08-20T22:59:39.3826813Z   BUILD_SYS: docker://rust
2025-08-20T22:59:39.3827013Z   BUILD_ON_HOST: FALSE
2025-08-20T22:59:39.3827195Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:59:39.3827374Z   SYSTMP: /tmp
2025-08-20T22:59:39.3827534Z   GHA_MODE: MATRIX
2025-08-20T22:59:39.3827941Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:59:39.3828433Z   INPUT_SBUILD: /tmp/pkgforge/CdPCMCowL_build.yaml
2025-08-20T22:59:39.3828736Z   BUILD_DIR: /tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml
2025-08-20T22:59:39.3829107Z   SBUILD_OUTDIR: /tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR
2025-08-20T22:59:39.3829576Z   SBUILD_TMPDIR: /tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:59:39.3830232Z   PKG_TYPE: static
2025-08-20T22:59:39.3830411Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:59:39.3830602Z   PUSH_SUCCESSFUL: NO
2025-08-20T22:59:39.3830785Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T22:59:39.3831128Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/tracexec/official/tracexec-srcbuild-
2025-08-20T22:59:39.3831505Z   UTC_TIME: 2025_08_20T10_59_32_PM
2025-08-20T22:59:39.3831709Z ##[endgroup]
2025-08-20T22:59:39.3899384Z ##[group]Run ##Presets
2025-08-20T22:59:39.3899644Z [36;1m##Presets[0m
2025-08-20T22:59:39.3899823Z [36;1mset +x ; set +e[0m
2025-08-20T22:59:39.3900015Z [36;1m#-------------#[0m
2025-08-20T22:59:39.3900199Z [36;1m##Debug?[0m
2025-08-20T22:59:39.3900418Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:59:39.3900688Z [36;1m  set -x[0m
2025-08-20T22:59:39.3900987Z [36;1mfi[0m
2025-08-20T22:59:39.3901327Z [36;1m#-------------#[0m
2025-08-20T22:59:39.3901564Z [36;1mif [[ "${PUSH_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T22:59:39.3901991Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Push ==> ghcr.io/pkgforge/bincache/tracexec/official"[0m
2025-08-20T22:59:39.3902570Z [36;1m exit 1[0m
2025-08-20T22:59:39.3902785Z [36;1mfi[0m
2025-08-20T22:59:39.3929040Z shell: /usr/bin/bash -e {0}
2025-08-20T22:59:39.3929260Z env:
2025-08-20T22:59:39.3929418Z   CROSS_COMPILING: NO
2025-08-20T22:59:39.3929655Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:59:39.3929873Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:59:39.3930074Z   ON_QEMU: NO
2025-08-20T22:59:39.3930227Z   DEBUG: 0
2025-08-20T22:59:39.3930387Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:59:39.3930599Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:59:39.3930874Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/tracexec/official
2025-08-20T22:59:39.3931156Z   KEEP_LOGS: YES
2025-08-20T22:59:39.3931339Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:59:39.3931534Z   PKG_FAMILY_LOCAL: tracexec
2025-08-20T22:59:39.3931742Z   SBUILD_REBUILD: false
2025-08-20T22:59:39.3932510Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tracexec/static.official.source.yaml
2025-08-20T22:59:39.3933072Z   BUILD_SYS: docker://rust
2025-08-20T22:59:39.3933272Z   BUILD_ON_HOST: FALSE
2025-08-20T22:59:39.3933454Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:59:39.3933638Z   SYSTMP: /tmp
2025-08-20T22:59:39.3933804Z   GHA_MODE: MATRIX
2025-08-20T22:59:39.3934211Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:59:39.3934701Z   INPUT_SBUILD: /tmp/pkgforge/CdPCMCowL_build.yaml
2025-08-20T22:59:39.3935004Z   BUILD_DIR: /tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml
2025-08-20T22:59:39.3935369Z   SBUILD_OUTDIR: /tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR
2025-08-20T22:59:39.3935849Z   SBUILD_TMPDIR: /tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:59:39.3936214Z   PKG_TYPE: static
2025-08-20T22:59:39.3936389Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:59:39.3936584Z   PUSH_SUCCESSFUL: NO
2025-08-20T22:59:39.3936769Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T22:59:39.3937110Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/tracexec/official/tracexec-srcbuild-
2025-08-20T22:59:39.3937487Z   UTC_TIME: 2025_08_20T10_59_32_PM
2025-08-20T22:59:39.3937690Z ##[endgroup]
2025-08-20T22:59:39.3978561Z 
2025-08-20T22:59:39.3979037Z [-] FATAL: Failed to Successfully Push ==> ghcr.io/pkgforge/bincache/tracexec/official
2025-08-20T22:59:39.3988407Z ##[error]Process completed with exit code 1.
2025-08-20T22:59:39.4027130Z ##[group]Run ##Presets
2025-08-20T22:59:39.4027384Z [36;1m##Presets[0m
2025-08-20T22:59:39.4027565Z [36;1mset +x ; set +e[0m
2025-08-20T22:59:39.4027753Z [36;1m#-------------#[0m
2025-08-20T22:59:39.4027937Z [36;1m##Debug?[0m
2025-08-20T22:59:39.4028169Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:59:39.4028437Z [36;1m  set -x[0m
2025-08-20T22:59:39.4028782Z [36;1mfi[0m
2025-08-20T22:59:39.4028940Z [36;1m#-------------#[0m
2025-08-20T22:59:39.4029253Z [36;1m[[ -f "/tmp/GHA_CI_STATUS" && -w "/tmp/GHA_CI_STATUS" ]] && echo "" > "/tmp/GHA_CI_STATUS"[0m
2025-08-20T22:59:39.4029616Z [36;1mif [[ -d "/tmp" && -w "/tmp" ]]; then[0m
2025-08-20T22:59:39.4029887Z [36;1m  echo "EXITED" | tee "/tmp/GHA_CI_STATUS"[0m
2025-08-20T22:59:39.4030125Z [36;1mfi[0m
2025-08-20T22:59:39.4055197Z shell: /usr/bin/bash -e {0}
2025-08-20T22:59:39.4055402Z env:
2025-08-20T22:59:39.4055556Z   CROSS_COMPILING: NO
2025-08-20T22:59:39.4055791Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:59:39.4056006Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:59:39.4056203Z   ON_QEMU: NO
2025-08-20T22:59:39.4056355Z   DEBUG: 0
2025-08-20T22:59:39.4056517Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:59:39.4056730Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:59:39.4057158Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/tracexec/official
2025-08-20T22:59:39.4057446Z   KEEP_LOGS: YES
2025-08-20T22:59:39.4057617Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:59:39.4057813Z   PKG_FAMILY_LOCAL: tracexec
2025-08-20T22:59:39.4058015Z   SBUILD_REBUILD: false
2025-08-20T22:59:39.4058526Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tracexec/static.official.source.yaml
2025-08-20T22:59:39.4059072Z   BUILD_SYS: docker://rust
2025-08-20T22:59:39.4059271Z   BUILD_ON_HOST: FALSE
2025-08-20T22:59:39.4059454Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:59:39.4059635Z   SYSTMP: /tmp
2025-08-20T22:59:39.4059796Z   GHA_MODE: MATRIX
2025-08-20T22:59:39.4060202Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:59:39.4060685Z   INPUT_SBUILD: /tmp/pkgforge/CdPCMCowL_build.yaml
2025-08-20T22:59:39.4060990Z   BUILD_DIR: /tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml
2025-08-20T22:59:39.4061362Z   SBUILD_OUTDIR: /tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR
2025-08-20T22:59:39.4061830Z   SBUILD_TMPDIR: /tmp/pkgforge/d8KCoSj_CdPCMCowL_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:59:39.4062460Z   PKG_TYPE: static
2025-08-20T22:59:39.4062646Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:59:39.4062839Z   PUSH_SUCCESSFUL: NO
2025-08-20T22:59:39.4063021Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T22:59:39.4063363Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/tracexec/official/tracexec-srcbuild-
2025-08-20T22:59:39.4063740Z   UTC_TIME: 2025_08_20T10_59_32_PM
2025-08-20T22:59:39.4063945Z ##[endgroup]
2025-08-20T22:59:39.4113506Z EXITED
2025-08-20T22:59:39.4156993Z Cleaning up orphan processes
